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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3912f363-1111-4d6a-9ca2-b0543292bef6 {
  padding-top: 20px;
padding-left: 25%;
padding-bottom: 20px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(139, 167, 190, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3912f363-1111-4d6a-9ca2-b0543292bef6 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-3912f363-1111-4d6a-9ca2-b0543292bef6 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-3912f363-1111-4d6a-9ca2-b0543292bef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3912f363-1111-4d6a-9ca2-b0543292bef6.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-2ad72667-ad8a-449c-9a06-2a69c78a0253 {
  text-align: center;
}







  #s-2ad72667-ad8a-449c-9a06-2a69c78a0253 img.shogun-image {
    

    
    
    
  }


#s-2ad72667-ad8a-449c-9a06-2a69c78a0253 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab {
  min-height: 350px;
}
@media (min-width: 1200px){#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab {
  padding-left: 7%;
padding-right: 7%;
min-height: 450px;
}
}@media (max-width: 767px){#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab {
  padding-left: 20px;
padding-right: 20px;
min-height: 500px;
}
}







#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4bb7aa2-599e-4b2b-a71a-d199671a4eab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d85fb92e-782b-4780-a61a-4fd56e9a601d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d85fb92e-782b-4780-a61a-4fd56e9a601d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d85fb92e-782b-4780-a61a-4fd56e9a601d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-d85fb92e-782b-4780-a61a-4fd56e9a601d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-538a3bc1-bccb-4dc4-be2b-9f0cfff330db {
  min-height: 50px;
}








#s-538a3bc1-bccb-4dc4-be2b-9f0cfff330db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-538a3bc1-bccb-4dc4-be2b-9f0cfff330db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-c402931d-6fa1-4c10-ad7f-ac4c9878b077 {
  display: none;
}
#s-c402931d-6fa1-4c10-ad7f-ac4c9878b077, #wrap-s-c402931d-6fa1-4c10-ad7f-ac4c9878b077 { display:none !important; }}@media (max-width: 767px){#s-c402931d-6fa1-4c10-ad7f-ac4c9878b077 {
  display: none;
}
#s-c402931d-6fa1-4c10-ad7f-ac4c9878b077, #wrap-s-c402931d-6fa1-4c10-ad7f-ac4c9878b077 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c402931d-6fa1-4c10-ad7f-ac4c9878b077"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-38b65965-21ec-4012-b645-edfca847b179 {
  min-height: 50px;
}








#s-38b65965-21ec-4012-b645-edfca847b179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b65965-21ec-4012-b645-edfca847b179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e184933-949a-4fe3-b111-407501aa361d {
  min-height: 50px;
}








#s-7e184933-949a-4fe3-b111-407501aa361d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e184933-949a-4fe3-b111-407501aa361d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17e143e2-4445-4bf2-b94f-bac44e503a61 {
  min-height: 50px;
}








#s-17e143e2-4445-4bf2-b94f-bac44e503a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e143e2-4445-4bf2-b94f-bac44e503a61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-911b24fb-f68b-47ac-a154-bb3648b28976 {
  min-height: 50px;
}








#s-911b24fb-f68b-47ac-a154-bb3648b28976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-911b24fb-f68b-47ac-a154-bb3648b28976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1ad5fd9-3fdd-4b51-9aee-ba1ee5a91de5 {
  min-height: 50px;
}








#s-d1ad5fd9-3fdd-4b51-9aee-ba1ee5a91de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ad5fd9-3fdd-4b51-9aee-ba1ee5a91de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b3bfa606-34cf-49f0-a662-a39be3c3055f {
  display: none;
}
#s-b3bfa606-34cf-49f0-a662-a39be3c3055f, #wrap-s-b3bfa606-34cf-49f0-a662-a39be3c3055f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3bfa606-34cf-49f0-a662-a39be3c3055f {
  display: none;
}
#s-b3bfa606-34cf-49f0-a662-a39be3c3055f, #wrap-s-b3bfa606-34cf-49f0-a662-a39be3c3055f { display:none !important; }}
@media (min-width: 0px) {
[id="s-b3bfa606-34cf-49f0-a662-a39be3c3055f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b3bfa606-34cf-49f0-a662-a39be3c3055f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3bfa606-34cf-49f0-a662-a39be3c3055f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3bfa606-34cf-49f0-a662-a39be3c3055f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0babf8bb-6756-4b19-bf9d-7d84181e691e {
  min-height: 50px;
}








#s-0babf8bb-6756-4b19-bf9d-7d84181e691e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0babf8bb-6756-4b19-bf9d-7d84181e691e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4c16509-d0db-4a31-8587-7a8905970156 {
  min-height: 50px;
}








#s-f4c16509-d0db-4a31-8587-7a8905970156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4c16509-d0db-4a31-8587-7a8905970156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fedf6e1-0b31-4003-8eef-930c02be564a {
  min-height: 50px;
}








#s-2fedf6e1-0b31-4003-8eef-930c02be564a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fedf6e1-0b31-4003-8eef-930c02be564a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7900a708-9744-43f1-a9e2-ac870e21dd0b {
  display: none;
}
#s-7900a708-9744-43f1-a9e2-ac870e21dd0b, #wrap-s-7900a708-9744-43f1-a9e2-ac870e21dd0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7900a708-9744-43f1-a9e2-ac870e21dd0b {
  display: none;
}
#s-7900a708-9744-43f1-a9e2-ac870e21dd0b, #wrap-s-7900a708-9744-43f1-a9e2-ac870e21dd0b { display:none !important; }}@media (max-width: 767px){#s-7900a708-9744-43f1-a9e2-ac870e21dd0b {
  display: none;
}
#s-7900a708-9744-43f1-a9e2-ac870e21dd0b, #wrap-s-7900a708-9744-43f1-a9e2-ac870e21dd0b { display:none !important; }}
@media (min-width: 0px) {
[id="s-7900a708-9744-43f1-a9e2-ac870e21dd0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7900a708-9744-43f1-a9e2-ac870e21dd0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7900a708-9744-43f1-a9e2-ac870e21dd0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7900a708-9744-43f1-a9e2-ac870e21dd0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff554179-fe27-4946-993b-8586a2fd2bf3 {
  min-height: 50px;
}








#s-ff554179-fe27-4946-993b-8586a2fd2bf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff554179-fe27-4946-993b-8586a2fd2bf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4282dfa-7ae1-4b47-9af3-ddcfc9a7e78b {
  min-height: 50px;
}








#s-f4282dfa-7ae1-4b47-9af3-ddcfc9a7e78b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4282dfa-7ae1-4b47-9af3-ddcfc9a7e78b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad0f1d28-c9ab-47e1-a4c6-9c74b92852d7 {
  margin-top: 10px;
}

#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 {
  min-height: 700px;
background-color: rgba(252, 248, 239, 1);
}
@media (min-width: 1200px){#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fc98701f-50d5-4d44-bf53-1a74c34daac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc98701f-50d5-4d44-bf53-1a74c34daac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46313378-1ca9-45c4-a21b-a07778363638 {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-46313378-1ca9-45c4-a21b-a07778363638 {
  margin-top: 30px;
}
}
#s-46313378-1ca9-45c4-a21b-a07778363638 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-46313378-1ca9-45c4-a21b-a07778363638 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-46313378-1ca9-45c4-a21b-a07778363638 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 {
  display: none;
}
#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1, #wrap-s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 {
  display: none;
}
#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1, #wrap-s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 {
  display: none;
}
#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1, #wrap-s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 { display:none !important; }}@media (max-width: 767px){#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}
#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 248, 239, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-0e1a3075-02c7-4245-a645-8e5651a8b4f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8125cb2c-4190-49c7-b1b8-7ed94e541cdb {
  text-align: center;
}







  #s-8125cb2c-4190-49c7-b1b8-7ed94e541cdb img.shogun-image {
    

    
    
    
  }


#s-8125cb2c-4190-49c7-b1b8-7ed94e541cdb .shogun-image-content {
  
    align-items: center;
  
}

#s-137db38a-487c-482d-8236-faee94eed6d8 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137db38a-487c-482d-8236-faee94eed6d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-971414d7-8cde-4562-87af-171c96400e58 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-971414d7-8cde-4562-87af-171c96400e58 {
  min-height: 550px;
}
}@media (max-width: 767px){#s-971414d7-8cde-4562-87af-171c96400e58 {
  min-height: 200px;
}
}







#s-971414d7-8cde-4562-87af-171c96400e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-971414d7-8cde-4562-87af-171c96400e58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08f7c88c-85e9-4b32-a0f2-a368989faf80 {
  margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
@media (max-width: 767px){#s-08f7c88c-85e9-4b32-a0f2-a368989faf80 {
  min-height: 400px;
}
}







#s-08f7c88c-85e9-4b32-a0f2-a368989faf80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f7c88c-85e9-4b32-a0f2-a368989faf80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c2139a-f90d-4145-81ac-19265e0d81f8 {
  margin-top: 10px;
}

#s-5a8a08db-8a85-4e51-926e-63fa2d2de4f9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5a8a08db-8a85-4e51-926e-63fa2d2de4f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5a8a08db-8a85-4e51-926e-63fa2d2de4f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a8a08db-8a85-4e51-926e-63fa2d2de4f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a8a08db-8a85-4e51-926e-63fa2d2de4f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-39a3137a-ea39-491c-b332-d0a7fc5fa9e6 {
  min-height: 100px;
}








#s-39a3137a-ea39-491c-b332-d0a7fc5fa9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a3137a-ea39-491c-b332-d0a7fc5fa9e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e728d1e-fd52-479d-bfb8-5fcc21d2bebf {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-3e728d1e-fd52-479d-bfb8-5fcc21d2bebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e728d1e-fd52-479d-bfb8-5fcc21d2bebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc79f803-eff3-41eb-ac6a-fa1c0daf27de {
  margin-top: 5px;
}

#s-ed3ce35d-8f2c-4687-9f7d-46dc9722282a {
  min-height: 100px;
}








#s-ed3ce35d-8f2c-4687-9f7d-46dc9722282a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed3ce35d-8f2c-4687-9f7d-46dc9722282a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9537c2a6-c45d-4537-a548-9d88d825280a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-9537c2a6-c45d-4537-a548-9d88d825280a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9537c2a6-c45d-4537-a548-9d88d825280a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a84422a-962d-47f9-9236-d84de65455d4 {
  margin-top: 5px;
}

#s-fc22e992-e0fd-436c-b359-6621bcdb4e65 {
  min-height: 100px;
}








#s-fc22e992-e0fd-436c-b359-6621bcdb4e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc22e992-e0fd-436c-b359-6621bcdb4e65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86ff89ff-15ad-4849-888d-e82b953be4f1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-86ff89ff-15ad-4849-888d-e82b953be4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ff89ff-15ad-4849-888d-e82b953be4f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27570937-bffc-43d6-b1b6-3628190c56de {
  margin-top: 5px;
}

#s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-866efd1f-02b3-45c6-ab2b-fac61b23b4bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-af12b379-7979-4a66-a2d9-f77e2b7a12d5 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-af12b379-7979-4a66-a2d9-f77e2b7a12d5 {
  min-height: 200px;
}
}







#s-af12b379-7979-4a66-a2d9-f77e2b7a12d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af12b379-7979-4a66-a2d9-f77e2b7a12d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78f5b1cb-a8bb-46ea-987f-eb7358446a8d {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
@media (max-width: 767px){#s-78f5b1cb-a8bb-46ea-987f-eb7358446a8d {
  min-height: 300px;
}
}







#s-78f5b1cb-a8bb-46ea-987f-eb7358446a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f5b1cb-a8bb-46ea-987f-eb7358446a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63484c36-7dce-41ce-80cb-e769b7fee766 {
  margin-top: 10px;
}

#s-20e8b415-8b7c-49a7-b64c-6e200a8c9825 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-20e8b415-8b7c-49a7-b64c-6e200a8c9825"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-20e8b415-8b7c-49a7-b64c-6e200a8c9825"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20e8b415-8b7c-49a7-b64c-6e200a8c9825"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20e8b415-8b7c-49a7-b64c-6e200a8c9825"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2270ea3c-a9dc-4fd4-871d-29f4924380ac {
  min-height: 100px;
}
@media (max-width: 767px){#s-2270ea3c-a9dc-4fd4-871d-29f4924380ac {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2270ea3c-a9dc-4fd4-871d-29f4924380ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2270ea3c-a9dc-4fd4-871d-29f4924380ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efaf0dcc-7662-4d0d-a5d3-9763985f7086 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-efaf0dcc-7662-4d0d-a5d3-9763985f7086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efaf0dcc-7662-4d0d-a5d3-9763985f7086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6fb1cd6-170c-46e9-a176-5ce49ad89f80 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-91b88a14-95c2-4ebd-a6f6-70e5c5d103fa {
  min-height: 100px;
}
@media (max-width: 767px){#s-91b88a14-95c2-4ebd-a6f6-70e5c5d103fa {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-91b88a14-95c2-4ebd-a6f6-70e5c5d103fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b88a14-95c2-4ebd-a6f6-70e5c5d103fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5aca62-acbe-4287-ab4e-eb61d0a04474 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-7f5aca62-acbe-4287-ab4e-eb61d0a04474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f5aca62-acbe-4287-ab4e-eb61d0a04474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37cea428-ebbe-44f7-a79b-15a89bce454e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-72cf98fa-3d3c-4c05-9e44-a64e3cd7d0e3 {
  min-height: 100px;
}
@media (max-width: 767px){#s-72cf98fa-3d3c-4c05-9e44-a64e3cd7d0e3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-72cf98fa-3d3c-4c05-9e44-a64e3cd7d0e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72cf98fa-3d3c-4c05-9e44-a64e3cd7d0e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd5963ad-3c75-4d55-8a12-d0f762929b84 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-dd5963ad-3c75-4d55-8a12-d0f762929b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd5963ad-3c75-4d55-8a12-d0f762929b84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a01805d2-4e74-4d39-a1cd-8037aada517a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c2699c13-ade2-4825-b861-8776c91e0020 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2699c13-ade2-4825-b861-8776c91e0020"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9fb6d897-44a8-4c96-8079-f21a69222f45 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-9fb6d897-44a8-4c96-8079-f21a69222f45 {
  min-height: 200px;
}
}







#s-9fb6d897-44a8-4c96-8079-f21a69222f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb6d897-44a8-4c96-8079-f21a69222f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0cb7b8c-6179-41b8-95bb-09bf4d008f22 {
  margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
@media (max-width: 767px){#s-e0cb7b8c-6179-41b8-95bb-09bf4d008f22 {
  min-height: 300px;
}
}







#s-e0cb7b8c-6179-41b8-95bb-09bf4d008f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0cb7b8c-6179-41b8-95bb-09bf4d008f22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f6a99ce-dfa6-4478-bbb4-d4afc4e4a6b9 {
  margin-top: 10px;
}

#s-db0ac274-2117-4a5c-af67-d10f42a9bbdf {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-db0ac274-2117-4a5c-af67-d10f42a9bbdf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-db0ac274-2117-4a5c-af67-d10f42a9bbdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db0ac274-2117-4a5c-af67-d10f42a9bbdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db0ac274-2117-4a5c-af67-d10f42a9bbdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a5e6d2e0-3365-486e-a0df-2ca7adae3ccd {
  min-height: 100px;
}
@media (max-width: 767px){#s-a5e6d2e0-3365-486e-a0df-2ca7adae3ccd {
  margin-top: 20px;
}
}







