#s-1fabd7b5-57de-4ac0-b52a-3ff264648a0b {
  text-align: left;
}

.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-d4e0d3c6-1691-4b6f-9654-8ead42b477a0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: left center;
}

#s-d4e0d3c6-1691-4b6f-9654-8ead42b477a0 {
  background-image: url(https://i.shgcdn.com/e7d3d7d4-eb68-4534-8186-ce17f5f7783d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d4e0d3c6-1691-4b6f-9654-8ead42b477a0 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.7;
}#s-d4e0d3c6-1691-4b6f-9654-8ead42b477a0.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-7b19a945-9d1b-40f3-beb8-b123f74c9cdd {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
text-align: center;
}

#s-7b19a945-9d1b-40f3-beb8-b123f74c9cdd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 72px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-3ebdaed3-2cb3-418e-888a-3dcb99248470 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ebdaed3-2cb3-418e-888a-3dcb99248470 {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-3ebdaed3-2cb3-418e-888a-3dcb99248470 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3ebdaed3-2cb3-418e-888a-3dcb99248470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ebdaed3-2cb3-418e-888a-3dcb99248470.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: #000;
  font-family: inherit;
  font-weight: normal;
}

#s-a39c4ebf-1188-489b-a8a4-eaa8b002ffc7 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
background-color: rgba(34, 34, 34, 1);
}
@media (max-width: 767px){#s-a39c4ebf-1188-489b-a8a4-eaa8b002ffc7 {
  padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-a39c4ebf-1188-489b-a8a4-eaa8b002ffc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39c4ebf-1188-489b-a8a4-eaa8b002ffc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ac45862-8b60-4fb6-95cd-92ad7dfcd156 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-4ac45862-8b60-4fb6-95cd-92ad7dfcd156 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

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

@media (min-width: 0px) {
[id="s-f2dbd2a3-caa7-4e1d-a1f5-5f3480fe2895"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2dbd2a3-caa7-4e1d-a1f5-5f3480fe2895"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2dbd2a3-caa7-4e1d-a1f5-5f3480fe2895"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2dbd2a3-caa7-4e1d-a1f5-5f3480fe2895"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cf92ce6f-6420-4f96-9079-df8bbb68a9c7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 200px;
background-attachment: scroll;
background-position: center top;
}
@media (max-width: 767px){#s-cf92ce6f-6420-4f96-9079-df8bbb68a9c7 {
  margin-bottom: 20px;
}
}







#s-cf92ce6f-6420-4f96-9079-df8bbb68a9c7 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.6;
}#s-cf92ce6f-6420-4f96-9079-df8bbb68a9c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d103eddd-3097-4b97-8ef7-f0867138b508 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d103eddd-3097-4b97-8ef7-f0867138b508 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2eff3fcb-f220-407c-8521-dd25b45b056b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 200px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-2eff3fcb-f220-407c-8521-dd25b45b056b {
  margin-bottom: 20px;
}
}







#s-2eff3fcb-f220-407c-8521-dd25b45b056b > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.6;
}#s-2eff3fcb-f220-407c-8521-dd25b45b056b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03981537-ca66-4532-bf20-72d015995b5e {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03981537-ca66-4532-bf20-72d015995b5e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-716ab402-5e03-42e5-a6e4-dc145e3e6d91 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 200px;
background-position: center center;
background-attachment: scroll;
}








#s-716ab402-5e03-42e5-a6e4-dc145e3e6d91 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.5;
}#s-716ab402-5e03-42e5-a6e4-dc145e3e6d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32f2805c-7269-4ce4-a109-53946327fc42 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32f2805c-7269-4ce4-a109-53946327fc42 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56f9eddf-4b7d-4a67-9c07-a22d3cb2c80d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-56f9eddf-4b7d-4a67-9c07-a22d3cb2c80d {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-56f9eddf-4b7d-4a67-9c07-a22d3cb2c80d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-56f9eddf-4b7d-4a67-9c07-a22d3cb2c80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f9eddf-4b7d-4a67-9c07-a22d3cb2c80d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-812f60cd-5543-4283-af25-3faa4d862fe1 {
  margin-top: 0px;
margin-bottom: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5da0e5cc-c44e-4403-935e-2a48be768406 {
  text-align: center;
}







  #s-5da0e5cc-c44e-4403-935e-2a48be768406 img.shogun-image {
    

    
    
    
  }


