.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-b7d5ef07-cedd-4472-9190-3863ae4656fb {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
min-height: 50px;
}








#s-b7d5ef07-cedd-4472-9190-3863ae4656fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7d5ef07-cedd-4472-9190-3863ae4656fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0fb52e9c-600c-4326-90d0-ad6239bff48f {
  margin-top: 12px;
margin-bottom: 1px;
}

#s-c4986795-82b6-42a8-a1e1-25fb38af12c5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-c4986795-82b6-42a8-a1e1-25fb38af12c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4986795-82b6-42a8-a1e1-25fb38af12c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: 0px) {
[id="s-8409353a-7c94-4e4a-b872-8cce6d174a29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8409353a-7c94-4e4a-b872-8cce6d174a29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8409353a-7c94-4e4a-b872-8cce6d174a29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8409353a-7c94-4e4a-b872-8cce6d174a29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.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-30e0ae5d-e2a8-475e-a6ba-a85e25aba66d {
  text-align: center;
}







  #s-30e0ae5d-e2a8-475e-a6ba-a85e25aba66d img.shogun-image {
    

    
    
    
  }


#s-30e0ae5d-e2a8-475e-a6ba-a85e25aba66d .shogun-image-content {
  
    align-items: center;
  
}

#s-0106f232-5845-492c-9c14-e93b663b4884 {
  text-align: center;
}







  #s-0106f232-5845-492c-9c14-e93b663b4884 img.shogun-image {
    

    
    
    
  }


#s-0106f232-5845-492c-9c14-e93b663b4884 .shogun-image-content {
  
    align-items: center;
  
}

#s-03f9ecb9-f73e-4df5-aa2e-4fef550cec0f {
  text-align: center;
}







  #s-03f9ecb9-f73e-4df5-aa2e-4fef550cec0f img.shogun-image {
    

    
    
    
  }


#s-03f9ecb9-f73e-4df5-aa2e-4fef550cec0f .shogun-image-content {
  
    align-items: center;
  
}

#s-64345344-a969-4683-aef8-7233f8d9a2ec {
  text-align: center;
}







  #s-64345344-a969-4683-aef8-7233f8d9a2ec img.shogun-image {
    

    
    
    
  }


#s-64345344-a969-4683-aef8-7233f8d9a2ec .shogun-image-content {
  
    align-items: center;
  
}

#s-4adab719-36f5-4a8d-9bad-31f4f075e501 {
  text-align: center;
}







  #s-4adab719-36f5-4a8d-9bad-31f4f075e501 img.shogun-image {
    

    
    
    
  }


#s-4adab719-36f5-4a8d-9bad-31f4f075e501 .shogun-image-content {
  
    align-items: center;
  
}

#s-f09cb0a4-9120-4cb5-b655-ab60e9066568 {
  text-align: center;
}







  #s-f09cb0a4-9120-4cb5-b655-ab60e9066568 img.shogun-image {
    

    
    
    
  }


#s-f09cb0a4-9120-4cb5-b655-ab60e9066568 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b8b0c85b-dc20-4602-ab2b-3f0496ef352a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8b0c85b-dc20-4602-ab2b-3f0496ef352a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b0c85b-dc20-4602-ab2b-3f0496ef352a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b0c85b-dc20-4602-ab2b-3f0496ef352a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-3d2826e8-d9f0-4b42-ac61-ab1983bb7e08 {
  text-align: center;
}







  #s-3d2826e8-d9f0-4b42-ac61-ab1983bb7e08 img.shogun-image {
    

    
    
    
  }


#s-3d2826e8-d9f0-4b42-ac61-ab1983bb7e08 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eda15d1-2434-4416-a846-6f5899dd5309 {
  text-align: center;
}







  #s-4eda15d1-2434-4416-a846-6f5899dd5309 img.shogun-image {
    

    
    
    
  }