#s-a5e6d2e0-3365-486e-a0df-2ca7adae3ccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5e6d2e0-3365-486e-a0df-2ca7adae3ccd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b10fadf-3842-417c-89b4-880c7323d788 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-3b10fadf-3842-417c-89b4-880c7323d788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b10fadf-3842-417c-89b4-880c7323d788.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feea4501-93fd-406b-b2aa-9dd1b830f65a {
  margin-top: 5px;
}

#s-6d70f1fb-0f7f-4344-8b80-4afa5eb72032 {
  min-height: 100px;
}
@media (max-width: 767px){#s-6d70f1fb-0f7f-4344-8b80-4afa5eb72032 {
  margin-top: 20px;
}
}







#s-6d70f1fb-0f7f-4344-8b80-4afa5eb72032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d70f1fb-0f7f-4344-8b80-4afa5eb72032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70e39dec-4a3b-4288-9066-51962203af26 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-70e39dec-4a3b-4288-9066-51962203af26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e39dec-4a3b-4288-9066-51962203af26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25ac6e0c-fc94-4ba3-ad76-a14157a40d0f {
  margin-top: 5px;
}

#s-94210424-e7a6-45d4-882f-59c3499d1f09 {
  min-height: 100px;
}
@media (max-width: 767px){#s-94210424-e7a6-45d4-882f-59c3499d1f09 {
  margin-top: 20px;
}
}







#s-94210424-e7a6-45d4-882f-59c3499d1f09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94210424-e7a6-45d4-882f-59c3499d1f09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dc494e6-b971-448e-a4cd-e42a0780a7ab {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-4dc494e6-b971-448e-a4cd-e42a0780a7ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc494e6-b971-448e-a4cd-e42a0780a7ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-513b97cd-8ec5-4366-a78f-39134f229565 {
  margin-top: 5px;
}

#s-7aaf06e0-bc58-407d-aff6-e2b709be0a0b {
  margin-top: 10px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-1cf474d2-71f3-4c3e-839c-416d38b4297f {
  margin-top: 30px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-1cf474d2-71f3-4c3e-839c-416d38b4297f {
  display: none;
}
#s-1cf474d2-71f3-4c3e-839c-416d38b4297f, #wrap-s-1cf474d2-71f3-4c3e-839c-416d38b4297f { display:none !important; }}

  #s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(252, 248, 239, 1);
  }
  #s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(139, 167, 190, 1);
  }
#s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(43, 61, 76, 1);
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(139, 167, 190, 1);
}

#s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(252, 248, 239, 1);
}

#s-1cf474d2-71f3-4c3e-839c-416d38b4297f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(139, 167, 190, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-089104ef-f027-4aee-aa1c-54e544a5448b {
  padding-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-089104ef-f027-4aee-aa1c-54e544a5448b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d73bfb3c-4df1-4fcf-be44-430be28ad347 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 350px;
background-position: center center;
}








#s-d73bfb3c-4df1-4fcf-be44-430be28ad347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73bfb3c-4df1-4fcf-be44-430be28ad347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5d63c26-d4f8-4154-9eca-f29a71d6e1af {
  min-height: 350px;
}








#s-a5d63c26-d4f8-4154-9eca-f29a71d6e1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5d63c26-d4f8-4154-9eca-f29a71d6e1af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3aa02fc-e3c0-4cc3-a7cc-0954686735ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3aa02fc-e3c0-4cc3-a7cc-0954686735ce .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f3aa02fc-e3c0-4cc3-a7cc-0954686735ce .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f3aa02fc-e3c0-4cc3-a7cc-0954686735ce .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-fdbaed27-ec6a-4a56-8fbd-b7c3408a4b1c {
  margin-top: 10px;
}

#s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9999a6bb-dbf9-49a3-9f5b-8ba474b0c868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a598b498-6ca5-42ad-bb4c-5ea0ddd9f09b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a598b498-6ca5-42ad-bb4c-5ea0ddd9f09b {
  min-height: 400px;
}
}







#s-a598b498-6ca5-42ad-bb4c-5ea0ddd9f09b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a598b498-6ca5-42ad-bb4c-5ea0ddd9f09b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5f496bd-b85d-4911-bb4a-19e3ed02f08f {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5f496bd-b85d-4911-bb4a-19e3ed02f08f {
  min-height: 400px;
}
}







#s-e5f496bd-b85d-4911-bb4a-19e3ed02f08f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f496bd-b85d-4911-bb4a-19e3ed02f08f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-995cd2d0-2ddb-411b-9276-5ceadd7ae2cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-995cd2d0-2ddb-411b-9276-5ceadd7ae2cb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-995cd2d0-2ddb-411b-9276-5ceadd7ae2cb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-995cd2d0-2ddb-411b-9276-5ceadd7ae2cb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-a6a41e07-3b06-470a-b976-6ed44194167d {
  margin-top: 10px;
}

#s-fa5c63ac-9d3d-4682-bc40-f1e54c055e4a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fa5c63ac-9d3d-4682-bc40-f1e54c055e4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5c63ac-9d3d-4682-bc40-f1e54c055e4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5c63ac-9d3d-4682-bc40-f1e54c055e4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5c63ac-9d3d-4682-bc40-f1e54c055e4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-834fa6bd-1b6d-4bdd-902d-31c61ed4162d {
  min-height: 100px;
}








#s-834fa6bd-1b6d-4bdd-902d-31c61ed4162d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834fa6bd-1b6d-4bdd-902d-31c61ed4162d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eada4ced-8915-4811-a176-900d185ae7ca {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-eada4ced-8915-4811-a176-900d185ae7ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eada4ced-8915-4811-a176-900d185ae7ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93f829a3-3d38-45fd-a59d-87d2b5119372 {
  margin-top: 5px;
}

#s-a2aa7677-d5ff-4716-b46b-8e4a85d84288 {
  min-height: 100px;
}








#s-a2aa7677-d5ff-4716-b46b-8e4a85d84288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2aa7677-d5ff-4716-b46b-8e4a85d84288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66d4f6b6-a71f-4c7d-a50e-6a328690baf2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-66d4f6b6-a71f-4c7d-a50e-6a328690baf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66d4f6b6-a71f-4c7d-a50e-6a328690baf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fe9fdd3-2709-482f-ab04-0ea4142f4906 {
  margin-top: 5px;
}

#s-147bf19f-a4e0-469f-b3ba-0af4529ec3e5 {
  min-height: 100px;
}








#s-147bf19f-a4e0-469f-b3ba-0af4529ec3e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147bf19f-a4e0-469f-b3ba-0af4529ec3e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466d04d9-22a0-4eb5-baae-4826ff7aa5a4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-466d04d9-22a0-4eb5-baae-4826ff7aa5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466d04d9-22a0-4eb5-baae-4826ff7aa5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a12ecbc1-43f0-4411-baec-6a7dae0ed604 {
  margin-top: 5px;
}

#s-c89583f9-571b-4d54-8f39-9b7718ab9246 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89583f9-571b-4d54-8f39-9b7718ab9246"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-942ecfb1-c95e-4fa9-9e05-08bc9e6431c1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-942ecfb1-c95e-4fa9-9e05-08bc9e6431c1 {
  min-height: 400px;
}
}







#s-942ecfb1-c95e-4fa9-9e05-08bc9e6431c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942ecfb1-c95e-4fa9-9e05-08bc9e6431c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1792499-c40c-4ec3-84a5-afe160172ddd {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1792499-c40c-4ec3-84a5-afe160172ddd {
  min-height: 400px;
}
}







#s-a1792499-c40c-4ec3-84a5-afe160172ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1792499-c40c-4ec3-84a5-afe160172ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7b69131-d490-49a3-84bc-3e5432098480 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7b69131-d490-49a3-84bc-3e5432098480 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e7b69131-d490-49a3-84bc-3e5432098480 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-e7b69131-d490-49a3-84bc-3e5432098480 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-069821d6-b1ad-490b-b485-0ced35710dc0 {
  margin-top: 10px;
}

#s-1eb47ac0-6348-4fa3-b68b-e3f18f49b4a9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1eb47ac0-6348-4fa3-b68b-e3f18f49b4a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eb47ac0-6348-4fa3-b68b-e3f18f49b4a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1eb47ac0-6348-4fa3-b68b-e3f18f49b4a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eb47ac0-6348-4fa3-b68b-e3f18f49b4a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7c36a46-b819-4a9a-9bb0-8983912aaeeb {
  min-height: 100px;
}








#s-a7c36a46-b819-4a9a-9bb0-8983912aaeeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7c36a46-b819-4a9a-9bb0-8983912aaeeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c85be067-5b61-4f6f-96c9-80129ac0b506 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-c85be067-5b61-4f6f-96c9-80129ac0b506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c85be067-5b61-4f6f-96c9-80129ac0b506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35c8c73f-4bb2-40c3-96dd-23ac9e2fc1e3 {
  margin-top: 5px;
}

#s-046848a8-e7ef-4655-83ea-6f76a38ec566 {
  min-height: 100px;
}
@media (max-width: 767px){#s-046848a8-e7ef-4655-83ea-6f76a38ec566 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-046848a8-e7ef-4655-83ea-6f76a38ec566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-046848a8-e7ef-4655-83ea-6f76a38ec566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04ff9ae0-4e23-46be-aaa3-4ed5cfe4a356 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-04ff9ae0-4e23-46be-aaa3-4ed5cfe4a356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ff9ae0-4e23-46be-aaa3-4ed5cfe4a356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d09593da-8a5c-451a-a415-afb14f280f12 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e559e274-7c15-4b68-812e-d4d4ebfe334c {
  min-height: 100px;
}
@media (max-width: 767px){#s-e559e274-7c15-4b68-812e-d4d4ebfe334c {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-e559e274-7c15-4b68-812e-d4d4ebfe334c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e559e274-7c15-4b68-812e-d4d4ebfe334c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6227bb20-1ae8-4163-a2d1-dc0d3f11fed9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-6227bb20-1ae8-4163-a2d1-dc0d3f11fed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6227bb20-1ae8-4163-a2d1-dc0d3f11fed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6bc4aa5-054a-40a4-811f-8bf2f86e03f2 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-287490ed-39a1-46cd-ae2a-8c44b7d830d6 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-287490ed-39a1-46cd-ae2a-8c44b7d830d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-681b00c4-e590-4f33-b084-c908fc47042e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-681b00c4-e590-4f33-b084-c908fc47042e {
  min-height: 400px;
}
}







#s-681b00c4-e590-4f33-b084-c908fc47042e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-681b00c4-e590-4f33-b084-c908fc47042e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98d7690-636a-4292-a5a6-d1efb83e33c6 {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b98d7690-636a-4292-a5a6-d1efb83e33c6 {
  min-height: 400px;
}
}







#s-b98d7690-636a-4292-a5a6-d1efb83e33c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b98d7690-636a-4292-a5a6-d1efb83e33c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c52e634b-9032-4e2e-a87e-fcdf3e97c2c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c52e634b-9032-4e2e-a87e-fcdf3e97c2c4 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c52e634b-9032-4e2e-a87e-fcdf3e97c2c4 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-c52e634b-9032-4e2e-a87e-fcdf3e97c2c4 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-baf718bb-3f27-4c09-8f3c-50afbcb9f544 {
  margin-top: 10px;
}

#s-642837f5-3525-40e1-a2f9-b3283ad60e34 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-642837f5-3525-40e1-a2f9-b3283ad60e34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-642837f5-3525-40e1-a2f9-b3283ad60e34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-642837f5-3525-40e1-a2f9-b3283ad60e34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-642837f5-3525-40e1-a2f9-b3283ad60e34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f7a675d-5718-46b2-bdb6-c2d430df7523 {
  min-height: 100px;
}








#s-6f7a675d-5718-46b2-bdb6-c2d430df7523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7a675d-5718-46b2-bdb6-c2d430df7523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95fa2ca7-4e79-4473-9bc4-20da8d76f090 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-95fa2ca7-4e79-4473-9bc4-20da8d76f090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95fa2ca7-4e79-4473-9bc4-20da8d76f090.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4c540c8-9458-41da-9fb5-315c149b65ca {
  margin-top: 5px;
}

#s-8c18c286-d1ad-4115-a157-8268e2676663 {
  min-height: 100px;
}
@media (max-width: 767px){#s-8c18c286-d1ad-4115-a157-8268e2676663 {
  margin-top: 20px;
}
}







#s-8c18c286-d1ad-4115-a157-8268e2676663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c18c286-d1ad-4115-a157-8268e2676663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efdbe610-8833-413e-b679-55eb1f0545ce {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-efdbe610-8833-413e-b679-55eb1f0545ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efdbe610-8833-413e-b679-55eb1f0545ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cd63866-8feb-4eb3-b978-da383abd83eb {
  margin-top: 5px;
}

#s-c6e9b247-362f-433b-aece-6833d344adbe {
  min-height: 100px;
}
@media (max-width: 767px){#s-c6e9b247-362f-433b-aece-6833d344adbe {
  margin-top: 20px;
}
}







#s-c6e9b247-362f-433b-aece-6833d344adbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e9b247-362f-433b-aece-6833d344adbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f619e9d-48a2-4462-9778-eae674b89923 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-9f619e9d-48a2-4462-9778-eae674b89923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f619e9d-48a2-4462-9778-eae674b89923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e38cb1a-a2ae-4017-9259-1e10feffa1c1 {
  margin-top: 5px;
}

#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 230px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c {
  display: none;
}
#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c, #wrap-s-7df985a0-4e37-4644-bcae-b17fe14e5b8c { display:none !important; }}@media (max-width: 767px){#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c {
  display: none;
}
#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c, #wrap-s-7df985a0-4e37-4644-bcae-b17fe14e5b8c { display:none !important; }}







#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df985a0-4e37-4644-bcae-b17fe14e5b8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-813b509b-1653-4e0a-92d9-c75addb42b2f {
  min-height: 500px;
}
@media (min-width: 1200px){#s-813b509b-1653-4e0a-92d9-c75addb42b2f {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-813b509b-1653-4e0a-92d9-c75addb42b2f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-813b509b-1653-4e0a-92d9-c75addb42b2f {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-813b509b-1653-4e0a-92d9-c75addb42b2f {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-813b509b-1653-4e0a-92d9-c75addb42b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-813b509b-1653-4e0a-92d9-c75addb42b2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc {
  margin-top: 50px;
}
}
#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-2b8b509f-2189-4ba4-a9e9-5c4ab2c239dc .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-c4ef51c6-c5db-4603-833b-b7b1e9bd5dc5 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422 {
  display: none;
}
#s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422, #wrap-s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422 {
  display: none;
}
#s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422, #wrap-s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ac5bcbb-f883-40fe-bf32-eab9a55d7422"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05cd7b23-415c-4a91-8d28-b85e479411dc {
  min-height: 330px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05cd7b23-415c-4a91-8d28-b85e479411dc {
  min-height: 300px;
}
}@media (max-width: 767px){#s-05cd7b23-415c-4a91-8d28-b85e479411dc {
  min-height: 280px;
}
}







#s-05cd7b23-415c-4a91-8d28-b85e479411dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05cd7b23-415c-4a91-8d28-b85e479411dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61513b96-f857-4318-b95d-580f62aa0442 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-61513b96-f857-4318-b95d-580f62aa0442 {
  margin-top: 0px;
}
}
#s-2fc5ad71-a620-452d-bcc7-5491eb1709bc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fc5ad71-a620-452d-bcc7-5491eb1709bc {
  min-height: 300px;
}
}@media (max-width: 767px){#s-2fc5ad71-a620-452d-bcc7-5491eb1709bc {
  min-height: 280px;
}
}







