.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-0fd436b4-9e89-4239-b1af-b234072bb302 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-0fd436b4-9e89-4239-b1af-b234072bb302 {
  min-height: 600px;
}
}
#s-0fd436b4-9e89-4239-b1af-b234072bb302 {
  background-image: url(https://i.shgcdn.com/e9a45cef-517d-4652-8d15-61ea53f08fb7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0fd436b4-9e89-4239-b1af-b234072bb302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd436b4-9e89-4239-b1af-b234072bb302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-0fd436b4-9e89-4239-b1af-b234072bb302 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-0fd436b4-9e89-4239-b1af-b234072bb302.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-ccf6b0c4-c5e4-4575-a275-80033918abc8 {
  margin-left: 15%;
margin-right: 70%;
padding-top: 8px;
padding-left: 1%;
padding-bottom: 8px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
text-align: center;
background-color: rgba(93, 156, 89, 1);
}
@media (max-width: 767px){#s-ccf6b0c4-c5e4-4575-a275-80033918abc8 {
  margin-right: 14%;
border-radius: 15px;
}
}
#s-ccf6b0c4-c5e4-4575-a275-80033918abc8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.75px;
  text-align: center;
}



#s-9afeb0be-a388-4a87-a1b9-4fbfae949e14 {
  margin-top: 2px;
margin-left: 15%;
margin-bottom: 2px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9afeb0be-a388-4a87-a1b9-4fbfae949e14 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-9afeb0be-a388-4a87-a1b9-4fbfae949e14 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 64px;
  line-height: 0.8em;
  
  text-align: left;
}


@media (max-width: 767px){#s-9afeb0be-a388-4a87-a1b9-4fbfae949e14 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.8em;
  
  text-align: left;
}


}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: left;
}







  img.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
    
    
  }


.s-7c139d27-476e-46d0-bc28-d8efe5b5450f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shg-align-container {
  text-align: left
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
    
    
  }


.s-7c139d27-476e-46d0-bc28-d8efe5b5450f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shg-align-container {
  text-align: left
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
    
    
  }


.s-7c139d27-476e-46d0-bc28-d8efe5b5450f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shg-align-container {
  text-align: left
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
    
    
  }


.s-7c139d27-476e-46d0-bc28-d8efe5b5450f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shg-align-container {
  text-align: left
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
    
    
  }


.s-7c139d27-476e-46d0-bc28-d8efe5b5450f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shg-align-container {
  text-align: left
}

.s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c139d27-476e-46d0-bc28-d8efe5b5450f.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bb7868d6-a1d7-48c0-b667-76bc72db1c9d {
  margin-top: 12px;
margin-left: 15%;
margin-right: 68%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bb7868d6-a1d7-48c0-b667-76bc72db1c9d {
  margin-right: 21%;
}
}
.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-f247fb32-86b1-4654-abaf-41d7e5bfb95c {
  margin-top: 30px;
margin-left: 15%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f247fb32-86b1-4654-abaf-41d7e5bfb95c-root {
    text-align: left;
  }


#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f247fb32-86b1-4654-abaf-41d7e5bfb95c-root {
    text-align: left;
  }


#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f247fb32-86b1-4654-abaf-41d7e5bfb95c-root {
    text-align: left;
  }


#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f247fb32-86b1-4654-abaf-41d7e5bfb95c-root {
    text-align: left;
  }


#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f247fb32-86b1-4654-abaf-41d7e5bfb95c-root {
    text-align: left;
  }


#s-f247fb32-86b1-4654-abaf-41d7e5bfb95c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-42ca717c-b915-406a-a25c-7d3e2aa83647 {
  min-height: 600px;
}
@media (max-width: 767px){#s-42ca717c-b915-406a-a25c-7d3e2aa83647 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-42ca717c-b915-406a-a25c-7d3e2aa83647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ca717c-b915-406a-a25c-7d3e2aa83647.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-837f3293-e890-41ea-9b21-df57ab500ce4 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-837f3293-e890-41ea-9b21-df57ab500ce4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-837f3293-e890-41ea-9b21-df57ab500ce4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-049a0980-313e-4bf9-8ad6-758dd7d67428 {
  min-height: 1px;
}
@media (max-width: 767px){#s-049a0980-313e-4bf9-8ad6-758dd7d67428 {
  min-height: 0px;
}
}







#s-049a0980-313e-4bf9-8ad6-758dd7d67428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049a0980-313e-4bf9-8ad6-758dd7d67428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ebd67c-cfea-4277-8999-8834e6cba666 {
  margin-top: 22px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-49ebd67c-cfea-4277-8999-8834e6cba666 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-49ebd67c-cfea-4277-8999-8834e6cba666 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.9em;
  
  text-align: left;
}


@media (max-width: 767px){#s-49ebd67c-cfea-4277-8999-8834e6cba666 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.9em;
  
  text-align: center;
}


}
#s-2dbf5d94-5c28-4393-9904-f43409fd5246 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 24%;
}
@media (max-width: 767px){#s-2dbf5d94-5c28-4393-9904-f43409fd5246 {
  margin-right: 0%;
}
}
#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494 {
  margin-bottom: 40px;
text-align: center;
}
}

  #s-c11d7316-f39d-4ff4-ad37-190b1f8fe494-root {
    text-align: left;
  }


#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c11d7316-f39d-4ff4-ad37-190b1f8fe494-root {
    text-align: left;
  }


