#s-c3478bf9-4387-4664-b74a-89101c3f0bb6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  background-attachment: scroll;
}
}@media (max-width: 767px){#s-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  background-attachment: scroll;
}
}
#s-f0e5d30c-e224-4fee-b524-dc49183eaebb {
  background-image: url(https://i.shgcdn.com/cb014477-2670-4667-a806-29e87afe196f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f0e5d30c-e224-4fee-b524-dc49183eaebb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-f0e5d30c-e224-4fee-b524-dc49183eaebb.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-1b598dfa-1e55-4153-82e4-68826cf169da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b598dfa-1e55-4153-82e4-68826cf169da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 61px;
  
  
  
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-dfb9e635-42c3-48df-954b-da1357537111 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: %;
padding-bottom: 0px;
padding-right: %;
min-height: 50px;
}
@media (max-width: 767px){#s-dfb9e635-42c3-48df-954b-da1357537111 {
  padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
}
}







#s-dfb9e635-42c3-48df-954b-da1357537111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfb9e635-42c3-48df-954b-da1357537111.shg-box.shg-c {
  justify-content: center;
}

#s-dec58538-00a7-489f-b4ef-0900455a8fd9 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}








#s-dec58538-00a7-489f-b4ef-0900455a8fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dec58538-00a7-489f-b4ef-0900455a8fd9.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-1d165143-442e-4bfe-a44e-c3d658d4758b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
max-width: 600px;
aspect-ratio: 1202/1039;
text-align: center;
}

#s-1d165143-442e-4bfe-a44e-c3d658d4758b {
  overflow: hidden;
}





  #s-1d165143-442e-4bfe-a44e-c3d658d4758b img.shogun-image,
  #s-1d165143-442e-4bfe-a44e-c3d658d4758b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d165143-442e-4bfe-a44e-c3d658d4758b {
    width: 100%;
    height: auto;
  }



  #s-1d165143-442e-4bfe-a44e-c3d658d4758b img.shogun-image {
    

    
    
    
  }


#s-1d165143-442e-4bfe-a44e-c3d658d4758b .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-df351d39-1c0c-4ee5-9c69-c00d7cf900ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

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

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

#s-75637aba-d8aa-4e51-a2ab-9324878d6427 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-75637aba-d8aa-4e51-a2ab-9324878d6427 hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-56c31592-6426-43b0-becc-59eab064e8ff {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-56c31592-6426-43b0-becc-59eab064e8ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56c31592-6426-43b0-becc-59eab064e8ff.shg-box.shg-c {
  justify-content: center;
}

#s-25bb3385-6337-4940-96f1-861bb0809815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25bb3385-6337-4940-96f1-861bb0809815 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-514a7a62-d3ce-4141-a81d-ad151fa87492 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-4f845905-48e9-4413-8b9d-b1edd0ca1f5a {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 12px;
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  
  
  
}

#s-4f845905-48e9-4413-8b9d-b1edd0ca1f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-88e76242-b938-4b3a-8aa1-68d1964397f4 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-88e76242-b938-4b3a-8aa1-68d1964397f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88e76242-b938-4b3a-8aa1-68d1964397f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88e76242-b938-4b3a-8aa1-68d1964397f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88e76242-b938-4b3a-8aa1-68d1964397f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-765e9deb-3d50-48e0-b9de-79d3d6d6275f {
  text-align: left;
}



.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-765e9deb-3d50-48e0-b9de-79d3d6d6275f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c598100e-7374-4bb3-8461-83a70986a4c3 {
  min-height: 50px;
}








#s-c598100e-7374-4bb3-8461-83a70986a4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c598100e-7374-4bb3-8461-83a70986a4c3.shg-box.shg-c {
  justify-content: center;
}

#s-3ef281c3-58a0-476c-aafd-f0aef601fd77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ef281c3-58a0-476c-aafd-f0aef601fd77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e6b309da-b125-4e8d-90ad-f8a439b35d2b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

.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 {
  
  
}

