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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-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-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c3720bc-1fe3-42af-a7fa-92d3fbacdc65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.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-c89dd1db-3e0b-4cc6-b775-c904ae4c2c9e {
  min-height: 50px;
}








#s-c89dd1db-3e0b-4cc6-b775-c904ae4c2c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c89dd1db-3e0b-4cc6-b775-c904ae4c2c9e {
  cursor: pointer;
}#s-c89dd1db-3e0b-4cc6-b775-c904ae4c2c9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ea38df41-896b-49c2-87e5-0334a8dc07e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-ea38df41-896b-49c2-87e5-0334a8dc07e2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-ea38df41-896b-49c2-87e5-0334a8dc07e2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-ea38df41-896b-49c2-87e5-0334a8dc07e2-root {
    text-align: center;
  }


#s-ea38df41-896b-49c2-87e5-0334a8dc07e2.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-53ea19c9-42ff-4a81-90ea-f83abf8bc9f4 {
  min-height: 50px;
}








#s-53ea19c9-42ff-4a81-90ea-f83abf8bc9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53ea19c9-42ff-4a81-90ea-f83abf8bc9f4 {
  cursor: pointer;
}#s-53ea19c9-42ff-4a81-90ea-f83abf8bc9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-927b86d0-f605-4e2b-9569-7447d525a590 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-927b86d0-f605-4e2b-9569-7447d525a590:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-927b86d0-f605-4e2b-9569-7447d525a590:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-927b86d0-f605-4e2b-9569-7447d525a590-root {
    text-align: center;
  }


#s-927b86d0-f605-4e2b-9569-7447d525a590.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-5cc2fe91-92cb-4edd-8fdb-e4aa430e608b {
  min-height: 50px;
}
@media (max-width: 767px){#s-5cc2fe91-92cb-4edd-8fdb-e4aa430e608b {
  margin-top: -9px;
}
}







#s-5cc2fe91-92cb-4edd-8fdb-e4aa430e608b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc2fe91-92cb-4edd-8fdb-e4aa430e608b {
  cursor: pointer;
}#s-5cc2fe91-92cb-4edd-8fdb-e4aa430e608b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-393906f7-6e40-46e2-94b6-fd5aec295082 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-393906f7-6e40-46e2-94b6-fd5aec295082:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-393906f7-6e40-46e2-94b6-fd5aec295082:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-393906f7-6e40-46e2-94b6-fd5aec295082-root {
    text-align: center;
  }


#s-393906f7-6e40-46e2-94b6-fd5aec295082.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-86530e47-fad1-4390-aa24-8328b4e18b10 {
  min-height: 50px;
}
@media (max-width: 767px){#s-86530e47-fad1-4390-aa24-8328b4e18b10 {
  margin-top: -9px;
}
}







#s-86530e47-fad1-4390-aa24-8328b4e18b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86530e47-fad1-4390-aa24-8328b4e18b10 {
  cursor: pointer;
}#s-86530e47-fad1-4390-aa24-8328b4e18b10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-3a5fe8e2-2916-4a02-b41d-583fe97a365b-root {
    text-align: center;
  }


#s-3a5fe8e2-2916-4a02-b41d-583fe97a365b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-1574af85-59ad-404b-be97-3287408f41c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1574af85-59ad-404b-be97-3287408f41c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1574af85-59ad-404b-be97-3287408f41c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-a665d42b-9266-4323-a669-318a74c0a1f8 {
  text-align: center;
}







  #s-a665d42b-9266-4323-a669-318a74c0a1f8 img.shogun-image {
    

    
    
    
  }


#s-a665d42b-9266-4323-a669-318a74c0a1f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-516ccb5d-3303-4f40-a553-8ff852ca6617 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 50px;
}








#s-516ccb5d-3303-4f40-a553-8ff852ca6617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-516ccb5d-3303-4f40-a553-8ff852ca6617.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a5c463-f2a7-428f-836c-2f855ca2cddd {
  text-align: center;
}







  #s-d9a5c463-f2a7-428f-836c-2f855ca2cddd img.shogun-image {
    

    
    
    
  }


