.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-5cfbb5d3-c72c-4125-b011-c155c622f6fa {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5cfbb5d3-c72c-4125-b011-c155c622f6fa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-95e2d5e2-8e97-49fe-beaf-f2de7c42f1ad {
  min-height: 500px;
}








#s-95e2d5e2-8e97-49fe-beaf-f2de7c42f1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95e2d5e2-8e97-49fe-beaf-f2de7c42f1ad.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-94704667-3f45-4ee0-b03b-4e190c4d7394 {
  text-align: center;
}







  #s-94704667-3f45-4ee0-b03b-4e190c4d7394 img.shogun-image {
    

    
    
    
  }


#s-94704667-3f45-4ee0-b03b-4e190c4d7394 .shogun-image-content {
  
    align-items: center;
  
}

#s-b71cc585-06d0-490d-844d-f32e59d91cd2 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-b71cc585-06d0-490d-844d-f32e59d91cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71cc585-06d0-490d-844d-f32e59d91cd2.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-ab03575e-5b85-4cf0-9fc6-42af944316a3 {
  padding-top: 7%;
padding-bottom: 5%;
text-align: left;
}

#s-ab03575e-5b85-4cf0-9fc6-42af944316a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-afaf4816-0247-4735-8de8-4a0ec6eb8ef1 {
  padding-top: 1%;
padding-bottom: 3%;
text-align: left;
}

#s-afaf4816-0247-4735-8de8-4a0ec6eb8ef1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f630cb03-4b9b-4053-b5dd-e51221dc0ad5 {
  padding-top: 2%;
padding-bottom: 3%;
}

.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-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f-root {
    text-align: left;
  }


#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f-root {
    text-align: left;
  }


#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f-root {
    text-align: left;
  }


#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f-root {
    text-align: left;
  }


#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f-root {
    text-align: left;
  }


#s-79a30cbb-4c2e-443d-92ac-a2d6b3b6502f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53db228a-479e-4eac-97fa-20adff291e36 {
  min-height: 50px;
}








#s-53db228a-479e-4eac-97fa-20adff291e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53db228a-479e-4eac-97fa-20adff291e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-556f4ede-a12a-4f7d-8b2a-9fb1d22f2cdf {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(33, 34, 38, 1);
}

#s-556f4ede-a12a-4f7d-8b2a-9fb1d22f2cdf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-de5c75e7-4719-42d2-b031-3b32340e6523 {
  min-height: 50px;
}








#s-de5c75e7-4719-42d2-b031-3b32340e6523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de5c75e7-4719-42d2-b031-3b32340e6523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de51bee7-daf6-4b22-88c8-1318a46d3146 {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-de51bee7-daf6-4b22-88c8-1318a46d3146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de51bee7-daf6-4b22-88c8-1318a46d3146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c439c2b6-ff38-4ca1-93f7-614a8ce1e939 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c439c2b6-ff38-4ca1-93f7-614a8ce1e939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c439c2b6-ff38-4ca1-93f7-614a8ce1e939"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c439c2b6-ff38-4ca1-93f7-614a8ce1e939"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c439c2b6-ff38-4ca1-93f7-614a8ce1e939"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-09baed0d-da35-4f01-a7ca-0624ed85966c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09baed0d-da35-4f01-a7ca-0624ed85966c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9a4757fe-e1ff-4a01-a94b-89fceced911e .shogun-icon-wrapper {
  text-align: center;
}


#s-9a4757fe-e1ff-4a01-a94b-89fceced911e .shogun-icon-wrapper > .shogun-icon {

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

#s-57c679a3-a291-46b2-bb3e-2d989471ad39 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
}

#s-7257832a-8961-4f06-b4a3-c58e78ba2ce3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7257832a-8961-4f06-b4a3-c58e78ba2ce3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-32d1c9e0-0196-4f53-8670-4e9a6689a0c7 .shogun-icon-wrapper {
  text-align: center;
}


#s-32d1c9e0-0196-4f53-8670-4e9a6689a0c7 .shogun-icon-wrapper > .shogun-icon {

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

#s-aeb3040a-71e3-462e-927f-01223df8a2d7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
}