.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-6c7c4e6b-4887-46ba-b6d5-26d357791784 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c7c4e6b-4887-46ba-b6d5-26d357791784:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-6c7c4e6b-4887-46ba-b6d5-26d357791784:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c7c4e6b-4887-46ba-b6d5-26d357791784-root {
    text-align: center;
  }


#s-6c7c4e6b-4887-46ba-b6d5-26d357791784.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c7c4e6b-4887-46ba-b6d5-26d357791784-root {
    text-align: center;
  }


#s-6c7c4e6b-4887-46ba-b6d5-26d357791784.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c7c4e6b-4887-46ba-b6d5-26d357791784-root {
    text-align: center;
  }


#s-6c7c4e6b-4887-46ba-b6d5-26d357791784.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c7c4e6b-4887-46ba-b6d5-26d357791784-root {
    text-align: center;
  }


#s-6c7c4e6b-4887-46ba-b6d5-26d357791784.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c7c4e6b-4887-46ba-b6d5-26d357791784-root {
    text-align: center;
  }


#s-6c7c4e6b-4887-46ba-b6d5-26d357791784.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-eb7ca5c9-f7dd-4d57-9d40-df7b9714d4f8 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-eb7ca5c9-f7dd-4d57-9d40-df7b9714d4f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb7ca5c9-f7dd-4d57-9d40-df7b9714d4f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb7ca5c9-f7dd-4d57-9d40-df7b9714d4f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb7ca5c9-f7dd-4d57-9d40-df7b9714d4f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3401127c-c6f2-411c-857e-526f9f7ee10c {
  text-align: left;
}



.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3401127c-c6f2-411c-857e-526f9f7ee10c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6cf1ee74-d4cc-4125-9e73-a32808076ef0 {
  min-height: 50px;
}








#s-6cf1ee74-d4cc-4125-9e73-a32808076ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cf1ee74-d4cc-4125-9e73-a32808076ef0.shg-box.shg-c {
  justify-content: center;
}

#s-774dad4e-fd46-47ce-9067-c3634f067aac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-774dad4e-fd46-47ce-9067-c3634f067aac .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-445d2c88-f12f-4267-ac11-5e44285172ac {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c718a23-86d8-4a44-ab62-20ecc2818ab0-root {
    text-align: center;
  }


#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c718a23-86d8-4a44-ab62-20ecc2818ab0-root {
    text-align: center;
  }


#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c718a23-86d8-4a44-ab62-20ecc2818ab0-root {
    text-align: center;
  }


#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c718a23-86d8-4a44-ab62-20ecc2818ab0-root {
    text-align: center;
  }


#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c718a23-86d8-4a44-ab62-20ecc2818ab0-root {
    text-align: center;
  }


#s-4c718a23-86d8-4a44-ab62-20ecc2818ab0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-a67e8b01-dca3-4161-9ad5-dc5530bd3641 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-a67e8b01-dca3-4161-9ad5-dc5530bd3641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a67e8b01-dca3-4161-9ad5-dc5530bd3641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a67e8b01-dca3-4161-9ad5-dc5530bd3641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a67e8b01-dca3-4161-9ad5-dc5530bd3641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 {
  text-align: left;
}



.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b590de7f-b235-41cf-9e8f-8892ad54ba43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78e9a265-aa61-4d40-9a2b-b2ed92fa8f2e {
  min-height: 50px;
}








#s-78e9a265-aa61-4d40-9a2b-b2ed92fa8f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78e9a265-aa61-4d40-9a2b-b2ed92fa8f2e.shg-box.shg-c {
  justify-content: center;
}

#s-185a8e76-101f-43de-93dc-6c7795b8967f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-185a8e76-101f-43de-93dc-6c7795b8967f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-97ab1073-ed6f-43fc-823c-c95d791f90bf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-cdcc8422-10e3-42d3-a51c-368632b5fe47 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cdcc8422-10e3-42d3-a51c-368632b5fe47:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-cdcc8422-10e3-42d3-a51c-368632b5fe47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cdcc8422-10e3-42d3-a51c-368632b5fe47-root {
    text-align: center;
  }


#s-cdcc8422-10e3-42d3-a51c-368632b5fe47.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdcc8422-10e3-42d3-a51c-368632b5fe47-root {
    text-align: center;
  }