#s-5da0e5cc-c44e-4403-935e-2a48be768406 .shogun-image-content {
  
    align-items: center;
  
}

#s-33dcb6ce-9331-4d47-b975-0cb1ececedbb {
  text-align: center;
}







  #s-33dcb6ce-9331-4d47-b975-0cb1ececedbb img.shogun-image {
    

    
    
    
  }


#s-33dcb6ce-9331-4d47-b975-0cb1ececedbb .shogun-image-content {
  
    align-items: center;
  
}

#s-9c7799f6-8762-4ccf-b803-815fa8c3674e {
  box-shadow:2px 1px 1px 1px rgba(27, 27, 27, 0.48);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9c7799f6-8762-4ccf-b803-815fa8c3674e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c7799f6-8762-4ccf-b803-815fa8c3674e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9c7799f6-8762-4ccf-b803-815fa8c3674e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c7799f6-8762-4ccf-b803-815fa8c3674e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-2ffcc8ad-3464-4182-8bed-140f09f688c1 {
  display: none;
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c2fc681f-5908-4053-a8f3-7e3c87c23f94 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-22aadb5b-c5df-4644-8c3e-820c9b69d8f2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-b9cec762-7b7f-498b-a49a-4ce199d02dbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9cec762-7b7f-498b-a49a-4ce199d02dbd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b70d8136-1f43-4c3e-820d-f3f22a5d87bf {
  text-align: center;
}

#s-b70d8136-1f43-4c3e-820d-f3f22a5d87bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b70d8136-1f43-4c3e-820d-f3f22a5d87bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b70d8136-1f43-4c3e-820d-f3f22a5d87bf .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-b5fe00fd-9ad5-4ee0-ae1e-237b67d4b5cc {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  text-align: center;
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  max-width:  100%;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom,
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  max-width:  100%;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom,
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  max-width:  100%;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom,
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  max-width:  100%;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom,
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 {
  max-width:  100%;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom,
.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954a2e29-86c2-4f26-aae0-ed1549b7e197 img.shogun-image {
  width: 100%;
}



}
#s-66587780-0b4b-4543-af9a-549cba45fd46 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-66587780-0b4b-4543-af9a-549cba45fd46 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-707f0e76-2c2a-42a8-8403-c011d8e01518 {
  box-shadow:2px 1px 1px 1px rgba(27, 27, 27, 0.48);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-707f0e76-2c2a-42a8-8403-c011d8e01518"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-707f0e76-2c2a-42a8-8403-c011d8e01518"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-707f0e76-2c2a-42a8-8403-c011d8e01518"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-707f0e76-2c2a-42a8-8403-c011d8e01518"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b9821f19-2943-4a67-8996-126b9d7f1385 {
  display: none;
}
#s-fabfb004-0985-416b-8f28-c8efa1242184 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d1238bbb-f66f-4e20-b21f-0d1c576cd076 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1238bbb-f66f-4e20-b21f-0d1c576cd076 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-9a85f15f-c4da-485a-b1cc-35d4f87dc11b {
  text-align: center;
}

#s-9a85f15f-c4da-485a-b1cc-35d4f87dc11b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a85f15f-c4da-485a-b1cc-35d4f87dc11b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a85f15f-c4da-485a-b1cc-35d4f87dc11b .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-d9266901-e70d-47be-9f02-6e7d18cecfa0 {
  display: none;
}
#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  text-align: center;
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  max-width:  100%;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom,
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  max-width:  100%;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom,
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  max-width:  100%;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom,
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  max-width:  100%;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom,
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 {
  max-width:  100%;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom,
.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c42a67-57f8-4b7f-9616-95e36cc5fba5 img.shogun-image {
  width: 100%;
}



}
#s-7cf29372-0fa8-47c3-99ad-9a73f195c8e0 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-7cf29372-0fa8-47c3-99ad-9a73f195c8e0 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-67f0201d-a2d5-4837-ab8b-7c13a77f2e2b {
  box-shadow:2px 1px 1px 1px rgba(27, 27, 27, 0.48);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-67f0201d-a2d5-4837-ab8b-7c13a77f2e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67f0201d-a2d5-4837-ab8b-7c13a77f2e2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-67f0201d-a2d5-4837-ab8b-7c13a77f2e2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-67f0201d-a2d5-4837-ab8b-7c13a77f2e2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b7bd6c09-41c4-40c8-a1ab-0e64c43c33f7 {
  display: none;
}
#s-f886586e-4a6d-4e46-862a-bf27f8acfccf hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d021cd77-7555-4df3-8ae7-637e3885af9e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e5c02a1b-5efd-4b1f-976d-448251d26ac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5c02a1b-5efd-4b1f-976d-448251d26ac6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-7cdd62bd-6874-45ac-ba4b-e3ade406706e {
  text-align: center;
}