#s-d9a5c463-f2a7-428f-836c-2f855ca2cddd .shogun-image-content {
  
    align-items: center;
  
}

#s-5c597fc4-f6d1-4af2-a1f6-8ada2ab693e2 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 50px;
}








#s-5c597fc4-f6d1-4af2-a1f6-8ada2ab693e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c597fc4-f6d1-4af2-a1f6-8ada2ab693e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46d0b908-4136-400a-91c5-f5270157498a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-bottom: 30px;
min-height: 50px;
}








#s-46d0b908-4136-400a-91c5-f5270157498a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d0b908-4136-400a-91c5-f5270157498a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 92, 38, 1);
}
@media (min-width: 1200px){#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d {
  
}
}@media (max-width: 767px){#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-a603bbb2-a13d-4fdf-8dcd-c8704f585f1d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-42a2f58f-837a-4678-830f-79a8f32842d9 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42a2f58f-837a-4678-830f-79a8f32842d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 92, 38, 1);
}
@media (min-width: 1200px){#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 {
  
}
}@media (max-width: 767px){#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 {
  
}
}
#s-62ce440b-a57a-4660-89b6-8dea85ed7cc9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a1814155-eb1a-425a-b9f0-88c485c75532 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5099009a-2a37-497d-b910-c0643db572a5 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
}

#s-5099009a-2a37-497d-b910-c0643db572a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b5a39ba4-b5a9-4af1-9691-bb472541d9d5 {
  min-height: 50px;
}








#s-b5a39ba4-b5a9-4af1-9691-bb472541d9d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5a39ba4-b5a9-4af1-9691-bb472541d9d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1f78a94-a06d-420b-a895-eeebfb9d3395 {
  box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.05);
margin-top: 50px;
padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-c1f78a94-a06d-420b-a895-eeebfb9d3395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1f78a94-a06d-420b-a895-eeebfb9d3395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f78a94-a06d-420b-a895-eeebfb9d3395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f78a94-a06d-420b-a895-eeebfb9d3395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c1f78a94-a06d-420b-a895-eeebfb9d3395"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 92, 38, 1);
}
@media (min-width: 1200px){#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 {
  
}
}@media (max-width: 767px){#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-e5831bff-c6f6-4e47-8441-bc420da21fa1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fa4fe6ac-53e2-48ef-9aaa-be859058e6bc {
  box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.05);
padding-bottom: 30px;
min-height: 50px;
}








#s-fa4fe6ac-53e2-48ef-9aaa-be859058e6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4fe6ac-53e2-48ef-9aaa-be859058e6bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29900694-2e5a-4b7d-8f83-6b09ee69eae3 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29900694-2e5a-4b7d-8f83-6b09ee69eae3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-16114b49-903e-4ad5-bc87-30aefa6028e5 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 92, 38, 1);
}
@media (min-width: 1200px){#s-16114b49-903e-4ad5-bc87-30aefa6028e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16114b49-903e-4ad5-bc87-30aefa6028e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16114b49-903e-4ad5-bc87-30aefa6028e5 {
  
}
}@media (max-width: 767px){#s-16114b49-903e-4ad5-bc87-30aefa6028e5 {
  
}
}
#s-16114b49-903e-4ad5-bc87-30aefa6028e5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7ab38cdf-8c75-4887-8e36-6b85077be077 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
text-align: left;
}

#s-7ab38cdf-8c75-4887-8e36-6b85077be077 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 92, 38, 1);
}
@media (min-width: 1200px){#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 {
  
}
}@media (max-width: 767px){#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 {
  
}
}
#s-ce49c823-3da0-4da8-86a5-335a1fcf1615 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-875e9b99-5277-4e37-b086-08defa788d30 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
text-align: left;
}

#s-875e9b99-5277-4e37-b086-08defa788d30 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b70c97e-2868-456a-b39d-c7152bf40f7d {
  margin-left: -18px;