#s-2fc5ad71-a620-452d-bcc7-5491eb1709bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc5ad71-a620-452d-bcc7-5491eb1709bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85497caa-6876-4574-be1a-90517152c7b1 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-85497caa-6876-4574-be1a-90517152c7b1 {
  display: none;
}
#s-85497caa-6876-4574-be1a-90517152c7b1, #wrap-s-85497caa-6876-4574-be1a-90517152c7b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85497caa-6876-4574-be1a-90517152c7b1 {
  display: none;
}
#s-85497caa-6876-4574-be1a-90517152c7b1, #wrap-s-85497caa-6876-4574-be1a-90517152c7b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-85497caa-6876-4574-be1a-90517152c7b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85497caa-6876-4574-be1a-90517152c7b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85497caa-6876-4574-be1a-90517152c7b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85497caa-6876-4574-be1a-90517152c7b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de907a05-9dd5-459e-9110-6dabdf2339e6 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de907a05-9dd5-459e-9110-6dabdf2339e6 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-de907a05-9dd5-459e-9110-6dabdf2339e6 {
  min-height: 280px;
}
}







#s-de907a05-9dd5-459e-9110-6dabdf2339e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de907a05-9dd5-459e-9110-6dabdf2339e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51afbdd9-8d87-469c-9f49-a4cc33626832 {
  min-height: 330px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51afbdd9-8d87-469c-9f49-a4cc33626832 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-51afbdd9-8d87-469c-9f49-a4cc33626832 {
  min-height: 280px;
}
}







#s-51afbdd9-8d87-469c-9f49-a4cc33626832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51afbdd9-8d87-469c-9f49-a4cc33626832.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-51afbdd9-8d87-469c-9f49-a4cc33626832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51afbdd9-8d87-469c-9f49-a4cc33626832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-51afbdd9-8d87-469c-9f49-a4cc33626832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51afbdd9-8d87-469c-9f49-a4cc33626832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-e403996f-b621-4b47-8ef3-a98127284c39 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-e403996f-b621-4b47-8ef3-a98127284c39 {
  margin-top: 0px;
}
}
#s-a88dfbee-b031-461b-8b57-d0dc76398011 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-a88dfbee-b031-461b-8b57-d0dc76398011 {
  display: none;
}
#s-a88dfbee-b031-461b-8b57-d0dc76398011, #wrap-s-a88dfbee-b031-461b-8b57-d0dc76398011 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a88dfbee-b031-461b-8b57-d0dc76398011 {
  display: none;
}
#s-a88dfbee-b031-461b-8b57-d0dc76398011, #wrap-s-a88dfbee-b031-461b-8b57-d0dc76398011 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a88dfbee-b031-461b-8b57-d0dc76398011 {
  margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-a88dfbee-b031-461b-8b57-d0dc76398011"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a88dfbee-b031-461b-8b57-d0dc76398011"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a88dfbee-b031-461b-8b57-d0dc76398011"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a88dfbee-b031-461b-8b57-d0dc76398011"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b2da24e-be94-44d6-a614-6ff8a418dd57 {
  min-height: 330px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b2da24e-be94-44d6-a614-6ff8a418dd57 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-4b2da24e-be94-44d6-a614-6ff8a418dd57 {
  min-height: 250px;
}
}







#s-4b2da24e-be94-44d6-a614-6ff8a418dd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2da24e-be94-44d6-a614-6ff8a418dd57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6249832-18b7-4212-8767-ce9b765f71ba {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-152df5f9-5d5c-47a2-80e7-b80c54d63490 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-152df5f9-5d5c-47a2-80e7-b80c54d63490 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-152df5f9-5d5c-47a2-80e7-b80c54d63490 {
  min-height: 280px;
}
}







#s-152df5f9-5d5c-47a2-80e7-b80c54d63490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-152df5f9-5d5c-47a2-80e7-b80c54d63490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-804dbd53-37bf-4a3c-a74c-d2813f1aabde {
  margin-top: 40px;
margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-804dbd53-37bf-4a3c-a74c-d2813f1aabde {
  display: none;
}
#s-804dbd53-37bf-4a3c-a74c-d2813f1aabde, #wrap-s-804dbd53-37bf-4a3c-a74c-d2813f1aabde { display:none !important; }}@media (max-width: 767px){#s-804dbd53-37bf-4a3c-a74c-d2813f1aabde {
  display: none;
}
#s-804dbd53-37bf-4a3c-a74c-d2813f1aabde, #wrap-s-804dbd53-37bf-4a3c-a74c-d2813f1aabde { display:none !important; }}
@media (min-width: 0px) {
[id="s-804dbd53-37bf-4a3c-a74c-d2813f1aabde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-804dbd53-37bf-4a3c-a74c-d2813f1aabde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-804dbd53-37bf-4a3c-a74c-d2813f1aabde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-804dbd53-37bf-4a3c-a74c-d2813f1aabde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-49ac15e7-30c6-4396-8996-47ce251cb9cb {
  min-height: 750px;
}
@media (max-width: 767px){#s-49ac15e7-30c6-4396-8996-47ce251cb9cb {
  min-height: 450px;
}
}







#s-49ac15e7-30c6-4396-8996-47ce251cb9cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ac15e7-30c6-4396-8996-47ce251cb9cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5d59a13-faf7-4336-8974-35916caaf0fc {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-baffbb45-bc9b-4c8c-b3e4-6393ff0f907e {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-baffbb45-bc9b-4c8c-b3e4-6393ff0f907e {
  min-height: 350px;
}
}







#s-baffbb45-bc9b-4c8c-b3e4-6393ff0f907e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baffbb45-bc9b-4c8c-b3e4-6393ff0f907e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f94dc3a-f021-47ac-9c9c-0b84c7d0c2c9 {
  min-height: 550px;
}








#s-5f94dc3a-f021-47ac-9c9c-0b84c7d0c2c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f94dc3a-f021-47ac-9c9c-0b84c7d0c2c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afe10e2d-8c48-4ef0-b7a1-e9130729f352 {
  min-height: 750px;
}
@media (max-width: 767px){#s-afe10e2d-8c48-4ef0-b7a1-e9130729f352 {
  min-height: 450px;
}
}







#s-afe10e2d-8c48-4ef0-b7a1-e9130729f352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe10e2d-8c48-4ef0-b7a1-e9130729f352.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8219265f-14c7-42b9-ae24-f49267138e41 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-8219265f-14c7-42b9-ae24-f49267138e41 {
  min-height: 350px;
}
}







#s-8219265f-14c7-42b9-ae24-f49267138e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8219265f-14c7-42b9-ae24-f49267138e41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dda68c83-bdee-46e0-95fc-54425a29dd21 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-87fdad3f-2765-4f14-a9ea-23601a63a2f2 {
  margin-bottom: 20px;
}

#s-d4db8df4-4b97-4469-a691-3afa7cb801bd {
  min-height: 750px;
}
@media (max-width: 767px){#s-d4db8df4-4b97-4469-a691-3afa7cb801bd {
  min-height: 650px;
}
}







#s-d4db8df4-4b97-4469-a691-3afa7cb801bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4db8df4-4b97-4469-a691-3afa7cb801bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e29614c-74d6-4e71-81fd-163c1245774b {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-71c1e590-f86a-4bda-85d8-b54b46489f92 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-71c1e590-f86a-4bda-85d8-b54b46489f92 {
  min-height: 350px;
}
}







#s-71c1e590-f86a-4bda-85d8-b54b46489f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c1e590-f86a-4bda-85d8-b54b46489f92.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 {
  padding-top: 35px;
padding-bottom: 0px;
background-color: rgba(252, 248, 239, 1);
}
@media (min-width: 1200px){#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3ac1020a-da40-4bf5-bec8-4105e35197d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac1020a-da40-4bf5-bec8-4105e35197d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73e423b9-ad14-4434-9795-c217e3ccd4cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73e423b9-ad14-4434-9795-c217e3ccd4cb .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-73e423b9-ad14-4434-9795-c217e3ccd4cb .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-73e423b9-ad14-4434-9795-c217e3ccd4cb .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 {
  display: none;
}
#s-c5341c9b-949f-41ca-9bca-78fcf7a96734, #wrap-s-c5341c9b-949f-41ca-9bca-78fcf7a96734 { display:none !important; }}@media (max-width: 767px){#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 {
  display: none;
}
#s-c5341c9b-949f-41ca-9bca-78fcf7a96734, #wrap-s-c5341c9b-949f-41ca-9bca-78fcf7a96734 { display:none !important; }}

  #s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(252, 248, 239, 1);
  }
  #s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(139, 167, 190, 1);
  }
#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(43, 61, 76, 1);
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(139, 167, 190, 1);
}

#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(252, 248, 239, 1);
}

#s-c5341c9b-949f-41ca-9bca-78fcf7a96734 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(139, 167, 190, 1);
}

#s-1417383e-6a09-4a15-9537-5fd9a09bca78 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1417383e-6a09-4a15-9537-5fd9a09bca78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9445876d-9f75-445b-895c-0c5a0f08ad6d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-9445876d-9f75-445b-895c-0c5a0f08ad6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9445876d-9f75-445b-895c-0c5a0f08ad6d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2b66378a-dfee-4064-a10a-a53dfeb3ed66 {
  min-height: 700px;
}








#s-2b66378a-dfee-4064-a10a-a53dfeb3ed66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b66378a-dfee-4064-a10a-a53dfeb3ed66.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d918f85a-1df6-4e59-a0db-d79adfe2b55a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d918f85a-1df6-4e59-a0db-d79adfe2b55a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d918f85a-1df6-4e59-a0db-d79adfe2b55a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-d918f85a-1df6-4e59-a0db-d79adfe2b55a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-a8e87a4f-7c7e-4c2e-b789-012d7d66696d {
  margin-top: 10px;
}

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

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

#s-91dbf668-8513-4a0d-b287-9ac4f0ecdc18 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-91dbf668-8513-4a0d-b287-9ac4f0ecdc18 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-c1e390ac-4b7b-4675-ab04-8aa046b4515b {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c1e390ac-4b7b-4675-ab04-8aa046b4515b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-dee8aee1-939c-4107-96e6-e48be276624c {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-dee8aee1-939c-4107-96e6-e48be276624c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee8aee1-939c-4107-96e6-e48be276624c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-57e9e74c-29b7-484a-90ae-bb69b45bda8f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-57e9e74c-29b7-484a-90ae-bb69b45bda8f {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-6f29b09d-c035-4838-9532-074b1da7cc04 {
  text-align: center;
}



.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f29b09d-c035-4838-9532-074b1da7cc04 img.shogun-image {
  width: 100%;
}



}







#s-5a604d84-e878-4e91-a2b1-68f2464b4d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a604d84-e878-4e91-a2b1-68f2464b4d9f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-08ac5750-1abe-4a29-b5d7-8a6e2bbb62ad {
  display: none;
}
#s-a0553b39-2ead-4350-b54e-14471a5e0397 {
  text-align: left;
}

#s-a0553b39-2ead-4350-b54e-14471a5e0397 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-a0553b39-2ead-4350-b54e-14471a5e0397 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-a0553b39-2ead-4350-b54e-14471a5e0397 .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-6782dd55-5ae7-4828-a1b4-799eff589014 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-18526b70-faa4-4f3c-8a30-31238df6c0f8 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-18526b70-faa4-4f3c-8a30-31238df6c0f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18526b70-faa4-4f3c-8a30-31238df6c0f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-18526b70-faa4-4f3c-8a30-31238df6c0f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-18526b70-faa4-4f3c-8a30-31238df6c0f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-16002729-dcbb-4c9b-b551-5bf6a4db0dfc {
  display: none;
}
.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-c5249566-0a3f-4395-8caf-387f6c16d9ae {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-c5249566-0a3f-4395-8caf-387f6c16d9ae:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-c5249566-0a3f-4395-8caf-387f6c16d9ae:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c5249566-0a3f-4395-8caf-387f6c16d9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5249566-0a3f-4395-8caf-387f6c16d9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5249566-0a3f-4395-8caf-387f6c16d9ae.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-c5249566-0a3f-4395-8caf-387f6c16d9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c5249566-0a3f-4395-8caf-387f6c16d9ae.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


.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-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9-root {
    text-align: center;
  }


#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9-root {
    text-align: center;
  }


#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9-root {
    text-align: center;
  }


#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9-root {
    text-align: center;
  }


#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9-root {
    text-align: center;
  }


#s-abb4b50e-6ffa-4bed-9803-33ef5ba3f4c9.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9566be7b-2934-4db1-8e7f-9e510281223a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-5cb2c931-b3cf-44e6-a5a8-3ea55916dfb8 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-5cb2c931-b3cf-44e6-a5a8-3ea55916dfb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb2c931-b3cf-44e6-a5a8-3ea55916dfb8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bcea7161-6007-4a87-b3d5-32a3c071912d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-bcea7161-6007-4a87-b3d5-32a3c071912d {
  display: none;
}
#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 {
  text-align: center;
}



.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a28a26a-13d0-4676-ae76-874efc1beaf8 img.shogun-image {
  width: 100%;
}



}







#s-99146051-ad4d-4a51-a19e-7e897c404ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99146051-ad4d-4a51-a19e-7e897c404ba8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a3583f6f-87ac-4314-aa46-9d17af10c2f5 {
  display: none;
}
#s-dfc19533-33d2-46b7-9ea7-9440a5d55642 {
  text-align: left;
}

#s-dfc19533-33d2-46b7-9ea7-9440a5d55642 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-dfc19533-33d2-46b7-9ea7-9440a5d55642 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-dfc19533-33d2-46b7-9ea7-9440a5d55642 .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-63d267d9-58f3-489a-82e6-43185004415f {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-62453eb1-d4f0-4688-bec6-5717532fff21 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-62453eb1-d4f0-4688-bec6-5717532fff21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62453eb1-d4f0-4688-bec6-5717532fff21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-62453eb1-d4f0-4688-bec6-5717532fff21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-62453eb1-d4f0-4688-bec6-5717532fff21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d6ca7468-0363-435e-85a7-563d860e0f5c {
  display: none;
}
#s-87a0215f-7a77-4863-9090-c943933e72ff {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-87a0215f-7a77-4863-9090-c943933e72ff:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-87a0215f-7a77-4863-9090-c943933e72ff:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-87a0215f-7a77-4863-9090-c943933e72ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87a0215f-7a77-4863-9090-c943933e72ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87a0215f-7a77-4863-9090-c943933e72ff.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-87a0215f-7a77-4863-9090-c943933e72ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87a0215f-7a77-4863-9090-c943933e72ff.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-897be919-51aa-40f4-9e6e-fe97b308f7d5:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-897be919-51aa-40f4-9e6e-fe97b308f7d5:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-897be919-51aa-40f4-9e6e-fe97b308f7d5-root {
    text-align: center;
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-897be919-51aa-40f4-9e6e-fe97b308f7d5-root {
    text-align: center;
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-897be919-51aa-40f4-9e6e-fe97b308f7d5-root {
    text-align: center;
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-897be919-51aa-40f4-9e6e-fe97b308f7d5-root {
    text-align: center;
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-897be919-51aa-40f4-9e6e-fe97b308f7d5-root {
    text-align: center;
  }


#s-897be919-51aa-40f4-9e6e-fe97b308f7d5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-663f53c6-ab8c-4914-a510-920427f238e3 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-663f53c6-ab8c-4914-a510-920427f238e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ebdc11f2-48fe-4689-a15b-059c40f7edac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center bottom;
}








#s-ebdc11f2-48fe-4689-a15b-059c40f7edac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebdc11f2-48fe-4689-a15b-059c40f7edac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2e0bc3cb-4af4-4634-ab17-1ff8f90c2a9e {
  min-height: 700px;
}








#s-2e0bc3cb-4af4-4634-ab17-1ff8f90c2a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0bc3cb-4af4-4634-ab17-1ff8f90c2a9e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b07385fa-de03-4abb-a592-8bc615f471b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b07385fa-de03-4abb-a592-8bc615f471b1 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b07385fa-de03-4abb-a592-8bc615f471b1 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b07385fa-de03-4abb-a592-8bc615f471b1 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-e6a5a571-0f8b-443b-83cf-d7c0fb91f94a {
  margin-top: 10px;
}

