.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-003d8f02-9005-4456-80ec-21a44cbceb07 {
  min-height: 40px;
}
@media (max-width: 767px){#s-003d8f02-9005-4456-80ec-21a44cbceb07 {
  display: none;
}
#s-003d8f02-9005-4456-80ec-21a44cbceb07, #wrap-s-003d8f02-9005-4456-80ec-21a44cbceb07 { display:none !important; }}







#s-003d8f02-9005-4456-80ec-21a44cbceb07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-003d8f02-9005-4456-80ec-21a44cbceb07.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-771abdbd-c318-4158-a043-55eb58b296c9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-771abdbd-c318-4158-a043-55eb58b296c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4c22681e-ed29-4968-bc68-42e389fc7d0d {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-4c22681e-ed29-4968-bc68-42e389fc7d0d {
  display: none;
}
#s-4c22681e-ed29-4968-bc68-42e389fc7d0d, #wrap-s-4c22681e-ed29-4968-bc68-42e389fc7d0d { display:none !important; }}






  #s-4c22681e-ed29-4968-bc68-42e389fc7d0d img.shogun-image {
    

    
    
    
  }


#s-4c22681e-ed29-4968-bc68-42e389fc7d0d .shogun-image-content {
  
    align-items: center;
  
}

#s-c4493740-61de-49f3-ac96-aaf88caf20c7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 50%;
text-align: center;
}
@media (min-width: 1200px){#s-c4493740-61de-49f3-ac96-aaf88caf20c7 {
  display: none;
}
#s-c4493740-61de-49f3-ac96-aaf88caf20c7, #wrap-s-c4493740-61de-49f3-ac96-aaf88caf20c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4493740-61de-49f3-ac96-aaf88caf20c7 {
  display: none;
}
#s-c4493740-61de-49f3-ac96-aaf88caf20c7, #wrap-s-c4493740-61de-49f3-ac96-aaf88caf20c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4493740-61de-49f3-ac96-aaf88caf20c7 {
  display: none;
}
#s-c4493740-61de-49f3-ac96-aaf88caf20c7, #wrap-s-c4493740-61de-49f3-ac96-aaf88caf20c7 { display:none !important; }}






  #s-c4493740-61de-49f3-ac96-aaf88caf20c7 img.shogun-image {
    

    
    
    
  }


#s-c4493740-61de-49f3-ac96-aaf88caf20c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f455d183-6377-4734-9fba-e15d7c52e133 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f455d183-6377-4734-9fba-e15d7c52e133 {
  margin-top: 0px;
}
}






  #s-f455d183-6377-4734-9fba-e15d7c52e133 img.shogun-image {
    

    
    
    
  }


#s-f455d183-6377-4734-9fba-e15d7c52e133 .shogun-image-content {
  
    align-items: center;
  
}

#s-05c6528f-30c2-454c-89c3-17f7d650afe4 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-05c6528f-30c2-454c-89c3-17f7d650afe4 {
  display: none;
}
#s-05c6528f-30c2-454c-89c3-17f7d650afe4, #wrap-s-05c6528f-30c2-454c-89c3-17f7d650afe4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05c6528f-30c2-454c-89c3-17f7d650afe4 {
  display: none;
}
#s-05c6528f-30c2-454c-89c3-17f7d650afe4, #wrap-s-05c6528f-30c2-454c-89c3-17f7d650afe4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05c6528f-30c2-454c-89c3-17f7d650afe4 {
  display: none;
}
#s-05c6528f-30c2-454c-89c3-17f7d650afe4, #wrap-s-05c6528f-30c2-454c-89c3-17f7d650afe4 { display:none !important; }}







#s-05c6528f-30c2-454c-89c3-17f7d650afe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05c6528f-30c2-454c-89c3-17f7d650afe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-840431c6-814d-49e2-a26d-4a6daaacf155 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-840431c6-814d-49e2-a26d-4a6daaacf155"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-840431c6-814d-49e2-a26d-4a6daaacf155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-840431c6-814d-49e2-a26d-4a6daaacf155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-840431c6-814d-49e2-a26d-4a6daaacf155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a60ca0b0-5ad4-430c-8534-31ac69071c1e {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-a60ca0b0-5ad4-430c-8534-31ac69071c1e {
  display: none;
}
#s-a60ca0b0-5ad4-430c-8534-31ac69071c1e, #wrap-s-a60ca0b0-5ad4-430c-8534-31ac69071c1e { display:none !important; }}






  #s-a60ca0b0-5ad4-430c-8534-31ac69071c1e img.shogun-image {
    

    
    
    
  }


#s-a60ca0b0-5ad4-430c-8534-31ac69071c1e .shogun-image-content {
  
    align-items: center;
  
}

#s-962370ca-8e10-4be6-a632-e7709b18b320 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 70%;
text-align: center;
}
@media (min-width: 1200px){#s-962370ca-8e10-4be6-a632-e7709b18b320 {
  display: none;
}
#s-962370ca-8e10-4be6-a632-e7709b18b320, #wrap-s-962370ca-8e10-4be6-a632-e7709b18b320 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-962370ca-8e10-4be6-a632-e7709b18b320 {
  display: none;
}
#s-962370ca-8e10-4be6-a632-e7709b18b320, #wrap-s-962370ca-8e10-4be6-a632-e7709b18b320 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-962370ca-8e10-4be6-a632-e7709b18b320 {
  display: none;
}
#s-962370ca-8e10-4be6-a632-e7709b18b320, #wrap-s-962370ca-8e10-4be6-a632-e7709b18b320 { display:none !important; }}






  #s-962370ca-8e10-4be6-a632-e7709b18b320 img.shogun-image {
    

    
    
    
  }