margin-right: -18px;
text-align: center;
}
@media (max-width: 767px){#s-0b70c97e-2868-456a-b39d-c7152bf40f7d {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-0b70c97e-2868-456a-b39d-c7152bf40f7d img.shogun-image {
    

    
    
    
  }


#s-0b70c97e-2868-456a-b39d-c7152bf40f7d .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
@media (max-width: 767px){#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 td.shogun-table-column, #s-e6e84cb1-8b3c-4c58-a8c8-5abcde1ad518 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3a171c13-ec8a-4cd0-baeb-e629c12e089e {
  text-align: left;
}

#s-3a171c13-ec8a-4cd0-baeb-e629c12e089e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ada6ba65-6cd2-4189-a08c-e39c936aae01 {
  text-align: left;
}

#s-ada6ba65-6cd2-4189-a08c-e39c936aae01 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-207ade57-6eb8-427a-9274-fcd99880ea1c {
  text-align: left;
}

#s-207ade57-6eb8-427a-9274-fcd99880ea1c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ca7fb352-908b-4a22-b1e6-c03b2a88c893 {
  text-align: left;
}

#s-ca7fb352-908b-4a22-b1e6-c03b2a88c893 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-fd222f5a-8ce6-4ef4-917d-373991ba3032 {
  text-align: left;
}

#s-fd222f5a-8ce6-4ef4-917d-373991ba3032 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-84fce529-d00e-4f39-aa92-b85af6e9c2e9 {
  text-align: left;
}

#s-84fce529-d00e-4f39-aa92-b85af6e9c2e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5c9e73ba-20cf-4dfd-baca-4faf157d2330 {
  text-align: left;
}

#s-5c9e73ba-20cf-4dfd-baca-4faf157d2330 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cb26443b-3cbf-4ad3-9ed8-4110baa7fc15 {
  text-align: left;
}

#s-cb26443b-3cbf-4ad3-9ed8-4110baa7fc15 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3b4d6c4b-b107-4771-b4c7-a09a572be1d2 {
  text-align: left;
}

#s-3b4d6c4b-b107-4771-b4c7-a09a572be1d2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-47b52cdb-3f50-4fc9-9887-2165ab184ff0 {
  text-align: left;
}

#s-47b52cdb-3f50-4fc9-9887-2165ab184ff0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d8a332bc-8a09-4fe5-a485-c82c1067a1a9 {
  text-align: left;
}

#s-d8a332bc-8a09-4fe5-a485-c82c1067a1a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-15f6af95-29dd-4a6e-bc79-c89a1c68ee9e {
  text-align: left;
}

#s-15f6af95-29dd-4a6e-bc79-c89a1c68ee9e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-48317bc8-1450-4c30-8800-ccc3f5d733ae {
  text-align: left;
}

#s-48317bc8-1450-4c30-8800-ccc3f5d733ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-356c9dd6-0e72-4555-b612-03d887c242f0 {
  text-align: left;
}

#s-356c9dd6-0e72-4555-b612-03d887c242f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-58d74224-b3af-4293-8c6b-8ea9636a573d {
  text-align: left;
}

#s-58d74224-b3af-4293-8c6b-8ea9636a573d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-fc4472c3-f445-4296-ba0b-9f7cd31381de {
  text-align: left;
}

#s-fc4472c3-f445-4296-ba0b-9f7cd31381de .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5dd065e2-cd33-46c6-bf31-5a32fd1566b7 {
  text-align: left;
}

#s-5dd065e2-cd33-46c6-bf31-5a32fd1566b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-eb7bf9e1-5806-408a-81a1-45a86f3f84cf {
  text-align: left;
}

#s-eb7bf9e1-5806-408a-81a1-45a86f3f84cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-20ae96c7-19e1-4795-8fe7-eb39bc5a7e7c {
  text-align: left;
}

#s-20ae96c7-19e1-4795-8fe7-eb39bc5a7e7c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c9958d9c-94c6-4b90-a453-12a290f97ca0 {
  text-align: left;
}

#s-c9958d9c-94c6-4b90-a453-12a290f97ca0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-70ebf460-28a0-4981-826c-f65d453ad244 {
  text-align: left;
}

