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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-9dcd44fc-19d8-4145-b6fc-4768d1e46b7e {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 250px;
text-align: center;
}








#s-9dcd44fc-19d8-4145-b6fc-4768d1e46b7e .shogun-image-content {
  
    align-items: 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-eb2e6ef1-2d1f-4249-bf7b-c77efa830e56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb2e6ef1-2d1f-4249-bf7b-c77efa830e56 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  
}



.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-b7ff7807-7229-4b78-8039-f4dc083d8cf1 {
  min-height: 50px;
}








#s-b7ff7807-7229-4b78-8039-f4dc083d8cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7ff7807-7229-4b78-8039-f4dc083d8cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd2d0fe1-7166-404c-8639-618f08eca710 {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}

#s-cd2d0fe1-7166-404c-8639-618f08eca710 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1fedb53e-6b2a-469a-8485-ab2da7be52ad {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 100px;
max-width: 600px;
}








#s-1fedb53e-6b2a-469a-8485-ab2da7be52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fedb53e-6b2a-469a-8485-ab2da7be52ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e299b8-69f7-47a0-a222-46ce0db11491 {
  text-align: center;
}







  #s-33e299b8-69f7-47a0-a222-46ce0db11491 img.shogun-image {
    

    
    
    
  }


#s-33e299b8-69f7-47a0-a222-46ce0db11491 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-e9730a96-4587-4871-bbc9-e0be64f91db5 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9730a96-4587-4871-bbc9-e0be64f91db5 {
  display: none;
}
#s-e9730a96-4587-4871-bbc9-e0be64f91db5, #wrap-s-e9730a96-4587-4871-bbc9-e0be64f91db5 { display:none !important; }}@media (max-width: 767px){#s-e9730a96-4587-4871-bbc9-e0be64f91db5 {
  display: none;
}
#s-e9730a96-4587-4871-bbc9-e0be64f91db5, #wrap-s-e9730a96-4587-4871-bbc9-e0be64f91db5 { display:none !important; }}
#s-e9730a96-4587-4871-bbc9-e0be64f91db5 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-2e40aa0d-f40c-41c9-8fd7-059ba9056edb {
  min-height: 50px;
}








#s-2e40aa0d-f40c-41c9-8fd7-059ba9056edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e40aa0d-f40c-41c9-8fd7-059ba9056edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9604c18e-dc89-4a55-8709-f20ca3a4313e {
  margin-top: 55px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}

#s-9604c18e-dc89-4a55-8709-f20ca3a4313e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f51585a1-27aa-4755-92b4-2349a4c9620e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 30px;
max-width: 800px;
}

#s-ea07834b-0145-4a5a-9fee-1d71392e9f6a {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 600px;
text-align: center;
}

#s-752010b5-0c07-4eed-b85c-70e852136626 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-752010b5-0c07-4eed-b85c-70e852136626 {
  display: none;
}
#s-752010b5-0c07-4eed-b85c-70e852136626, #wrap-s-752010b5-0c07-4eed-b85c-70e852136626 { display:none !important; }}@media (max-width: 767px){#s-752010b5-0c07-4eed-b85c-70e852136626 {
  display: none;
}
#s-752010b5-0c07-4eed-b85c-70e852136626, #wrap-s-752010b5-0c07-4eed-b85c-70e852136626 { display:none !important; }}
#s-752010b5-0c07-4eed-b85c-70e852136626 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-9f1ce717-4643-4971-b7b5-58f9b710a8b4 {
  min-height: 1000px;
}








#s-9f1ce717-4643-4971-b7b5-58f9b710a8b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f1ce717-4643-4971-b7b5-58f9b710a8b4.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;
}

#s-00a1ec93-88b7-4f25-b0a5-e174f78b0800 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
min-height: 537px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00a1ec93-88b7-4f25-b0a5-e174f78b0800"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f89e1c37-f82b-47e6-b1d4-d2d0cf76d135 {
  min-height: 534px;
}








#s-f89e1c37-f82b-47e6-b1d4-d2d0cf76d135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f89e1c37-f82b-47e6-b1d4-d2d0cf76d135.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dac6dba7-38a6-4959-913d-deeca45cde8d {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-b4c3e3b7-b20c-45b6-b574-2a81486dab86 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 500px;
max-width: 346px;
}