#s-962370ca-8e10-4be6-a632-e7709b18b320 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d2a052a-5134-4e54-803e-c4d06a3048ec {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d2a052a-5134-4e54-803e-c4d06a3048ec {
  margin-top: 0px;
}
}






  #s-7d2a052a-5134-4e54-803e-c4d06a3048ec img.shogun-image {
    

    
    
    
  }


#s-7d2a052a-5134-4e54-803e-c4d06a3048ec .shogun-image-content {
  
    align-items: center;
  
}

#s-969cb942-ab82-4a14-b960-ddcc0feba304 {
  min-height: 15px;
background-color: rgba(32, 95, 165, 1);
}








#s-969cb942-ab82-4a14-b960-ddcc0feba304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969cb942-ab82-4a14-b960-ddcc0feba304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 {
  
}
}@media (max-width: 767px){#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 {
  display: none;
}
#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927, #wrap-s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 { display:none !important; }}







#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0b5abbec-ebb1-4da8-b2aa-4cdb5c90c927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d324e758-da71-438e-850e-1d02ec590cbc {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: left;
}
@media (min-width: 1200px){#s-d324e758-da71-438e-850e-1d02ec590cbc {
  
}
}@media (max-width: 767px){#s-d324e758-da71-438e-850e-1d02ec590cbc {
  display: none;
}
#s-d324e758-da71-438e-850e-1d02ec590cbc, #wrap-s-d324e758-da71-438e-850e-1d02ec590cbc { display:none !important; }}
#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-attachment: scroll;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 {
  display: none;
}
#s-cb192d21-0d7a-495f-a414-e7ca5ec68386, #wrap-s-cb192d21-0d7a-495f-a414-e7ca5ec68386 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 {
  display: none;
}
#s-cb192d21-0d7a-495f-a414-e7ca5ec68386, #wrap-s-cb192d21-0d7a-495f-a414-e7ca5ec68386 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 {
  display: none;
}
#s-cb192d21-0d7a-495f-a414-e7ca5ec68386, #wrap-s-cb192d21-0d7a-495f-a414-e7ca5ec68386 { display:none !important; }}@media (max-width: 767px){#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 {
  
}
}







#s-cb192d21-0d7a-495f-a414-e7ca5ec68386 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cb192d21-0d7a-495f-a414-e7ca5ec68386.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50ab4be2-8fe8-45d3-8472-c5791e87db65 {
  text-align: left;
}

#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f {
  
}
}@media (max-width: 767px){#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f {
  
}
}







#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a863d9c-5157-41d7-ad46-c0ac8b9b369f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-39562569-2958-4f74-a773-5c611b14da51 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-39562569-2958-4f74-a773-5c611b14da51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39562569-2958-4f74-a773-5c611b14da51 {
  display: none;
}
#s-39562569-2958-4f74-a773-5c611b14da51, #wrap-s-39562569-2958-4f74-a773-5c611b14da51 { display:none !important; }}@media (max-width: 767px){#s-39562569-2958-4f74-a773-5c611b14da51 {
  display: none;
}
#s-39562569-2958-4f74-a773-5c611b14da51, #wrap-s-39562569-2958-4f74-a773-5c611b14da51 { display:none !important; }}
#s-804db357-24c6-4559-9cbd-51c1fba82a1b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 1200px){#s-804db357-24c6-4559-9cbd-51c1fba82a1b {
  display: none;
}
#s-804db357-24c6-4559-9cbd-51c1fba82a1b, #wrap-s-804db357-24c6-4559-9cbd-51c1fba82a1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-804db357-24c6-4559-9cbd-51c1fba82a1b {
  display: none;
}
#s-804db357-24c6-4559-9cbd-51c1fba82a1b, #wrap-s-804db357-24c6-4559-9cbd-51c1fba82a1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-804db357-24c6-4559-9cbd-51c1fba82a1b {
  
}
}@media (max-width: 767px){#s-804db357-24c6-4559-9cbd-51c1fba82a1b {
  display: none;
}
#s-804db357-24c6-4559-9cbd-51c1fba82a1b, #wrap-s-804db357-24c6-4559-9cbd-51c1fba82a1b { display:none !important; }}
#s-a544fbe4-2094-46a2-92f7-b017d17b3f41 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a544fbe4-2094-46a2-92f7-b017d17b3f41 {
  display: none;
}
#s-a544fbe4-2094-46a2-92f7-b017d17b3f41, #wrap-s-a544fbe4-2094-46a2-92f7-b017d17b3f41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a544fbe4-2094-46a2-92f7-b017d17b3f41 {
  display: none;
}
#s-a544fbe4-2094-46a2-92f7-b017d17b3f41, #wrap-s-a544fbe4-2094-46a2-92f7-b017d17b3f41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a544fbe4-2094-46a2-92f7-b017d17b3f41 {
  display: none;
}
#s-a544fbe4-2094-46a2-92f7-b017d17b3f41, #wrap-s-a544fbe4-2094-46a2-92f7-b017d17b3f41 { display:none !important; }}@media (max-width: 767px){#s-a544fbe4-2094-46a2-92f7-b017d17b3f41 {
  
}
}
#s-c8d45779-917f-4d06-8d5a-1215cb1ea7ba {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c8d45779-917f-4d06-8d5a-1215cb1ea7ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8d45779-917f-4d06-8d5a-1215cb1ea7ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8d45779-917f-4d06-8d5a-1215cb1ea7ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8d45779-917f-4d06-8d5a-1215cb1ea7ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f5eaa9a-ae13-4520-ba31-d53248cca217 {
  text-align: center;
}







  #s-2f5eaa9a-ae13-4520-ba31-d53248cca217 img.shogun-image {
    

    
    
    
  }