#s-cdcc8422-10e3-42d3-a51c-368632b5fe47.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdcc8422-10e3-42d3-a51c-368632b5fe47-root {
    text-align: center;
  }


#s-cdcc8422-10e3-42d3-a51c-368632b5fe47.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdcc8422-10e3-42d3-a51c-368632b5fe47-root {
    text-align: center;
  }


#s-cdcc8422-10e3-42d3-a51c-368632b5fe47.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdcc8422-10e3-42d3-a51c-368632b5fe47-root {
    text-align: center;
  }


#s-cdcc8422-10e3-42d3-a51c-368632b5fe47.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b665b7e3-c3d9-45a8-b768-0c2d1ba0a652 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-b665b7e3-c3d9-45a8-b768-0c2d1ba0a652"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b665b7e3-c3d9-45a8-b768-0c2d1ba0a652"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b665b7e3-c3d9-45a8-b768-0c2d1ba0a652"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b665b7e3-c3d9-45a8-b768-0c2d1ba0a652"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff {
  text-align: left;
}



.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d5a7f8-2fbc-4b75-9569-f4797229c1ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b777dd1-4ece-426b-a40a-238840d6ee06 {
  min-height: 50px;
}








#s-8b777dd1-4ece-426b-a40a-238840d6ee06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b777dd1-4ece-426b-a40a-238840d6ee06.shg-box.shg-c {
  justify-content: center;
}

#s-a22ffa67-1dcb-45be-8ad3-a50f45eab8a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a22ffa67-1dcb-45be-8ad3-a50f45eab8a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c4be5e6a-159a-4187-b389-98f353839205 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1-root {
    text-align: center;
  }


#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1-root {
    text-align: center;
  }


#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1-root {
    text-align: center;
  }


#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1-root {
    text-align: center;
  }


#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1-root {
    text-align: center;
  }


#s-f0aed4fa-b95d-4a1d-bf2b-284d306962b1.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ab2f6177-d8ae-4a2d-b4ac-2f552b37b276 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-ab2f6177-d8ae-4a2d-b4ac-2f552b37b276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab2f6177-d8ae-4a2d-b4ac-2f552b37b276"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab2f6177-d8ae-4a2d-b4ac-2f552b37b276"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab2f6177-d8ae-4a2d-b4ac-2f552b37b276"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 {
  text-align: left;
}



.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a02fec4-662a-4e96-ae57-de68408c0aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-821eb575-8f96-48e7-887b-e6c8d7296b4c {
  min-height: 50px;
}








#s-821eb575-8f96-48e7-887b-e6c8d7296b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-821eb575-8f96-48e7-887b-e6c8d7296b4c.shg-box.shg-c {
  justify-content: center;
}

#s-b2769dd9-0ca2-4ed2-ab0d-f9bff26cdbab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2769dd9-0ca2-4ed2-ab0d-f9bff26cdbab .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a6cf5718-7b9e-422e-b991-f0ec8ee0154e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-78b0bbc8-6275-434a-b0c5-89c301234990 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78b0bbc8-6275-434a-b0c5-89c301234990:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-78b0bbc8-6275-434a-b0c5-89c301234990:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78b0bbc8-6275-434a-b0c5-89c301234990-root {
    text-align: center;
  }


#s-78b0bbc8-6275-434a-b0c5-89c301234990.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78b0bbc8-6275-434a-b0c5-89c301234990-root {
    text-align: center;
  }


#s-78b0bbc8-6275-434a-b0c5-89c301234990.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78b0bbc8-6275-434a-b0c5-89c301234990-root {
    text-align: center;
  }


#s-78b0bbc8-6275-434a-b0c5-89c301234990.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78b0bbc8-6275-434a-b0c5-89c301234990-root {
    text-align: center;
  }


#s-78b0bbc8-6275-434a-b0c5-89c301234990.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78b0bbc8-6275-434a-b0c5-89c301234990-root {
    text-align: center;
  }