#s-b4c3e3b7-b20c-45b6-b574-2a81486dab86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c3e3b7-b20c-45b6-b574-2a81486dab86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d208c24-c707-4166-868b-5b20e7413cd1 {
  margin-left: 0px;
margin-right: 0px;
min-height: 500px;
max-width: 347px;
text-align: center;
}








#s-6d208c24-c707-4166-868b-5b20e7413cd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd43dba4-59f3-4ad8-9525-9760e1a27686 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
min-height: 537px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bd43dba4-59f3-4ad8-9525-9760e1a27686"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6f422dd8-d20e-4d57-a79e-320738d59654 {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 347px;
text-align: center;
}








#s-6f422dd8-d20e-4d57-a79e-320738d59654 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d1bff8b-f183-458b-9bb8-1bc0cfd0b254 {
  min-height: 550px;
}








#s-3d1bff8b-f183-458b-9bb8-1bc0cfd0b254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1bff8b-f183-458b-9bb8-1bc0cfd0b254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-797e0b16-b348-4078-b347-91cd2572fde3 {
  margin-top: 90px;
margin-bottom: 90px;
}

#s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae8b5396-3a1c-48ee-9dda-b0c592ac6108"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-fb608bea-b298-4daa-8eb9-4cf6954eef5d {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-6a95c9ac-d59e-4164-b956-ca5717bbc98d {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 500px;
max-width: 347px;
text-align: left;
}








#s-6a95c9ac-d59e-4164-b956-ca5717bbc98d .shogun-image-content {
  
    align-items: center;
  
}

#s-e5112ce1-4b45-4366-9101-ba40fa3094fa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e5112ce1-4b45-4366-9101-ba40fa3094fa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-230757de-4c9a-4d27-8aae-5e4c76e6816b {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 500px;
max-width: 347px;
text-align: center;
}







  #s-230757de-4c9a-4d27-8aae-5e4c76e6816b img.shogun-image {
    

    
    
    
  }


#s-230757de-4c9a-4d27-8aae-5e4c76e6816b .shogun-image-content {
  
    align-items: center;
  
}

#s-166a66f6-7262-4c3f-a189-7cf2bf854ca8 {
  min-height: 500px;
}








#s-166a66f6-7262-4c3f-a189-7cf2bf854ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166a66f6-7262-4c3f-a189-7cf2bf854ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b49fd1da-f9fe-4b37-a27a-39124fe10255 {
  margin-top: 32%;
margin-bottom: 32%;
}

#s-ce5988d5-4c3c-4243-9a82-417bc3d900f2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 8px;
padding-right: 25px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce5988d5-4c3c-4243-9a82-417bc3d900f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-eae9ad5a-e39b-4b42-b78d-24668d136f9d {
  min-height: 400px;
}








#s-eae9ad5a-e39b-4b42-b78d-24668d136f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eae9ad5a-e39b-4b42-b78d-24668d136f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-214eafd9-246e-4452-a7c9-f40ac48689dc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 24px;
}

#s-78c70661-6cb4-4382-9153-389656910dff {
  min-height: 400px;
}








#s-78c70661-6cb4-4382-9153-389656910dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c70661-6cb4-4382-9153-389656910dff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7137c38-4e7a-4185-ba00-3292fc6bae44 {
  text-align: center;
}







  #s-d7137c38-4e7a-4185-ba00-3292fc6bae44 img.shogun-image {
    

    
    
    
  }


#s-d7137c38-4e7a-4185-ba00-3292fc6bae44 .shogun-image-content {
  
    align-items: center;
  
}

#s-50c6125f-027c-41b3-9705-1b6156cdc2a8 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50c6125f-027c-41b3-9705-1b6156cdc2a8 {
  display: none;
}
#s-50c6125f-027c-41b3-9705-1b6156cdc2a8, #wrap-s-50c6125f-027c-41b3-9705-1b6156cdc2a8 { display:none !important; }}@media (max-width: 767px){#s-50c6125f-027c-41b3-9705-1b6156cdc2a8 {
  display: none;
}
#s-50c6125f-027c-41b3-9705-1b6156cdc2a8, #wrap-s-50c6125f-027c-41b3-9705-1b6156cdc2a8 { display:none !important; }}
#s-50c6125f-027c-41b3-9705-1b6156cdc2a8 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-4230a6b7-dc6e-462a-ac74-6832f81f1152 {
  margin-top: 72px;