#s-2f5eaa9a-ae13-4520-ba31-d53248cca217 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd64c860-72d0-4f67-af42-677a198e05ff {
  text-align: center;
}







  #s-dd64c860-72d0-4f67-af42-677a198e05ff img.shogun-image {
    

    
    
    
  }


#s-dd64c860-72d0-4f67-af42-677a198e05ff .shogun-image-content {
  
    align-items: 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-2aab0d2e-5f15-454e-a0d4-aee515df3d00 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2aab0d2e-5f15-454e-a0d4-aee515df3d00 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-43002894-5143-45d8-b081-887f4203103e {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-43002894-5143-45d8-b081-887f4203103e .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51 {
  display: none;
}
#s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51, #wrap-s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51 { display:none !important; }}@media (max-width: 767px){#s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51 {
  display: none;
}
#s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51, #wrap-s-44cf4ffe-00f8-4910-9490-7eb64ea2bb51 { display:none !important; }}
#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 {
  display: none;
}
#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3, #wrap-s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 {
  display: none;
}
#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3, #wrap-s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 {
  
}
}@media (max-width: 767px){#s-a94dcfc6-9e28-4a66-a427-d6e8e8293ba3 {
  
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9dd23707-2daa-42df-80ad-767218dd5751 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-9dd23707-2daa-42df-80ad-767218dd5751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-51b81fea-0cdf-433c-a5ec-1a445ea3d2c7 {
  text-align: center;
}







  #s-51b81fea-0cdf-433c-a5ec-1a445ea3d2c7 img.shogun-image {
    

    
    
    
  }


#s-51b81fea-0cdf-433c-a5ec-1a445ea3d2c7 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 td.shogun-table-column, #s-d25b2bf4-72dc-4d97-bf0e-aaacd5cdb8b3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ff88f93b-ce08-4a7c-ac7e-71359f6ab006 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f09a8894-ead2-41b9-a0f5-db5227b57408 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 {
  
}
}@media (max-width: 767px){#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 {
  
}
}
#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a9783701-820b-42b5-b9cd-6dee39e5ab36 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a9783701-820b-42b5-b9cd-6dee39e5ab36 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a9783701-820b-42b5-b9cd-6dee39e5ab36 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a9783701-820b-42b5-b9cd-6dee39e5ab36 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-b781acb9-6baf-429b-86b0-d384cbce97a6 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-b781acb9-6baf-429b-86b0-d384cbce97a6:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b781acb9-6baf-429b-86b0-d384cbce97a6:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b781acb9-6baf-429b-86b0-d384cbce97a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b781acb9-6baf-429b-86b0-d384cbce97a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b781acb9-6baf-429b-86b0-d384cbce97a6.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-b781acb9-6baf-429b-86b0-d384cbce97a6.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



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

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

#s-2a572186-919e-4e5c-945d-495d33f2a8d1 hr {
  border-top: 2px solid #ddd;
}

#s-f911b2c6-1bad-47a8-bc92-57349cf5ae6c {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f911b2c6-1bad-47a8-bc92-57349cf5ae6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f911b2c6-1bad-47a8-bc92-57349cf5ae6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f911b2c6-1bad-47a8-bc92-57349cf5ae6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f911b2c6-1bad-47a8-bc92-57349cf5ae6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc726132-101c-4eda-a945-8c1b30c2e264 {
  text-align: center;
}







  #s-bc726132-101c-4eda-a945-8c1b30c2e264 img.shogun-image {
    

    
    
    
  }


#s-bc726132-101c-4eda-a945-8c1b30c2e264 .shogun-image-content {
  
    align-items: center;
  
}

#s-54d71c0e-5e54-4728-a719-f74ef7f7ea1a {
  text-align: center;
}







  #s-54d71c0e-5e54-4728-a719-f74ef7f7ea1a img.shogun-image {
    

    
    
    
  }