#s-4eda15d1-2434-4416-a846-6f5899dd5309 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cd4c472-a3b6-4c56-95ab-a31a4b4c13a7 {
  text-align: center;
}







  #s-3cd4c472-a3b6-4c56-95ab-a31a4b4c13a7 img.shogun-image {
    

    
    
    
  }


#s-3cd4c472-a3b6-4c56-95ab-a31a4b4c13a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5de0be4-4339-4aa0-aa8f-9864c3982e0b {
  text-align: center;
}







  #s-f5de0be4-4339-4aa0-aa8f-9864c3982e0b img.shogun-image {
    

    
    
    
  }


#s-f5de0be4-4339-4aa0-aa8f-9864c3982e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-de4d4c89-a2d8-4063-889c-934438bcb552 {
  text-align: center;
}







  #s-de4d4c89-a2d8-4063-889c-934438bcb552 img.shogun-image {
    

    
    
    
  }


#s-de4d4c89-a2d8-4063-889c-934438bcb552 .shogun-image-content {
  
    align-items: center;
  
}

#s-5020dd56-e316-445d-87bd-65b0dacb9baf {
  text-align: center;
}







  #s-5020dd56-e316-445d-87bd-65b0dacb9baf img.shogun-image {
    

    
    
    
  }


#s-5020dd56-e316-445d-87bd-65b0dacb9baf .shogun-image-content {
  
    align-items: center;
  
}

#s-9fc53031-410f-4564-b3a8-241e41e4402b {
  margin-top: -15px;
min-height: 50px;
}








#s-9fc53031-410f-4564-b3a8-241e41e4402b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc53031-410f-4564-b3a8-241e41e4402b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eef0877-a508-4717-a254-e7d425c28ccb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-3eef0877-a508-4717-a254-e7d425c28ccb {
  background-image: url(https://i.shgcdn.com/53cba446-133a-4fd2-842f-0bf8d8cc8f24/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3eef0877-a508-4717-a254-e7d425c28ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eef0877-a508-4717-a254-e7d425c28ccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fddd953-ab5e-4184-b675-84bfee74adde {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-9fddd953-ab5e-4184-b675-84bfee74adde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fddd953-ab5e-4184-b675-84bfee74adde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fddd953-ab5e-4184-b675-84bfee74adde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fddd953-ab5e-4184-b675-84bfee74adde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b6c42986-b6aa-4f0e-b21e-cc79d5fab0a7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-b6c42986-b6aa-4f0e-b21e-cc79d5fab0a7 img.shogun-image {
    

    
    
    
  }


#s-b6c42986-b6aa-4f0e-b21e-cc79d5fab0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-03616e3d-e5d5-4d48-926d-5149413d242b {
  margin-top: 48px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03616e3d-e5d5-4d48-926d-5149413d242b {
  display: none;
}
#s-03616e3d-e5d5-4d48-926d-5149413d242b, #wrap-s-03616e3d-e5d5-4d48-926d-5149413d242b { display:none !important; }}@media (max-width: 767px){#s-03616e3d-e5d5-4d48-926d-5149413d242b {
  display: none;
}
#s-03616e3d-e5d5-4d48-926d-5149413d242b, #wrap-s-03616e3d-e5d5-4d48-926d-5149413d242b { display:none !important; }}
#s-2b9d4852-086e-4589-b205-d7a9f6189424 {
  margin-top: 48px;
}
@media (min-width: 1200px){#s-2b9d4852-086e-4589-b205-d7a9f6189424 {
  display: none;
}
#s-2b9d4852-086e-4589-b205-d7a9f6189424, #wrap-s-2b9d4852-086e-4589-b205-d7a9f6189424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b9d4852-086e-4589-b205-d7a9f6189424 {
  display: none;
}
#s-2b9d4852-086e-4589-b205-d7a9f6189424, #wrap-s-2b9d4852-086e-4589-b205-d7a9f6189424 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b9d4852-086e-4589-b205-d7a9f6189424 {
  display: none;
}
#s-2b9d4852-086e-4589-b205-d7a9f6189424, #wrap-s-2b9d4852-086e-4589-b205-d7a9f6189424 { display:none !important; }}
#s-0b67af20-e05e-454b-aae2-576abf215ab0 {
  min-height: 50px;
}