#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c11d7316-f39d-4ff4-ad37-190b1f8fe494-root {
    text-align: left;
  }


#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c11d7316-f39d-4ff4-ad37-190b1f8fe494-root {
    text-align: left;
  }


#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c11d7316-f39d-4ff4-ad37-190b1f8fe494-root {
    text-align: center;
  }


#s-c11d7316-f39d-4ff4-ad37-190b1f8fe494.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ed25a0b6-6139-4f23-b15d-faa7165da62f {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-ed25a0b6-6139-4f23-b15d-faa7165da62f {
  margin-top: 120px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-ed25a0b6-6139-4f23-b15d-faa7165da62f img.shogun-image {
    

    
    
    
  }


#s-ed25a0b6-6139-4f23-b15d-faa7165da62f .shogun-image-content {
  
    align-items: center;
  
}

#s-fdee25f4-c58e-4abc-9550-bc4104465cb4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-fdee25f4-c58e-4abc-9550-bc4104465cb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdee25f4-c58e-4abc-9550-bc4104465cb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-fdee25f4-c58e-4abc-9550-bc4104465cb4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-fdee25f4-c58e-4abc-9550-bc4104465cb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-a6b4ab78-490b-4256-94b4-40e3435a2884 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a6b4ab78-490b-4256-94b4-40e3435a2884 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-a6b4ab78-490b-4256-94b4-40e3435a2884 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a6b4ab78-490b-4256-94b4-40e3435a2884 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-ac5c9561-1905-4ebf-97bb-34de4add654c {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ac5c9561-1905-4ebf-97bb-34de4add654c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-ac5c9561-1905-4ebf-97bb-34de4add654c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-ac5c9561-1905-4ebf-97bb-34de4add654c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-cd2400f5-8c58-4581-bde4-6e04b43b23a8 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 60%;
}
@media (max-width: 767px){#s-cd2400f5-8c58-4581-bde4-6e04b43b23a8 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-2191e7db-8f04-424a-8280-1edc4c09f386 {
  margin-top: 30px;
margin-left: 15%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2191e7db-8f04-424a-8280-1edc4c09f386:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2191e7db-8f04-424a-8280-1edc4c09f386:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2191e7db-8f04-424a-8280-1edc4c09f386 {
  margin-left: 0%;
text-align: center;
}
}

  #s-2191e7db-8f04-424a-8280-1edc4c09f386-root {
    text-align: left;
  }


#s-2191e7db-8f04-424a-8280-1edc4c09f386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2191e7db-8f04-424a-8280-1edc4c09f386-root {
    text-align: left;
  }


#s-2191e7db-8f04-424a-8280-1edc4c09f386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2191e7db-8f04-424a-8280-1edc4c09f386-root {
    text-align: left;
  }


#s-2191e7db-8f04-424a-8280-1edc4c09f386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2191e7db-8f04-424a-8280-1edc4c09f386-root {
    text-align: left;
  }


#s-2191e7db-8f04-424a-8280-1edc4c09f386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2191e7db-8f04-424a-8280-1edc4c09f386-root {
    text-align: center;
  }


#s-2191e7db-8f04-424a-8280-1edc4c09f386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-1b22fb46-27e8-4e80-b5ac-f6ff2bf707fa {
  min-height: 600px;
}








#s-1b22fb46-27e8-4e80-b5ac-f6ff2bf707fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b22fb46-27e8-4e80-b5ac-f6ff2bf707fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ee7c4ea-3a5f-46f8-bbe4-47812c9278d1 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7ee7c4ea-3a5f-46f8-bbe4-47812c9278d1 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7ee7c4ea-3a5f-46f8-bbe4-47812c9278d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.9em;
  
  
}


@media (max-width: 767px){#s-7ee7c4ea-3a5f-46f8-bbe4-47812c9278d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.9em;
  
  
}


}
#s-f940cf52-138f-4683-bed5-53709cc09a7e {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 50px;
margin-right: 30%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f940cf52-138f-4683-bed5-53709cc09a7e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-23283d6e-82ac-4a11-8975-dbf0e5718215 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-23283d6e-82ac-4a11-8975-dbf0e5718215 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-23283d6e-82ac-4a11-8975-dbf0e5718215"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23283d6e-82ac-4a11-8975-dbf0e5718215"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23283d6e-82ac-4a11-8975-dbf0e5718215"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23283d6e-82ac-4a11-8975-dbf0e5718215"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a5e81ca-f5db-4e6d-86d7-f937e868dc1f {
  text-align: center;
}







  #s-0a5e81ca-f5db-4e6d-86d7-f937e868dc1f img.shogun-image {
    

    
    
    
  }


#s-0a5e81ca-f5db-4e6d-86d7-f937e868dc1f .shogun-image-content {
  
    align-items: center;
  
}

#s-4b3b78e8-696c-41aa-abde-b9a7d51c1390 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-4b3b78e8-696c-41aa-abde-b9a7d51c1390 img.shogun-image {
    

    
    
    
  }


#s-4b3b78e8-696c-41aa-abde-b9a7d51c1390 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab764a0-763a-437f-9384-0751ff75d25c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-aab764a0-763a-437f-9384-0751ff75d25c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aab764a0-763a-437f-9384-0751ff75d25c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aab764a0-763a-437f-9384-0751ff75d25c-root {
    text-align: center;
  }