#s-54d71c0e-5e54-4728-a719-f74ef7f7ea1a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e24380f-5f2f-4e0b-97e9-15cd1f7acd66 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7e24380f-5f2f-4e0b-97e9-15cd1f7acd66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-7e24380f-5f2f-4e0b-97e9-15cd1f7acd66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7e24380f-5f2f-4e0b-97e9-15cd1f7acd66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7e24380f-5f2f-4e0b-97e9-15cd1f7acd66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-f157eae1-8e61-48d5-a7c1-dc605254d72b {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f157eae1-8e61-48d5-a7c1-dc605254d72b .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-413a0adc-3cfb-4a68-a346-450fcbdd5903 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-413a0adc-3cfb-4a68-a346-450fcbdd5903 {
  display: none;
}
#s-413a0adc-3cfb-4a68-a346-450fcbdd5903, #wrap-s-413a0adc-3cfb-4a68-a346-450fcbdd5903 { display:none !important; }}@media (max-width: 767px){#s-413a0adc-3cfb-4a68-a346-450fcbdd5903 {
  display: none;
}
#s-413a0adc-3cfb-4a68-a346-450fcbdd5903, #wrap-s-413a0adc-3cfb-4a68-a346-450fcbdd5903 { display:none !important; }}
#s-444ae859-27a1-4af2-a58a-fd226b768d2b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-444ae859-27a1-4af2-a58a-fd226b768d2b {
  display: none;
}
#s-444ae859-27a1-4af2-a58a-fd226b768d2b, #wrap-s-444ae859-27a1-4af2-a58a-fd226b768d2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-444ae859-27a1-4af2-a58a-fd226b768d2b {
  display: none;
}
#s-444ae859-27a1-4af2-a58a-fd226b768d2b, #wrap-s-444ae859-27a1-4af2-a58a-fd226b768d2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-444ae859-27a1-4af2-a58a-fd226b768d2b {
  
}
}@media (max-width: 767px){#s-444ae859-27a1-4af2-a58a-fd226b768d2b {
  
}
}
#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-06566c0e-fc34-4578-997a-dd5eafe7ae22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-624b3d81-e01c-4011-8a08-0e6e2c2231fd {
  text-align: center;
}







  #s-624b3d81-e01c-4011-8a08-0e6e2c2231fd img.shogun-image {
    

    
    
    
  }


#s-624b3d81-e01c-4011-8a08-0e6e2c2231fd .shogun-image-content {
  
    align-items: center;
  
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c td.shogun-table-column, #s-c0bf35df-f99f-40f2-b1eb-cd8322592c1c td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b1df100f-df08-41aa-a7f6-116f0fed3e7a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-250ebc25-4d07-4be3-84aa-37297f9ff090 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d {
  
}
}@media (max-width: 767px){#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d {
  
}
}
#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d .shg-product-quantity-wrapper {
  display: flex;
}

#s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ede2fd10-d889-4d6d-9cf4-fc1a315d960d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1695a20a-4d50-46ab-b8c2-d751f54ee3aa.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-ed098379-d724-441d-9ccb-25e12c59aba7 hr {
  border-top: 2px solid #ddd;
}

#s-b5c90611-cff7-4f70-9948-eeabf6734b03 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b5c90611-cff7-4f70-9948-eeabf6734b03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5c90611-cff7-4f70-9948-eeabf6734b03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5c90611-cff7-4f70-9948-eeabf6734b03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5c90611-cff7-4f70-9948-eeabf6734b03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f6972043-8ab9-45bf-821f-490c70812c43 {
  text-align: center;
}







  #s-f6972043-8ab9-45bf-821f-490c70812c43 img.shogun-image {
    

    
    
    
  }


#s-f6972043-8ab9-45bf-821f-490c70812c43 .shogun-image-content {
  
    align-items: center;
  
}

#s-b331e454-4abb-4a8c-acec-41e667240b26 {
  text-align: center;
}







  #s-b331e454-4abb-4a8c-acec-41e667240b26 img.shogun-image {
    

    
    
    
  }


#s-b331e454-4abb-4a8c-acec-41e667240b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-32217061-4d63-40c6-914b-3288a8ec6444 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32217061-4d63-40c6-914b-3288a8ec6444 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-32217061-4d63-40c6-914b-3288a8ec6444 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32217061-4d63-40c6-914b-3288a8ec6444 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-32217061-4d63-40c6-914b-3288a8ec6444 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-ee676044-8b65-4c64-898e-17372f968b77 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee676044-8b65-4c64-898e-17372f968b77 .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ad94b7e9-1138-44ba-8689-678c678ec97c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad94b7e9-1138-44ba-8689-678c678ec97c {
  display: none;
}
#s-ad94b7e9-1138-44ba-8689-678c678ec97c, #wrap-s-ad94b7e9-1138-44ba-8689-678c678ec97c { display:none !important; }}@media (max-width: 767px){#s-ad94b7e9-1138-44ba-8689-678c678ec97c {
  display: none;
}
#s-ad94b7e9-1138-44ba-8689-678c678ec97c, #wrap-s-ad94b7e9-1138-44ba-8689-678c678ec97c { display:none !important; }}
#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae {
  display: none;
}
#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae, #wrap-s-89867f50-1b6a-49cf-ac04-b537ae2c2aae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae {
  display: none;
}
#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae, #wrap-s-89867f50-1b6a-49cf-ac04-b537ae2c2aae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae {
  
}
}@media (max-width: 767px){#s-89867f50-1b6a-49cf-ac04-b537ae2c2aae {
  
}
}
#s-1662cc2c-345f-4670-94d8-1d12f97c618b {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-1662cc2c-345f-4670-94d8-1d12f97c618b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-29748628-7adf-49cc-aba8-ca084aeda6cb {
  text-align: center;
}







  #s-29748628-7adf-49cc-aba8-ca084aeda6cb img.shogun-image {
    

    
    
    
  }