#s-7cdd62bd-6874-45ac-ba4b-e3ade406706e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cdd62bd-6874-45ac-ba4b-e3ade406706e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cdd62bd-6874-45ac-ba4b-e3ade406706e .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-0501293a-0c60-4326-a004-fab48c176398 {
  display: none;
}
#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  text-align: center;
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  max-width:  100%;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom,
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  max-width:  100%;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom,
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  max-width:  100%;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom,
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  max-width:  100%;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom,
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd {
  max-width:  100%;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom,
.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1bc5f70-4a47-40db-aa32-3c83409024dd img.shogun-image {
  width: 100%;
}



}
#s-c4af20ac-902c-4511-88b7-d2111d7286cd hr {
  border-top: 2px solid #ddd;
}

#s-8eb9a534-cc17-4eef-9c78-59359da972c1 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8eb9a534-cc17-4eef-9c78-59359da972c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8eb9a534-cc17-4eef-9c78-59359da972c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8eb9a534-cc17-4eef-9c78-59359da972c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8eb9a534-cc17-4eef-9c78-59359da972c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-4aafae2c-ef1c-465c-81ce-a815d6ea6d64 {
  min-height: 50px;
}








#s-4aafae2c-ef1c-465c-81ce-a815d6ea6d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aafae2c-ef1c-465c-81ce-a815d6ea6d64.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: normal;
  font-family: inherit;
}

.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-370a8149-3121-43dd-9fdb-b34fdd5f3f37 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(253, 65, 20, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37:hover {background-color: rgba(253, 65, 20, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-370a8149-3121-43dd-9fdb-b34fdd5f3f37-btn-wrapper {
    text-align: left;
  }


#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-370a8149-3121-43dd-9fdb-b34fdd5f3f37-btn-wrapper {
    text-align: left;
  }


#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-370a8149-3121-43dd-9fdb-b34fdd5f3f37-btn-wrapper {
    text-align: left;
  }


#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-370a8149-3121-43dd-9fdb-b34fdd5f3f37-btn-wrapper {
    text-align: left;
  }


#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-370a8149-3121-43dd-9fdb-b34fdd5f3f37-btn-wrapper {
    text-align: left;
  }


#s-370a8149-3121-43dd-9fdb-b34fdd5f3f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-454bd67b-28c1-4faa-904c-1abbc3bac850 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-454bd67b-28c1-4faa-904c-1abbc3bac850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454bd67b-28c1-4faa-904c-1abbc3bac850.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-253c14ec-9226-495b-aa91-b42c046bfd4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-253c14ec-9226-495b-aa91-b42c046bfd4f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-253c14ec-9226-495b-aa91-b42c046bfd4f .shogun-heading-component h4 a {
  color: #000;
}


#s-4536554c-7e7d-4970-9144-5bb1e33b7160 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-32b70152-061f-4d77-bf0d-ae33e5bddad1 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-32b70152-061f-4d77-bf0d-ae33e5bddad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32b70152-061f-4d77-bf0d-ae33e5bddad1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d6f394a-cfb6-4659-994b-d8abe4d79516 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d6f394a-cfb6-4659-994b-d8abe4d79516 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9d6f394a-cfb6-4659-994b-d8abe4d79516 .shogun-heading-component h4 a {
  color: #000;
}


#s-a1b4d3b4-7a41-42c2-a7df-1e6fe177a578 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7b8f05bc-9afc-4497-82bf-6063c14c9719 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-7b8f05bc-9afc-4497-82bf-6063c14c9719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b8f05bc-9afc-4497-82bf-6063c14c9719.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72e5671e-7690-428a-a952-fd2918c9254f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72e5671e-7690-428a-a952-fd2918c9254f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-72e5671e-7690-428a-a952-fd2918c9254f .shogun-heading-component h4 a {
  color: #000;
}


#s-c60553ae-b87f-42be-a7eb-639478102d85 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a2a154aa-9452-47d3-a43a-b3d94363fb2e {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-a2a154aa-9452-47d3-a43a-b3d94363fb2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2a154aa-9452-47d3-a43a-b3d94363fb2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d93b5d7e-0deb-48e6-805d-ef09c7df7e1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d93b5d7e-0deb-48e6-805d-ef09c7df7e1b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d93b5d7e-0deb-48e6-805d-ef09c7df7e1b .shogun-heading-component h4 a {
  color: #000;
}