#s-0b67af20-e05e-454b-aae2-576abf215ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b67af20-e05e-454b-aae2-576abf215ab0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c {
  display: none;
}
#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c, #wrap-s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c {
  display: none;
}
#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c, #wrap-s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c { display:none !important; }}@media (max-width: 767px){#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c {
  display: none;
}
#s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c, #wrap-s-7e4267b8-d187-49b3-a0d3-39c4af8a5c0c { display:none !important; }}
#s-1f0098f9-ab7f-47ea-9c45-6475403bc1fb {
  padding-top: 62px;
padding-bottom: 0px;
min-height: 900px;
background-color: rgba(36, 36, 36, 1);
}








#s-1f0098f9-ab7f-47ea-9c45-6475403bc1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0098f9-ab7f-47ea-9c45-6475403bc1fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e323033-ec0e-4e76-87f9-43c03f35401c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-7e323033-ec0e-4e76-87f9-43c03f35401c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e323033-ec0e-4e76-87f9-43c03f35401c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e323033-ec0e-4e76-87f9-43c03f35401c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e323033-ec0e-4e76-87f9-43c03f35401c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98fe3a84-8a9a-44ee-abe7-9c98ca867cc6 {
  margin-top: -23px;
}

#s-d70fa90c-5a0a-4aa6-8601-efe9aae34d55 {
  margin-top: 18px;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d70fa90c-5a0a-4aa6-8601-efe9aae34d55 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-d70fa90c-5a0a-4aa6-8601-efe9aae34d55 {
  padding-top: 46px;
padding-bottom: 46px;
}
}
#s-87ee770d-e0f8-47f1-bb1e-b2d19ff6c204 {
  margin-top: 35px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-387a1458-c3c1-4e1f-9480-956695294249 {
  min-height: 50px;
}








#s-387a1458-c3c1-4e1f-9480-956695294249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387a1458-c3c1-4e1f-9480-956695294249.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a192d7a0-defa-4e33-bf04-a8cdef35bc79 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a192d7a0-defa-4e33-bf04-a8cdef35bc79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3c44ff4c-442d-4e08-b5de-f1a2947727be {
  display: none;
}
#s-2578d5a8-bdf7-4478-9329-22423912ba11 {
  margin-top: 37px;
text-align: center;
}