#s-aab764a0-763a-437f-9384-0751ff75d25c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aab764a0-763a-437f-9384-0751ff75d25c-root {
    text-align: center;
  }


#s-aab764a0-763a-437f-9384-0751ff75d25c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aab764a0-763a-437f-9384-0751ff75d25c-root {
    text-align: center;
  }


#s-aab764a0-763a-437f-9384-0751ff75d25c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aab764a0-763a-437f-9384-0751ff75d25c-root {
    text-align: center;
  }


#s-aab764a0-763a-437f-9384-0751ff75d25c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aab764a0-763a-437f-9384-0751ff75d25c-root {
    text-align: center;
  }


#s-aab764a0-763a-437f-9384-0751ff75d25c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-8b99d77d-0af6-4726-a6ff-76d1f89fbf81 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
background-position: center center;
}








#s-8b99d77d-0af6-4726-a6ff-76d1f89fbf81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b99d77d-0af6-4726-a6ff-76d1f89fbf81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-8b99d77d-0af6-4726-a6ff-76d1f89fbf81 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-8b99d77d-0af6-4726-a6ff-76d1f89fbf81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2bb14734-c476-45ca-a917-e2d718129f89 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2bb14734-c476-45ca-a917-e2d718129f89 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-2bb14734-c476-45ca-a917-e2d718129f89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-2bb14734-c476-45ca-a917-e2d718129f89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-fa462620-a288-4169-8213-ffdbc2f7bd33 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fa462620-a288-4169-8213-ffdbc2f7bd33 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-fa462620-a288-4169-8213-ffdbc2f7bd33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-fa462620-a288-4169-8213-ffdbc2f7bd33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-e674ea25-116f-4be6-b0fe-389e66c9ef74 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 60%;
}
@media (max-width: 767px){#s-e674ea25-116f-4be6-b0fe-389e66c9ef74 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-4175d09c-45cb-4531-9a4a-0755f332196d {
  margin-top: 30px;
margin-left: 15%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4175d09c-45cb-4531-9a4a-0755f332196d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4175d09c-45cb-4531-9a4a-0755f332196d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4175d09c-45cb-4531-9a4a-0755f332196d {
  margin-left: 0%;
text-align: center;
}
}

  #s-4175d09c-45cb-4531-9a4a-0755f332196d-root {
    text-align: left;
  }


#s-4175d09c-45cb-4531-9a4a-0755f332196d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4175d09c-45cb-4531-9a4a-0755f332196d-root {
    text-align: left;
  }


#s-4175d09c-45cb-4531-9a4a-0755f332196d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4175d09c-45cb-4531-9a4a-0755f332196d-root {
    text-align: left;
  }


#s-4175d09c-45cb-4531-9a4a-0755f332196d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4175d09c-45cb-4531-9a4a-0755f332196d-root {
    text-align: left;
  }


#s-4175d09c-45cb-4531-9a4a-0755f332196d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4175d09c-45cb-4531-9a4a-0755f332196d-root {
    text-align: center;
  }


#s-4175d09c-45cb-4531-9a4a-0755f332196d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-c5da7d13-b7ec-47a4-86f8-e419755c3968 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 600px;
background-position: center center;
}








#s-c5da7d13-b7ec-47a4-86f8-e419755c3968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5da7d13-b7ec-47a4-86f8-e419755c3968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c5da7d13-b7ec-47a4-86f8-e419755c3968 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-c5da7d13-b7ec-47a4-86f8-e419755c3968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-974541e1-4854-463c-bc9a-cc8d0ccddf86 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-974541e1-4854-463c-bc9a-cc8d0ccddf86 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-974541e1-4854-463c-bc9a-cc8d0ccddf86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-974541e1-4854-463c-bc9a-cc8d0ccddf86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-2a01e9bc-64b2-4b54-ad55-64dd9c3a8c15 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2a01e9bc-64b2-4b54-ad55-64dd9c3a8c15 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-2a01e9bc-64b2-4b54-ad55-64dd9c3a8c15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-2a01e9bc-64b2-4b54-ad55-64dd9c3a8c15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-180ff3c6-fc8b-495d-a38d-3a8ad23e56a9 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 60%;
}
@media (max-width: 767px){#s-180ff3c6-fc8b-495d-a38d-3a8ad23e56a9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-a6954a64-b977-473a-bd45-003253814341 {
  margin-top: 30px;
margin-left: 15%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a6954a64-b977-473a-bd45-003253814341:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6954a64-b977-473a-bd45-003253814341:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a6954a64-b977-473a-bd45-003253814341 {
  margin-left: 0%;
text-align: center;
}
}

  #s-a6954a64-b977-473a-bd45-003253814341-root {
    text-align: left;
  }


#s-a6954a64-b977-473a-bd45-003253814341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6954a64-b977-473a-bd45-003253814341-root {
    text-align: left;
  }


#s-a6954a64-b977-473a-bd45-003253814341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6954a64-b977-473a-bd45-003253814341-root {
    text-align: left;
  }


#s-a6954a64-b977-473a-bd45-003253814341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6954a64-b977-473a-bd45-003253814341-root {
    text-align: left;
  }


#s-a6954a64-b977-473a-bd45-003253814341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6954a64-b977-473a-bd45-003253814341-root {
    text-align: center;
  }