#s-78b0bbc8-6275-434a-b0c5-89c301234990.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-c47e4a1b-9dd9-44d7-9018-61d112cfe6c1 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-c47e4a1b-9dd9-44d7-9018-61d112cfe6c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c47e4a1b-9dd9-44d7-9018-61d112cfe6c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c47e4a1b-9dd9-44d7-9018-61d112cfe6c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c47e4a1b-9dd9-44d7-9018-61d112cfe6c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 {
  text-align: left;
}



.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-080f7b6b-8900-4cc9-a2a9-4be9352eb446 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-530e8dc0-64bb-431d-ada2-9ba6910671fa {
  min-height: 50px;
}








#s-530e8dc0-64bb-431d-ada2-9ba6910671fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-530e8dc0-64bb-431d-ada2-9ba6910671fa.shg-box.shg-c {
  justify-content: center;
}

#s-022e23b7-e661-45eb-a5cc-5144cd258a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-022e23b7-e661-45eb-a5cc-5144cd258a26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4b3d3886-2568-42c8-b954-ec90b38dec30 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-9036a103-661f-48ad-b77d-197130b9742e {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9036a103-661f-48ad-b77d-197130b9742e:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-9036a103-661f-48ad-b77d-197130b9742e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9036a103-661f-48ad-b77d-197130b9742e-root {
    text-align: center;
  }


#s-9036a103-661f-48ad-b77d-197130b9742e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9036a103-661f-48ad-b77d-197130b9742e-root {
    text-align: center;
  }


#s-9036a103-661f-48ad-b77d-197130b9742e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9036a103-661f-48ad-b77d-197130b9742e-root {
    text-align: center;
  }


#s-9036a103-661f-48ad-b77d-197130b9742e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9036a103-661f-48ad-b77d-197130b9742e-root {
    text-align: center;
  }


#s-9036a103-661f-48ad-b77d-197130b9742e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9036a103-661f-48ad-b77d-197130b9742e-root {
    text-align: center;
  }


#s-9036a103-661f-48ad-b77d-197130b9742e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b61c8763-a322-45c9-a711-2c33ade88930 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-b61c8763-a322-45c9-a711-2c33ade88930"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b61c8763-a322-45c9-a711-2c33ade88930"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b61c8763-a322-45c9-a711-2c33ade88930"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61c8763-a322-45c9-a711-2c33ade88930"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e {
  text-align: left;
}



.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2a9c7c-a77a-4d1c-93b2-fd814614ff0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e28dff86-0ad3-43b8-aa6c-b556908c3603 {
  min-height: 50px;
}








#s-e28dff86-0ad3-43b8-aa6c-b556908c3603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e28dff86-0ad3-43b8-aa6c-b556908c3603.shg-box.shg-c {
  justify-content: center;
}

#s-2c94de2e-64f1-4ecb-9957-818351035304 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c94de2e-64f1-4ecb-9957-818351035304 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-290ea0e3-1e05-4b90-8929-1872bffa11c5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4-root {
    text-align: center;
  }


#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4-root {
    text-align: center;
  }


#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4-root {
    text-align: center;
  }


#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4-root {
    text-align: center;
  }


#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4-root {
    text-align: center;
  }


#s-7141ddd9-f498-4f07-a35d-2cb60f4b81e4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b58b47a4-09d0-4c37-98cd-0de406fae009 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-b58b47a4-09d0-4c37-98cd-0de406fae009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b58b47a4-09d0-4c37-98cd-0de406fae009"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b58b47a4-09d0-4c37-98cd-0de406fae009"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b58b47a4-09d0-4c37-98cd-0de406fae009"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 {
  text-align: left;
}



.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dacd5ab-dcad-41f3-b551-78524ca9e881 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd34d0e6-2988-498b-94c2-fe3d2d2cac2d {
  min-height: 50px;
}








#s-bd34d0e6-2988-498b-94c2-fe3d2d2cac2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd34d0e6-2988-498b-94c2-fe3d2d2cac2d.shg-box.shg-c {
  justify-content: center;
}