#s-2578d5a8-bdf7-4478-9329-22423912ba11 .shg-product-sold-out {
  display: none;
  color: rgba(252, 252, 252, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-2578d5a8-bdf7-4478-9329-22423912ba11 .shg-product-price {
  color: rgba(252, 252, 252, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-2578d5a8-bdf7-4478-9329-22423912ba11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 231, 45, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-e078ea65-6b94-45ab-b80a-ae73d3a19ec4 {
  display: none;
}
#s-e078ea65-6b94-45ab-b80a-ae73d3a19ec4, #wrap-s-e078ea65-6b94-45ab-b80a-ae73d3a19ec4 { display:none !important; }}
#s-e078ea65-6b94-45ab-b80a-ae73d3a19ec4 {
  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-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(223, 196, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971:hover {background-color: rgba(172, 156, 29, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-8a6f4a14-ecae-4c5e-8ffd-f2443c81f971.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-578c99af-b89a-43bb-b0fe-c8a812ad348d {
  display: none;
}
#s-578c99af-b89a-43bb-b0fe-c8a812ad348d, #wrap-s-578c99af-b89a-43bb-b0fe-c8a812ad348d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-578c99af-b89a-43bb-b0fe-c8a812ad348d {
  display: none;
}
#s-578c99af-b89a-43bb-b0fe-c8a812ad348d, #wrap-s-578c99af-b89a-43bb-b0fe-c8a812ad348d { display:none !important; }}@media (max-width: 767px){#s-578c99af-b89a-43bb-b0fe-c8a812ad348d {
  display: none;
}
#s-578c99af-b89a-43bb-b0fe-c8a812ad348d, #wrap-s-578c99af-b89a-43bb-b0fe-c8a812ad348d { display:none !important; }}
#s-578c99af-b89a-43bb-b0fe-c8a812ad348d {
  display: none;
}
#s-2834666c-b13d-43da-a796-c8cdce9d5ce6 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(223, 196, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2834666c-b13d-43da-a796-c8cdce9d5ce6:hover {background-color: rgba(184, 167, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2834666c-b13d-43da-a796-c8cdce9d5ce6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2834666c-b13d-43da-a796-c8cdce9d5ce6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2834666c-b13d-43da-a796-c8cdce9d5ce6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2834666c-b13d-43da-a796-c8cdce9d5ce6.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-2834666c-b13d-43da-a796-c8cdce9d5ce6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a6b8aca0-b771-4ec3-89fd-873776f983fd {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6b8aca0-b771-4ec3-89fd-873776f983fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b8aca0-b771-4ec3-89fd-873776f983fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f05ec9ef-c690-4f10-907b-b6b118a48220 {
  margin-top: 0px;
margin-bottom: 63px;
}

#s-5c19139a-3c97-427f-b827-1364790c35fe {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-5c19139a-3c97-427f-b827-1364790c35fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c19139a-3c97-427f-b827-1364790c35fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c19139a-3c97-427f-b827-1364790c35fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c19139a-3c97-427f-b827-1364790c35fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-06052cea-3234-45df-8b77-06f27b72e87b {
  margin-top: 45px;
}
}
#s-f88be29c-19ad-45dc-a99c-0db14829b429 {
  padding-top: 123px;
padding-bottom: 123px;
min-height: 900px;
background-color: rgba(36, 36, 36, 1);
}








#s-f88be29c-19ad-45dc-a99c-0db14829b429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88be29c-19ad-45dc-a99c-0db14829b429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3e43ea6-02ee-4bf4-a351-2fb420d9d0f1 {
  margin-bottom: 101px;
}

#s-525094ed-0831-4deb-a274-a3f02a0d1da1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-525094ed-0831-4deb-a274-a3f02a0d1da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-525094ed-0831-4deb-a274-a3f02a0d1da1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-525094ed-0831-4deb-a274-a3f02a0d1da1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-525094ed-0831-4deb-a274-a3f02a0d1da1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-1352b788-a0c7-4b28-99f4-6f8092802ae3 {
  margin-top: 31px;
margin-bottom: 0px;
}
}
#s-3e4a0c8c-d98d-46a3-9712-2fbf14ca241f {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-5cbb2f71-6b67-4a54-b942-9959631eaba4 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 900px;
background-color: rgba(255, 252, 222, 1);
}








#s-5cbb2f71-6b67-4a54-b942-9959631eaba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cbb2f71-6b67-4a54-b942-9959631eaba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90540c48-80d9-4685-bd76-5b99a1f8423e {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-90540c48-80d9-4685-bd76-5b99a1f8423e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90540c48-80d9-4685-bd76-5b99a1f8423e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90540c48-80d9-4685-bd76-5b99a1f8423e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90540c48-80d9-4685-bd76-5b99a1f8423e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-372be76c-85b4-469c-ae7f-962d2d21c193 {
  padding-right: 27px;
}

#s-13c61f8e-dbb6-4deb-bf62-50db4d38ddce {
  display: none;
}
#s-f04cb9e6-2086-4bb2-b529-f331745ab6ee {
  margin-top: 35px;
text-align: center;
}

#s-f04cb9e6-2086-4bb2-b529-f331745ab6ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-f04cb9e6-2086-4bb2-b529-f331745ab6ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-f04cb9e6-2086-4bb2-b529-f331745ab6ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(224, 31, 180, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