#s-83860fda-2160-4791-ab68-97af44c91f1d hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-707452e2-5675-47a1-9a93-1f35e7131880 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-707452e2-5675-47a1-9a93-1f35e7131880"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-6a840d54-b3c9-446c-92fb-015acec2725f {
  min-height: 50px;
}








#s-6a840d54-b3c9-446c-92fb-015acec2725f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a840d54-b3c9-446c-92fb-015acec2725f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-29d71cf9-4863-4d24-bc95-5670fa557aeb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-29d71cf9-4863-4d24-bc95-5670fa557aeb {
  display: none;
}
#s-335f8133-3071-4aac-b931-68c5623f9d6e {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335f8133-3071-4aac-b931-68c5623f9d6e img.shogun-image {
  width: 100%;
}



}







#s-87852047-0380-42b6-b16e-1386535a84e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87852047-0380-42b6-b16e-1386535a84e8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-64b8397a-fd71-4963-b3cb-a2618956ba5c {
  display: none;
}
#s-1d719417-8e62-4e6a-a837-c3c72e37c33a {
  text-align: left;
}

#s-1d719417-8e62-4e6a-a837-c3c72e37c33a .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1d719417-8e62-4e6a-a837-c3c72e37c33a .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-1d719417-8e62-4e6a-a837-c3c72e37c33a .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-3a40a0ef-94ec-4890-88ba-485608257a39 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-e1acde58-b6f7-460e-95c8-5ecd4626aec7 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-e1acde58-b6f7-460e-95c8-5ecd4626aec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1acde58-b6f7-460e-95c8-5ecd4626aec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1acde58-b6f7-460e-95c8-5ecd4626aec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1acde58-b6f7-460e-95c8-5ecd4626aec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b6ed0ddb-7f76-4a77-93d0-4828ee93a21c {
  display: none;
}
#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34c8eda8-3867-44e3-b09d-b25ecffc1f9d.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-efa26981-7a8f-49f3-ac26-d04530d71c6a:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-efa26981-7a8f-49f3-ac26-d04530d71c6a:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-efa26981-7a8f-49f3-ac26-d04530d71c6a-root {
    text-align: center;
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-efa26981-7a8f-49f3-ac26-d04530d71c6a-root {
    text-align: center;
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efa26981-7a8f-49f3-ac26-d04530d71c6a-root {
    text-align: center;
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efa26981-7a8f-49f3-ac26-d04530d71c6a-root {
    text-align: center;
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-efa26981-7a8f-49f3-ac26-d04530d71c6a-root {
    text-align: center;
  }


#s-efa26981-7a8f-49f3-ac26-d04530d71c6a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c490a8e-15f9-4f12-998a-0e3126917309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}








#s-5ff5eac8-1b06-40f5-b927-a9863ffc5e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff5eac8-1b06-40f5-b927-a9863ffc5e1f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9def02c8-c3cc-412a-a7c5-87270d121f5c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-9def02c8-c3cc-412a-a7c5-87270d121f5c {
  display: none;
}
#s-d8a7546a-eee9-4b60-a36a-157e31ce257a {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a7546a-eee9-4b60-a36a-157e31ce257a img.shogun-image {
  width: 100%;
}



}
#s-a689b51f-fd62-47d0-9dc9-8ad035748062 {
  min-height: 100px;
}








#s-a689b51f-fd62-47d0-9dc9-8ad035748062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a689b51f-fd62-47d0-9dc9-8ad035748062.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-728b860c-343b-42b3-8896-13fd2647040b {
  display: none;
}
#s-e0a51a6b-fdd0-4ed3-be86-b7a86ab5ad8e {
  text-align: left;
}

#s-e0a51a6b-fdd0-4ed3-be86-b7a86ab5ad8e .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e0a51a6b-fdd0-4ed3-be86-b7a86ab5ad8e .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-e0a51a6b-fdd0-4ed3-be86-b7a86ab5ad8e .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-3ed96582-06c2-4179-a91f-3f736dd7ddbd {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-220abb2d-1391-4fa1-89bc-130f51692b22 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-220abb2d-1391-4fa1-89bc-130f51692b22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-220abb2d-1391-4fa1-89bc-130f51692b22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-220abb2d-1391-4fa1-89bc-130f51692b22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-220abb2d-1391-4fa1-89bc-130f51692b22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d1929b90-0cfa-4d03-b911-e0d8b44a4d10 {
  display: none;
}
#s-981c0fba-90a2-44d3-be06-f1547998d726 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-981c0fba-90a2-44d3-be06-f1547998d726:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-981c0fba-90a2-44d3-be06-f1547998d726:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-981c0fba-90a2-44d3-be06-f1547998d726 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-981c0fba-90a2-44d3-be06-f1547998d726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-981c0fba-90a2-44d3-be06-f1547998d726.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-981c0fba-90a2-44d3-be06-f1547998d726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-981c0fba-90a2-44d3-be06-f1547998d726.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-1b83b30f-4059-41ac-bb13-80d3283b9617:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-1b83b30f-4059-41ac-bb13-80d3283b9617:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1b83b30f-4059-41ac-bb13-80d3283b9617-root {
    text-align: center;
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b83b30f-4059-41ac-bb13-80d3283b9617-root {
    text-align: center;
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b83b30f-4059-41ac-bb13-80d3283b9617-root {
    text-align: center;
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b83b30f-4059-41ac-bb13-80d3283b9617-root {
    text-align: center;
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b83b30f-4059-41ac-bb13-80d3283b9617-root {
    text-align: center;
  }


#s-1b83b30f-4059-41ac-bb13-80d3283b9617.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-70d110fc-3998-4a2e-8d15-981a919d5ab4 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70d110fc-3998-4a2e-8d15-981a919d5ab4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e868ff52-e896-4033-878e-04c6974c391c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-e868ff52-e896-4033-878e-04c6974c391c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e868ff52-e896-4033-878e-04c6974c391c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2ef22b3a-5157-4b1b-9d1f-b5dd64104080 {
  min-height: 700px;
}








#s-2ef22b3a-5157-4b1b-9d1f-b5dd64104080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef22b3a-5157-4b1b-9d1f-b5dd64104080.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9bbec084-3e61-454f-8324-3bd3efd86a5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bbec084-3e61-454f-8324-3bd3efd86a5d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9bbec084-3e61-454f-8324-3bd3efd86a5d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-9bbec084-3e61-454f-8324-3bd3efd86a5d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-e49f65ce-f113-435c-971b-e2ea58a1b1a0 {
  margin-top: 10px;
}

#s-e4654b5e-538a-4494-bd99-eb9b59771d90 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-087f1623-76ef-4f32-b37d-cf86aaa945e1 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-087f1623-76ef-4f32-b37d-cf86aaa945e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-35acccf4-4203-46d2-960e-e0d63bade305 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-35acccf4-4203-46d2-960e-e0d63bade305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35acccf4-4203-46d2-960e-e0d63bade305.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-416b6961-de6a-4cca-bee1-4093520ffb0f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-416b6961-de6a-4cca-bee1-4093520ffb0f {
  display: none;
}
#s-62f42627-3208-4f29-8239-3617598b5370 {
  text-align: center;
}



.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62f42627-3208-4f29-8239-3617598b5370 img.shogun-image {
  width: 100%;
}



}







#s-af381ad8-e18e-4fd7-8bf6-c0429736f35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af381ad8-e18e-4fd7-8bf6-c0429736f35f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f663a45b-4c1e-46fc-8ecc-f13577682650 {
  display: none;
}
#s-029cedfc-e31c-4f9f-a294-c38c964c9d28 {
  text-align: left;
}

#s-029cedfc-e31c-4f9f-a294-c38c964c9d28 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-029cedfc-e31c-4f9f-a294-c38c964c9d28 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-029cedfc-e31c-4f9f-a294-c38c964c9d28 .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-9c4c9336-453a-471e-8b9f-50c3e51e80d1 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-440942c5-bb4e-451f-b788-372a442af026 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-440942c5-bb4e-451f-b788-372a442af026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-440942c5-bb4e-451f-b788-372a442af026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-440942c5-bb4e-451f-b788-372a442af026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-440942c5-bb4e-451f-b788-372a442af026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c6adafeb-e25e-4618-8b5f-0b7ce99c6911 {
  display: none;
}
#s-5087e055-c3c1-4825-8504-aa35875008ce {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-5087e055-c3c1-4825-8504-aa35875008ce:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-5087e055-c3c1-4825-8504-aa35875008ce:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5087e055-c3c1-4825-8504-aa35875008ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5087e055-c3c1-4825-8504-aa35875008ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5087e055-c3c1-4825-8504-aa35875008ce.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-5087e055-c3c1-4825-8504-aa35875008ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5087e055-c3c1-4825-8504-aa35875008ce.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-b8917510-f3e2-4de9-913d-3c74bb53b531:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-b8917510-f3e2-4de9-913d-3c74bb53b531:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8917510-f3e2-4de9-913d-3c74bb53b531-root {
    text-align: center;
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8917510-f3e2-4de9-913d-3c74bb53b531-root {
    text-align: center;
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8917510-f3e2-4de9-913d-3c74bb53b531-root {
    text-align: center;
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8917510-f3e2-4de9-913d-3c74bb53b531-root {
    text-align: center;
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8917510-f3e2-4de9-913d-3c74bb53b531-root {
    text-align: center;
  }


#s-b8917510-f3e2-4de9-913d-3c74bb53b531.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-8b272605-62df-4168-9af3-0f64415f7a19 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b272605-62df-4168-9af3-0f64415f7a19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-b66dd6d8-37db-432c-91bd-023898a28ac4 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-b66dd6d8-37db-432c-91bd-023898a28ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b66dd6d8-37db-432c-91bd-023898a28ac4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-62bcf028-d134-4577-9c41-65094d47e08f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-62bcf028-d134-4577-9c41-65094d47e08f {
  display: none;
}
#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 {
  text-align: center;
}



.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f1dd4e1-1cc2-4313-92c7-aae0ebe66f86 img.shogun-image {
  width: 100%;
}



}







#s-12cf85ab-58de-4337-989c-4bda3d3c44eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12cf85ab-58de-4337-989c-4bda3d3c44eb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-19323c94-7ae3-421a-b1db-9464ecc12cdb {
  display: none;
}
#s-5367b932-1fa9-4dbd-9715-e3070eb2da2e {
  text-align: left;
}

#s-5367b932-1fa9-4dbd-9715-e3070eb2da2e .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-5367b932-1fa9-4dbd-9715-e3070eb2da2e .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-5367b932-1fa9-4dbd-9715-e3070eb2da2e .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-5188a23a-8573-488a-a7f3-f0ab3627bdb0 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-7579ec20-251a-4656-9e73-7f1cb0a04043 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-7579ec20-251a-4656-9e73-7f1cb0a04043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7579ec20-251a-4656-9e73-7f1cb0a04043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7579ec20-251a-4656-9e73-7f1cb0a04043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7579ec20-251a-4656-9e73-7f1cb0a04043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5702e925-2020-433c-a7f5-da45a69c9126 {
  display: none;
}
#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-96561aa8-3eb3-45f9-b6db-bc0c6627ac5d.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-842b9b08-09ff-4f81-90d7-09075bd792a7:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-842b9b08-09ff-4f81-90d7-09075bd792a7:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-842b9b08-09ff-4f81-90d7-09075bd792a7-root {
    text-align: center;
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-842b9b08-09ff-4f81-90d7-09075bd792a7-root {
    text-align: center;
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-842b9b08-09ff-4f81-90d7-09075bd792a7-root {
    text-align: center;
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-842b9b08-09ff-4f81-90d7-09075bd792a7-root {
    text-align: center;
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-842b9b08-09ff-4f81-90d7-09075bd792a7-root {
    text-align: center;
  }


#s-842b9b08-09ff-4f81-90d7-09075bd792a7.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-8a47b517-80e2-461e-ad4a-72a7c32de619 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a47b517-80e2-461e-ad4a-72a7c32de619"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7eb7d69b-ff03-49f1-96f9-e2336dd7b75f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-7eb7d69b-ff03-49f1-96f9-e2336dd7b75f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb7d69b-ff03-49f1-96f9-e2336dd7b75f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-33f44f8c-700a-4622-9ecc-1b8c06063e22 {
  min-height: 700px;
}








#s-33f44f8c-700a-4622-9ecc-1b8c06063e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33f44f8c-700a-4622-9ecc-1b8c06063e22.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f0074979-8402-4b0f-af34-7bf0344c9463 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0074979-8402-4b0f-af34-7bf0344c9463 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f0074979-8402-4b0f-af34-7bf0344c9463 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f0074979-8402-4b0f-af34-7bf0344c9463 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-bb182883-d1dc-450c-811c-82e5cc019ff5 {
  margin-top: 10px;
}

#s-b2d400ef-f238-4446-84ca-e20da2b27943 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-405be270-b638-4bab-8d9e-467ae05f3c63 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-405be270-b638-4bab-8d9e-467ae05f3c63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-809f91f0-18c5-4eb4-b89b-b0f1c65c28c5 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-809f91f0-18c5-4eb4-b89b-b0f1c65c28c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-809f91f0-18c5-4eb4-b89b-b0f1c65c28c5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f1a480a9-aa63-4b17-8fa0-9afbdf532c78 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-f1a480a9-aa63-4b17-8fa0-9afbdf532c78 {
  display: none;
}
#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 {
  text-align: center;
}



.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd2d3e8-13cf-4eeb-a18a-0547daaab6a5 img.shogun-image {
  width: 100%;
}



}







#s-a2f47d58-13ab-40b4-97d3-9e7aa40e86b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f47d58-13ab-40b4-97d3-9e7aa40e86b2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9b78c391-771c-433b-9fee-d9a69a084f42 {
  display: none;
}
#s-8d8e23d5-a803-4f5e-9dff-8b898ca68df9 {
  text-align: left;
}