margin-bottom: 16px;
min-height: 500px;
}








#s-4230a6b7-dc6e-462a-ac74-6832f81f1152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4230a6b7-dc6e-462a-ac74-6832f81f1152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62281737-0791-4e1b-b74d-7e5f62488749 {
  margin-top: 23px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-62281737-0791-4e1b-b74d-7e5f62488749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62281737-0791-4e1b-b74d-7e5f62488749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-62281737-0791-4e1b-b74d-7e5f62488749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-62281737-0791-4e1b-b74d-7e5f62488749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-389f5bd8-c008-47a1-b847-cb07a0aecb6c {
  min-height: 100px;
}








#s-389f5bd8-c008-47a1-b847-cb07a0aecb6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-389f5bd8-c008-47a1-b847-cb07a0aecb6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85a57309-9694-4477-b919-dbc2356be171 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}








#s-85a57309-9694-4477-b919-dbc2356be171 .shogun-image-content {
  
    align-items: center;
  
}

#s-27542f2e-0f99-4bb4-b489-281751b36b4e {
  min-height: 100px;
}








#s-27542f2e-0f99-4bb4-b489-281751b36b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27542f2e-0f99-4bb4-b489-281751b36b4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c31f7b2c-413b-4080-b419-6f07d3c9e55b {
  padding-left: 30px;
padding-right: 30px;
}

#s-74b9b2c2-b710-4752-969f-7a84c4c97711 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74b9b2c2-b710-4752-969f-7a84c4c97711 {
  display: none;
}
#s-74b9b2c2-b710-4752-969f-7a84c4c97711, #wrap-s-74b9b2c2-b710-4752-969f-7a84c4c97711 { display:none !important; }}@media (max-width: 767px){#s-74b9b2c2-b710-4752-969f-7a84c4c97711 {
  display: none;
}
#s-74b9b2c2-b710-4752-969f-7a84c4c97711, #wrap-s-74b9b2c2-b710-4752-969f-7a84c4c97711 { display:none !important; }}
#s-74b9b2c2-b710-4752-969f-7a84c4c97711 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-c8c4c854-210f-43c6-90fd-5f6b7caa471d {
  margin-top: 7px;
margin-bottom: 29px;
min-height: 400px;
}








#s-c8c4c854-210f-43c6-90fd-5f6b7caa471d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c4c854-210f-43c6-90fd-5f6b7caa471d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2acfa457-1e49-4f43-a4ba-8796b72d0437 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 22px;
margin-right: auto;
padding-top: 9px;
padding-left: 30px;
padding-bottom: 9px;
padding-right: 30px;
max-width: 1000px;
text-align: center;
}

#s-2acfa457-1e49-4f43-a4ba-8796b72d0437 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e314eb69-1329-4396-82cf-5e09a73f403b {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 100%;
max-width: 1100px;
}








#s-e314eb69-1329-4396-82cf-5e09a73f403b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e314eb69-1329-4396-82cf-5e09a73f403b.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-f6d31f01-9cf8-4d8d-8459-a53725195003"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-f6d31f01-9cf8-4d8d-8459-a53725195003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-f6d31f01-9cf8-4d8d-8459-a53725195003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-f6d31f01-9cf8-4d8d-8459-a53725195003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-7a69c77f-9120-4b32-a19b-96d6605b41e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-7a69c77f-9120-4b32-a19b-96d6605b41e5 img.shogun-image {
    

    
    
    
  }


#s-7a69c77f-9120-4b32-a19b-96d6605b41e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-be6f92d0-268b-496a-b15b-8b2ba838659f {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 0px;
text-align: center;
}







  #s-be6f92d0-268b-496a-b15b-8b2ba838659f img.shogun-image {
    

    
    
    
  }


#s-be6f92d0-268b-496a-b15b-8b2ba838659f .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad3956d-804d-42ab-bbc9-e20b8ab70230 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-6ad3956d-804d-42ab-bbc9-e20b8ab70230 img.shogun-image {
    

    
    
    
  }


#s-6ad3956d-804d-42ab-bbc9-e20b8ab70230 .shogun-image-content {
  
    align-items: center;
  
}

#s-c68d3e28-27ef-413c-bd37-abfe89dd276a {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 0px;
text-align: center;
}







  #s-c68d3e28-27ef-413c-bd37-abfe89dd276a img.shogun-image {
    

    
    
    
  }