#s-3185b0e4-5a5e-4927-a795-b5c1aeda6997 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3185b0e4-5a5e-4927-a795-b5c1aeda6997 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d5303cdf-0255-4951-8247-64b68bca75e2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-fac67665-5137-4c2b-912a-472a778e1c0a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fac67665-5137-4c2b-912a-472a778e1c0a:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-fac67665-5137-4c2b-912a-472a778e1c0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fac67665-5137-4c2b-912a-472a778e1c0a-root {
    text-align: center;
  }


#s-fac67665-5137-4c2b-912a-472a778e1c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fac67665-5137-4c2b-912a-472a778e1c0a-root {
    text-align: center;
  }


#s-fac67665-5137-4c2b-912a-472a778e1c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fac67665-5137-4c2b-912a-472a778e1c0a-root {
    text-align: center;
  }


#s-fac67665-5137-4c2b-912a-472a778e1c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fac67665-5137-4c2b-912a-472a778e1c0a-root {
    text-align: center;
  }


#s-fac67665-5137-4c2b-912a-472a778e1c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fac67665-5137-4c2b-912a-472a778e1c0a-root {
    text-align: center;
  }


#s-fac67665-5137-4c2b-912a-472a778e1c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-310b95e2-ad3b-4466-bbeb-ea14f02a1171 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-310b95e2-ad3b-4466-bbeb-ea14f02a1171 hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-16b6da49-c139-4413-be28-c66732898fdd {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-16b6da49-c139-4413-be28-c66732898fdd {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16b6da49-c139-4413-be28-c66732898fdd {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16b6da49-c139-4413-be28-c66732898fdd {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-16b6da49-c139-4413-be28-c66732898fdd {
  margin-top: 0px;
}
}







#s-16b6da49-c139-4413-be28-c66732898fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16b6da49-c139-4413-be28-c66732898fdd.shg-box.shg-c {
  justify-content: center;
}

#s-302e19ee-d11e-4bb4-9c56-b4fe5d4063a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-302e19ee-d11e-4bb4-9c56-b4fe5d4063a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b9718b82-f266-4587-9127-a78ff36afc99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 {
  margin-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 {
  display: none;
}
#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2, #wrap-s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 {
  display: none;
}
#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2, #wrap-s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 {
  
}
}







#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaea0151-2519-48d7-9f6d-a6e2b606b2d2.shg-box.shg-c {
  justify-content: center;
}

#s-5fcfc24b-1540-4f57-aef9-f0bb1a2063ba {
  padding-top: 5px;
min-height: 50px;
}








#s-5fcfc24b-1540-4f57-aef9-f0bb1a2063ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fcfc24b-1540-4f57-aef9-f0bb1a2063ba.shg-box.shg-c {
  justify-content: center;
}

#s-7e03d6e0-abdd-4de3-bb13-71a164209dca {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
text-align: center;
}
@media (max-width: 767px){#s-7e03d6e0-abdd-4de3-bb13-71a164209dca {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7e03d6e0-abdd-4de3-bb13-71a164209dca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  
  
  
}



#s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe {
  margin-top: auto;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}
@media (min-width: 0px) {
[id="s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78f9f3a9-c3e7-4139-9e48-f26ea3d2affe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a4a02db-5a1c-45b3-99a9-a3d3efc3230a {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
max-width: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a4a02db-5a1c-45b3-99a9-a3d3efc3230a {
  border-style: solid;
}
}@media (max-width: 767px){#s-3a4a02db-5a1c-45b3-99a9-a3d3efc3230a {
  border-style: none;
}
}
#s-9521352c-d484-4a9b-90c6-8da154428577 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
max-width: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9521352c-d484-4a9b-90c6-8da154428577 {
  border-style: solid;
}
}@media (max-width: 767px){#s-9521352c-d484-4a9b-90c6-8da154428577 {
  border-style: none;
}
}
#s-35d33987-2e37-4012-b796-d840b8e41e1f {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d33987-2e37-4012-b796-d840b8e41e1f {
  display: none;
}
#s-35d33987-2e37-4012-b796-d840b8e41e1f, #wrap-s-35d33987-2e37-4012-b796-d840b8e41e1f { display: none !important; }}@media (max-width: 767px){#s-35d33987-2e37-4012-b796-d840b8e41e1f {
  display: none;
}
#s-35d33987-2e37-4012-b796-d840b8e41e1f, #wrap-s-35d33987-2e37-4012-b796-d840b8e41e1f { display: none !important; }}
@media (min-width: 0px) {
[id="s-35d33987-2e37-4012-b796-d840b8e41e1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-35d33987-2e37-4012-b796-d840b8e41e1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35d33987-2e37-4012-b796-d840b8e41e1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d33987-2e37-4012-b796-d840b8e41e1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5243f78-87c7-4aba-ab9f-688cddc04a5e {
  padding-top: 5px;
min-height: 50px;
}








#s-f5243f78-87c7-4aba-ab9f-688cddc04a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5243f78-87c7-4aba-ab9f-688cddc04a5e.shg-box.shg-c {
  justify-content: center;
}