#s-45fefa05-6d3c-4613-a518-86745b1ae925 {
  display: none;
}
#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 34px;
padding-left: 20px;
padding-bottom: 34px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(223, 196, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32:hover {background-color: rgba(183, 165, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32.shg-btn {
  color: #ffffff;
  font-size: 44px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-e9204efd-9fa4-4ccd-ad08-3908fcfaad32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af0f73a2-a4a0-48a3-bd0d-4971b648fb56 {
  padding-top: 38px;
padding-bottom: 38px;
}

#s-f9fcb976-fae5-4763-a491-d175088b4458 {
  margin-top: 48px;
margin-bottom: -75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9fcb976-fae5-4763-a491-d175088b4458 {
  margin-top: 50px;
margin-bottom: 49px;
}
}@media (max-width: 767px){#s-f9fcb976-fae5-4763-a491-d175088b4458 {
  margin-bottom: 20px;
}
}
#s-0f3fd005-d5f1-4e1d-8c21-0d97a8b1b5ed {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-0f3fd005-d5f1-4e1d-8c21-0d97a8b1b5ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f3fd005-d5f1-4e1d-8c21-0d97a8b1b5ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2efca12-31ab-4810-972b-34ca3efb0f13 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (max-width: 767px){#s-d2efca12-31ab-4810-972b-34ca3efb0f13 {
  display: none;
}
#s-d2efca12-31ab-4810-972b-34ca3efb0f13, #wrap-s-d2efca12-31ab-4810-972b-34ca3efb0f13 { display:none !important; }}
#s-3447510b-6aef-4bc0-bdfd-fd485a349817 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (min-width: 1200px){#s-3447510b-6aef-4bc0-bdfd-fd485a349817 {
  display: none;
}
#s-3447510b-6aef-4bc0-bdfd-fd485a349817, #wrap-s-3447510b-6aef-4bc0-bdfd-fd485a349817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3447510b-6aef-4bc0-bdfd-fd485a349817 {
  display: none;
}
#s-3447510b-6aef-4bc0-bdfd-fd485a349817, #wrap-s-3447510b-6aef-4bc0-bdfd-fd485a349817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3447510b-6aef-4bc0-bdfd-fd485a349817 {
  display: none;
}
#s-3447510b-6aef-4bc0-bdfd-fd485a349817, #wrap-s-3447510b-6aef-4bc0-bdfd-fd485a349817 { display:none !important; }}
#s-3a6861b9-2d09-4302-9730-382c594c0bb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-3a6861b9-2d09-4302-9730-382c594c0bb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a6861b9-2d09-4302-9730-382c594c0bb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a6861b9-2d09-4302-9730-382c594c0bb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a6861b9-2d09-4302-9730-382c594c0bb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-8b0b24f2-da72-4779-a935-97a97a3bca9b {
  margin-top: 45px;
}
}
#s-e098ceed-9f31-4705-a74c-09ae32f91aeb {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 900px;
background-color: rgba(255, 249, 213, 1);
}
@media (max-width: 767px){#s-e098ceed-9f31-4705-a74c-09ae32f91aeb {
  padding-top: 47px;
}
}







#s-e098ceed-9f31-4705-a74c-09ae32f91aeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e098ceed-9f31-4705-a74c-09ae32f91aeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f66583c4-2de1-4c7e-b35f-72357d7709c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-f66583c4-2de1-4c7e-b35f-72357d7709c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f66583c4-2de1-4c7e-b35f-72357d7709c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f66583c4-2de1-4c7e-b35f-72357d7709c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f66583c4-2de1-4c7e-b35f-72357d7709c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ea1c8d4-2367-4a9b-812d-bd165db47d05 {
  margin-top: -18px;
text-align: center;
}







  #s-2ea1c8d4-2367-4a9b-812d-bd165db47d05 img.shogun-image {
    

    
    
    
  }


#s-2ea1c8d4-2367-4a9b-812d-bd165db47d05 .shogun-image-content {
  
    align-items: 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: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}