#s-70ebf460-28a0-4981-826c-f65d453ad244 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4811f76f-664f-4fe9-900c-fa3b7e56c0b7 {
  text-align: left;
}

#s-4811f76f-664f-4fe9-900c-fa3b7e56c0b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-df589cbc-087e-4cac-96d7-1431b3ecd1ce {
  text-align: left;
}

#s-df589cbc-087e-4cac-96d7-1431b3ecd1ce .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1f6b1cb0-763c-43ce-b3cc-66a093b3d6ff {
  text-align: left;
}

#s-1f6b1cb0-763c-43ce-b3cc-66a093b3d6ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3b65b774-4292-46b0-ae4a-16df2c39f8bd {
  text-align: left;
}

#s-3b65b774-4292-46b0-ae4a-16df2c39f8bd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a7af6800-4589-4803-894b-441be43b5796 {
  text-align: left;
}

#s-a7af6800-4589-4803-894b-441be43b5796 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8cd741d8-eef0-4423-a297-c9dc57bae431 {
  text-align: left;
}

#s-8cd741d8-eef0-4423-a297-c9dc57bae431 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-219c36b2-c772-48aa-947a-9e3bcbfed0b9 {
  text-align: left;
}

#s-219c36b2-c772-48aa-947a-9e3bcbfed0b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-63d7b289-9f04-48fc-bb1c-39f6563d1062 {
  text-align: left;
}

#s-63d7b289-9f04-48fc-bb1c-39f6563d1062 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-82dddd07-16fc-41e5-94cc-e918e92f6eb3 {
  text-align: left;
}

#s-82dddd07-16fc-41e5-94cc-e918e92f6eb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4d850909-e29c-474b-9af8-c5b95af643db {
  text-align: left;
}

#s-4d850909-e29c-474b-9af8-c5b95af643db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ca158403-700d-4f80-8409-7d352428ab35 {
  text-align: left;
}

#s-ca158403-700d-4f80-8409-7d352428ab35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-279666f3-098b-4627-bf18-d098bc674872 {
  text-align: left;
}

#s-279666f3-098b-4627-bf18-d098bc674872 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1d3bda75-d4cc-4255-8639-fa14cfd9b711 {
  text-align: left;
}

#s-1d3bda75-d4cc-4255-8639-fa14cfd9b711 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4bf8bc42-ffeb-4d11-9b5b-6fb5dbc76e64 {
  min-height: 50px;
}








#s-4bf8bc42-ffeb-4d11-9b5b-6fb5dbc76e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf8bc42-ffeb-4d11-9b5b-6fb5dbc76e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e60475c7-1cda-46a0-92ca-5c6fd3a3d43f {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-e60475c7-1cda-46a0-92ca-5c6fd3a3d43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e60475c7-1cda-46a0-92ca-5c6fd3a3d43f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d24c7809-0f4c-454c-928c-028f14178e82 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-d24c7809-0f4c-454c-928c-028f14178e82 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d24c7809-0f4c-454c-928c-028f14178e82 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d24c7809-0f4c-454c-928c-028f14178e82 {
  
}
}@media (max-width: 767px){#s-d24c7809-0f4c-454c-928c-028f14178e82 {
  
}
}







#s-d24c7809-0f4c-454c-928c-028f14178e82 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d24c7809-0f4c-454c-928c-028f14178e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-094ac445-52e7-4a77-aa59-8b8f527456bd {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-094ac445-52e7-4a77-aa59-8b8f527456bd .shogun-icon-wrapper {
  text-align: center;
}


#s-094ac445-52e7-4a77-aa59-8b8f527456bd .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 92, 38, 1);
}

#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 {
  
}
}@media (max-width: 767px){#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 {
  
}
}
#s-1e39ec03-6bc8-488f-9db1-dcd41fb0d8e8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  
  
  
  
}