#s-1bf8fceb-a7e9-4383-ae75-2719bbeb7c44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf8fceb-a7e9-4383-ae75-2719bbeb7c44 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-334aba8f-87b5-4bcd-a5de-d946fdf605b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-334aba8f-87b5-4bcd-a5de-d946fdf605b1 .shogun-icon-wrapper > .shogun-icon {

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

#s-4fd581ff-8d1c-467a-80b5-fcca7ba84f74 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-9df18af4-eb22-4e32-82f1-b1822fd1abae {
  text-align: left;
}

#s-5ae7031b-2ac3-436f-a96e-177548190b3e {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-5ae7031b-2ac3-436f-a96e-177548190b3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae7031b-2ac3-436f-a96e-177548190b3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86c7db2-44c5-4564-a632-614eb0cdfff1 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-b86c7db2-44c5-4564-a632-614eb0cdfff1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b86c7db2-44c5-4564-a632-614eb0cdfff1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b86c7db2-44c5-4564-a632-614eb0cdfff1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b86c7db2-44c5-4564-a632-614eb0cdfff1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-40b52d29-1b4d-49ad-bb2f-e487817820a0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-40b52d29-1b4d-49ad-bb2f-e487817820a0 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}







#s-40b52d29-1b4d-49ad-bb2f-e487817820a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40b52d29-1b4d-49ad-bb2f-e487817820a0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-81ce1cba-15f4-4ce1-8044-6f991a746a1b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-81ce1cba-15f4-4ce1-8044-6f991a746a1b {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}







#s-81ce1cba-15f4-4ce1-8044-6f991a746a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ce1cba-15f4-4ce1-8044-6f991a746a1b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c99e7e79-db60-4d50-9b4f-f64d02a00d10 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-c99e7e79-db60-4d50-9b4f-f64d02a00d10 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}







#s-c99e7e79-db60-4d50-9b4f-f64d02a00d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c99e7e79-db60-4d50-9b4f-f64d02a00d10.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-dc66579d-55ce-4e1a-9e97-1d9debea5f61 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-dc66579d-55ce-4e1a-9e97-1d9debea5f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc66579d-55ce-4e1a-9e97-1d9debea5f61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc66579d-55ce-4e1a-9e97-1d9debea5f61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc66579d-55ce-4e1a-9e97-1d9debea5f61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc66579d-55ce-4e1a-9e97-1d9debea5f61"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6ad815a-3f9c-4b98-be46-3f2ccd8ff7fc {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 30em;
}








#s-b6ad815a-3f9c-4b98-be46-3f2ccd8ff7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ad815a-3f9c-4b98-be46-3f2ccd8ff7fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-2c55c915-9f00-4293-887c-8f8b549a2b52 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-b8139daa-3b18-4109-aa2c-52c3800fdc69 {
  min-height: 30em;
}








#s-b8139daa-3b18-4109-aa2c-52c3800fdc69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8139daa-3b18-4109-aa2c-52c3800fdc69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e707322-e2f2-4ac7-a581-36be76013fa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e707322-e2f2-4ac7-a581-36be76013fa9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-20c19584-926f-4816-b999-ce0142d1316e {
  padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
}

#s-e168b127-094a-4e90-9168-a38d74a1743d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e168b127-094a-4e90-9168-a38d74a1743d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e168b127-094a-4e90-9168-a38d74a1743d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e168b127-094a-4e90-9168-a38d74a1743d-root {
    text-align: center;
  }


#s-e168b127-094a-4e90-9168-a38d74a1743d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e168b127-094a-4e90-9168-a38d74a1743d-root {
    text-align: center;
  }


#s-e168b127-094a-4e90-9168-a38d74a1743d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e168b127-094a-4e90-9168-a38d74a1743d-root {
    text-align: center;
  }


#s-e168b127-094a-4e90-9168-a38d74a1743d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e168b127-094a-4e90-9168-a38d74a1743d-root {
    text-align: center;
  }


#s-e168b127-094a-4e90-9168-a38d74a1743d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e168b127-094a-4e90-9168-a38d74a1743d-root {
    text-align: center;
  }