#s-c68d3e28-27ef-413c-bd37-abfe89dd276a .shogun-image-content {
  
    align-items: center;
  
}

#s-f9f8d5f9-f708-4b1e-bc07-98b99db6dfe6 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-f9f8d5f9-f708-4b1e-bc07-98b99db6dfe6 img.shogun-image {
    

    
    
    
  }


#s-f9f8d5f9-f708-4b1e-bc07-98b99db6dfe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7402b16-c61d-4289-a0ed-cddf58792ee8 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 0px;
text-align: center;
}







  #s-e7402b16-c61d-4289-a0ed-cddf58792ee8 img.shogun-image {
    

    
    
    
  }


#s-e7402b16-c61d-4289-a0ed-cddf58792ee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-89c0c169-ac81-45cf-b9b7-ce0166f7ae81 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-89c0c169-ac81-45cf-b9b7-ce0166f7ae81 img.shogun-image {
    

    
    
    
  }


#s-89c0c169-ac81-45cf-b9b7-ce0166f7ae81 .shogun-image-content {
  
    align-items: center;
  
}

#s-600f0c19-55e2-4a24-97b8-96927ab49046 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 0px;
text-align: center;
}







  #s-600f0c19-55e2-4a24-97b8-96927ab49046 img.shogun-image {
    

    
    
    
  }


#s-600f0c19-55e2-4a24-97b8-96927ab49046 .shogun-image-content {
  
    align-items: center;
  
}

#s-d79d174c-91c9-4669-bfe5-83e168831ea5 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d79d174c-91c9-4669-bfe5-83e168831ea5 {
  display: none;
}
#s-d79d174c-91c9-4669-bfe5-83e168831ea5, #wrap-s-d79d174c-91c9-4669-bfe5-83e168831ea5 { display:none !important; }}@media (max-width: 767px){#s-d79d174c-91c9-4669-bfe5-83e168831ea5 {
  display: none;
}
#s-d79d174c-91c9-4669-bfe5-83e168831ea5, #wrap-s-d79d174c-91c9-4669-bfe5-83e168831ea5 { display:none !important; }}
#s-d79d174c-91c9-4669-bfe5-83e168831ea5 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-7c2c9e3e-770a-4cb7-8584-64e43182cae4 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-01641536-e3ec-46df-b852-5037abd3585d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01641536-e3ec-46df-b852-5037abd3585d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.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-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  text-align: center;
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  max-width:  100%;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom,
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  max-width:  100%;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom,
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  max-width:  100%;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom,
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  max-width:  100%;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom,
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 {
  max-width:  100%;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom,
.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04ba9f86-c96c-454c-bbcb-b7f6de49b050 img.shogun-image {
  width: 100%;
}



}
#s-1c7ec9ef-1414-4e9e-bd13-d9df7b2d4494 {
  text-align: center;
}

#s-1c7ec9ef-1414-4e9e-bd13-d9df7b2d4494 .shg-product-sold-out {
  display: none;
  color: rgba(182, 15, 15, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c7ec9ef-1414-4e9e-bd13-d9df7b2d4494 .shg-product-price {
  color: rgba(182, 15, 15, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 28px;
}

#s-1c7ec9ef-1414-4e9e-bd13-d9df7b2d4494 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(105, 105, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a8c9cef-5acd-4616-9c10-6d2ef700103e {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-32f26a85-6f76-4ad8-b2f1-8814015afdab {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
}








#s-32f26a85-6f76-4ad8-b2f1-8814015afdab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f26a85-6f76-4ad8-b2f1-8814015afdab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de6413c3-f4da-43da-8460-16239fe78f90 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de6413c3-f4da-43da-8460-16239fe78f90 {
  display: none;
}
#s-de6413c3-f4da-43da-8460-16239fe78f90, #wrap-s-de6413c3-f4da-43da-8460-16239fe78f90 { display:none !important; }}@media (max-width: 767px){#s-de6413c3-f4da-43da-8460-16239fe78f90 {
  display: none;
}
#s-de6413c3-f4da-43da-8460-16239fe78f90, #wrap-s-de6413c3-f4da-43da-8460-16239fe78f90 { display:none !important; }}
#s-de6413c3-f4da-43da-8460-16239fe78f90 hr {
  border-top: 13px solid rgba(242, 242, 242, 1);
}