#s-8d8e23d5-a803-4f5e-9dff-8b898ca68df9 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-8d8e23d5-a803-4f5e-9dff-8b898ca68df9 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-8d8e23d5-a803-4f5e-9dff-8b898ca68df9 .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-246b86e3-f75c-4fc9-ba15-27d9ef8bef17 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-dcf69170-d1b3-4d28-bb00-dc4841119d9c {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-dcf69170-d1b3-4d28-bb00-dc4841119d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcf69170-d1b3-4d28-bb00-dc4841119d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf69170-d1b3-4d28-bb00-dc4841119d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf69170-d1b3-4d28-bb00-dc4841119d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-47fc4e15-8400-4957-8e05-4cd6e2c00f06 {
  display: none;
}
#s-83ada20e-6810-4806-8e69-6cb45f2319e8 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-83ada20e-6810-4806-8e69-6cb45f2319e8:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-83ada20e-6810-4806-8e69-6cb45f2319e8:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-83ada20e-6810-4806-8e69-6cb45f2319e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ada20e-6810-4806-8e69-6cb45f2319e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ada20e-6810-4806-8e69-6cb45f2319e8.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-83ada20e-6810-4806-8e69-6cb45f2319e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ada20e-6810-4806-8e69-6cb45f2319e8.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073-root {
    text-align: center;
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073-root {
    text-align: center;
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073-root {
    text-align: center;
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073-root {
    text-align: center;
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073-root {
    text-align: center;
  }


#s-448e8086-f8b7-4aa3-b1c6-fd48bfd89073.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-8550367e-399f-4b3d-8757-7a9dd98e916a {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8550367e-399f-4b3d-8757-7a9dd98e916a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-0c2c9c2a-f647-4aa3-b8d0-0d1073c17ff4 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-0c2c9c2a-f647-4aa3-b8d0-0d1073c17ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c2c9c2a-f647-4aa3-b8d0-0d1073c17ff4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b5677c70-fb37-4de5-b896-53e7a826daab {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-b5677c70-fb37-4de5-b896-53e7a826daab {
  display: none;
}
#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 {
  text-align: center;
}



.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051571ff-fa16-4ed9-bd87-29ba27df6a49 img.shogun-image {
  width: 100%;
}



}







#s-e7c17e0a-f5c3-42fb-b83d-94275221a6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7c17e0a-f5c3-42fb-b83d-94275221a6d3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e7ed2623-f722-4f4f-bcc2-fafbb736bdfb {
  display: none;
}
#s-f535cc75-3575-4a11-aab0-b22b7315599f {
  text-align: left;
}

#s-f535cc75-3575-4a11-aab0-b22b7315599f .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-f535cc75-3575-4a11-aab0-b22b7315599f .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-f535cc75-3575-4a11-aab0-b22b7315599f .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-213f7376-4e6b-4a5d-bb92-f4893d413f8c {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-dcb01dd5-0b1f-42f8-b345-0d655ac9f540 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-dcb01dd5-0b1f-42f8-b345-0d655ac9f540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb01dd5-0b1f-42f8-b345-0d655ac9f540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dcb01dd5-0b1f-42f8-b345-0d655ac9f540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcb01dd5-0b1f-42f8-b345-0d655ac9f540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f5dd711d-9363-42e2-8a57-d092b5c5f45c {
  display: none;
}
#s-5d66a359-2e34-4de2-a028-f84372d2afec {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-5d66a359-2e34-4de2-a028-f84372d2afec:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-5d66a359-2e34-4de2-a028-f84372d2afec:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5d66a359-2e34-4de2-a028-f84372d2afec {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d66a359-2e34-4de2-a028-f84372d2afec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d66a359-2e34-4de2-a028-f84372d2afec.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-5d66a359-2e34-4de2-a028-f84372d2afec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5d66a359-2e34-4de2-a028-f84372d2afec.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f-root {
    text-align: center;
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f-root {
    text-align: center;
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f-root {
    text-align: center;
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f-root {
    text-align: center;
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f-root {
    text-align: center;
  }


#s-5a7dde0f-c8d3-4fc7-86b9-ad8ede06c06f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-6049730b-774a-4ca0-87b0-54cbf43238c5 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 450px;
}

@media (min-width: 0px) {
[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6049730b-774a-4ca0-87b0-54cbf43238c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4ad20692-5148-46bf-86de-e2e34a28687f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-4ad20692-5148-46bf-86de-e2e34a28687f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad20692-5148-46bf-86de-e2e34a28687f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-094030db-37e4-4af9-984c-d72bb279da01 {
  min-height: 500px;
}








#s-094030db-37e4-4af9-984c-d72bb279da01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-094030db-37e4-4af9-984c-d72bb279da01.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-48a07738-8399-46c3-8424-0a612a68a6cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48a07738-8399-46c3-8424-0a612a68a6cc .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-48a07738-8399-46c3-8424-0a612a68a6cc .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-48a07738-8399-46c3-8424-0a612a68a6cc .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-3e62e416-9f12-4974-8cfe-db75eddebefc {
  margin-top: 10px;
}

#s-38110024-ca95-40d8-aaa2-267a8e3d0cc3 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb273ef0-f2ac-4d20-8b14-6b27aac35949"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b5ad059b-3510-4189-a841-b7ab7b705590 {
  min-height: 0px;
}








#s-b5ad059b-3510-4189-a841-b7ab7b705590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ad059b-3510-4189-a841-b7ab7b705590.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-698c4815-dd5b-45bc-b9bf-1ae08611881d {
  display: none;
}
#s-84176ec2-d885-406b-a75b-c23219272c26 {
  text-align: left;
}



.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84176ec2-d885-406b-a75b-c23219272c26 img.shogun-image {
  width: 100%;
}



}
#s-0384e4dd-f143-490e-90a6-1bdf216e63a8 {
  min-height: 0px;
}








#s-0384e4dd-f143-490e-90a6-1bdf216e63a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0384e4dd-f143-490e-90a6-1bdf216e63a8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8e136636-80d2-4cd9-9aba-6a68ed0e1c52 {
  min-height: 50px;
}








#s-8e136636-80d2-4cd9-9aba-6a68ed0e1c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e136636-80d2-4cd9-9aba-6a68ed0e1c52.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2836122f-6e3f-4f53-aeff-b31e727ed868 {
  display: none;
}
#s-829cc004-40c3-404e-99e3-09ab93ce262c {
  padding-bottom: 15px;
text-align: left;
}

#s-829cc004-40c3-404e-99e3-09ab93ce262c .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-829cc004-40c3-404e-99e3-09ab93ce262c .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-829cc004-40c3-404e-99e3-09ab93ce262c .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-86558016-bbf7-470e-bba5-1fca239148c1 {
  margin-bottom: 10px;
}

#s-6a19ecd4-7614-40f1-99a7-d09391fa0977 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-6a19ecd4-7614-40f1-99a7-d09391fa0977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a19ecd4-7614-40f1-99a7-d09391fa0977"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6a19ecd4-7614-40f1-99a7-d09391fa0977"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a19ecd4-7614-40f1-99a7-d09391fa0977"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4303478a-f023-4b4e-8b74-73c520e076f7 {
  display: none;
}
#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-f63f227c-24ef-44e3-af31-bc9bbec05dc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f63f227c-24ef-44e3-af31-bc9bbec05dc4.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd-root {
    text-align: center;
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd-root {
    text-align: center;
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd-root {
    text-align: center;
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd-root {
    text-align: center;
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd-root {
    text-align: center;
  }


#s-d194e61f-2f9e-45a3-a51a-7aedd848cbfd.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-d75749db-6434-430c-bc6e-081033984946 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75749db-6434-430c-bc6e-081033984946"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ec6dc7ec-7b7f-495c-a716-ca0733dcb1c6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-ec6dc7ec-7b7f-495c-a716-ca0733dcb1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6dc7ec-7b7f-495c-a716-ca0733dcb1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0e92cf3-47d2-4db9-b2e1-7b64613493ea {
  min-height: 500px;
}








#s-a0e92cf3-47d2-4db9-b2e1-7b64613493ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e92cf3-47d2-4db9-b2e1-7b64613493ea.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2d291f59-b15c-45b5-adfc-cbdeacb0c682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d291f59-b15c-45b5-adfc-cbdeacb0c682 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2d291f59-b15c-45b5-adfc-cbdeacb0c682 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2d291f59-b15c-45b5-adfc-cbdeacb0c682 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-d449c6b8-6f20-4527-93c6-256eed2ab672 {
  margin-top: 10px;
}

#s-3014e54c-afad-47ca-8afe-1e2363189cd3 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2694e14d-df78-4292-b616-2592d74d54fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-89c04c64-8e63-489a-8631-269085fcc4c5 {
  min-height: 50px;
}








#s-89c04c64-8e63-489a-8631-269085fcc4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c04c64-8e63-489a-8631-269085fcc4c5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e86771f6-6d17-4b0b-a7da-dfa71ae161fa {
  display: none;
}
#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 {
  text-align: left;
}



.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-536b2f6f-402e-4f94-8e7e-152331d3eab6 img.shogun-image {
  width: 100%;
}



}
#s-006ae306-a5a5-47bc-b00a-c16aa0a93726 {
  min-height: 100px;
}








#s-006ae306-a5a5-47bc-b00a-c16aa0a93726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-006ae306-a5a5-47bc-b00a-c16aa0a93726.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c93b5fa9-4e8a-4d43-b840-4052e7809590 {
  min-height: 50px;
}








#s-c93b5fa9-4e8a-4d43-b840-4052e7809590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c93b5fa9-4e8a-4d43-b840-4052e7809590.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75f3124d-ed29-4a8b-9145-46717a9694f9 {
  display: none;
}
#s-76282d87-fa2f-4b8c-ac08-b58883d40d83 {
  text-align: left;
}

#s-76282d87-fa2f-4b8c-ac08-b58883d40d83 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-76282d87-fa2f-4b8c-ac08-b58883d40d83 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-76282d87-fa2f-4b8c-ac08-b58883d40d83 .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-62bdf4f4-4819-48c7-8fe3-04cff15fd61b {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-1bb067d8-79e7-46bd-af35-85f07f8070d8 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-1bb067d8-79e7-46bd-af35-85f07f8070d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bb067d8-79e7-46bd-af35-85f07f8070d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1bb067d8-79e7-46bd-af35-85f07f8070d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bb067d8-79e7-46bd-af35-85f07f8070d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0d75a3dd-191d-4340-b123-6944cdcc188d {
  display: none;
}
#s-14dde248-5a9a-4028-b296-7ae85bf35979 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-14dde248-5a9a-4028-b296-7ae85bf35979:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-14dde248-5a9a-4028-b296-7ae85bf35979:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-14dde248-5a9a-4028-b296-7ae85bf35979 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14dde248-5a9a-4028-b296-7ae85bf35979.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14dde248-5a9a-4028-b296-7ae85bf35979.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-14dde248-5a9a-4028-b296-7ae85bf35979.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-14dde248-5a9a-4028-b296-7ae85bf35979.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-aa9759f2-2872-45ea-95af-72b231cc1c39:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-aa9759f2-2872-45ea-95af-72b231cc1c39:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa9759f2-2872-45ea-95af-72b231cc1c39-root {
    text-align: center;
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aa9759f2-2872-45ea-95af-72b231cc1c39-root {
    text-align: center;
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa9759f2-2872-45ea-95af-72b231cc1c39-root {
    text-align: center;
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa9759f2-2872-45ea-95af-72b231cc1c39-root {
    text-align: center;
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aa9759f2-2872-45ea-95af-72b231cc1c39-root {
    text-align: center;
  }


#s-aa9759f2-2872-45ea-95af-72b231cc1c39.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 1200px){#s-ef54df3b-1adf-4df9-831e-323c821b6b83 {
  display: none;
}
#s-ef54df3b-1adf-4df9-831e-323c821b6b83, #wrap-s-ef54df3b-1adf-4df9-831e-323c821b6b83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef54df3b-1adf-4df9-831e-323c821b6b83 {
  display: none;
}
#s-ef54df3b-1adf-4df9-831e-323c821b6b83, #wrap-s-ef54df3b-1adf-4df9-831e-323c821b6b83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef54df3b-1adf-4df9-831e-323c821b6b83 {
  
}
}@media (max-width: 767px){#s-ef54df3b-1adf-4df9-831e-323c821b6b83 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}
#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 248, 239, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-ef54df3b-1adf-4df9-831e-323c821b6b83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-98b1e333-22fa-4dfc-bb3f-d57a31e16063 {
  text-align: center;
}







  #s-98b1e333-22fa-4dfc-bb3f-d57a31e16063 img.shogun-image {
    

    
    
    
  }


#s-98b1e333-22fa-4dfc-bb3f-d57a31e16063 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbe5506e-c32d-4300-8002-713490e91a4c {
  text-align: center;
}







  #s-cbe5506e-c32d-4300-8002-713490e91a4c img.shogun-image {
    

    
    
    
  }


#s-cbe5506e-c32d-4300-8002-713490e91a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-e0436ebb-efe2-42c9-8430-6322215dc996 {
  text-align: center;
}







  #s-e0436ebb-efe2-42c9-8430-6322215dc996 img.shogun-image {
    

    
    
    
  }


#s-e0436ebb-efe2-42c9-8430-6322215dc996 .shogun-image-content {
  
    align-items: center;
  
}

#s-92f9d719-6748-44c2-8904-d439a07d0e75 {
  text-align: center;
}







  #s-92f9d719-6748-44c2-8904-d439a07d0e75 img.shogun-image {
    

    
    
    
  }


#s-92f9d719-6748-44c2-8904-d439a07d0e75 .shogun-image-content {
  
    align-items: center;
  
}

#s-709c9cd7-26ee-4c93-80b5-1a20fef8469f {
  text-align: center;
}







  #s-709c9cd7-26ee-4c93-80b5-1a20fef8469f img.shogun-image {
    

    
    
    
  }


#s-709c9cd7-26ee-4c93-80b5-1a20fef8469f .shogun-image-content {
  
    align-items: center;
  
}

#s-dabe2855-23e8-405f-b469-e3eb673b0b7f {
  text-align: center;
}







  #s-dabe2855-23e8-405f-b469-e3eb673b0b7f img.shogun-image {
    

    
    
    
  }


#s-dabe2855-23e8-405f-b469-e3eb673b0b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6acf976-7e29-4e8d-891c-976092cbad4d {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-c6acf976-7e29-4e8d-891c-976092cbad4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6acf976-7e29-4e8d-891c-976092cbad4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bbcac21-c190-4f9d-8c6c-cc8a44d4a232 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3bbcac21-c190-4f9d-8c6c-cc8a44d4a232 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3bbcac21-c190-4f9d-8c6c-cc8a44d4a232 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-3bbcac21-c190-4f9d-8c6c-cc8a44d4a232 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-5314409b-cf56-40ef-b726-d71d5b743ea9 {
  margin-top: 10px;
}

#s-139d0036-b49a-4131-bc6c-36c839c8d285 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-f5281176-c535-4159-bd95-ea8d7f311783 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f5281176-c535-4159-bd95-ea8d7f311783"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f5281176-c535-4159-bd95-ea8d7f311783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f5281176-c535-4159-bd95-ea8d7f311783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5281176-c535-4159-bd95-ea8d7f311783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-30a28468-579a-453e-9dbe-3353f3c95b83 {
  margin-right: 30%;
min-height: 50px;
}








#s-30a28468-579a-453e-9dbe-3353f3c95b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a28468-579a-453e-9dbe-3353f3c95b83.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e214744b-7085-4bd2-869a-da3fb7fa78e5 {
  display: none;
}
#s-4725854c-5da3-49cb-b680-f0c5bbbb803c {
  text-align: left;
}



.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4725854c-5da3-49cb-b680-f0c5bbbb803c img.shogun-image {
  width: 100%;
}



}
#s-1bf2ef30-dd0c-41fd-8b85-e1a7a8caaa23 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-1bf2ef30-dd0c-41fd-8b85-e1a7a8caaa23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bf2ef30-dd0c-41fd-8b85-e1a7a8caaa23.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-376f04eb-75ba-4dbb-afbb-f3f3082fba06 {
  display: none;
}
#s-5baa0db4-e63a-4ca8-bfce-63f651db88d1 {
  padding-bottom: 10px;
text-align: left;
}