#s-29748628-7adf-49cc-aba8-ca084aeda6cb .shogun-image-content {
  
    align-items: center;
  
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9402b008-49aa-4670-9a5e-eb4e0961f057 td.shogun-table-column, #s-9402b008-49aa-4670-9a5e-eb4e0961f057 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-6b33a389-cc36-4df6-be29-0631fd219210 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cb42c37c-d804-4e7d-8e7d-4a3a772bda2f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-399926c4-6dcb-4608-ad7b-85f742bb235b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-399926c4-6dcb-4608-ad7b-85f742bb235b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-399926c4-6dcb-4608-ad7b-85f742bb235b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-399926c4-6dcb-4608-ad7b-85f742bb235b {
  
}
}@media (max-width: 767px){#s-399926c4-6dcb-4608-ad7b-85f742bb235b {
  
}
}
#s-399926c4-6dcb-4608-ad7b-85f742bb235b .shg-product-quantity-wrapper {
  display: flex;
}

#s-399926c4-6dcb-4608-ad7b-85f742bb235b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-399926c4-6dcb-4608-ad7b-85f742bb235b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-399926c4-6dcb-4608-ad7b-85f742bb235b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-399926c4-6dcb-4608-ad7b-85f742bb235b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-51e4832e-c542-45d4-88a5-e420bb074dea {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-51e4832e-c542-45d4-88a5-e420bb074dea:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-51e4832e-c542-45d4-88a5-e420bb074dea:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-51e4832e-c542-45d4-88a5-e420bb074dea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51e4832e-c542-45d4-88a5-e420bb074dea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51e4832e-c542-45d4-88a5-e420bb074dea.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-51e4832e-c542-45d4-88a5-e420bb074dea.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-f362cc58-fcd6-413e-894c-af3aa05296ad hr {
  border-top: 2px solid #ddd;
}

#s-04dac4dc-c80c-4ee9-a83f-e2a87f14139d {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-04dac4dc-c80c-4ee9-a83f-e2a87f14139d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04dac4dc-c80c-4ee9-a83f-e2a87f14139d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04dac4dc-c80c-4ee9-a83f-e2a87f14139d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04dac4dc-c80c-4ee9-a83f-e2a87f14139d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f47ac25b-fd84-49e3-a66e-a433d01e88f5 {
  text-align: center;
}







  #s-f47ac25b-fd84-49e3-a66e-a433d01e88f5 img.shogun-image {
    

    
    
    
  }


#s-f47ac25b-fd84-49e3-a66e-a433d01e88f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-904377d1-1500-49c4-8358-923ed295baa7 {
  text-align: center;
}







  #s-904377d1-1500-49c4-8358-923ed295baa7 img.shogun-image {
    

    
    
    
  }


#s-904377d1-1500-49c4-8358-923ed295baa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bebf5351-0707-4b78-b21a-05613feeaec5 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bebf5351-0707-4b78-b21a-05613feeaec5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-bebf5351-0707-4b78-b21a-05613feeaec5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bebf5351-0707-4b78-b21a-05613feeaec5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bebf5351-0707-4b78-b21a-05613feeaec5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-d5488fd3-28a0-4d58-977c-333163c4249f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d5488fd3-28a0-4d58-977c-333163c4249f .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f39527c8-289f-428b-aa16-c2cbb158f828 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f39527c8-289f-428b-aa16-c2cbb158f828 {
  display: none;
}
#s-f39527c8-289f-428b-aa16-c2cbb158f828, #wrap-s-f39527c8-289f-428b-aa16-c2cbb158f828 { display:none !important; }}@media (max-width: 767px){#s-f39527c8-289f-428b-aa16-c2cbb158f828 {
  display: none;
}
#s-f39527c8-289f-428b-aa16-c2cbb158f828, #wrap-s-f39527c8-289f-428b-aa16-c2cbb158f828 { display:none !important; }}
#s-855bdcb9-7d19-48f5-b142-73495da38bb2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-855bdcb9-7d19-48f5-b142-73495da38bb2 {
  display: none;
}
#s-855bdcb9-7d19-48f5-b142-73495da38bb2, #wrap-s-855bdcb9-7d19-48f5-b142-73495da38bb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855bdcb9-7d19-48f5-b142-73495da38bb2 {
  display: none;
}
#s-855bdcb9-7d19-48f5-b142-73495da38bb2, #wrap-s-855bdcb9-7d19-48f5-b142-73495da38bb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855bdcb9-7d19-48f5-b142-73495da38bb2 {
  
}
}@media (max-width: 767px){#s-855bdcb9-7d19-48f5-b142-73495da38bb2 {
  
}
}
#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-35bfe9eb-f60e-4fb9-b4a0-45fcacf128cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-b44c6fd5-3589-4e25-8b3b-c4a798fcdf02 {
  text-align: center;
}







  #s-b44c6fd5-3589-4e25-8b3b-c4a798fcdf02 img.shogun-image {
    

    
    
    
  }