#s-a14208cc-bee7-4c2d-90b9-68156d5ecec8 {
  margin-top: 4%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a14208cc-bee7-4c2d-90b9-68156d5ecec8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-be81cf71-2cc5-4b34-95ab-0f44723e13b7 {
  min-height: 500px;
}








#s-be81cf71-2cc5-4b34-95ab-0f44723e13b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be81cf71-2cc5-4b34-95ab-0f44723e13b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3134bc87-defb-4b4d-ad70-3db4e2819fe9 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-3134bc87-defb-4b4d-ad70-3db4e2819fe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3134bc87-defb-4b4d-ad70-3db4e2819fe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3134bc87-defb-4b4d-ad70-3db4e2819fe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3134bc87-defb-4b4d-ad70-3db4e2819fe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5cc411dd-3970-48d9-81d8-30e60ecc252f {
  display: none;
}
#s-c088e6d9-bedd-4ad2-a9dc-fe5f1d0ead7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c088e6d9-bedd-4ad2-a9dc-fe5f1d0ead7e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ea38f4e9-3382-4ef4-9d23-8c520c35817d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  text-align: center;
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  max-width:  100%;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom,
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  max-width:  100%;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom,
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  max-width:  100%;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom,
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  max-width:  100%;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom,
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 {
  max-width:  100%;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom,
.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772429fc-c7f9-453f-9889-902a88da52e8 img.shogun-image {
  width: 100%;
}



}
#s-c7555c40-350f-474f-9fdf-c66c0ef955e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7555c40-350f-474f-9fdf-c66c0ef955e6 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7d80cb3b-cb62-4519-a1e6-df3e94007c48 {
  text-align: center;
}

#s-7d80cb3b-cb62-4519-a1e6-df3e94007c48 .shg-product-sold-out {
  display: none;
  color: rgba(182, 15, 15, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d80cb3b-cb62-4519-a1e6-df3e94007c48 .shg-product-price {
  color: rgba(182, 15, 15, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d80cb3b-cb62-4519-a1e6-df3e94007c48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-6adc968b-dbe8-4c7c-88c7-90509fe35697 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(182, 15, 15, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6adc968b-dbe8-4c7c-88c7-90509fe35697:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6adc968b-dbe8-4c7c-88c7-90509fe35697:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6adc968b-dbe8-4c7c-88c7-90509fe35697 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6adc968b-dbe8-4c7c-88c7-90509fe35697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6adc968b-dbe8-4c7c-88c7-90509fe35697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6adc968b-dbe8-4c7c-88c7-90509fe35697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b571add-a553-4866-b866-6431314f9eb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b571add-a553-4866-b866-6431314f9eb7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b129c4a0-02e1-461d-bb45-f06827a7b8d6 {
  display: none;
}
#s-46413239-3c4a-4e5a-8dbc-b1f7e44b38c0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  text-align: center;
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  max-width:  100%;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom,
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  max-width:  100%;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom,
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  max-width:  100%;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom,
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  max-width:  100%;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom,
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 {
  max-width:  100%;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom,
.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21664225-f811-4d51-b830-21b6cb1715f8 img.shogun-image {
  width: 100%;
}



}
#s-00cc266a-c4f9-4862-9ce2-8f764aba2405 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00cc266a-c4f9-4862-9ce2-8f764aba2405 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7ffb9817-1f64-46fe-99ed-1cad447fc75e {
  text-align: center;
}

#s-7ffb9817-1f64-46fe-99ed-1cad447fc75e .shg-product-sold-out {
  display: none;
  color: rgba(182, 15, 15, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ffb9817-1f64-46fe-99ed-1cad447fc75e .shg-product-price {
  color: rgba(182, 15, 15, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ffb9817-1f64-46fe-99ed-1cad447fc75e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-099f9514-bc52-48f3-95cb-1f0471dbcd34 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(182, 15, 15, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-099f9514-bc52-48f3-95cb-1f0471dbcd34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-099f9514-bc52-48f3-95cb-1f0471dbcd34:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-099f9514-bc52-48f3-95cb-1f0471dbcd34 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-099f9514-bc52-48f3-95cb-1f0471dbcd34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-099f9514-bc52-48f3-95cb-1f0471dbcd34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-099f9514-bc52-48f3-95cb-1f0471dbcd34.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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