#s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed {
  
}
}@media (max-width: 767px){#s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed {
  
}
}
@media (min-width: 0px) {
[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-fc2860dd-3b08-4a9d-88c3-7d2167f94eed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-d21db8fa-45f6-4251-81e6-defa1165f793 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d21db8fa-45f6-4251-81e6-defa1165f793:hover {opacity: 1 !important;
background-color: rgba(239, 81, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d21db8fa-45f6-4251-81e6-defa1165f793:active {background-color: rgba(247, 81, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d21db8fa-45f6-4251-81e6-defa1165f793-root {
    text-align: center;
  }


#s-d21db8fa-45f6-4251-81e6-defa1165f793.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d21db8fa-45f6-4251-81e6-defa1165f793-root {
    text-align: center;
  }


#s-d21db8fa-45f6-4251-81e6-defa1165f793.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d21db8fa-45f6-4251-81e6-defa1165f793-root {
    text-align: center;
  }


#s-d21db8fa-45f6-4251-81e6-defa1165f793.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d21db8fa-45f6-4251-81e6-defa1165f793-root {
    text-align: center;
  }


#s-d21db8fa-45f6-4251-81e6-defa1165f793.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d21db8fa-45f6-4251-81e6-defa1165f793-root {
    text-align: center;
  }


#s-d21db8fa-45f6-4251-81e6-defa1165f793.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-dacf6e5a-143c-4c7f-b09a-81580ae399cb {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-dacf6e5a-143c-4c7f-b09a-81580ae399cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dacf6e5a-143c-4c7f-b09a-81580ae399cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dacf6e5a-143c-4c7f-b09a-81580ae399cb {
  
}
}@media (max-width: 767px){#s-dacf6e5a-143c-4c7f-b09a-81580ae399cb {
  
}
}
@media (min-width: 0px) {
[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dacf6e5a-143c-4c7f-b09a-81580ae399cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-7a97ba5b-3348-4550-98e0-acbabbe709a5 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a97ba5b-3348-4550-98e0-acbabbe709a5:hover {opacity: 1 !important;
background-color: rgba(239, 81, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a97ba5b-3348-4550-98e0-acbabbe709a5:active {background-color: rgba(247, 81, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7a97ba5b-3348-4550-98e0-acbabbe709a5-root {
    text-align: center;
  }


#s-7a97ba5b-3348-4550-98e0-acbabbe709a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a97ba5b-3348-4550-98e0-acbabbe709a5-root {
    text-align: center;
  }


#s-7a97ba5b-3348-4550-98e0-acbabbe709a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a97ba5b-3348-4550-98e0-acbabbe709a5-root {
    text-align: center;
  }


#s-7a97ba5b-3348-4550-98e0-acbabbe709a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a97ba5b-3348-4550-98e0-acbabbe709a5-root {
    text-align: center;
  }


#s-7a97ba5b-3348-4550-98e0-acbabbe709a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a97ba5b-3348-4550-98e0-acbabbe709a5-root {
    text-align: center;
  }


#s-7a97ba5b-3348-4550-98e0-acbabbe709a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-3f234153-dd45-4e21-b268-713933ed9aa1 {
  min-height: 50px;
}








#s-3f234153-dd45-4e21-b268-713933ed9aa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f234153-dd45-4e21-b268-713933ed9aa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb4079f-8631-4580-8a58-3d697872bfcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bb4079f-8631-4580-8a58-3d697872bfcb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f1eaa82a-cf88-40d5-a455-db118d64bdd6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}

#s-dc768a45-a52d-46b4-9d82-dd20abd9fc70 {
  min-height: 50px;
}