#s-b44c6fd5-3589-4e25-8b3b-c4a798fcdf02 .shogun-image-content {
  
    align-items: center;
  
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-982f0c40-f8e4-4fda-abf0-a7d157b01341 td.shogun-table-column, #s-982f0c40-f8e4-4fda-abf0-a7d157b01341 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a9fae931-ec3d-400f-9410-d2d940df4450 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d6c1d94a-295e-4cc8-aa73-e4d7a4df2ea3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 {
  
}
}@media (max-width: 767px){#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 {
  
}
}
#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ff2a2b94-2ef8-429a-8c9c-91fc9d86e390 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-d3cbd815-1e8d-44d4-bc94-e80b3fbd085f.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-06898db0-dd88-4622-abde-986af9eb2f21 hr {
  border-top: 2px solid #ddd;
}

#s-9a5e0802-bbb9-4f05-b75b-abaaf43d4f1d {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9a5e0802-bbb9-4f05-b75b-abaaf43d4f1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5e0802-bbb9-4f05-b75b-abaaf43d4f1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5e0802-bbb9-4f05-b75b-abaaf43d4f1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5e0802-bbb9-4f05-b75b-abaaf43d4f1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e9bc191-d4df-424c-8edf-934b7ff7f00c {
  text-align: center;
}







  #s-2e9bc191-d4df-424c-8edf-934b7ff7f00c img.shogun-image {
    

    
    
    
  }


#s-2e9bc191-d4df-424c-8edf-934b7ff7f00c .shogun-image-content {
  
    align-items: center;
  
}

#s-d9ba0295-a028-47ce-a4ef-1585af94ba16 {
  text-align: center;
}







  #s-d9ba0295-a028-47ce-a4ef-1585af94ba16 img.shogun-image {
    

    
    
    
  }


#s-d9ba0295-a028-47ce-a4ef-1585af94ba16 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ddf8efa-078d-4617-9bcc-f5b25726fe0b {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6ddf8efa-078d-4617-9bcc-f5b25726fe0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-6ddf8efa-078d-4617-9bcc-f5b25726fe0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6ddf8efa-078d-4617-9bcc-f5b25726fe0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6ddf8efa-078d-4617-9bcc-f5b25726fe0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-180b3594-2761-4e97-8d8b-3eaa23dec536 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-180b3594-2761-4e97-8d8b-3eaa23dec536 .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7602bcb2-ca41-4918-adbe-a1ecc8201b39 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7602bcb2-ca41-4918-adbe-a1ecc8201b39 {
  display: none;
}
#s-7602bcb2-ca41-4918-adbe-a1ecc8201b39, #wrap-s-7602bcb2-ca41-4918-adbe-a1ecc8201b39 { display:none !important; }}@media (max-width: 767px){#s-7602bcb2-ca41-4918-adbe-a1ecc8201b39 {
  display: none;
}
#s-7602bcb2-ca41-4918-adbe-a1ecc8201b39, #wrap-s-7602bcb2-ca41-4918-adbe-a1ecc8201b39 { display:none !important; }}
#s-59970a05-934c-463d-8c56-f0f0d7d16c37 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-59970a05-934c-463d-8c56-f0f0d7d16c37 {
  display: none;
}
#s-59970a05-934c-463d-8c56-f0f0d7d16c37, #wrap-s-59970a05-934c-463d-8c56-f0f0d7d16c37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59970a05-934c-463d-8c56-f0f0d7d16c37 {
  display: none;
}
#s-59970a05-934c-463d-8c56-f0f0d7d16c37, #wrap-s-59970a05-934c-463d-8c56-f0f0d7d16c37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59970a05-934c-463d-8c56-f0f0d7d16c37 {
  
}
}@media (max-width: 767px){#s-59970a05-934c-463d-8c56-f0f0d7d16c37 {
  
}
}
#s-bf130588-9b06-490b-888d-721adc81fc11 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-bf130588-9b06-490b-888d-721adc81fc11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-a98de8e9-c003-4b3d-80c7-4cc418f1f532 {
  text-align: center;
}







  #s-a98de8e9-c003-4b3d-80c7-4cc418f1f532 img.shogun-image {
    

    
    
    
  }


#s-a98de8e9-c003-4b3d-80c7-4cc418f1f532 .shogun-image-content {
  
    align-items: center;
  
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-796e4a2c-c198-4a47-8a04-b6c7775287f0 td.shogun-table-column, #s-796e4a2c-c198-4a47-8a04-b6c7775287f0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-5bc822d2-f566-4840-ba88-ed0ddc27fc9c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4087446e-c0e2-4e11-8edd-034ab7f740d1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6acdb148-5ffb-49eb-866a-39803700f88e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-6acdb148-5ffb-49eb-866a-39803700f88e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6acdb148-5ffb-49eb-866a-39803700f88e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6acdb148-5ffb-49eb-866a-39803700f88e {
  
}
}@media (max-width: 767px){#s-6acdb148-5ffb-49eb-866a-39803700f88e {
  
}
}
#s-6acdb148-5ffb-49eb-866a-39803700f88e .shg-product-quantity-wrapper {
  display: flex;
}

#s-6acdb148-5ffb-49eb-866a-39803700f88e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6acdb148-5ffb-49eb-866a-39803700f88e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6acdb148-5ffb-49eb-866a-39803700f88e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6acdb148-5ffb-49eb-866a-39803700f88e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-4346e0b8-f191-45b5-83ed-8d4cb1c63a7d.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-1d775d99-3063-4c13-aa53-cf114aea8b18 hr {
  border-top: 2px solid #ddd;
}