#s-e168b127-094a-4e90-9168-a38d74a1743d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d805bbfb-dfe3-493d-b081-53bd95477a6e {
  padding-left: 5%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d805bbfb-dfe3-493d-b081-53bd95477a6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d805bbfb-dfe3-493d-b081-53bd95477a6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d805bbfb-dfe3-493d-b081-53bd95477a6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d805bbfb-dfe3-493d-b081-53bd95477a6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3752e125-b3dd-49b6-bd70-76dcfb468516 {
  min-height: 30em;
}








#s-3752e125-b3dd-49b6-bd70-76dcfb468516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3752e125-b3dd-49b6-bd70-76dcfb468516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdaf55ff-141d-4e20-88a7-d789d8877b26 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-cdaf55ff-141d-4e20-88a7-d789d8877b26 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0c752933-d6cd-4a8a-999c-defc2d3093ac {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-946aa66f-dacd-4d6c-8ac4-4dd49e76e493 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-946aa66f-dacd-4d6c-8ac4-4dd49e76e493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-946aa66f-dacd-4d6c-8ac4-4dd49e76e493.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87d5f13b-e945-4a2e-908b-97272738c4cd {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-attachment: scroll;
}








#s-87d5f13b-e945-4a2e-908b-97272738c4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d5f13b-e945-4a2e-908b-97272738c4cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f6555f-b7fd-44fd-bf72-20397404b5cb {
  text-align: center;
}







  #s-66f6555f-b7fd-44fd-bf72-20397404b5cb img.shogun-image {
    

    
    
    
  }


#s-66f6555f-b7fd-44fd-bf72-20397404b5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-278027ea-92ae-4bc3-9153-b26f3cda7640 {
  padding-left: 5%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-278027ea-92ae-4bc3-9153-b26f3cda7640"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-278027ea-92ae-4bc3-9153-b26f3cda7640"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-278027ea-92ae-4bc3-9153-b26f3cda7640"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-278027ea-92ae-4bc3-9153-b26f3cda7640"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-278027ea-92ae-4bc3-9153-b26f3cda7640"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c154bca1-ad81-48ef-9f80-bcd757b1d84c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-attachment: scroll;
}








#s-c154bca1-ad81-48ef-9f80-bcd757b1d84c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c154bca1-ad81-48ef-9f80-bcd757b1d84c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67ab4081-6766-4ee7-849b-b127e0ab63c4 {
  text-align: center;
}







  #s-67ab4081-6766-4ee7-849b-b127e0ab63c4 img.shogun-image {
    

    
    
    
  }


#s-67ab4081-6766-4ee7-849b-b127e0ab63c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a4cd916-2833-4d91-a6fb-6b6ae8b04517 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 0px;
padding-right: 0%;
min-height: 30em;
}








#s-5a4cd916-2833-4d91-a6fb-6b6ae8b04517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a4cd916-2833-4d91-a6fb-6b6ae8b04517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e299ea3-a288-4d1b-8596-58cf1cb0defb {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-5e299ea3-a288-4d1b-8596-58cf1cb0defb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e4e722bb-aedc-41bf-b3ab-b9b59c7edbf4 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-63b75624-2da8-4614-91c3-120577addcf6 {
  text-align: left;
}

#s-058f8b4d-f6d8-4d0f-85f8-8952042f5603 {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-058f8b4d-f6d8-4d0f-85f8-8952042f5603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-058f8b4d-f6d8-4d0f-85f8-8952042f5603"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-058f8b4d-f6d8-4d0f-85f8-8952042f5603"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-058f8b4d-f6d8-4d0f-85f8-8952042f5603"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3213b52d-2be8-448b-b7fa-5f217cc7fe7b {
  min-height: 30em;
}








#s-3213b52d-2be8-448b-b7fa-5f217cc7fe7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3213b52d-2be8-448b-b7fa-5f217cc7fe7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0ad1c0d-3e51-413a-9ccf-f503d44f9d3d {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-d0ad1c0d-3e51-413a-9ccf-f503d44f9d3d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8d213726-a176-42a2-8228-1750bb98cb7e {
  padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-8d213726-a176-42a2-8228-1750bb98cb7e {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-fb710eaa-4678-4b69-8daa-1b658378ebb1 {
  min-height: 30em;
}








#s-fb710eaa-4678-4b69-8daa-1b658378ebb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb710eaa-4678-4b69-8daa-1b658378ebb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64d1d54c-2a2a-4794-a91f-a8daab52c923 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-7e0a2d5c-353e-459b-aed9-82f97210e657 {
  min-height: 50px;
}