#s-dc768a45-a52d-46b4-9d82-dd20abd9fc70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc768a45-a52d-46b4-9d82-dd20abd9fc70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11dc7038-e4b7-42dc-99db-6f36bd248218 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-11dc7038-e4b7-42dc-99db-6f36bd248218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11dc7038-e4b7-42dc-99db-6f36bd248218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2215bc6-faca-4e77-bfca-a337993a6693 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-f2215bc6-faca-4e77-bfca-a337993a6693 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2215bc6-faca-4e77-bfca-a337993a6693 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2215bc6-faca-4e77-bfca-a337993a6693 {
  
}
}@media (max-width: 767px){#s-f2215bc6-faca-4e77-bfca-a337993a6693 {
  
}
}
@media (min-width: 0px) {
[id="s-f2215bc6-faca-4e77-bfca-a337993a6693"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f2215bc6-faca-4e77-bfca-a337993a6693"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2215bc6-faca-4e77-bfca-a337993a6693"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2215bc6-faca-4e77-bfca-a337993a6693"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0f26b3ab-b8d6-4cb1-9d79-59356413e7f7 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0f26b3ab-b8d6-4cb1-9d79-59356413e7f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f26b3ab-b8d6-4cb1-9d79-59356413e7f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f26b3ab-b8d6-4cb1-9d79-59356413e7f7 {
  
}
}@media (max-width: 767px){#s-0f26b3ab-b8d6-4cb1-9d79-59356413e7f7 {
  
}
}
#s-8bb6708d-69a1-4abd-b0e5-9e7e87d44873 {
  box-shadow:3px 3px 3px 0px rgba(255, 255, 255, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8bb6708d-69a1-4abd-b0e5-9e7e87d44873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb6708d-69a1-4abd-b0e5-9e7e87d44873.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-85703717-1180-4e20-a37c-fda42549b06a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-85703717-1180-4e20-a37c-fda42549b06a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85703717-1180-4e20-a37c-fda42549b06a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85703717-1180-4e20-a37c-fda42549b06a {
  
}
}@media (max-width: 767px){#s-85703717-1180-4e20-a37c-fda42549b06a {
  
}
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85703717-1180-4e20-a37c-fda42549b06a img.shogun-image {
  width: 100%;
}



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

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

#s-64250081-7741-402e-8dcc-27280fd35017 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
min-height: 80px;
text-align: center;
}
@media (min-width: 1200px){#s-64250081-7741-402e-8dcc-27280fd35017 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64250081-7741-402e-8dcc-27280fd35017 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64250081-7741-402e-8dcc-27280fd35017 {
  
}
}@media (max-width: 767px){#s-64250081-7741-402e-8dcc-27280fd35017 {
  
}
}
#s-64250081-7741-402e-8dcc-27280fd35017 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-eaac0536-c2b0-43ec-9abb-e8ed833f0b4a {
  min-height: 50px;
}








#s-eaac0536-c2b0-43ec-9abb-e8ed833f0b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaac0536-c2b0-43ec-9abb-e8ed833f0b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b5ebba0-8add-4f6b-9700-ae49763cafd8 {
  text-align: center;
}

#s-8b5ebba0-8add-4f6b-9700-ae49763cafd8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b5ebba0-8add-4f6b-9700-ae49763cafd8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b5ebba0-8add-4f6b-9700-ae49763cafd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3845725-d2e1-426d-8a95-a0185516e681 {
  box-shadow:5px 5px 5px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-radius: 50px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-c3845725-d2e1-426d-8a95-a0185516e681:hover {background-color: rgba(255, 92, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(249, 249, 249, 1) !important;}#s-c3845725-d2e1-426d-8a95-a0185516e681:active {background-color: rgba(231, 74, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-c3845725-d2e1-426d-8a95-a0185516e681-root {
    text-align: center;
  }


#s-c3845725-d2e1-426d-8a95-a0185516e681.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-0b14d081-07fe-4cc4-852a-25c34617794a {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0b14d081-07fe-4cc4-852a-25c34617794a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b14d081-07fe-4cc4-852a-25c34617794a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b14d081-07fe-4cc4-852a-25c34617794a {
  
}
}@media (max-width: 767px){#s-0b14d081-07fe-4cc4-852a-25c34617794a {
  
}
}
#s-758e0277-4428-4680-bcd5-94ad6d1b51aa {
  min-height: 50px;
}