#s-a6954a64-b977-473a-bd45-003253814341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-75332159-be1e-4c77-87d9-49874a77211f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-75332159-be1e-4c77-87d9-49874a77211f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75332159-be1e-4c77-87d9-49874a77211f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-75332159-be1e-4c77-87d9-49874a77211f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-75332159-be1e-4c77-87d9-49874a77211f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-21698159-6445-4ff4-946b-df26be25081e {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-21698159-6445-4ff4-946b-df26be25081e {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-21698159-6445-4ff4-946b-df26be25081e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-21698159-6445-4ff4-946b-df26be25081e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-c68e1bdc-4788-4da2-a71d-70b75a1f86ad {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c68e1bdc-4788-4da2-a71d-70b75a1f86ad {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-c68e1bdc-4788-4da2-a71d-70b75a1f86ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-c68e1bdc-4788-4da2-a71d-70b75a1f86ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-5331f775-6eed-4a08-89ca-31d5a181bf1b {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 60%;
}
@media (max-width: 767px){#s-5331f775-6eed-4a08-89ca-31d5a181bf1b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-aeb0a204-725c-4adc-aec0-c6895056aaaa {
  margin-top: 30px;
margin-left: 15%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-aeb0a204-725c-4adc-aec0-c6895056aaaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aeb0a204-725c-4adc-aec0-c6895056aaaa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-aeb0a204-725c-4adc-aec0-c6895056aaaa {
  margin-left: 0%;
text-align: center;
}
}

  #s-aeb0a204-725c-4adc-aec0-c6895056aaaa-root {
    text-align: left;
  }


#s-aeb0a204-725c-4adc-aec0-c6895056aaaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aeb0a204-725c-4adc-aec0-c6895056aaaa-root {
    text-align: left;
  }


#s-aeb0a204-725c-4adc-aec0-c6895056aaaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aeb0a204-725c-4adc-aec0-c6895056aaaa-root {
    text-align: left;
  }


#s-aeb0a204-725c-4adc-aec0-c6895056aaaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aeb0a204-725c-4adc-aec0-c6895056aaaa-root {
    text-align: left;
  }


#s-aeb0a204-725c-4adc-aec0-c6895056aaaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aeb0a204-725c-4adc-aec0-c6895056aaaa-root {
    text-align: center;
  }


#s-aeb0a204-725c-4adc-aec0-c6895056aaaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-2a7eaa44-2882-48a9-bca8-583680920e78 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 600px;
}








#s-2a7eaa44-2882-48a9-bca8-583680920e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a7eaa44-2882-48a9-bca8-583680920e78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2065d6db-7f18-43a3-ad55-5cc1e83e9f48 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2065d6db-7f18-43a3-ad55-5cc1e83e9f48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2065d6db-7f18-43a3-ad55-5cc1e83e9f48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2065d6db-7f18-43a3-ad55-5cc1e83e9f48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2065d6db-7f18-43a3-ad55-5cc1e83e9f48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3ae67b92-128a-4fad-9d28-ea117a73f176 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 80px;
padding-bottom: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3ae67b92-128a-4fad-9d28-ea117a73f176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ae67b92-128a-4fad-9d28-ea117a73f176.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfe510d7-6f08-4b80-8afe-768569f5cef0 {
  margin-left: 40%;
margin-right: 40%;
text-align: center;
}







  #s-dfe510d7-6f08-4b80-8afe-768569f5cef0 img.shogun-image {
    

    
    
    
  }


#s-dfe510d7-6f08-4b80-8afe-768569f5cef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a323b836-3c75-421c-a141-10967e49d92f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a323b836-3c75-421c-a141-10967e49d92f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-56d167e0-e82b-4e0e-8ed9-1e2d316c14ae {
  margin-left: 19%;
margin-right: 19%;
}

#s-94107383-89b3-419b-915e-31d449fb9ac8 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}

#s-94107383-89b3-419b-915e-31d449fb9ac8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c00b4431-eb0f-416a-9a13-d01bafb389d4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 80px;
padding-bottom: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c00b4431-eb0f-416a-9a13-d01bafb389d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00b4431-eb0f-416a-9a13-d01bafb389d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8fee855-32a2-4344-8ae0-2f24c60ae2d2 {
  margin-left: 40%;
margin-right: 40%;
text-align: center;
}







  #s-a8fee855-32a2-4344-8ae0-2f24c60ae2d2 img.shogun-image {
    

    
    
    
  }


#s-a8fee855-32a2-4344-8ae0-2f24c60ae2d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-06410d45-2c21-4689-b022-627268a67286 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-06410d45-2c21-4689-b022-627268a67286 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0640ace6-3ec4-4771-827c-997ee91c315a {
  margin-left: 19%;
margin-right: 19%;
}

#s-691a6590-9cf6-4d50-b295-6efae77ab63c {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}

#s-691a6590-9cf6-4d50-b295-6efae77ab63c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-46ea5b40-4d10-4fc6-be17-0167ce5971a9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 80px;
padding-bottom: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-46ea5b40-4d10-4fc6-be17-0167ce5971a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46ea5b40-4d10-4fc6-be17-0167ce5971a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-144eb353-722d-418b-82e2-6c2e599b42ef {
  margin-left: 40%;
margin-right: 40%;
text-align: center;
}







  #s-144eb353-722d-418b-82e2-6c2e599b42ef img.shogun-image {
    

    
    
    
  }