#s-5baa0db4-e63a-4ca8-bfce-63f651db88d1 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-5baa0db4-e63a-4ca8-bfce-63f651db88d1 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-5baa0db4-e63a-4ca8-bfce-63f651db88d1 .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-7bb5d514-c644-44f4-8c33-e7dd7eb796a6 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7bb5d514-c644-44f4-8c33-e7dd7eb796a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7bb5d514-c644-44f4-8c33-e7dd7eb796a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7bb5d514-c644-44f4-8c33-e7dd7eb796a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7bb5d514-c644-44f4-8c33-e7dd7eb796a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2ad04c0a-646b-45f7-9dbd-ff748949507c {
  display: none;
}
#s-53173ff2-7429-4220-967d-567a90ab8b80 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-53173ff2-7429-4220-967d-567a90ab8b80:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-53173ff2-7429-4220-967d-567a90ab8b80:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-53173ff2-7429-4220-967d-567a90ab8b80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53173ff2-7429-4220-967d-567a90ab8b80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53173ff2-7429-4220-967d-567a90ab8b80.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-53173ff2-7429-4220-967d-567a90ab8b80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-53173ff2-7429-4220-967d-567a90ab8b80.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565-root {
    text-align: center;
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565-root {
    text-align: center;
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565-root {
    text-align: center;
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565-root {
    text-align: center;
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565-root {
    text-align: center;
  }


#s-d3fb4e73-2ae1-4e24-8b86-9f9a6bc39565.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-4afcbbd1-2796-41a9-a8b1-1c2adbf5d903 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4afcbbd1-2796-41a9-a8b1-1c2adbf5d903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4afcbbd1-2796-41a9-a8b1-1c2adbf5d903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4afcbbd1-2796-41a9-a8b1-1c2adbf5d903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4afcbbd1-2796-41a9-a8b1-1c2adbf5d903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-65297591-5b71-490e-a8c0-70309e760c1c {
  margin-right: 30%;
min-height: 50px;
}








#s-65297591-5b71-490e-a8c0-70309e760c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65297591-5b71-490e-a8c0-70309e760c1c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c40df594-5b9f-4b4d-999f-fc3166892e10 {
  display: none;
}
#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 {
  text-align: left;
}



.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a731c3d4-aa8d-40c2-9360-ab9107d4eca5 img.shogun-image {
  width: 100%;
}



}
#s-c5abc50b-9e0b-440a-a6ff-dda714763e70 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-c5abc50b-9e0b-440a-a6ff-dda714763e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5abc50b-9e0b-440a-a6ff-dda714763e70.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d6cdbab0-15a2-40af-8cd2-d166318a87db {
  display: none;
}
#s-a573af44-3003-4cf3-b466-9c48ce957f9b {
  padding-bottom: 10px;
text-align: left;
}

#s-a573af44-3003-4cf3-b466-9c48ce957f9b .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-a573af44-3003-4cf3-b466-9c48ce957f9b .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-a573af44-3003-4cf3-b466-9c48ce957f9b .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-1646f445-e3b7-4744-8dd5-1d947f83f539 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1646f445-e3b7-4744-8dd5-1d947f83f539"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1646f445-e3b7-4744-8dd5-1d947f83f539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1646f445-e3b7-4744-8dd5-1d947f83f539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1646f445-e3b7-4744-8dd5-1d947f83f539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f209eb9b-0371-4281-a42b-093c0a70f763 {
  display: none;
}
#s-005db60e-c385-46c6-8b14-231bd289899e {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-005db60e-c385-46c6-8b14-231bd289899e:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-005db60e-c385-46c6-8b14-231bd289899e:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-005db60e-c385-46c6-8b14-231bd289899e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-005db60e-c385-46c6-8b14-231bd289899e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-005db60e-c385-46c6-8b14-231bd289899e.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-005db60e-c385-46c6-8b14-231bd289899e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-005db60e-c385-46c6-8b14-231bd289899e.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-78142a0e-eb37-4b4d-abf0-c21df01cc387:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-78142a0e-eb37-4b4d-abf0-c21df01cc387:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-78142a0e-eb37-4b4d-abf0-c21df01cc387-root {
    text-align: center;
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-78142a0e-eb37-4b4d-abf0-c21df01cc387-root {
    text-align: center;
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78142a0e-eb37-4b4d-abf0-c21df01cc387-root {
    text-align: center;
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78142a0e-eb37-4b4d-abf0-c21df01cc387-root {
    text-align: center;
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-78142a0e-eb37-4b4d-abf0-c21df01cc387-root {
    text-align: center;
  }


#s-78142a0e-eb37-4b4d-abf0-c21df01cc387.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-a50ae4d4-cc6d-40c9-ace7-56e48dc489de {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-a50ae4d4-cc6d-40c9-ace7-56e48dc489de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a50ae4d4-cc6d-40c9-ace7-56e48dc489de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb6e0204-6374-42c4-bfdc-511a9170174a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb6e0204-6374-42c4-bfdc-511a9170174a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cb6e0204-6374-42c4-bfdc-511a9170174a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-cb6e0204-6374-42c4-bfdc-511a9170174a .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-78ed0b14-6a8b-4597-b7ee-b28ab35e35f3 {
  margin-top: 10px;
}

#s-e6086fbc-7ffa-430d-8d91-b74d9c6d4293 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-c03911be-05bc-4742-a5be-3151677388bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c03911be-05bc-4742-a5be-3151677388bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c03911be-05bc-4742-a5be-3151677388bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c03911be-05bc-4742-a5be-3151677388bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-37787ab6-eb7c-453f-b496-a36e58f630a8 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 30%;
min-height: 50px;
}








#s-37787ab6-eb7c-453f-b496-a36e58f630a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37787ab6-eb7c-453f-b496-a36e58f630a8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-163f97eb-555b-4375-b1bd-16d442bb2257 {
  display: none;
}
#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b {
  margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}



.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583f0df3-7e29-48a6-94b2-d1c190a6b65b img.shogun-image {
  width: 100%;
}



}
#s-626966f3-a41a-4783-a813-fdaa60a566b1 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-626966f3-a41a-4783-a813-fdaa60a566b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-626966f3-a41a-4783-a813-fdaa60a566b1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-242e7e1a-9bf0-43ec-96b6-10772e31812e {
  display: none;
}
#s-f0308889-2a5c-42cb-ad9d-f46dc98398c7 {
  padding-bottom: 10px;
text-align: left;
}

#s-f0308889-2a5c-42cb-ad9d-f46dc98398c7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-f0308889-2a5c-42cb-ad9d-f46dc98398c7 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-f0308889-2a5c-42cb-ad9d-f46dc98398c7 .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-f0335c35-f7b2-42e2-af78-284bf85bca84 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-f0335c35-f7b2-42e2-af78-284bf85bca84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0335c35-f7b2-42e2-af78-284bf85bca84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57712db1-a64a-4f54-b719-c21bb5cacc22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57712db1-a64a-4f54-b719-c21bb5cacc22 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-57712db1-a64a-4f54-b719-c21bb5cacc22 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-57712db1-a64a-4f54-b719-c21bb5cacc22 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-fe2844f8-0677-4ee5-8b4c-cedcac60d389 {
  margin-top: 10px;
}

#s-cf069072-b7f0-4cdf-8bf2-a0e8f670e81a hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-403b29ba-653c-4080-b1da-1571d92df466 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-403b29ba-653c-4080-b1da-1571d92df466"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-403b29ba-653c-4080-b1da-1571d92df466"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-403b29ba-653c-4080-b1da-1571d92df466"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-403b29ba-653c-4080-b1da-1571d92df466"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c7132a4b-3ef0-4966-a985-ae8a5ea15bfc {
  margin-right: 30%;
min-height: 50px;
}








#s-c7132a4b-3ef0-4966-a985-ae8a5ea15bfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7132a4b-3ef0-4966-a985-ae8a5ea15bfc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b1ae4598-23d2-4696-b6f2-4ebde08e6c9e {
  display: none;
}
#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c {
  text-align: left;
}



.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76fc9e25-8bbc-44fa-88ab-c903a7ead71c img.shogun-image {
  width: 100%;
}



}
#s-4a5e00d6-7eb6-4a26-8f96-e6516f6f857b {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-4a5e00d6-7eb6-4a26-8f96-e6516f6f857b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5e00d6-7eb6-4a26-8f96-e6516f6f857b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8283c00c-6e73-407e-aee3-f54d39cafe21 {
  display: none;
}
#s-2141f0de-f487-4914-9af9-7cf03947c340 {
  padding-bottom: 10px;
text-align: left;
}

#s-2141f0de-f487-4914-9af9-7cf03947c340 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-2141f0de-f487-4914-9af9-7cf03947c340 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-2141f0de-f487-4914-9af9-7cf03947c340 .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-7d59acf6-0bdf-44ab-99cf-c5e7819d7759 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7d59acf6-0bdf-44ab-99cf-c5e7819d7759"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7d59acf6-0bdf-44ab-99cf-c5e7819d7759"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7d59acf6-0bdf-44ab-99cf-c5e7819d7759"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d59acf6-0bdf-44ab-99cf-c5e7819d7759"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3d48acec-2015-41ff-be58-50860ae3c9ee {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-3d48acec-2015-41ff-be58-50860ae3c9ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d48acec-2015-41ff-be58-50860ae3c9ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8528679-0ecb-43a2-8e31-d1187910f2c5 {
  display: none;
}
#s-5faf429f-5a76-43f8-9475-6961fffd7352 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-5faf429f-5a76-43f8-9475-6961fffd7352:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-5faf429f-5a76-43f8-9475-6961fffd7352:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5faf429f-5a76-43f8-9475-6961fffd7352 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5faf429f-5a76-43f8-9475-6961fffd7352.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5faf429f-5a76-43f8-9475-6961fffd7352.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-5faf429f-5a76-43f8-9475-6961fffd7352.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5faf429f-5a76-43f8-9475-6961fffd7352.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a-root {
    text-align: center;
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a-root {
    text-align: center;
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a-root {
    text-align: center;
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a-root {
    text-align: center;
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a-root {
    text-align: center;
  }


#s-0f8faa06-5426-47d4-ba8a-5f90e4db5b1a.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-e86fc858-4793-4ba8-a371-53b77b904349 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e86fc858-4793-4ba8-a371-53b77b904349"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e86fc858-4793-4ba8-a371-53b77b904349"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e86fc858-4793-4ba8-a371-53b77b904349"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e86fc858-4793-4ba8-a371-53b77b904349"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-dda546f1-18e2-4acf-b51a-99ab785029a2 {
  margin-right: 30%;
min-height: 50px;
}








#s-dda546f1-18e2-4acf-b51a-99ab785029a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dda546f1-18e2-4acf-b51a-99ab785029a2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7e0dc526-5e28-4f13-a823-6d5938833b91 {
  display: none;
}
#s-c214cb42-5f88-4f67-b437-fec06ff55ccd {
  text-align: left;
}



.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c214cb42-5f88-4f67-b437-fec06ff55ccd img.shogun-image {
  width: 100%;
}



}
#s-1d0d33d5-fa7c-4bca-a07f-dc58d6ab8677 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-1d0d33d5-fa7c-4bca-a07f-dc58d6ab8677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d0d33d5-fa7c-4bca-a07f-dc58d6ab8677.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d2855a51-8106-478d-957d-77cbad473966 {
  display: none;
}
#s-63e8aad2-b560-44c9-be64-4439e8a59e47 {
  padding-bottom: 10px;
text-align: left;
}

#s-63e8aad2-b560-44c9-be64-4439e8a59e47 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-63e8aad2-b560-44c9-be64-4439e8a59e47 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-63e8aad2-b560-44c9-be64-4439e8a59e47 .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;
}

@media (min-width: 0px) {
[id="s-dc8825ab-d13a-4029-93f0-3602273e19ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-dc8825ab-d13a-4029-93f0-3602273e19ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dc8825ab-d13a-4029-93f0-3602273e19ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dc8825ab-d13a-4029-93f0-3602273e19ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d9554d66-fe85-41be-9335-7b30480f5cc3 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-d9554d66-fe85-41be-9335-7b30480f5cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9554d66-fe85-41be-9335-7b30480f5cc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9e27594-4f39-44fe-8e24-cd30b53dcf11 {
  display: none;
}
#s-289828c2-9725-430b-9374-d3ba0488e6c4 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-289828c2-9725-430b-9374-d3ba0488e6c4:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-289828c2-9725-430b-9374-d3ba0488e6c4:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-289828c2-9725-430b-9374-d3ba0488e6c4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-289828c2-9725-430b-9374-d3ba0488e6c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-289828c2-9725-430b-9374-d3ba0488e6c4.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-289828c2-9725-430b-9374-d3ba0488e6c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-289828c2-9725-430b-9374-d3ba0488e6c4.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-c616ab5d-f800-4bfe-9099-79a8ae648114:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-c616ab5d-f800-4bfe-9099-79a8ae648114:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c616ab5d-f800-4bfe-9099-79a8ae648114-root {
    text-align: center;
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c616ab5d-f800-4bfe-9099-79a8ae648114-root {
    text-align: center;
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c616ab5d-f800-4bfe-9099-79a8ae648114-root {
    text-align: center;
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c616ab5d-f800-4bfe-9099-79a8ae648114-root {
    text-align: center;
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c616ab5d-f800-4bfe-9099-79a8ae648114-root {
    text-align: center;
  }


#s-c616ab5d-f800-4bfe-9099-79a8ae648114.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-70072178-7b00-4c9a-aa01-79dfefc73399 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-70072178-7b00-4c9a-aa01-79dfefc73399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70072178-7b00-4c9a-aa01-79dfefc73399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eb67fd8-7d78-4de5-9b0e-a6679f327921 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7eb67fd8-7d78-4de5-9b0e-a6679f327921 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7eb67fd8-7d78-4de5-9b0e-a6679f327921 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7eb67fd8-7d78-4de5-9b0e-a6679f327921 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-06bd7cb7-1a11-4652-b4ae-7dba4b471a37 {
  margin-top: 10px;
}

#s-e2a3562d-b888-450a-9817-381a23180e9e hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-a523d84b-5953-48c9-beef-815e7be6a5be {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a523d84b-5953-48c9-beef-815e7be6a5be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a523d84b-5953-48c9-beef-815e7be6a5be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a523d84b-5953-48c9-beef-815e7be6a5be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a523d84b-5953-48c9-beef-815e7be6a5be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2655cb2d-80a2-49b0-8962-ddbbe5eba3a3 {
  margin-right: 30%;
min-height: 50px;
}








#s-2655cb2d-80a2-49b0-8962-ddbbe5eba3a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2655cb2d-80a2-49b0-8962-ddbbe5eba3a3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-574774c4-db05-4059-ba76-a368c93bf8fa {
  display: none;
}
#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 {
  text-align: left;
}



.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa65c356-5fe8-4eeb-9d98-52c4bbd0aca9 img.shogun-image {
  width: 100%;
}



}
#s-0aab57f0-b45f-4e13-80de-a600b7d71a7d {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-0aab57f0-b45f-4e13-80de-a600b7d71a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aab57f0-b45f-4e13-80de-a600b7d71a7d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f058301f-f2d1-43fd-adb5-b190d21e032b {
  display: none;
}
#s-ca7046c5-ff35-4deb-989e-4135608652ab {
  padding-bottom: 10px;
text-align: left;
}