#s-7e0a2d5c-353e-459b-aed9-82f97210e657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e0a2d5c-353e-459b-aed9-82f97210e657.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a41bfa-be7e-48f2-9d7b-4e0c713d939e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-42a41bfa-be7e-48f2-9d7b-4e0c713d939e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42a41bfa-be7e-48f2-9d7b-4e0c713d939e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42a41bfa-be7e-48f2-9d7b-4e0c713d939e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42a41bfa-be7e-48f2-9d7b-4e0c713d939e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-639f8473-88ad-4010-bbe5-674d80f77e4d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}








#s-639f8473-88ad-4010-bbe5-674d80f77e4d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-639f8473-88ad-4010-bbe5-674d80f77e4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96222413-3031-434b-b5c9-2d4c0a8af42e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96222413-3031-434b-b5c9-2d4c0a8af42e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-579ad796-2e2f-4f92-af9c-15148b0fb7cc {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b-root {
    text-align: center;
  }


#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b-root {
    text-align: center;
  }


#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b-root {
    text-align: center;
  }


#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b-root {
    text-align: center;
  }


#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b-root {
    text-align: center;
  }


#s-0b0a2dcc-b0fc-4104-8002-e3a5af96e00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f964faf9-79d3-4ae8-9c3e-19352b6aa994 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}
@media (max-width: 767px){#s-f964faf9-79d3-4ae8-9c3e-19352b6aa994 {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
}
}







#s-f964faf9-79d3-4ae8-9c3e-19352b6aa994 > .shg-box-overlay {
  background-color: #000;
  opacity: 0.3;
}#s-f964faf9-79d3-4ae8-9c3e-19352b6aa994.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-966e8057-320c-41ca-825e-43aa4bc1a005 {
  text-align: center;
}

#s-966e8057-320c-41ca-825e-43aa4bc1a005 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8b4afb28-e018-4650-9257-78d11d56f0fc {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec:hover {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec:active {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-20f4b16a-d101-4561-bfe1-104d0b48b0ec-root {
    text-align: center;
  }


#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20f4b16a-d101-4561-bfe1-104d0b48b0ec-root {
    text-align: center;
  }


#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20f4b16a-d101-4561-bfe1-104d0b48b0ec-root {
    text-align: center;
  }


#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20f4b16a-d101-4561-bfe1-104d0b48b0ec-root {
    text-align: center;
  }


#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20f4b16a-d101-4561-bfe1-104d0b48b0ec-root {
    text-align: center;
  }


#s-20f4b16a-d101-4561-bfe1-104d0b48b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff {
  display: none;
}
#s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff, #wrap-s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7d12c1b-b641-407a-aebe-1bd4c5ce36ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adc83a84-7212-483b-b717-d83760f896a3 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-adc83a84-7212-483b-b717-d83760f896a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adc83a84-7212-483b-b717-d83760f896a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce84e1dc-e88a-42d2-96a3-baa41dde9108 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce84e1dc-e88a-42d2-96a3-baa41dde9108 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bbcca3c6-dad0-43ea-a26b-e68d1d691d4f {
  min-height: 50px;
}








#s-bbcca3c6-dad0-43ea-a26b-e68d1d691d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbcca3c6-dad0-43ea-a26b-e68d1d691d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d61b928f-07ef-4e1d-9238-755ef4444caa {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 100px;
padding-right: 100px;
text-align: center;
}








#s-d61b928f-07ef-4e1d-9238-755ef4444caa .shogun-image-content {
  
    align-items: center;
  
}

#s-110be7d7-5a74-450f-8b8f-02ad304252f0 {
  min-height: 50px;
}