#s-67eb2190-ff2c-4ccc-b478-b69d56171abc {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-67eb2190-ff2c-4ccc-b478-b69d56171abc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67eb2190-ff2c-4ccc-b478-b69d56171abc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67eb2190-ff2c-4ccc-b478-b69d56171abc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67eb2190-ff2c-4ccc-b478-b69d56171abc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ead6bd9e-4671-4ca8-8cfb-2c682e8532ea {
  text-align: center;
}







  #s-ead6bd9e-4671-4ca8-8cfb-2c682e8532ea img.shogun-image {
    

    
    
    
  }


#s-ead6bd9e-4671-4ca8-8cfb-2c682e8532ea .shogun-image-content {
  
    align-items: center;
  
}

#s-a203f147-dc2e-4e0e-966b-a6db8e953fe3 {
  text-align: center;
}







  #s-a203f147-dc2e-4e0e-966b-a6db8e953fe3 img.shogun-image {
    

    
    
    
  }


#s-a203f147-dc2e-4e0e-966b-a6db8e953fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-08425d13-f706-4f2a-8400-fc633506b323 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-08425d13-f706-4f2a-8400-fc633506b323 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-08425d13-f706-4f2a-8400-fc633506b323 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08425d13-f706-4f2a-8400-fc633506b323 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08425d13-f706-4f2a-8400-fc633506b323 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-e40f86cc-371d-408a-ae71-9e30b928f447 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e40f86cc-371d-408a-ae71-9e30b928f447 .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6 {
  display: none;
}
#s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6, #wrap-s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6 { display:none !important; }}@media (max-width: 767px){#s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6 {
  display: none;
}
#s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6, #wrap-s-e7512e07-72f7-4283-a5ed-cbdcf8b196e6 { display:none !important; }}
#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 {
  display: none;
}
#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533, #wrap-s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 {
  display: none;
}
#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533, #wrap-s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 {
  
}
}@media (max-width: 767px){#s-4e37b0e9-962a-48de-9e7a-ad9a1cfc8533 {
  
}
}
#s-bd158fa3-2d6c-4732-848d-fc9865f5366c {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-bd158fa3-2d6c-4732-848d-fc9865f5366c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-c633cbd7-19ba-4a8f-975e-adbcc7cedd61 {
  text-align: center;
}







  #s-c633cbd7-19ba-4a8f-975e-adbcc7cedd61 img.shogun-image {
    

    
    
    
  }


#s-c633cbd7-19ba-4a8f-975e-adbcc7cedd61 .shogun-image-content {
  
    align-items: center;
  
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c172e7aa-64bd-4427-b468-03a8cd53911a td.shogun-table-column, #s-c172e7aa-64bd-4427-b468-03a8cd53911a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8ecfcef1-a834-48cb-a4d2-43a607e7b040 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4628981f-3177-4f65-918f-e9d12b564f6d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 {
  
}
}@media (max-width: 767px){#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 {
  
}
}
#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a7a0de02-12b5-47dd-9b43-2697f7d0a5b3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f5648900-fd97-43ee-bdd8-d21beb96a635 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-f5648900-fd97-43ee-bdd8-d21beb96a635:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f5648900-fd97-43ee-bdd8-d21beb96a635:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f5648900-fd97-43ee-bdd8-d21beb96a635 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5648900-fd97-43ee-bdd8-d21beb96a635.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5648900-fd97-43ee-bdd8-d21beb96a635.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f5648900-fd97-43ee-bdd8-d21beb96a635.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-f48be950-396a-4214-8efe-774d27bfb194 hr {
  border-top: 2px solid #ddd;
}

#s-f6b1d0cb-843f-41b9-be40-1c4b8155d000 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f6b1d0cb-843f-41b9-be40-1c4b8155d000"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6b1d0cb-843f-41b9-be40-1c4b8155d000"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6b1d0cb-843f-41b9-be40-1c4b8155d000"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6b1d0cb-843f-41b9-be40-1c4b8155d000"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac6f202d-50a3-4293-bb9c-a31809555483 {
  text-align: center;
}







  #s-ac6f202d-50a3-4293-bb9c-a31809555483 img.shogun-image {
    

    
    
    
  }


#s-ac6f202d-50a3-4293-bb9c-a31809555483 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1608b80-35e7-4808-92c4-60d7ec25266b {
  text-align: center;
}







  #s-b1608b80-35e7-4808-92c4-60d7ec25266b img.shogun-image {
    

    
    
    
  }


#s-b1608b80-35e7-4808-92c4-60d7ec25266b .shogun-image-content {
  
    align-items: center;
  
}