#s-144eb353-722d-418b-82e2-6c2e599b42ef .shogun-image-content {
  
    align-items: center;
  
}

#s-a513fae8-4c91-45a3-86a7-83abb1accb5d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a513fae8-4c91-45a3-86a7-83abb1accb5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a85c490b-5ac2-49e2-9f37-8ef40dd0199d {
  margin-left: 19%;
margin-right: 19%;
}

#s-a0851462-04d9-475d-88b1-e927ed2cf609 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}

#s-a0851462-04d9-475d-88b1-e927ed2cf609 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c965f3f8-737b-49a6-857d-8d0565ea3d86 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c965f3f8-737b-49a6-857d-8d0565ea3d86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c965f3f8-737b-49a6-857d-8d0565ea3d86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c965f3f8-737b-49a6-857d-8d0565ea3d86-root {
    text-align: center;
  }


#s-c965f3f8-737b-49a6-857d-8d0565ea3d86.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c965f3f8-737b-49a6-857d-8d0565ea3d86-root {
    text-align: center;
  }


#s-c965f3f8-737b-49a6-857d-8d0565ea3d86.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c965f3f8-737b-49a6-857d-8d0565ea3d86-root {
    text-align: center;
  }


#s-c965f3f8-737b-49a6-857d-8d0565ea3d86.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c965f3f8-737b-49a6-857d-8d0565ea3d86-root {
    text-align: center;
  }


#s-c965f3f8-737b-49a6-857d-8d0565ea3d86.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c965f3f8-737b-49a6-857d-8d0565ea3d86-root {
    text-align: center;
  }


#s-c965f3f8-737b-49a6-857d-8d0565ea3d86.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-1bb065a1-5e1d-49ac-aa26-9d562a04eaab {
  margin-top: 100px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-1bb065a1-5e1d-49ac-aa26-9d562a04eaab {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-1bb065a1-5e1d-49ac-aa26-9d562a04eaab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bb065a1-5e1d-49ac-aa26-9d562a04eaab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c17a943-48f9-417e-8764-f09c640d1d88 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5c17a943-48f9-417e-8764-f09c640d1d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c17a943-48f9-417e-8764-f09c640d1d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c17a943-48f9-417e-8764-f09c640d1d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c17a943-48f9-417e-8764-f09c640d1d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 {
  text-align: center;
}
@media (max-width: 767px){#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 {
  margin-bottom: 10px;
}
}






  img.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
    
    
  }


.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shg-align-container {
  text-align: center
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
    
    
  }


.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shg-align-container {
  text-align: center
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
    
    
  }


.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shg-align-container {
  text-align: center
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
    
    
  }


.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shg-align-container {
  text-align: center
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
    
    
  }


.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shg-align-container {
  text-align: center
}

.s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb29edd-b8bf-4fc4-9f70-e6e6d5892608.shogun-image {
  box-sizing: border-box;
}


}
#s-cacf2487-1bba-4930-b707-3e7837e6dbdc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-cacf2487-1bba-4930-b707-3e7837e6dbdc {
  min-height: 20px;
}
}







#s-cacf2487-1bba-4930-b707-3e7837e6dbdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cacf2487-1bba-4930-b707-3e7837e6dbdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8253691b-7638-48b8-80df-78f185acdcb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8253691b-7638-48b8-80df-78f185acdcb0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (max-width: 767px){#s-8253691b-7638-48b8-80df-78f185acdcb0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-f4482f2e-414b-44cb-b70f-2492a4b6de7e {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-f4482f2e-414b-44cb-b70f-2492a4b6de7e {
  margin-top: 60px;
margin-left: 4%;
margin-bottom: 60px;
margin-right: 4%;
min-height: 50px;
}
}
#s-09ed1af4-0401-4133-b392-6cab780909d2 {
  background-repeat: no-repeat;
min-height: 600px;
}
@media (max-width: 767px){#s-09ed1af4-0401-4133-b392-6cab780909d2 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
}
#s-09ed1af4-0401-4133-b392-6cab780909d2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmE1ZWU4ZWItMmJiNS00YzNkLWI5MGEtZTQyY2Y1NGQ4MTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZlZmVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYTVlZThlYi0yYmI1LTRjM2QtYjkwYS1lNDJjZjU0ZDgxOWQpIi8+PC9zdmc+);
}








#s-09ed1af4-0401-4133-b392-6cab780909d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ed1af4-0401-4133-b392-6cab780909d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cb0a396-8ed7-4ec6-9cfb-3239054ebba1 {
  text-align: left;
}

#s-26299191-e703-4a22-9a03-4cdf1187326b {
  margin-top: 150px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-26299191-e703-4a22-9a03-4cdf1187326b {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-26299191-e703-4a22-9a03-4cdf1187326b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-78ae96d0-a6cc-47da-b1c1-4eb38b0ef56f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-16813150-e7b8-478b-9001-8982299bfb9f {
  min-height: 50px;
}
@media (max-width: 767px){#s-16813150-e7b8-478b-9001-8982299bfb9f {
  margin-bottom: 40px;
}
}







#s-16813150-e7b8-478b-9001-8982299bfb9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16813150-e7b8-478b-9001-8982299bfb9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6639342-d8da-4de1-bbd2-6f4aab7f22fb {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2f7f5d6-905b-4806-ac1b-11947c47c619 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-5f385ee7-55ff-4e28-b4a2-7470755e449a {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-5f385ee7-55ff-4e28-b4a2-7470755e449a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c1063733-4722-4e21-b034-168cdc2578a4 {
  text-align: left;
}