#s-758e0277-4428-4680-bcd5-94ad6d1b51aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-758e0277-4428-4680-bcd5-94ad6d1b51aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db1592b-ca28-4470-8d32-2abac10c0e04 {
  box-shadow:3px 3px 3px 0px rgba(255, 255, 255, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0db1592b-ca28-4470-8d32-2abac10c0e04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db1592b-ca28-4470-8d32-2abac10c0e04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ca89273-19a4-466d-8065-6e6681ee9817 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2ca89273-19a4-466d-8065-6e6681ee9817 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ca89273-19a4-466d-8065-6e6681ee9817 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ca89273-19a4-466d-8065-6e6681ee9817 {
  
}
}@media (max-width: 767px){#s-2ca89273-19a4-466d-8065-6e6681ee9817 {
  
}
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ca89273-19a4-466d-8065-6e6681ee9817 img.shogun-image {
  width: 100%;
}



}
#s-699d0be1-7357-47b2-98aa-74091087bd2b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
min-height: 80px;
text-align: center;
}
@media (min-width: 1200px){#s-699d0be1-7357-47b2-98aa-74091087bd2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-699d0be1-7357-47b2-98aa-74091087bd2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-699d0be1-7357-47b2-98aa-74091087bd2b {
  
}
}@media (max-width: 767px){#s-699d0be1-7357-47b2-98aa-74091087bd2b {
  
}
}
#s-699d0be1-7357-47b2-98aa-74091087bd2b .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-93f3a5a3-e1ce-4427-911d-a8aefc78b63f {
  min-height: 50px;
}








#s-93f3a5a3-e1ce-4427-911d-a8aefc78b63f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f3a5a3-e1ce-4427-911d-a8aefc78b63f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-178aa4b9-0750-41ee-aa81-af4d985f0301 {
  text-align: center;
}

#s-178aa4b9-0750-41ee-aa81-af4d985f0301 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-178aa4b9-0750-41ee-aa81-af4d985f0301 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-178aa4b9-0750-41ee-aa81-af4d985f0301 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-484c6c64-0f99-4b6e-9a1f-1a6288297418 {
  box-shadow:5px 5px 5px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-radius: 50px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-484c6c64-0f99-4b6e-9a1f-1a6288297418:hover {background-color: rgba(255, 92, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(249, 249, 249, 1) !important;}#s-484c6c64-0f99-4b6e-9a1f-1a6288297418:active {background-color: rgba(231, 74, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-484c6c64-0f99-4b6e-9a1f-1a6288297418-root {
    text-align: center;
  }


#s-484c6c64-0f99-4b6e-9a1f-1a6288297418.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c4569e3f-8622-4489-b0c2-b7a6e8e006a3 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-c4569e3f-8622-4489-b0c2-b7a6e8e006a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4569e3f-8622-4489-b0c2-b7a6e8e006a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4569e3f-8622-4489-b0c2-b7a6e8e006a3 {
  
}
}@media (max-width: 767px){#s-c4569e3f-8622-4489-b0c2-b7a6e8e006a3 {
  
}
}
#s-56fe056b-5065-40af-8260-dec57e7926ad {
  min-height: 50px;
}








#s-56fe056b-5065-40af-8260-dec57e7926ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fe056b-5065-40af-8260-dec57e7926ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea2016d2-70ef-4546-b6c8-bdb75cbc7ff9 {
  box-shadow:3px 3px 3px 0px rgba(255, 255, 255, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea2016d2-70ef-4546-b6c8-bdb75cbc7ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea2016d2-70ef-4546-b6c8-bdb75cbc7ff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9822af1-a3cc-448f-8619-81e7d753eadb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-f9822af1-a3cc-448f-8619-81e7d753eadb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9822af1-a3cc-448f-8619-81e7d753eadb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9822af1-a3cc-448f-8619-81e7d753eadb {
  
}
}@media (max-width: 767px){#s-f9822af1-a3cc-448f-8619-81e7d753eadb {
  
}
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9822af1-a3cc-448f-8619-81e7d753eadb img.shogun-image {
  width: 100%;
}



}
#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
min-height: 80px;
text-align: center;
}
@media (min-width: 1200px){#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f {
  
}
}@media (max-width: 767px){#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f {
  
}
}
#s-d314b6b5-25a0-4f7a-bb44-752cfe08100f .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c2fa2eff-82ed-42b3-be90-45f4bc493400 {
  min-height: 50px;
}