#s-ca7046c5-ff35-4deb-989e-4135608652ab .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-ca7046c5-ff35-4deb-989e-4135608652ab .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-ca7046c5-ff35-4deb-989e-4135608652ab .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-0d2a04af-9ba4-43dd-b524-fbad1fe1383f {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0d2a04af-9ba4-43dd-b524-fbad1fe1383f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0d2a04af-9ba4-43dd-b524-fbad1fe1383f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0d2a04af-9ba4-43dd-b524-fbad1fe1383f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d2a04af-9ba4-43dd-b524-fbad1fe1383f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6cf50024-ddaf-4293-8320-dd85452d6975 {
  display: none;
}
#s-22d09a0b-4070-4edd-a187-e1457cc8ce18 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-22d09a0b-4070-4edd-a187-e1457cc8ce18:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-22d09a0b-4070-4edd-a187-e1457cc8ce18:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-22d09a0b-4070-4edd-a187-e1457cc8ce18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22d09a0b-4070-4edd-a187-e1457cc8ce18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22d09a0b-4070-4edd-a187-e1457cc8ce18.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-22d09a0b-4070-4edd-a187-e1457cc8ce18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22d09a0b-4070-4edd-a187-e1457cc8ce18.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-1784ad16-8fb2-4dd6-b883-82a61da4e373:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-1784ad16-8fb2-4dd6-b883-82a61da4e373:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1784ad16-8fb2-4dd6-b883-82a61da4e373-root {
    text-align: center;
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1784ad16-8fb2-4dd6-b883-82a61da4e373-root {
    text-align: center;
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1784ad16-8fb2-4dd6-b883-82a61da4e373-root {
    text-align: center;
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1784ad16-8fb2-4dd6-b883-82a61da4e373-root {
    text-align: center;
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1784ad16-8fb2-4dd6-b883-82a61da4e373-root {
    text-align: center;
  }


#s-1784ad16-8fb2-4dd6-b883-82a61da4e373.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-64494608-2c27-462f-8e9a-48a3e75cbb75 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-64494608-2c27-462f-8e9a-48a3e75cbb75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-64494608-2c27-462f-8e9a-48a3e75cbb75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-64494608-2c27-462f-8e9a-48a3e75cbb75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-64494608-2c27-462f-8e9a-48a3e75cbb75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6ea8644f-5c3b-421d-b43f-90808db9c3b6 {
  margin-right: 30%;
min-height: 50px;
}








#s-6ea8644f-5c3b-421d-b43f-90808db9c3b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea8644f-5c3b-421d-b43f-90808db9c3b6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-26659982-c500-49bb-8df3-a2aa08500191 {
  display: none;
}
#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e {
  text-align: left;
}



.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13d22c0-d4fd-43ec-9f45-9d35cb8b595e img.shogun-image {
  width: 100%;
}



}
#s-33a10ae6-7c74-4e0c-8be9-70281464f623 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-33a10ae6-7c74-4e0c-8be9-70281464f623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a10ae6-7c74-4e0c-8be9-70281464f623.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-264a8d66-5b70-4971-a5a7-012691a6a680 {
  display: none;
}
#s-65b0acfb-e9a3-4df9-8714-015500decdfb {
  padding-bottom: 10px;
text-align: left;
}

#s-65b0acfb-e9a3-4df9-8714-015500decdfb .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-65b0acfb-e9a3-4df9-8714-015500decdfb .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-65b0acfb-e9a3-4df9-8714-015500decdfb .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;
}

@media (min-width: 0px) {
[id="s-90ef128d-ad38-4ef7-99ee-32e88f11b3e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-90ef128d-ad38-4ef7-99ee-32e88f11b3e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-90ef128d-ad38-4ef7-99ee-32e88f11b3e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-90ef128d-ad38-4ef7-99ee-32e88f11b3e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fb3e834a-f344-4c3a-b39f-bfc62f2eeb8c {
  display: none;
}
#s-a54b2746-ef76-4886-a76e-0c48ac196d5c {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-a54b2746-ef76-4886-a76e-0c48ac196d5c:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-a54b2746-ef76-4886-a76e-0c48ac196d5c:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a54b2746-ef76-4886-a76e-0c48ac196d5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a54b2746-ef76-4886-a76e-0c48ac196d5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a54b2746-ef76-4886-a76e-0c48ac196d5c.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-a54b2746-ef76-4886-a76e-0c48ac196d5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a54b2746-ef76-4886-a76e-0c48ac196d5c.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6-root {
    text-align: center;
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6-root {
    text-align: center;
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6-root {
    text-align: center;
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6-root {
    text-align: center;
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6-root {
    text-align: center;
  }


#s-9fb9f28c-ac9a-42e1-adc8-f8e6162136e6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-5bc22a27-8845-431c-ba2c-4ae6c8a535d6 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-5bc22a27-8845-431c-ba2c-4ae6c8a535d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc22a27-8845-431c-ba2c-4ae6c8a535d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05c0ca97-1400-4df7-abb8-015130a18625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05c0ca97-1400-4df7-abb8-015130a18625 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-05c0ca97-1400-4df7-abb8-015130a18625 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-05c0ca97-1400-4df7-abb8-015130a18625 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-214c1d68-8f35-4bea-9de7-7cdfa011e519 {
  margin-top: 10px;
}

#s-48f146bf-58b1-4d58-ba96-ac6dd7a11e7e hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-b4b8260e-2296-49c7-8b21-2dd04cf13f84 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b4b8260e-2296-49c7-8b21-2dd04cf13f84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b4b8260e-2296-49c7-8b21-2dd04cf13f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b8260e-2296-49c7-8b21-2dd04cf13f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b8260e-2296-49c7-8b21-2dd04cf13f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-39ae85e1-675b-4456-bb33-125f66194592 {
  margin-right: 30%;
min-height: 50px;
}








#s-39ae85e1-675b-4456-bb33-125f66194592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ae85e1-675b-4456-bb33-125f66194592.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-29ef7957-1881-48a7-9aea-93bfb03cc1b9 {
  display: none;
}
#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 {
  text-align: left;
}



.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4af78ae-6ff2-4e83-80c1-2048c9fb93b9 img.shogun-image {
  width: 100%;
}



}
#s-0be7f8c3-a8f7-4dde-b46e-3052c3691c95 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-0be7f8c3-a8f7-4dde-b46e-3052c3691c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be7f8c3-a8f7-4dde-b46e-3052c3691c95.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f1794958-cb06-468f-a9b5-9b7ec0f15368 {
  display: none;
}
#s-15cc41c0-7fbc-42de-ad74-e6558ef58212 {
  padding-bottom: 10px;
text-align: left;
}

#s-15cc41c0-7fbc-42de-ad74-e6558ef58212 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-15cc41c0-7fbc-42de-ad74-e6558ef58212 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-15cc41c0-7fbc-42de-ad74-e6558ef58212 .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;
}

@media (min-width: 0px) {
[id="s-ff9464b9-cd61-4423-a1d7-ec5b6708aba3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ff9464b9-cd61-4423-a1d7-ec5b6708aba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ff9464b9-cd61-4423-a1d7-ec5b6708aba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff9464b9-cd61-4423-a1d7-ec5b6708aba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-daecc153-4ffd-4143-92c8-ecbf0601d2b1 {
  display: none;
}
#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b17eb63-bc72-49e9-b312-9e0d26bc5f92.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b-root {
    text-align: center;
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b-root {
    text-align: center;
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b-root {
    text-align: center;
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b-root {
    text-align: center;
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b-root {
    text-align: center;
  }


#s-9f7fbbb9-c50e-440b-8c4e-e40a3c476b1b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-f6c8f485-3d5c-4709-8d99-a1c42b175a06 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-f6c8f485-3d5c-4709-8d99-a1c42b175a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c8f485-3d5c-4709-8d99-a1c42b175a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-925fa44a-9193-4999-bba5-e4f1d9a33f79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-925fa44a-9193-4999-bba5-e4f1d9a33f79 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-925fa44a-9193-4999-bba5-e4f1d9a33f79 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-925fa44a-9193-4999-bba5-e4f1d9a33f79 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-5545e7bf-b47d-4f6c-bacb-705181fe7816 {
  margin-top: 10px;
}

#s-cfd2463f-2e7a-4308-abd3-40cafd3f16de hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-bf7d2192-630c-4bdc-9fe8-f5658017918d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bf7d2192-630c-4bdc-9fe8-f5658017918d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bf7d2192-630c-4bdc-9fe8-f5658017918d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7d2192-630c-4bdc-9fe8-f5658017918d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7d2192-630c-4bdc-9fe8-f5658017918d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3d12556a-8ada-49fe-97df-9502c56fb892 {
  padding-left: 0%;
padding-right: 30%;
min-height: 50px;
}








#s-3d12556a-8ada-49fe-97df-9502c56fb892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d12556a-8ada-49fe-97df-9502c56fb892.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a58ba0d6-3f4a-44e2-b695-eb8774358da9 {
  display: none;
}
#s-f14a3719-288e-4520-9133-7a0120131e06 {
  text-align: left;
}



.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f14a3719-288e-4520-9133-7a0120131e06 img.shogun-image {
  width: 100%;
}



}
#s-077e8e34-5d11-4ecf-9107-ed83d16c0e2d {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-077e8e34-5d11-4ecf-9107-ed83d16c0e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-077e8e34-5d11-4ecf-9107-ed83d16c0e2d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-44e6bc07-c8af-4b97-9d59-a3cfc0d7209f {
  display: none;
}
#s-ee3ffc87-d6f6-4ea0-a104-8d413d7a16b7 {
  padding-bottom: 10px;
text-align: left;
}

#s-ee3ffc87-d6f6-4ea0-a104-8d413d7a16b7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-ee3ffc87-d6f6-4ea0-a104-8d413d7a16b7 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-ee3ffc87-d6f6-4ea0-a104-8d413d7a16b7 .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-a59f5c7e-f6fe-4548-9d26-eb6115cc4ffe {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a59f5c7e-f6fe-4548-9d26-eb6115cc4ffe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a59f5c7e-f6fe-4548-9d26-eb6115cc4ffe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a59f5c7e-f6fe-4548-9d26-eb6115cc4ffe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a59f5c7e-f6fe-4548-9d26-eb6115cc4ffe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2224049c-049a-49eb-b231-ba1c4f80d372 {
  display: none;
}
#s-14f6b8a6-95b3-4283-a2e1-73974e57c437 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-14f6b8a6-95b3-4283-a2e1-73974e57c437:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-14f6b8a6-95b3-4283-a2e1-73974e57c437:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-14f6b8a6-95b3-4283-a2e1-73974e57c437 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14f6b8a6-95b3-4283-a2e1-73974e57c437.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14f6b8a6-95b3-4283-a2e1-73974e57c437.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-14f6b8a6-95b3-4283-a2e1-73974e57c437.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-14f6b8a6-95b3-4283-a2e1-73974e57c437.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-de946621-7f4c-4d70-b377-25990f853845 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-de946621-7f4c-4d70-b377-25990f853845:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-de946621-7f4c-4d70-b377-25990f853845:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-de946621-7f4c-4d70-b377-25990f853845-root {
    text-align: center;
  }


#s-de946621-7f4c-4d70-b377-25990f853845.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de946621-7f4c-4d70-b377-25990f853845-root {
    text-align: center;
  }


#s-de946621-7f4c-4d70-b377-25990f853845.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de946621-7f4c-4d70-b377-25990f853845-root {
    text-align: center;
  }


#s-de946621-7f4c-4d70-b377-25990f853845.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de946621-7f4c-4d70-b377-25990f853845-root {
    text-align: center;
  }


#s-de946621-7f4c-4d70-b377-25990f853845.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de946621-7f4c-4d70-b377-25990f853845-root {
    text-align: center;
  }


#s-de946621-7f4c-4d70-b377-25990f853845.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-a552ff8d-8688-465d-bfe0-f5f92e18559c {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a552ff8d-8688-465d-bfe0-f5f92e18559c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a552ff8d-8688-465d-bfe0-f5f92e18559c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a552ff8d-8688-465d-bfe0-f5f92e18559c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a552ff8d-8688-465d-bfe0-f5f92e18559c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-50658196-df95-495f-a93d-5a7f9be1e55e {
  margin-left: 0%;
margin-right: 30%;
min-height: 50px;
}








#s-50658196-df95-495f-a93d-5a7f9be1e55e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50658196-df95-495f-a93d-5a7f9be1e55e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a0bdb4f2-9075-4f13-9f64-76771a6f7a48 {
  display: none;
}
#s-394d24d4-6556-4628-ae10-baa3d7f49477 {
  text-align: left;
}



.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-394d24d4-6556-4628-ae10-baa3d7f49477 img.shogun-image {
  width: 100%;
}



}
#s-c9aa39a5-e327-412b-90da-0afb89c0ab7f {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-c9aa39a5-e327-412b-90da-0afb89c0ab7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9aa39a5-e327-412b-90da-0afb89c0ab7f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-82e4c8d5-e4a3-4b23-95a8-7d76be3a3ea0 {
  display: none;
}
#s-1996f553-b9f2-4e90-b39a-7849e81cc04e {
  padding-bottom: 10px;
text-align: left;
}

#s-1996f553-b9f2-4e90-b39a-7849e81cc04e .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1996f553-b9f2-4e90-b39a-7849e81cc04e .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-1996f553-b9f2-4e90-b39a-7849e81cc04e .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;
}

@media (min-width: 0px) {
[id="s-6a0330ec-7c59-43f0-8052-9b6d48f7085e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6a0330ec-7c59-43f0-8052-9b6d48f7085e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6a0330ec-7c59-43f0-8052-9b6d48f7085e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a0330ec-7c59-43f0-8052-9b6d48f7085e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-51625217-7af1-4c87-82fa-03e7e402fded {
  display: none;
}
#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-ec03154c-598d-4fea-a6fc-a6c6896fe75d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ec03154c-598d-4fea-a6fc-a6c6896fe75d.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2e6d1b0b-7c75-4abb-8633-bc4230fab192-root {
    text-align: center;
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e6d1b0b-7c75-4abb-8633-bc4230fab192-root {
    text-align: center;
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e6d1b0b-7c75-4abb-8633-bc4230fab192-root {
    text-align: center;
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e6d1b0b-7c75-4abb-8633-bc4230fab192-root {
    text-align: center;
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e6d1b0b-7c75-4abb-8633-bc4230fab192-root {
    text-align: center;
  }


#s-2e6d1b0b-7c75-4abb-8633-bc4230fab192.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-0f48acdf-35fd-4d69-9d17-c2d8d0a27b9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0f48acdf-35fd-4d69-9d17-c2d8d0a27b9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0f48acdf-35fd-4d69-9d17-c2d8d0a27b9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f48acdf-35fd-4d69-9d17-c2d8d0a27b9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6f6bcc70-c2aa-465d-bbb0-280421bf2bdc {
  display: none;
}
#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ed5cd2fe-6b2b-4b88-8c13-e016f4125f26.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-0f5e94fb-63c5-4393-8acd-272048b10255:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-0f5e94fb-63c5-4393-8acd-272048b10255:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f5e94fb-63c5-4393-8acd-272048b10255-root {
    text-align: center;
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f5e94fb-63c5-4393-8acd-272048b10255-root {
    text-align: center;
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f5e94fb-63c5-4393-8acd-272048b10255-root {
    text-align: center;
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f5e94fb-63c5-4393-8acd-272048b10255-root {
    text-align: center;
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f5e94fb-63c5-4393-8acd-272048b10255-root {
    text-align: center;
  }


#s-0f5e94fb-63c5-4393-8acd-272048b10255.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-098e1a2a-f373-41ab-b7f1-152bacdbac61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-098e1a2a-f373-41ab-b7f1-152bacdbac61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b7f4a2-8a93-4725-bc8b-4555310eb525 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39b7f4a2-8a93-4725-bc8b-4555310eb525 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-39b7f4a2-8a93-4725-bc8b-4555310eb525 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-39b7f4a2-8a93-4725-bc8b-4555310eb525 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-661a820b-f849-40ad-a639-ec9efb1dc7e0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-661a820b-f849-40ad-a639-ec9efb1dc7e0 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-661a820b-f849-40ad-a639-ec9efb1dc7e0 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff {
  padding-left: 7%;
padding-right: 7%;
display: none;
}
#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff, #wrap-s-18701d83-8aef-408d-8ea5-b0e1cbd17bff { display:none !important; }}@media (max-width: 767px){#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff, #wrap-s-18701d83-8aef-408d-8ea5-b0e1cbd17bff { display:none !important; }}







#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18701d83-8aef-408d-8ea5-b0e1cbd17bff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-35434283-334e-4139-9636-11d549d59e3c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d54370aa-2f6c-411f-b17e-f0cd0dd04db2 {
  min-height: 500px;
}








#s-d54370aa-2f6c-411f-b17e-f0cd0dd04db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54370aa-2f6c-411f-b17e-f0cd0dd04db2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b026eba-a7c4-473a-b03d-f01968056105 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b026eba-a7c4-473a-b03d-f01968056105 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6b026eba-a7c4-473a-b03d-f01968056105 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
#s-15e0937f-3c4e-4b2b-8b00-f8326cc53de5 {
  margin-top: 10px;
}

#s-116cc4f0-6c07-49ae-a27d-02100fc4840c {
  min-height: 500px;
}
@media (max-width: 767px){#s-116cc4f0-6c07-49ae-a27d-02100fc4840c {
  min-height: 0px;
}
}







#s-116cc4f0-6c07-49ae-a27d-02100fc4840c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-116cc4f0-6c07-49ae-a27d-02100fc4840c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3efe6929-4752-4678-9d00-3bc306892ceb {
  min-height: 650px;
background-color: rgba(235, 182, 156, 1);
}
@media (min-width: 1200px){#s-3efe6929-4752-4678-9d00-3bc306892ceb {
  padding-left: 15%;
padding-right: 15%;
display: none;
}
#s-3efe6929-4752-4678-9d00-3bc306892ceb, #wrap-s-3efe6929-4752-4678-9d00-3bc306892ceb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3efe6929-4752-4678-9d00-3bc306892ceb {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-3efe6929-4752-4678-9d00-3bc306892ceb, #wrap-s-3efe6929-4752-4678-9d00-3bc306892ceb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3efe6929-4752-4678-9d00-3bc306892ceb {
  padding-left: 7%;