#s-110be7d7-5a74-450f-8b8f-02ad304252f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-110be7d7-5a74-450f-8b8f-02ad304252f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f77e23f0-95c3-4240-b6de-3fa5995ef4d9 {
  padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-f77e23f0-95c3-4240-b6de-3fa5995ef4d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c2c08baf-793b-41f4-88b2-4cd745c99708"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c2c08baf-793b-41f4-88b2-4cd745c99708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c08baf-793b-41f4-88b2-4cd745c99708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c08baf-793b-41f4-88b2-4cd745c99708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-25c8b192-e235-4277-b27b-b39a900dfa43 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 {
  max-width:  100%;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom,
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 {
  max-width:  100%;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom,
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 {
  max-width:  100%;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom,
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 {
  max-width:  100%;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom,
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 {
  max-width:  100%;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom,
.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c8b192-e235-4277-b27b-b39a900dfa43 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-eddf5774-cf44-4224-a88c-f9f9c2b4840a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eddf5774-cf44-4224-a88c-f9f9c2b4840a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-eddf5774-cf44-4224-a88c-f9f9c2b4840a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-608f6145-e336-40a2-a4df-752b9b82b9c7 {
  text-align: center;
}

#s-608f6145-e336-40a2-a4df-752b9b82b9c7 .shg-product-sold-out {
  display: none;
  color: rgba(252, 83, 9, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-608f6145-e336-40a2-a4df-752b9b82b9c7 .shg-product-price {
  color: rgba(252, 83, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-608f6145-e336-40a2-a4df-752b9b82b9c7 .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-2394265e-f772-44e0-9e7b-593cf593dc41 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 {
  max-width:  100%;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom,
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 {
  max-width:  100%;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom,
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 {
  max-width:  100%;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom,
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 {
  max-width:  100%;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom,
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 {
  max-width:  100%;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom,
.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2394265e-f772-44e0-9e7b-593cf593dc41 img.shogun-image {
  width: 100%;
}



}
#s-c623a82a-6641-4b13-98cb-2957bd8661a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c623a82a-6641-4b13-98cb-2957bd8661a7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df {
  text-align: center;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df .shg-product-sold-out {
  display: none;
  color: rgba(252, 83, 9, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df .shg-product-price {
  color: rgba(252, 83, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-e0378752-336c-42cc-9406-cd1f3ad207df .shg-product-sold-out {
  display: none;
  color: rgba(252, 83, 9, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df .shg-product-price {
  color: rgba(252, 83, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e0378752-336c-42cc-9406-cd1f3ad207df .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-c19a4e3d-257e-484f-b18b-93e59b719422 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 {
  max-width:  100%;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom,
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 {
  max-width:  100%;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom,
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 {
  max-width:  100%;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom,
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 {
  max-width:  100%;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom,
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 {
  max-width:  100%;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom,
.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19a4e3d-257e-484f-b18b-93e59b719422 img.shogun-image {
  width: 100%;
}



}
#s-af437fbc-413a-483b-a49b-a1d591de2145 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af437fbc-413a-483b-a49b-a1d591de2145 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-af437fbc-413a-483b-a49b-a1d591de2145 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1e80da4c-042c-4fe6-8983-3357f295c427 {
  text-align: center;
}

#s-1e80da4c-042c-4fe6-8983-3357f295c427 .shg-product-sold-out {
  display: none;
  color: rgba(252, 83, 9, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e80da4c-042c-4fe6-8983-3357f295c427 .shg-product-price {
  color: rgba(252, 83, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e80da4c-042c-4fe6-8983-3357f295c427 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-1e80da4c-042c-4fe6-8983-3357f295c427 .shg-product-sold-out {
  display: none;
  color: rgba(252, 83, 9, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e80da4c-042c-4fe6-8983-3357f295c427 .shg-product-price {
  color: rgba(252, 83, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1e80da4c-042c-4fe6-8983-3357f295c427 .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-263046d7-4d1e-4561-b70f-d5414a72c990 {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-right: 12%;
min-height: 50px;
max-width: 1500px;
}
@media (max-width: 767px){#s-263046d7-4d1e-4561-b70f-d5414a72c990 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-263046d7-4d1e-4561-b70f-d5414a72c990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263046d7-4d1e-4561-b70f-d5414a72c990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19c1fb43-0855-4d68-98dd-0d64293c54a2 {
  padding-top: 2%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-19c1fb43-0855-4d68-98dd-0d64293c54a2 {
  padding-bottom: 8%;
}
}
#s-19c1fb43-0855-4d68-98dd-0d64293c54a2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 1.8em;
}

#s-08c52683-bee9-43a5-88ed-3223023f33d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 1.8em;
}
@media (min-width: 0px) {
[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-156476e9-b142-4827-9c2a-7723f1e42c7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-b14e265c-c8f2-4f0a-a1b6-a5f4de288795 {
  text-align: center;
}







  #s-b14e265c-c8f2-4f0a-a1b6-a5f4de288795 img.shogun-image {
    

    
    
    
  }


#s-b14e265c-c8f2-4f0a-a1b6-a5f4de288795 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6a7820e-4b0c-4c8a-8396-812317e42546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6a7820e-4b0c-4c8a-8396-812317e42546 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4605a785-8a80-49b2-b1a8-d9b97871ba34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-3b50266a-0507-480b-8426-ba46d12cf9c2 {
  text-align: center;
}







  #s-3b50266a-0507-480b-8426-ba46d12cf9c2 img.shogun-image {
    

    
    
    
  }


#s-3b50266a-0507-480b-8426-ba46d12cf9c2 .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-03172889-aaeb-4670-a7a1-caf68291c635 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-03172889-aaeb-4670-a7a1-caf68291c635 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-03172889-aaeb-4670-a7a1-caf68291c635 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-03172889-aaeb-4670-a7a1-caf68291c635 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-03172889-aaeb-4670-a7a1-caf68291c635 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-03172889-aaeb-4670-a7a1-caf68291c635 td.shogun-table-column, #s-03172889-aaeb-4670-a7a1-caf68291c635 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a163077c-266e-464c-a5d7-1ba47f17b19c {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-668164ef-d619-4671-a3b4-f6f201ae0d01 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-a2b93e4a-da73-4aea-aa1b-eb885fb4f85f {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-6a10fbc8-a32a-42ab-b693-3454eca5982c {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-1e02d214-2156-423c-bf51-6f849ff8d97c {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-28e4b7ca-f586-4980-ab57-edfdcff9662a {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-ecfe7e1b-fe56-466c-95e5-905b361eace8 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-8b07d8f0-ceb8-49a1-af5d-4eadf324bee7 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-a16164d7-3cee-4b33-a3d5-367bb86b8454 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-6b1f9030-b810-4cd4-a0e3-b103e9cca7bb {
  padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6b1f9030-b810-4cd4-a0e3-b103e9cca7bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b1f9030-b810-4cd4-a0e3-b103e9cca7bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b1f9030-b810-4cd4-a0e3-b103e9cca7bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b1f9030-b810-4cd4-a0e3-b103e9cca7bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 td.shogun-table-column, #s-5aa24d8f-9c6d-44d6-a90b-6c7fb949eca3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-92a6de37-2448-4b06-91e4-0d6d356162bb .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-92a6de37-2448-4b06-91e4-0d6d356162bb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-92a6de37-2448-4b06-91e4-0d6d356162bb td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-92a6de37-2448-4b06-91e4-0d6d356162bb td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-92a6de37-2448-4b06-91e4-0d6d356162bb td.shogun-table-column, #s-92a6de37-2448-4b06-91e4-0d6d356162bb td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-34d934c6-c4f1-4f77-bb31-d8e32d069c26 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 6%;
padding-bottom: 3%;
padding-right: 6%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-34d934c6-c4f1-4f77-bb31-d8e32d069c26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34d934c6-c4f1-4f77-bb31-d8e32d069c26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34d934c6-c4f1-4f77-bb31-d8e32d069c26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34d934c6-c4f1-4f77-bb31-d8e32d069c26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-34d934c6-c4f1-4f77-bb31-d8e32d069c26"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c28785d3-720b-40d4-a8f3-7f76a30d912a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-c28785d3-720b-40d4-a8f3-7f76a30d912a {
  min-height: 300px;
}
}







#s-c28785d3-720b-40d4-a8f3-7f76a30d912a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c28785d3-720b-40d4-a8f3-7f76a30d912a {
  cursor: pointer;
}#s-c28785d3-720b-40d4-a8f3-7f76a30d912a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc14c8b3-6941-4359-baf3-09d59b65e9e8 {
  padding-top: 8%;
padding-left: 12%;
padding-bottom: 8%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc14c8b3-6941-4359-baf3-09d59b65e9e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc14c8b3-6941-4359-baf3-09d59b65e9e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b4b8c63-3cbc-4561-bbaf-8012c671c29b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-4b4b8c63-3cbc-4561-bbaf-8012c671c29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b4b8c63-3cbc-4561-bbaf-8012c671c29b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65c365d0-ec4d-45c1-ab98-e87721b807a4 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-65c365d0-ec4d-45c1-ab98-e87721b807a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

#s-3f7c03d9-303c-4370-ab92-f6569ff3b09f {
  padding-bottom: 3%;
}

#s-3f7c03d9-303c-4370-ab92-f6569ff3b09f hr {
  border-top: 2px solid rgba(97, 202, 218, 1);
}

#s-3a806f44-b0b0-4ab7-98cf-218e249fbd5e {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-f52b1bc9-6796-4e25-8017-6d35ce8d3f5e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 0%;
min-height: 50px;
}








#s-f52b1bc9-6796-4e25-8017-6d35ce8d3f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f52b1bc9-6796-4e25-8017-6d35ce8d3f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-805ab1e5-da61-4b39-a38e-8bd801fba464"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-2a75f376-fb3a-4468-aee8-b48e6556a9b5 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-b415aecb-a22e-410d-8391-95dabc2cda6f hr {
  border-top: 2px solid rgba(97, 202, 218, 1);
}

#s-0b58f41e-0243-496f-9253-e4311af2d728 {
  padding-top: 2%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0b58f41e-0243-496f-9253-e4311af2d728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b58f41e-0243-496f-9253-e4311af2d728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eecb896-b2c2-43ee-9692-e2e3c3574ee0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eecb896-b2c2-43ee-9692-e2e3c3574ee0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-31209205-236c-48d2-968b-b7bf5103e7d1 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}








#s-31209205-236c-48d2-968b-b7bf5103e7d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31209205-236c-48d2-968b-b7bf5103e7d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b61c28b-6db0-455b-8eca-27f78bf02324 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b61c28b-6db0-455b-8eca-27f78bf02324 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-77799216-5a4b-4665-a7f8-9de92778b352 {
  padding-top: 0%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 1%;
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-77799216-5a4b-4665-a7f8-9de92778b352 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-db57c894-5fa5-4515-9cb3-5c3ff0f0e234 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-59fc0348-7939-4b88-b696-166bb454455e {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-a48fbbf7-e824-430c-8596-d64dd8afe4c6 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-8c030d57-5008-4785-9633-9ddcdeab30ae {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
max-width: 60%;
}
@media (max-width: 767px){#s-9d332460-60f6-437b-8632-4794d7bbcde8 {
  max-width: 90%;
}
}
#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9d332460-60f6-437b-8632-4794d7bbcde8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-35c8d161-a204-4d3a-bc27-21d76b37011f {
  padding-top: 2%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-35c8d161-a204-4d3a-bc27-21d76b37011f {
  padding-top: 6%;
padding-bottom: 8%;
}
}
#s-35c8d161-a204-4d3a-bc27-21d76b37011f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ec2ea539-3ee7-4d9d-9082-797f47a1cd1c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-ec2ea539-3ee7-4d9d-9082-797f47a1cd1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec2ea539-3ee7-4d9d-9082-797f47a1cd1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec2ea539-3ee7-4d9d-9082-797f47a1cd1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec2ea539-3ee7-4d9d-9082-797f47a1cd1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7bd6bcea-5d5d-4cf6-a63e-71842cad232d {
  padding-top: 2%;
}
@media (max-width: 767px){#s-7bd6bcea-5d5d-4cf6-a63e-71842cad232d {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-a27e5f8f-8179-4e16-b169-b8cda8433a4b {
  padding-top: 2%;
}
@media (max-width: 767px){#s-a27e5f8f-8179-4e16-b169-b8cda8433a4b {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-54d25535-9c0f-492c-9205-df80c539a23d {
  padding-top: 2%;
}
@media (max-width: 767px){#s-54d25535-9c0f-492c-9205-df80c539a23d {
  padding-top: 4%;
padding-bottom: 4%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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