#s-fadd9adc-7279-46cb-ba35-dce15c1792a2 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fadd9adc-7279-46cb-ba35-dce15c1792a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-fadd9adc-7279-46cb-ba35-dce15c1792a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fadd9adc-7279-46cb-ba35-dce15c1792a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fadd9adc-7279-46cb-ba35-dce15c1792a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-8495042c-5d57-4984-ba67-bb7f7662abd2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8495042c-5d57-4984-ba67-bb7f7662abd2 .shogun-heading-component h2 {
  color: rgba(245, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-436095e0-f6ff-4295-b346-690c061456b0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-436095e0-f6ff-4295-b346-690c061456b0 {
  display: none;
}
#s-436095e0-f6ff-4295-b346-690c061456b0, #wrap-s-436095e0-f6ff-4295-b346-690c061456b0 { display:none !important; }}@media (max-width: 767px){#s-436095e0-f6ff-4295-b346-690c061456b0 {
  display: none;
}
#s-436095e0-f6ff-4295-b346-690c061456b0, #wrap-s-436095e0-f6ff-4295-b346-690c061456b0 { display:none !important; }}
#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 {
  display: none;
}
#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2, #wrap-s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 {
  display: none;
}
#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2, #wrap-s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 {
  
}
}@media (max-width: 767px){#s-0de52a6a-3899-4dab-b8a8-1691019f1cd2 {
  
}
}
#s-d50fde4a-f017-4370-b09e-836de8851b39 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 153, 187, 1);
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 153, 187, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-d50fde4a-f017-4370-b09e-836de8851b39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-7498b373-63a2-4d44-bba8-5847f4e24215 {
  text-align: center;
}







  #s-7498b373-63a2-4d44-bba8-5847f4e24215 img.shogun-image {
    

    
    
    
  }


#s-7498b373-63a2-4d44-bba8-5847f4e24215 .shogun-image-content {
  
    align-items: center;
  
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-20f34940-c475-474b-aa9f-eee662bcc0d4 td.shogun-table-column, #s-20f34940-c475-474b-aa9f-eee662bcc0d4 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-fe4b807d-f9e3-412d-a2ee-afb8a082bdfd {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3766637a-8ba2-4433-b225-c0f10c599836 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 1200px){#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 {
  
}
}@media (max-width: 767px){#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 {
  
}
}
#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5529692a-515d-4e6a-81b6-49d2dfe6c259 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5529692a-515d-4e6a-81b6-49d2dfe6c259 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5529692a-515d-4e6a-81b6-49d2dfe6c259 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5529692a-515d-4e6a-81b6-49d2dfe6c259 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-80e3d6c1-db89-4bfe-9337-8e9efa8c7208.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  font-size: 16px;
  color: rgba(95, 122, 134, 1);
}



#s-8be74b47-f9ca-4265-98f2-9e016f9cb61b hr {
  border-top: 2px solid #ddd;
}

#s-31cbe0cf-4647-4899-9010-527c60103a4a {
  min-height: 50px;
}








#s-31cbe0cf-4647-4899-9010-527c60103a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31cbe0cf-4647-4899-9010-527c60103a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf {
  margin-top: 20px;
margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf {
  display: none;
}
#s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf, #wrap-s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf { display:none !important; }}






  #s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf img.shogun-image {
    

    
    
    
  }


#s-2b9f942d-f244-44fb-8ad2-f6cc12cb4dbf .shogun-image-content {
  
    align-items: center;
  
}

#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 {
  margin-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 {
  display: none;
}
#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633, #wrap-s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 {
  display: none;
}
#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633, #wrap-s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 {
  display: none;
}
#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633, #wrap-s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 { display:none !important; }}






  #s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 img.shogun-image {
    

    
    
    
  }


#s-0a661d4f-67ce-4f5d-bc86-e08e4135e633 .shogun-image-content {
  
    align-items: center;
  
}

#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 {
  margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 {
  display: none;
}
#s-84ed797c-ed27-4d94-8254-cf36dcc3e897, #wrap-s-84ed797c-ed27-4d94-8254-cf36dcc3e897 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 {
  display: none;
}
#s-84ed797c-ed27-4d94-8254-cf36dcc3e897, #wrap-s-84ed797c-ed27-4d94-8254-cf36dcc3e897 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 {
  display: none;
}
#s-84ed797c-ed27-4d94-8254-cf36dcc3e897, #wrap-s-84ed797c-ed27-4d94-8254-cf36dcc3e897 { display:none !important; }}@media (max-width: 767px){#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 {
  display: none;
}
#s-84ed797c-ed27-4d94-8254-cf36dcc3e897, #wrap-s-84ed797c-ed27-4d94-8254-cf36dcc3e897 { display:none !important; }}






  #s-84ed797c-ed27-4d94-8254-cf36dcc3e897 img.shogun-image {
    

    
    
    
  }


#s-84ed797c-ed27-4d94-8254-cf36dcc3e897 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c984b56-9bd6-4747-b367-1808403558b5 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(4, 182, 225, 1);
}








#s-5c984b56-9bd6-4747-b367-1808403558b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c984b56-9bd6-4747-b367-1808403558b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b3add94-ecc2-4ed2-9982-01cd0f527e56 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b3add94-ecc2-4ed2-9982-01cd0f527e56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-25778966-b312-48fc-a1ef-5cbae9f120e3 {
  margin-left: 15px;
margin-right: 15px;
}

#s-a15de4b4-c46d-4ec9-9b46-8f76db10dac6 {
  text-align: right;
}







  #s-a15de4b4-c46d-4ec9-9b46-8f76db10dac6 img.shogun-image {
    

    
    
    
  }


#s-a15de4b4-c46d-4ec9-9b46-8f76db10dac6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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