padding-right: 7%;
min-height: 550px;
display: none;
}
#s-3efe6929-4752-4678-9d00-3bc306892ceb, #wrap-s-3efe6929-4752-4678-9d00-3bc306892ceb { display:none !important; }}@media (max-width: 767px){#s-3efe6929-4752-4678-9d00-3bc306892ceb {
  padding-left: 10px;
padding-right: 10px;
min-height: 600px;
display: none;
}
#s-3efe6929-4752-4678-9d00-3bc306892ceb, #wrap-s-3efe6929-4752-4678-9d00-3bc306892ceb { display:none !important; }}







#s-3efe6929-4752-4678-9d00-3bc306892ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3efe6929-4752-4678-9d00-3bc306892ceb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c60eb346-1cd1-4305-b420-676bd1f6e09d {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c60eb346-1cd1-4305-b420-676bd1f6e09d {
  margin-top: 30px;
}
}
#s-c60eb346-1cd1-4305-b420-676bd1f6e09d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c60eb346-1cd1-4305-b420-676bd1f6e09d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-c60eb346-1cd1-4305-b420-676bd1f6e09d .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-40c6a42a-8d15-479c-afae-93a2a0612091 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-40c6a42a-8d15-479c-afae-93a2a0612091 {
  display: none;
}
#s-40c6a42a-8d15-479c-afae-93a2a0612091, #wrap-s-40c6a42a-8d15-479c-afae-93a2a0612091 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40c6a42a-8d15-479c-afae-93a2a0612091 {
  display: none;
}
#s-40c6a42a-8d15-479c-afae-93a2a0612091, #wrap-s-40c6a42a-8d15-479c-afae-93a2a0612091 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40c6a42a-8d15-479c-afae-93a2a0612091 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-40c6a42a-8d15-479c-afae-93a2a0612091 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-40c6a42a-8d15-479c-afae-93a2a0612091 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-40c6a42a-8d15-479c-afae-93a2a0612091 .shg-sld-nav-button.shg-sld-left,
#s-40c6a42a-8d15-479c-afae-93a2a0612091 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4df5257f-fd8e-4c27-8b8f-bc3a8d8fdf41 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4df5257f-fd8e-4c27-8b8f-bc3a8d8fdf41 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-4df5257f-fd8e-4c27-8b8f-bc3a8d8fdf41 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 450px;
}
}







#s-4df5257f-fd8e-4c27-8b8f-bc3a8d8fdf41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df5257f-fd8e-4c27-8b8f-bc3a8d8fdf41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28f56b75-6513-48ac-868a-dbc7b2e712e3 {
  min-height: 300px;
}








#s-28f56b75-6513-48ac-868a-dbc7b2e712e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28f56b75-6513-48ac-868a-dbc7b2e712e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-dd628225-ed94-46de-8593-895da5900954"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dd628225-ed94-46de-8593-895da5900954"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd628225-ed94-46de-8593-895da5900954"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd628225-ed94-46de-8593-895da5900954"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f51194e4-2c5d-4c75-93ed-240c0b9e91d8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-f51194e4-2c5d-4c75-93ed-240c0b9e91d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51194e4-2c5d-4c75-93ed-240c0b9e91d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07545830-9af9-41c7-84bd-464d6ed09913 {
  min-height: 50px;
}








#s-07545830-9af9-41c7-84bd-464d6ed09913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07545830-9af9-41c7-84bd-464d6ed09913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9def0df4-8723-48b6-9e3c-2da395126291 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d8c1087e-284e-4eb7-bba1-a4ca35d1f5d8 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-d8c1087e-284e-4eb7-bba1-a4ca35d1f5d8 {
  margin-top: 30px;
}
}
#s-2e1b581a-6333-4119-b038-25d38e3fd87a {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1b581a-6333-4119-b038-25d38e3fd87a {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-2e1b581a-6333-4119-b038-25d38e3fd87a {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-2e1b581a-6333-4119-b038-25d38e3fd87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1b581a-6333-4119-b038-25d38e3fd87a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b781d26-dc45-4840-aca0-c0dd52498426 {
  min-height: 300px;
}








#s-7b781d26-dc45-4840-aca0-c0dd52498426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b781d26-dc45-4840-aca0-c0dd52498426.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-221bb58d-0830-4555-84d3-484599e1ded4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-221bb58d-0830-4555-84d3-484599e1ded4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-221bb58d-0830-4555-84d3-484599e1ded4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-221bb58d-0830-4555-84d3-484599e1ded4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9fa682b6-4580-4c7b-a1c9-49a174fdd17b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-9fa682b6-4580-4c7b-a1c9-49a174fdd17b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa682b6-4580-4c7b-a1c9-49a174fdd17b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59477166-b76a-4149-bfa4-1794c2a1fedd {
  min-height: 50px;
}








#s-59477166-b76a-4149-bfa4-1794c2a1fedd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59477166-b76a-4149-bfa4-1794c2a1fedd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a899553c-beb3-4172-9a9c-13ea1c056027 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-a899553c-beb3-4172-9a9c-13ea1c056027 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-6626fd40-0a39-40df-b6df-46759ad13ccd {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-6626fd40-0a39-40df-b6df-46759ad13ccd {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-1ab55fba-ba84-42a1-a207-199d0259edad {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ab55fba-ba84-42a1-a207-199d0259edad {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-1ab55fba-ba84-42a1-a207-199d0259edad {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 450px;
}
}







#s-1ab55fba-ba84-42a1-a207-199d0259edad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ab55fba-ba84-42a1-a207-199d0259edad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bdd6b34d-a067-4ae5-9cb8-bbf0486cd75e {
  min-height: 300px;
}








#s-bdd6b34d-a067-4ae5-9cb8-bbf0486cd75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd6b34d-a067-4ae5-9cb8-bbf0486cd75e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7bfd9da9-2c85-448c-8c81-fc657ee10e61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7bfd9da9-2c85-448c-8c81-fc657ee10e61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfd9da9-2c85-448c-8c81-fc657ee10e61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfd9da9-2c85-448c-8c81-fc657ee10e61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5ad5e6b8-092a-4ecb-ad66-4cdc4527fb94 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-5ad5e6b8-092a-4ecb-ad66-4cdc4527fb94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad5e6b8-092a-4ecb-ad66-4cdc4527fb94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9be7c529-519e-4776-b03b-c72014d5212d {
  min-height: 50px;
}








#s-9be7c529-519e-4776-b03b-c72014d5212d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be7c529-519e-4776-b03b-c72014d5212d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e48f6c-d69b-4a4e-8a86-c79862430252 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4a79a145-a9a2-4356-a530-53fa649622ee {
  margin-top: 30px;
}

#s-d994558c-a06c-4806-98bd-f53ff91f1993 {
  margin-top: 10px;
margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d994558c-a06c-4806-98bd-f53ff91f1993 {
  display: none;
}
#s-d994558c-a06c-4806-98bd-f53ff91f1993, #wrap-s-d994558c-a06c-4806-98bd-f53ff91f1993 { display:none !important; }}@media (max-width: 767px){#s-d994558c-a06c-4806-98bd-f53ff91f1993 {
  display: none;
}
#s-d994558c-a06c-4806-98bd-f53ff91f1993, #wrap-s-d994558c-a06c-4806-98bd-f53ff91f1993 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d994558c-a06c-4806-98bd-f53ff91f1993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d994558c-a06c-4806-98bd-f53ff91f1993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d994558c-a06c-4806-98bd-f53ff91f1993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d994558c-a06c-4806-98bd-f53ff91f1993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2814c1ff-cf09-4f50-8b09-fa348b18eeb8 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-2814c1ff-cf09-4f50-8b09-fa348b18eeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2814c1ff-cf09-4f50-8b09-fa348b18eeb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c69e4e9c-00ba-4a53-9418-ea75ba7393e9 {
  min-height: 350px;
}








#s-c69e4e9c-00ba-4a53-9418-ea75ba7393e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c69e4e9c-00ba-4a53-9418-ea75ba7393e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d120c91-cccc-4f84-9293-09f6fd0d9569"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6565dc8f-6139-4597-bd47-7e53f33b3fc7 {
  text-align: center;
}







  #s-6565dc8f-6139-4597-bd47-7e53f33b3fc7 img.shogun-image {
    

    
    
    
  }


#s-6565dc8f-6139-4597-bd47-7e53f33b3fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5cc8acb-25b1-485c-a2bd-41fa6a75b61e {
  min-height: 50px;
}








#s-c5cc8acb-25b1-485c-a2bd-41fa6a75b61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5cc8acb-25b1-485c-a2bd-41fa6a75b61e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff7735e7-8f02-42e3-883e-3c60ef73d47d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2b655348-f66a-4685-87ec-e3ad05503928 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b655348-f66a-4685-87ec-e3ad05503928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b655348-f66a-4685-87ec-e3ad05503928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55444751-c3e3-4ac0-954a-68155e16763f {
  min-height: 380px;
}








#s-55444751-c3e3-4ac0-954a-68155e16763f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55444751-c3e3-4ac0-954a-68155e16763f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-203c5472-11f0-492e-9f21-3e845da152cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c5222530-51a8-41f1-b384-90f3b1b7c569 {
  text-align: center;
}







  #s-c5222530-51a8-41f1-b384-90f3b1b7c569 img.shogun-image {
    

    
    
    
  }


#s-c5222530-51a8-41f1-b384-90f3b1b7c569 .shogun-image-content {
  
    align-items: center;
  
}

#s-238b4769-c594-4010-97c8-fc6270f38964 {
  min-height: 50px;
}








#s-238b4769-c594-4010-97c8-fc6270f38964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-238b4769-c594-4010-97c8-fc6270f38964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43cb094e-891a-47dc-b3b9-7b4b2b0f4392 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cf9df61c-1319-4d94-b87e-c8656182ae93 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-cf9df61c-1319-4d94-b87e-c8656182ae93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf9df61c-1319-4d94-b87e-c8656182ae93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-470893df-667f-4223-a6f1-83e6d2e849de {
  min-height: 380px;
}








#s-470893df-667f-4223-a6f1-83e6d2e849de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470893df-667f-4223-a6f1-83e6d2e849de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55985b8-b8db-4440-97cb-ff4cbcc72cec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8210c6db-9527-4d32-97db-c55e6aa3575c {
  text-align: center;
}







  #s-8210c6db-9527-4d32-97db-c55e6aa3575c img.shogun-image {
    

    
    
    
  }


#s-8210c6db-9527-4d32-97db-c55e6aa3575c .shogun-image-content {
  
    align-items: center;
  
}

#s-87b87fa0-c74e-4a80-8265-bb15ef59beae {
  min-height: 50px;
}








#s-87b87fa0-c74e-4a80-8265-bb15ef59beae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b87fa0-c74e-4a80-8265-bb15ef59beae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-993912e6-caa8-4af3-8035-f6bb0574aeb8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41370d1c-32a8-43e6-bb9a-42204dc725eb {
  min-height: 700px;
}
@media (min-width: 1200px){#s-41370d1c-32a8-43e6-bb9a-42204dc725eb {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41370d1c-32a8-43e6-bb9a-42204dc725eb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41370d1c-32a8-43e6-bb9a-42204dc725eb {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-41370d1c-32a8-43e6-bb9a-42204dc725eb {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-41370d1c-32a8-43e6-bb9a-42204dc725eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41370d1c-32a8-43e6-bb9a-42204dc725eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38b187ba-0eab-458e-bad9-1f61102d1ac3 {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38b187ba-0eab-458e-bad9-1f61102d1ac3 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-38b187ba-0eab-458e-bad9-1f61102d1ac3 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-38b187ba-0eab-458e-bad9-1f61102d1ac3 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 {
  margin-top: 20px;
margin-bottom: 60px;
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 300;
  font-style: ;
  font-size: 24px;
}

#s-5ad915e3-b9ec-4836-a459-54794c0c1f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-94736d88-8cb6-46a4-ac01-1f21ad426ec3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-94736d88-8cb6-46a4-ac01-1f21ad426ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94736d88-8cb6-46a4-ac01-1f21ad426ec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b3d36b0-c04e-47c8-bd9a-0c422b123f4a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-7b3d36b0-c04e-47c8-bd9a-0c422b123f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b3d36b0-c04e-47c8-bd9a-0c422b123f4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b95f29fd-6606-4af7-8936-a1305a2e204b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-b95f29fd-6606-4af7-8936-a1305a2e204b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b95f29fd-6606-4af7-8936-a1305a2e204b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a939a60c-81b7-455e-8ab7-80be9ffe00b1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-a939a60c-81b7-455e-8ab7-80be9ffe00b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a939a60c-81b7-455e-8ab7-80be9ffe00b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed408a94-47a1-4d89-a4bd-8c354746424a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-ed408a94-47a1-4d89-a4bd-8c354746424a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed408a94-47a1-4d89-a4bd-8c354746424a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b2f788b-08a4-4ab0-b125-6e367cbb2f95 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-2b2f788b-08a4-4ab0-b125-6e367cbb2f95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b2f788b-08a4-4ab0-b125-6e367cbb2f95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d59afc92-b1b3-40a4-bc03-75e272063eb7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-d59afc92-b1b3-40a4-bc03-75e272063eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59afc92-b1b3-40a4-bc03-75e272063eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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