#s-6c2290d5-2e6b-4279-93fb-bbeb26d37a1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93 {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93 {
  
}
}@media (max-width: 767px){#s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93 {
  
}
}
@media (min-width: 0px) {
[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f57aff6b-80ae-4c50-907d-e5e50f3c7d93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-5e95ecf1-d1ea-4464-a652-e4cb14069a5a {
  margin-left: auto;
margin-right: auto;
max-width: 10px;
text-align: center;
}

#s-5e95ecf1-d1ea-4464-a652-e4cb14069a5a {
  overflow: hidden;
}







  #s-5e95ecf1-d1ea-4464-a652-e4cb14069a5a img.shogun-image {
    

    
    
    
  }


#s-5e95ecf1-d1ea-4464-a652-e4cb14069a5a .shogun-image-content {
  
    justify-content: center;
  
}

#s-aced3588-72aa-48e1-924e-8cc81b843f0d {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
text-align: center;
}

#s-aced3588-72aa-48e1-924e-8cc81b843f0d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  
  letter-spacing: -2px;
  
}



#s-d9f4e08f-80ee-4fd2-a25c-b18e884f7c4f {
  margin-left: auto;
margin-right: auto;
max-width: 10px;
text-align: center;
}

#s-d9f4e08f-80ee-4fd2-a25c-b18e884f7c4f {
  overflow: hidden;
}







  #s-d9f4e08f-80ee-4fd2-a25c-b18e884f7c4f img.shogun-image {
    

    
    
    
  }


#s-d9f4e08f-80ee-4fd2-a25c-b18e884f7c4f .shogun-image-content {
  
    justify-content: center;
  
}

#s-d33ae680-caf0-491d-b037-6b42b4cb166d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-bf703e9e-07db-42da-a0e9-de318f7e1026 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-4584c77a-c5ce-4d4a-88bf-9b867f54b780 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-4584c77a-c5ce-4d4a-88bf-9b867f54b780 hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-25d600bf-17cd-4d1e-a542-e0de60d86571 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d600bf-17cd-4d1e-a542-e0de60d86571 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-937a56e1-5844-488c-8429-e2531dbd3eb6 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-937a56e1-5844-488c-8429-e2531dbd3eb6:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-937a56e1-5844-488c-8429-e2531dbd3eb6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-937a56e1-5844-488c-8429-e2531dbd3eb6-root {
    text-align: center;
  }


#s-937a56e1-5844-488c-8429-e2531dbd3eb6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-937a56e1-5844-488c-8429-e2531dbd3eb6-root {
    text-align: center;
  }


#s-937a56e1-5844-488c-8429-e2531dbd3eb6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-937a56e1-5844-488c-8429-e2531dbd3eb6-root {
    text-align: center;
  }


#s-937a56e1-5844-488c-8429-e2531dbd3eb6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-937a56e1-5844-488c-8429-e2531dbd3eb6-root {
    text-align: center;
  }


#s-937a56e1-5844-488c-8429-e2531dbd3eb6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-937a56e1-5844-488c-8429-e2531dbd3eb6-root {
    text-align: center;
  }


#s-937a56e1-5844-488c-8429-e2531dbd3eb6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