#s-c1063733-4722-4e21-b034-168cdc2578a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c1063733-4722-4e21-b034-168cdc2578a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c1063733-4722-4e21-b034-168cdc2578a4 .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-a35c79fa-4ec6-4cb5-8bf0-bde79d681dcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a35c79fa-4ec6-4cb5-8bf0-bde79d681dcd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-cd250af8-4a39-4771-89b2-95a769e4c669 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-cd250af8-4a39-4771-89b2-95a769e4c669 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76-btn-wrapper {
    text-align: center;
  }


#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-variant-btn:hover {
  background: #252525;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-variant-btn:active, #s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cf0e6c43-8cd4-48fd-97b6-9291c6bdba76 .shg-variant-btn.disabled {
  background: #252525;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-b6922391-e376-49fe-9387-6f468647892c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-b6922391-e376-49fe-9387-6f468647892c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6922391-e376-49fe-9387-6f468647892c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6922391-e376-49fe-9387-6f468647892c-atc-btn-wrapper {
    text-align: left;
  }


#s-b6922391-e376-49fe-9387-6f468647892c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6922391-e376-49fe-9387-6f468647892c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6922391-e376-49fe-9387-6f468647892c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-b6922391-e376-49fe-9387-6f468647892c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a243839b-ab14-4ffa-b841-e90eb5a4a77f {
  min-height: 50px;
}
@media (max-width: 767px){#s-a243839b-ab14-4ffa-b841-e90eb5a4a77f {
  margin-bottom: 40px;
}
}







#s-a243839b-ab14-4ffa-b841-e90eb5a4a77f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a243839b-ab14-4ffa-b841-e90eb5a4a77f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8a04dfe-c9c2-466b-a631-7d28ed98093a {
  display: none;
}
#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce286a83-5c7d-40d8-a1ee-b2e9b8886906 img.shogun-image {
  width: 100%;
}



}
#s-a79c0236-c33d-4f87-8fef-3e4b482e4b8f {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-a79c0236-c33d-4f87-8fef-3e4b482e4b8f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c96fe471-06b5-4911-bc22-f9604b941644 {
  text-align: left;
}

#s-c96fe471-06b5-4911-bc22-f9604b941644 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c96fe471-06b5-4911-bc22-f9604b941644 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c96fe471-06b5-4911-bc22-f9604b941644 .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-36f617a8-981a-464a-946a-a7db0a7d195c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36f617a8-981a-464a-946a-a7db0a7d195c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b6e950ad-1147-4a34-a2f8-060a04a3cde1 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-b6e950ad-1147-4a34-a2f8-060a04a3cde1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-fdaa1614-963d-4065-be8e-fa2524e50959 {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fdaa1614-963d-4065-be8e-fa2524e50959-btn-wrapper {
    text-align: center;
  }


#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-variant-btn:hover {
  background: #252525;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-variant-btn:active, #s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fdaa1614-963d-4065-be8e-fa2524e50959 .shg-variant-btn.disabled {
  background: #252525;
}

#s-921ee6fa-db47-45b3-909d-77ef05eab159 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-921ee6fa-db47-45b3-909d-77ef05eab159:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-921ee6fa-db47-45b3-909d-77ef05eab159:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-921ee6fa-db47-45b3-909d-77ef05eab159-atc-btn-wrapper {
    text-align: left;
  }


#s-921ee6fa-db47-45b3-909d-77ef05eab159 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-921ee6fa-db47-45b3-909d-77ef05eab159.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-921ee6fa-db47-45b3-909d-77ef05eab159.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-921ee6fa-db47-45b3-909d-77ef05eab159.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b0ee198-b596-460d-bbaa-693d0fcf4a71 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2b0ee198-b596-460d-bbaa-693d0fcf4a71 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 60px;
}
}







#s-2b0ee198-b596-460d-bbaa-693d0fcf4a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b0ee198-b596-460d-bbaa-693d0fcf4a71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46aab4ed-92fb-41d0-94e3-00f71fba5fbe {
  min-height: 50px;
}








#s-46aab4ed-92fb-41d0-94e3-00f71fba5fbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46aab4ed-92fb-41d0-94e3-00f71fba5fbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c0f714e-cb5f-4048-a488-7a946ba837bd {
  display: none;
}
#s-76cd9f22-d274-4555-89ff-a2f5f619915f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76cd9f22-d274-4555-89ff-a2f5f619915f img.shogun-image {
  width: 100%;
}



}
#s-5167fc74-975b-4143-92f6-6259f87bed9a {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-5167fc74-975b-4143-92f6-6259f87bed9a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5be3fddc-899f-45b6-ad60-242354521e2d {
  text-align: left;
}

#s-5be3fddc-899f-45b6-ad60-242354521e2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5be3fddc-899f-45b6-ad60-242354521e2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-5be3fddc-899f-45b6-ad60-242354521e2d .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-fa5b227f-0722-4113-8433-480fbade9fa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa5b227f-0722-4113-8433-480fbade9fa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-3d61244b-927d-44d4-8e7f-1eb6c6114e4a {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-3d61244b-927d-44d4-8e7f-1eb6c6114e4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-46936049-011e-495a-ae68-22c9262e3e13 {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-46936049-011e-495a-ae68-22c9262e3e13-btn-wrapper {
    text-align: center;
  }