#s-c2fa2eff-82ed-42b3-be90-45f4bc493400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2fa2eff-82ed-42b3-be90-45f4bc493400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8247dadf-3db6-4193-ba6b-6298c4fd316a {
  text-align: center;
}

#s-8247dadf-3db6-4193-ba6b-6298c4fd316a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8247dadf-3db6-4193-ba6b-6298c4fd316a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8247dadf-3db6-4193-ba6b-6298c4fd316a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6380a79-dba4-495c-85da-767fd882d0ba {
  box-shadow:5px 5px 5px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-radius: 50px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-c6380a79-dba4-495c-85da-767fd882d0ba:hover {background-color: rgba(255, 92, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(249, 249, 249, 1) !important;}#s-c6380a79-dba4-495c-85da-767fd882d0ba:active {background-color: rgba(231, 74, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-c6380a79-dba4-495c-85da-767fd882d0ba-root {
    text-align: center;
  }


#s-c6380a79-dba4-495c-85da-767fd882d0ba.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-7b6137b5-40de-4827-81e0-ef93dfd3e160 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-7b6137b5-40de-4827-81e0-ef93dfd3e160 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b6137b5-40de-4827-81e0-ef93dfd3e160 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b6137b5-40de-4827-81e0-ef93dfd3e160 {
  
}
}@media (max-width: 767px){#s-7b6137b5-40de-4827-81e0-ef93dfd3e160 {
  
}
}
#s-59b9dd49-2b85-471d-9182-442265f56ed6 {
  min-height: 50px;
}








#s-59b9dd49-2b85-471d-9182-442265f56ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b9dd49-2b85-471d-9182-442265f56ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d7776e-f5c4-4800-b6ab-89f26fe77fba {
  box-shadow:3px 3px 3px 0px rgba(255, 255, 255, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4d7776e-f5c4-4800-b6ab-89f26fe77fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d7776e-f5c4-4800-b6ab-89f26fe77fba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 {
  
}
}@media (max-width: 767px){#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 {
  
}
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0434dfd7-1dec-4e79-8286-ad559dcadfa2 img.shogun-image {
  width: 100%;
}



}
#s-4eac117f-2f21-4524-a921-8c98e02870db {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
min-height: 80px;
text-align: center;
}
@media (min-width: 1200px){#s-4eac117f-2f21-4524-a921-8c98e02870db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4eac117f-2f21-4524-a921-8c98e02870db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4eac117f-2f21-4524-a921-8c98e02870db {
  
}
}@media (max-width: 767px){#s-4eac117f-2f21-4524-a921-8c98e02870db {
  
}
}
#s-4eac117f-2f21-4524-a921-8c98e02870db .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c702854f-b29d-4557-b3ef-0003461ec308 {
  min-height: 50px;
}








#s-c702854f-b29d-4557-b3ef-0003461ec308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c702854f-b29d-4557-b3ef-0003461ec308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d12c7a2-327c-478a-9b16-f30dfa6a5c16 {
  text-align: center;
}

#s-7d12c7a2-327c-478a-9b16-f30dfa6a5c16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d12c7a2-327c-478a-9b16-f30dfa6a5c16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d12c7a2-327c-478a-9b16-f30dfa6a5c16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b309a73-35fc-4bf5-890e-06c6274c270b {
  box-shadow:5px 5px 5px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-radius: 50px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-2b309a73-35fc-4bf5-890e-06c6274c270b:hover {background-color: rgba(255, 92, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(249, 249, 249, 1) !important;}#s-2b309a73-35fc-4bf5-890e-06c6274c270b:active {background-color: rgba(231, 74, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-2b309a73-35fc-4bf5-890e-06c6274c270b-root {
    text-align: center;
  }


#s-2b309a73-35fc-4bf5-890e-06c6274c270b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

/*
  $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}