#s-d9f95114-61a2-44e5-89d1-1c314ffb4481 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-85de69bc-1c96-45ab-b26f-fef51d78ee9a {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-85de69bc-1c96-45ab-b26f-fef51d78ee9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85de69bc-1c96-45ab-b26f-fef51d78ee9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07b16560-f865-4322-8ab0-afbf28b09899 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07b16560-f865-4322-8ab0-afbf28b09899 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-07b16560-f865-4322-8ab0-afbf28b09899 .shogun-heading-component h4 a {
  color: #000;
}


#s-7eef4ddf-4c7e-4b3e-bca2-dc87cec014ac {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-60eb5701-aa07-4288-a0f8-7d14700f2e84 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
background-color: rgba(253, 65, 20, 1);
}
@media (max-width: 767px){#s-60eb5701-aa07-4288-a0f8-7d14700f2e84 {
  padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-60eb5701-aa07-4288-a0f8-7d14700f2e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60eb5701-aa07-4288-a0f8-7d14700f2e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2cdbac4-d600-4857-ac05-a59366f4d4ad {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-e2cdbac4-d600-4857-ac05-a59366f4d4ad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



@media (min-width: 0px) {
[id="s-bd6a4ebe-a48a-45a2-8206-4eaec3635731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd6a4ebe-a48a-45a2-8206-4eaec3635731"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd6a4ebe-a48a-45a2-8206-4eaec3635731"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd6a4ebe-a48a-45a2-8206-4eaec3635731"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-89efe458-e806-4ff9-970b-692ad5cae54d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-89efe458-e806-4ff9-970b-692ad5cae54d {
  margin-bottom: 20px;
}
}







#s-89efe458-e806-4ff9-970b-692ad5cae54d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89efe458-e806-4ff9-970b-692ad5cae54d {
  cursor: pointer;
}#s-89efe458-e806-4ff9-970b-692ad5cae54d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-732469e1-9f30-4dab-8af6-38de5cf098c6 {
  margin-bottom: 10px;
text-align: center;
}







  #s-732469e1-9f30-4dab-8af6-38de5cf098c6 img.shogun-image {
    

    
    
    
  }


#s-732469e1-9f30-4dab-8af6-38de5cf098c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d54d89da-2c15-4d8d-8090-199e845539ac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d54d89da-2c15-4d8d-8090-199e845539ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d54d89da-2c15-4d8d-8090-199e845539ac .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a018b79a-e601-4556-88f9-9c4a2933eef7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-a018b79a-e601-4556-88f9-9c4a2933eef7 {
  margin-bottom: 20px;
}
}







#s-a018b79a-e601-4556-88f9-9c4a2933eef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a018b79a-e601-4556-88f9-9c4a2933eef7 {
  cursor: pointer;
}#s-a018b79a-e601-4556-88f9-9c4a2933eef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c256a10-fc5d-4946-b785-9ca55a594e18 {
  margin-bottom: 10px;
text-align: center;
}







  #s-4c256a10-fc5d-4946-b785-9ca55a594e18 img.shogun-image {
    

    
    
    
  }


#s-4c256a10-fc5d-4946-b785-9ca55a594e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-064207b2-fdc5-4f69-9232-c7d38aa4b7df {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-064207b2-fdc5-4f69-9232-c7d38aa4b7df .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-326c47a8-bdfa-4ac1-8bf0-7aa38a574abe {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-326c47a8-bdfa-4ac1-8bf0-7aa38a574abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-326c47a8-bdfa-4ac1-8bf0-7aa38a574abe {
  cursor: pointer;
}#s-326c47a8-bdfa-4ac1-8bf0-7aa38a574abe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f32c672-8bd9-4cf3-9f2a-19b2216d3e49 {
  margin-bottom: 10px;
text-align: center;
}







  #s-7f32c672-8bd9-4cf3-9f2a-19b2216d3e49 img.shogun-image {
    

    
    
    
  }


#s-7f32c672-8bd9-4cf3-9f2a-19b2216d3e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1f09b33-949f-499b-bdd3-ecd26e2e2efe {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e1f09b33-949f-499b-bdd3-ecd26e2e2efe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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