#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-variant-btn:hover {
  background: #252525;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-variant-btn:active, #s-46936049-011e-495a-ae68-22c9262e3e13 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-46936049-011e-495a-ae68-22c9262e3e13 .shg-variant-btn.disabled {
  background: #252525;
}

#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa9d307d-c434-4d7b-ab75-12fef0aaa178-atc-btn-wrapper {
    text-align: left;
  }


#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-aa9d307d-c434-4d7b-ab75-12fef0aaa178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71ce8820-2ae3-4653-8a0c-5de59d061265 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
min-height: 50px;
}








#s-71ce8820-2ae3-4653-8a0c-5de59d061265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ce8820-2ae3-4653-8a0c-5de59d061265.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7b7cf8fe-af14-44a8-8425-674b07b3c57e {
  margin-top: 2px;
margin-bottom: 2px;
min-height: 60px;
}
}
#s-7b7cf8fe-af14-44a8-8425-674b07b3c57e {
  display: none;
}
#s-0bb203e7-f52c-400c-af83-ab7231422105 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb203e7-f52c-400c-af83-ab7231422105 img.shogun-image {
  width: 100%;
}



}
#s-95558ff4-d61d-4399-a352-fab0e68d6cba {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-95558ff4-d61d-4399-a352-fab0e68d6cba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-761124e9-dabf-47d8-ad47-e70f5f6e6fc8 {
  text-align: left;
}

#s-761124e9-dabf-47d8-ad47-e70f5f6e6fc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-761124e9-dabf-47d8-ad47-e70f5f6e6fc8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-761124e9-dabf-47d8-ad47-e70f5f6e6fc8 .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-30efbbad-23a6-441e-b937-0a24ad4a6ef1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30efbbad-23a6-441e-b937-0a24ad4a6ef1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b6cf6da1-0662-4ac4-a079-39a077c203ab {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-b6cf6da1-0662-4ac4-a079-39a077c203ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5e25577c-c21e-4fe8-af29-d557d7d53c1f-btn-wrapper {
    text-align: center;
  }


#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-variant-btn:hover {
  background: #252525;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-variant-btn:active, #s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5e25577c-c21e-4fe8-af29-d557d7d53c1f .shg-variant-btn.disabled {
  background: #252525;
}

#s-24529351-7e1f-4d05-8dff-d291e9f03e29 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-24529351-7e1f-4d05-8dff-d291e9f03e29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24529351-7e1f-4d05-8dff-d291e9f03e29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24529351-7e1f-4d05-8dff-d291e9f03e29-atc-btn-wrapper {
    text-align: left;
  }


#s-24529351-7e1f-4d05-8dff-d291e9f03e29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24529351-7e1f-4d05-8dff-d291e9f03e29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24529351-7e1f-4d05-8dff-d291e9f03e29.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-24529351-7e1f-4d05-8dff-d291e9f03e29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d532f10e-bee9-442e-a22e-27b7f62e867c {
  margin-top: 40px;
margin-left: 15%;
margin-bottom: 150px;
margin-right: 15%;
}
@media (max-width: 767px){#s-d532f10e-bee9-442e-a22e-27b7f62e867c {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d532f10e-bee9-442e-a22e-27b7f62e867c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d532f10e-bee9-442e-a22e-27b7f62e867c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d532f10e-bee9-442e-a22e-27b7f62e867c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d532f10e-bee9-442e-a22e-27b7f62e867c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cbca9ea7-0125-47f2-b379-49efe8d0b810 {
  display: none;
}
#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1b8ad6-fad3-4371-a657-11b2d893d76e img.shogun-image {
  width: 100%;
}



}
#s-f11487dc-9552-4505-9d31-15245fe5bfc0 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-f11487dc-9552-4505-9d31-15245fe5bfc0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-92ef7031-9293-4182-a383-b7e7d1c53ca7 {
  text-align: left;
}

#s-92ef7031-9293-4182-a383-b7e7d1c53ca7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92ef7031-9293-4182-a383-b7e7d1c53ca7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-92ef7031-9293-4182-a383-b7e7d1c53ca7 .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-adcb057e-1b3e-4c9d-97f7-632230cddbd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adcb057e-1b3e-4c9d-97f7-632230cddbd4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-58195589-0fb6-46e7-ba5a-00f190eb2734 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-58195589-0fb6-46e7-ba5a-00f190eb2734 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-ee05690a-c69a-409b-9654-4e3480c6fb41 {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ee05690a-c69a-409b-9654-4e3480c6fb41-btn-wrapper {
    text-align: center;
  }


#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-variant-btn:hover {
  background: #252525;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-variant-btn:active, #s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ee05690a-c69a-409b-9654-4e3480c6fb41 .shg-variant-btn.disabled {
  background: #252525;
}

#s-40d3ba03-9171-4774-a3e7-0c148792c75a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-40d3ba03-9171-4774-a3e7-0c148792c75a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40d3ba03-9171-4774-a3e7-0c148792c75a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40d3ba03-9171-4774-a3e7-0c148792c75a-atc-btn-wrapper {
    text-align: left;
  }


#s-40d3ba03-9171-4774-a3e7-0c148792c75a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d3ba03-9171-4774-a3e7-0c148792c75a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d3ba03-9171-4774-a3e7-0c148792c75a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-40d3ba03-9171-4774-a3e7-0c148792c75a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5803c31a-14bb-4551-8958-043d92f28029 {
  display: none;
}
#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a3c46a-1299-4f04-ab0b-d5733b00f126 img.shogun-image {
  width: 100%;
}



}
#s-6745c20a-6aed-4f41-b951-ff1dbefc95a7 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-6745c20a-6aed-4f41-b951-ff1dbefc95a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-100ad76c-4fe5-4a49-acde-9083fab68464 {
  text-align: left;
}

#s-100ad76c-4fe5-4a49-acde-9083fab68464 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-100ad76c-4fe5-4a49-acde-9083fab68464 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-100ad76c-4fe5-4a49-acde-9083fab68464 .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-a72214b7-52c7-4b1a-827e-f030a134678d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a72214b7-52c7-4b1a-827e-f030a134678d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-46963490-9107-4c61-9542-58f160ddd5b2 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-46963490-9107-4c61-9542-58f160ddd5b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3d04c717-1007-4b5f-9e51-cdd768cd5bff-btn-wrapper {
    text-align: center;
  }


#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-variant-btn:hover {
  background: #252525;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-variant-btn:active, #s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3d04c717-1007-4b5f-9e51-cdd768cd5bff .shg-variant-btn.disabled {
  background: #252525;
}

#s-da253ff5-3958-495a-8487-b2a6a49ebaf9 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-da253ff5-3958-495a-8487-b2a6a49ebaf9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da253ff5-3958-495a-8487-b2a6a49ebaf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da253ff5-3958-495a-8487-b2a6a49ebaf9-atc-btn-wrapper {
    text-align: left;
  }


#s-da253ff5-3958-495a-8487-b2a6a49ebaf9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da253ff5-3958-495a-8487-b2a6a49ebaf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da253ff5-3958-495a-8487-b2a6a49ebaf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-da253ff5-3958-495a-8487-b2a6a49ebaf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-88c6c1b0-2ca2-4b0b-9324-17c71873d71f {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-88c6c1b0-2ca2-4b0b-9324-17c71873d71f {
  display: none;
}
#s-92d1f8ba-d60d-45e8-8e3c-234670524849 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d1f8ba-d60d-45e8-8e3c-234670524849 img.shogun-image {
  width: 100%;
}



}
#s-4d1c6271-1157-4284-8982-f66bd7b969e7 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-4d1c6271-1157-4284-8982-f66bd7b969e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a2195367-77ea-44a0-914d-f986fb4adb80 {
  text-align: left;
}

#s-a2195367-77ea-44a0-914d-f986fb4adb80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a2195367-77ea-44a0-914d-f986fb4adb80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a2195367-77ea-44a0-914d-f986fb4adb80 .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-ae81c6a8-85e0-4420-a30c-bbeee100fa09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae81c6a8-85e0-4420-a30c-bbeee100fa09 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-7d3f3639-6c05-4218-87e0-1adb03769f80 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-7d3f3639-6c05-4218-87e0-1adb03769f80 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-fc83a892-4b51-4802-992c-a136654075ba {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fc83a892-4b51-4802-992c-a136654075ba-btn-wrapper {
    text-align: center;
  }


#s-fc83a892-4b51-4802-992c-a136654075ba .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-variant-btn:hover {
  background: #252525;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-variant-btn:active, #s-fc83a892-4b51-4802-992c-a136654075ba .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fc83a892-4b51-4802-992c-a136654075ba .shg-variant-btn.disabled {
  background: #252525;
}

#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff-atc-btn-wrapper {
    text-align: left;
  }


#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-63a6e809-84bd-4158-b8ba-a7ba0f36a4ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-62cc9e3b-81a4-4d94-814e-893dbac18e28 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-62cc9e3b-81a4-4d94-814e-893dbac18e28 {
  display: none;
}
#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b5e0f3-3e26-4e91-b016-b0396e1d8654 img.shogun-image {
  width: 100%;
}



}
#s-8fcf52e2-7f9d-4468-b474-9243f2c5cc74 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#s-8fcf52e2-7f9d-4468-b474-9243f2c5cc74 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a67534ab-1c34-4b92-9a01-bb64b29d47b1 {
  text-align: left;
}

#s-a67534ab-1c34-4b92-9a01-bb64b29d47b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a67534ab-1c34-4b92-9a01-bb64b29d47b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a67534ab-1c34-4b92-9a01-bb64b29d47b1 .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-ac79c211-86f0-45e2-ab45-40ce682277ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac79c211-86f0-45e2-ab45-40ce682277ce .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-647fd4be-ad6d-436d-b04e-9807ba9cec55 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-647fd4be-ad6d-436d-b04e-9807ba9cec55 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 {
  padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e4a6bb68-d98b-432e-bd75-8299f6c7b221-btn-wrapper {
    text-align: center;
  }


#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-variant-btn:hover {
  background: #252525;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-variant-btn:active, #s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e4a6bb68-d98b-432e-bd75-8299f6c7b221 .shg-variant-btn.disabled {
  background: #252525;
}

#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f835e50-48a6-4aec-a2b8-7ec97a27c582-atc-btn-wrapper {
    text-align: left;
  }


#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}

#s-5f835e50-48a6-4aec-a2b8-7ec97a27c582.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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