.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-e9687c96-6253-46b8-8598-f0d7bd9ca50c {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-e9687c96-6253-46b8-8598-f0d7bd9ca50c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9687c96-6253-46b8-8598-f0d7bd9ca50c.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-932cc339-b1b2-4300-807e-0eb460b96c9b {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-932cc339-b1b2-4300-807e-0eb460b96c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-932cc339-b1b2-4300-807e-0eb460b96c9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-932cc339-b1b2-4300-807e-0eb460b96c9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-932cc339-b1b2-4300-807e-0eb460b96c9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 {
  margin-top: -40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 {
  display: none;
}
#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2, #wrap-s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 {
  display: none;
}
#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2, #wrap-s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 {
  display: none;
}
#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2, #wrap-s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 { display: none !important; }}
#s-74d7c112-c061-4f3a-ae8e-9efd5f5775d2 .shg-product-title-component h1 {
  color: rgba(0, 83, 122, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
}

#s-44b65385-5cbc-4348-9844-c96a488afbfc {
  margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-44b65385-5cbc-4348-9844-c96a488afbfc {
  display: none;
}
#s-44b65385-5cbc-4348-9844-c96a488afbfc, #wrap-s-44b65385-5cbc-4348-9844-c96a488afbfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44b65385-5cbc-4348-9844-c96a488afbfc {
  display: none;
}
#s-44b65385-5cbc-4348-9844-c96a488afbfc, #wrap-s-44b65385-5cbc-4348-9844-c96a488afbfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44b65385-5cbc-4348-9844-c96a488afbfc {
  display: none;
}
#s-44b65385-5cbc-4348-9844-c96a488afbfc, #wrap-s-44b65385-5cbc-4348-9844-c96a488afbfc { display: none !important; }}
#s-44b65385-5cbc-4348-9844-c96a488afbfc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-44b65385-5cbc-4348-9844-c96a488afbfc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-44b65385-5cbc-4348-9844-c96a488afbfc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efe20faa-d86a-41a3-898a-526c4a42d54f {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
min-height: 50px;
}
@media (min-width: 1200px){#s-efe20faa-d86a-41a3-898a-526c4a42d54f {
  display: none;
}
#s-efe20faa-d86a-41a3-898a-526c4a42d54f, #wrap-s-efe20faa-d86a-41a3-898a-526c4a42d54f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efe20faa-d86a-41a3-898a-526c4a42d54f {
  display: none;
}
#s-efe20faa-d86a-41a3-898a-526c4a42d54f, #wrap-s-efe20faa-d86a-41a3-898a-526c4a42d54f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efe20faa-d86a-41a3-898a-526c4a42d54f {
  display: none;
}
#s-efe20faa-d86a-41a3-898a-526c4a42d54f, #wrap-s-efe20faa-d86a-41a3-898a-526c4a42d54f { display: none !important; }}







#s-efe20faa-d86a-41a3-898a-526c4a42d54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe20faa-d86a-41a3-898a-526c4a42d54f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.shg-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-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1:hover {text-decoration: none !important;}#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  display: none;
}
#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1, #wrap-s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  display: none;
}
#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1, #wrap-s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  display: none;
}
#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1, #wrap-s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 { display: none !important; }}@media (max-width: 767px){#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  
}
}


#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3c3f0a1d-8b31-40a8-a71e-ef3f549d1ad1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 {
  text-align: left;
}



.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f63869d-d7cf-47a0-ab2b-3fb074b19d56 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb {
  margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb {
  display: none;
}
#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb, #wrap-s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb {
  display: none;
}
#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb, #wrap-s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb { display: none !important; }}
#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-scroll-button {
  color: #FFF;
}

#s-26a31936-f7f1-49c6-a7d3-d2d50564c1cb .shg-gallery-dot {
  background-color: #FFF;
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 {
  margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 {
  display: none;
}
#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0, #wrap-s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 { display: none !important; }}@media (max-width: 767px){#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 {
  display: none;
}
#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0, #wrap-s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 { display: none !important; }}
#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7e0c67cc-dbea-4c36-8a1b-ad34eca9b8e0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2370e4c8-f86d-4186-971c-0224a7afca23 {
  margin-top: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2370e4c8-f86d-4186-971c-0224a7afca23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2370e4c8-f86d-4186-971c-0224a7afca23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2370e4c8-f86d-4186-971c-0224a7afca23 {
  
}
}@media (max-width: 767px){#s-2370e4c8-f86d-4186-971c-0224a7afca23 {
  display: none;
}
#s-2370e4c8-f86d-4186-971c-0224a7afca23, #wrap-s-2370e4c8-f86d-4186-971c-0224a7afca23 { display: none !important; }}
#s-2370e4c8-f86d-4186-971c-0224a7afca23 .shg-product-title-component h1 {
  color: rgba(0, 83, 122, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
}

.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-32a0957d-0d3a-4314-92fe-790f21be7f29 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-32a0957d-0d3a-4314-92fe-790f21be7f29 {
  
}
}
.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-315b2779-d123-41bd-99f5-3e997d6822b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-315b2779-d123-41bd-99f5-3e997d6822b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-f06cac4d-61c1-43bf-9ff1-9e760a88951f {
  margin-bottom: 25px;
}

#s-76ffc94e-bc06-4331-b76c-b4c20511999b {
  margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

#s-76ffc94e-bc06-4331-b76c-b4c20511999b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-76ffc94e-bc06-4331-b76c-b4c20511999b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-76ffc94e-bc06-4331-b76c-b4c20511999b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73:hover {text-decoration: none !important;}#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73 {
  display: none;
}
#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73, #wrap-s-aaef4b30-d179-4de8-bbe9-56e95bb39e73 { display: none !important; }}


#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-aaef4b30-d179-4de8-bbe9-56e95bb39e73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a8f7b1c-e6c6-4f19-b7b4-13d0e413847f {
  margin-top: 40px;
}

#s-3e485427-9f54-4bd7-abb3-cb7562fcb7fd {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px){#s-f0576edb-607a-4e1f-87cc-1bb47c51c895 {
  display: none;
}
#s-f0576edb-607a-4e1f-87cc-1bb47c51c895, #wrap-s-f0576edb-607a-4e1f-87cc-1bb47c51c895 { display: none !important; }}@media (max-width: 767px){#s-f0576edb-607a-4e1f-87cc-1bb47c51c895 {
  display: none;
}
#s-f0576edb-607a-4e1f-87cc-1bb47c51c895, #wrap-s-f0576edb-607a-4e1f-87cc-1bb47c51c895 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f0576edb-607a-4e1f-87cc-1bb47c51c895"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-8828b629-6dca-4fb0-8d7b-a930fcb50e88 {
  padding-bottom: 10px;
}

#s-8828b629-6dca-4fb0-8d7b-a930fcb50e88 .shogun-icon-wrapper {
  text-align: right;
}


#s-8828b629-6dca-4fb0-8d7b-a930fcb50e88 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a {
  display: none;
}
#s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a, #wrap-s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a { display: none !important; }}@media (max-width: 767px){#s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a {
  display: none;
}
#s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a, #wrap-s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a { display: none !important; }}
@media (min-width: 0px) {
[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06ec4a1b-a924-4a1c-bd3a-9fbf51d7921a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-650a1c1e-7466-4c98-8b5c-e279ffcbae8d {
  padding-bottom: 10px;
}

#s-650a1c1e-7466-4c98-8b5c-e279ffcbae8d .shogun-icon-wrapper {
  text-align: right;
}


#s-650a1c1e-7466-4c98-8b5c-e279ffcbae8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c7760671-1d4c-445b-96c1-2efc9f6fc372 {
  display: none;
}
#s-c7760671-1d4c-445b-96c1-2efc9f6fc372, #wrap-s-c7760671-1d4c-445b-96c1-2efc9f6fc372 { display: none !important; }}@media (max-width: 767px){#s-c7760671-1d4c-445b-96c1-2efc9f6fc372 {
  display: none;
}
#s-c7760671-1d4c-445b-96c1-2efc9f6fc372, #wrap-s-c7760671-1d4c-445b-96c1-2efc9f6fc372 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7760671-1d4c-445b-96c1-2efc9f6fc372"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-10f0c907-0bee-47ba-a9e9-0bd2299234b8 {
  padding-bottom: 10px;
}

#s-10f0c907-0bee-47ba-a9e9-0bd2299234b8 .shogun-icon-wrapper {
  text-align: right;
}


#s-10f0c907-0bee-47ba-a9e9-0bd2299234b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

#s-1f98b401-955e-4a23-b2e8-2457c80a696e {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f98b401-955e-4a23-b2e8-2457c80a696e {
  display: none;
}
#s-1f98b401-955e-4a23-b2e8-2457c80a696e, #wrap-s-1f98b401-955e-4a23-b2e8-2457c80a696e { display: none !important; }}@media (max-width: 767px){#s-1f98b401-955e-4a23-b2e8-2457c80a696e {
  display: none;
}
#s-1f98b401-955e-4a23-b2e8-2457c80a696e, #wrap-s-1f98b401-955e-4a23-b2e8-2457c80a696e { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f98b401-955e-4a23-b2e8-2457c80a696e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-84d55efd-db16-4511-8dd2-7416c67e34f4 {
  padding-bottom: 10px;
}

#s-84d55efd-db16-4511-8dd2-7416c67e34f4 .shogun-icon-wrapper {
  text-align: right;
}


#s-84d55efd-db16-4511-8dd2-7416c67e34f4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-3ff934aa-89e6-48ca-acf3-0a3f46b64975 {
  display: none;
}
#s-3ff934aa-89e6-48ca-acf3-0a3f46b64975, #wrap-s-3ff934aa-89e6-48ca-acf3-0a3f46b64975 { display: none !important; }}@media (max-width: 767px){#s-3ff934aa-89e6-48ca-acf3-0a3f46b64975 {
  display: none;
}
#s-3ff934aa-89e6-48ca-acf3-0a3f46b64975, #wrap-s-3ff934aa-89e6-48ca-acf3-0a3f46b64975 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3ff934aa-89e6-48ca-acf3-0a3f46b64975"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-92d3eb05-c583-4d31-853c-4198f89b08db {
  padding-bottom: 10px;
}

#s-92d3eb05-c583-4d31-853c-4198f89b08db .shogun-icon-wrapper {
  text-align: right;
}


#s-92d3eb05-c583-4d31-853c-4198f89b08db .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b5b34489-31f3-4c24-af1e-7f89597be180 {
  display: none;
}
#s-b5b34489-31f3-4c24-af1e-7f89597be180, #wrap-s-b5b34489-31f3-4c24-af1e-7f89597be180 { display: none !important; }}@media (max-width: 767px){#s-b5b34489-31f3-4c24-af1e-7f89597be180 {
  display: none;
}
#s-b5b34489-31f3-4c24-af1e-7f89597be180, #wrap-s-b5b34489-31f3-4c24-af1e-7f89597be180 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b5b34489-31f3-4c24-af1e-7f89597be180"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-f9f5d0d2-9806-4908-a1fb-76bdee48ec37 {
  padding-bottom: 10px;
}

#s-f9f5d0d2-9806-4908-a1fb-76bdee48ec37 .shogun-icon-wrapper {
  text-align: right;
}


#s-f9f5d0d2-9806-4908-a1fb-76bdee48ec37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-dac2a9b1-f65d-4045-ad93-b7c107a062b3 {
  display: none;
}
#s-dac2a9b1-f65d-4045-ad93-b7c107a062b3, #wrap-s-dac2a9b1-f65d-4045-ad93-b7c107a062b3 { display: none !important; }}@media (max-width: 767px){#s-dac2a9b1-f65d-4045-ad93-b7c107a062b3 {
  display: none;
}
#s-dac2a9b1-f65d-4045-ad93-b7c107a062b3, #wrap-s-dac2a9b1-f65d-4045-ad93-b7c107a062b3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dac2a9b1-f65d-4045-ad93-b7c107a062b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-ee7187f2-ddc2-454e-a5b0-8c731ac6bb1e {
  padding-bottom: 10px;
}

#s-ee7187f2-ddc2-454e-a5b0-8c731ac6bb1e .shogun-icon-wrapper {
  text-align: right;
}


#s-ee7187f2-ddc2-454e-a5b0-8c731ac6bb1e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7 {
  display: none;
}
#s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7, #wrap-s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7 { display: none !important; }}@media (max-width: 767px){#s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7 {
  display: none;
}
#s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7, #wrap-s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-210fc56f-91c7-45a6-93af-5f2ac3b2a8b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-9f6c0789-1290-44c1-91d7-8148a0de375b {
  padding-bottom: 10px;
}

#s-9f6c0789-1290-44c1-91d7-8148a0de375b .shogun-icon-wrapper {
  text-align: right;
}


#s-9f6c0789-1290-44c1-91d7-8148a0de375b .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960 {
  display: none;
}
#s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960, #wrap-s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960 { display: none !important; }}@media (max-width: 767px){#s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960 {
  display: none;
}
#s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960, #wrap-s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3aadf178-6d9b-4f64-93a5-55a2e3a0e960"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-3a43474d-760d-4281-8969-52ff63960b81 {
  padding-bottom: 10px;
}

#s-3a43474d-760d-4281-8969-52ff63960b81 .shogun-icon-wrapper {
  text-align: right;
}


#s-3a43474d-760d-4281-8969-52ff63960b81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-ac17bc21-a13b-4014-89ce-404d28b1bb70 {
  display: none;
}
#s-ac17bc21-a13b-4014-89ce-404d28b1bb70, #wrap-s-ac17bc21-a13b-4014-89ce-404d28b1bb70 { display: none !important; }}@media (max-width: 767px){#s-ac17bc21-a13b-4014-89ce-404d28b1bb70 {
  display: none;
}
#s-ac17bc21-a13b-4014-89ce-404d28b1bb70, #wrap-s-ac17bc21-a13b-4014-89ce-404d28b1bb70 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac17bc21-a13b-4014-89ce-404d28b1bb70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-43783742-a014-410e-ae05-4dd002715421 {
  padding-bottom: 10px;
}

#s-43783742-a014-410e-ae05-4dd002715421 .shogun-icon-wrapper {
  text-align: right;
}


#s-43783742-a014-410e-ae05-4dd002715421 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719 {
  display: none;
}
#s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719, #wrap-s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719 { display: none !important; }}@media (max-width: 767px){#s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719 {
  display: none;
}
#s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719, #wrap-s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f3534f6-6484-4f9a-a6d6-d39bfdbf3719"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-58c42e45-fac0-4df0-b843-1482121aac4d {
  padding-bottom: 10px;
}

#s-58c42e45-fac0-4df0-b843-1482121aac4d .shogun-icon-wrapper {
  text-align: right;
}


#s-58c42e45-fac0-4df0-b843-1482121aac4d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

#s-db494986-019c-4200-81c1-5f4c03f6883c {
  min-height: 50px;
}








#s-db494986-019c-4200-81c1-5f4c03f6883c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db494986-019c-4200-81c1-5f4c03f6883c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dbea104-9eb4-4024-8a95-e3bdf80cbbab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-16089880-6a4d-4efc-b4bc-447693fb629d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16089880-6a4d-4efc-b4bc-447693fb629d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-6a2893e6-e494-434f-9f1d-37ab133e2322 .shogun-icon-wrapper {
  text-align: right;
}


#s-6a2893e6-e494-434f-9f1d-37ab133e2322 .shogun-icon-wrapper > .shogun-icon {

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

#s-85d97236-1c17-4f33-bf96-174e80c2bf7c {
  margin-top: 10px;
}

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

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

#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 {
  margin-top: -10px;
}
@media (min-width: 1200px){#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 {
  display: none;
}
#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26, #wrap-s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 {
  display: none;
}
#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26, #wrap-s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 {
  display: none;
}
#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26, #wrap-s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 { display: none !important; }}@media (max-width: 767px){#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 {
  
}
}
#s-d3ae5663-f99c-4dbb-ac01-cec91110ae26 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1f8a54d7-fc69-458d-8b63-53de6f2ae87c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-a83db4bd-c3d4-406d-9ac8-c38b164ef2c3 .shogun-icon-wrapper {
  text-align: right;
}


#s-a83db4bd-c3d4-406d-9ac8-c38b164ef2c3 .shogun-icon-wrapper > .shogun-icon {

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

#s-71c7a342-f1c4-48f8-99af-f0114be0cddf {
  margin-top: 10px;
}

#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e {
  margin-top: -10px;
}
@media (min-width: 1200px){#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e {
  display: none;
}
#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e, #wrap-s-9ca5fa22-5d75-445f-83b3-b2856ab4719e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e {
  display: none;
}
#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e, #wrap-s-9ca5fa22-5d75-445f-83b3-b2856ab4719e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e {
  display: none;
}
#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e, #wrap-s-9ca5fa22-5d75-445f-83b3-b2856ab4719e { display: none !important; }}@media (max-width: 767px){#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e {
  
}
}
#s-9ca5fa22-5d75-445f-83b3-b2856ab4719e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d4854507-b44b-4231-801c-6a930cf79b83 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d4854507-b44b-4231-801c-6a930cf79b83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-d65eccf0-bee4-4cee-9298-64af63b9ca34 .shogun-icon-wrapper {
  text-align: right;
}


#s-d65eccf0-bee4-4cee-9298-64af63b9ca34 .shogun-icon-wrapper > .shogun-icon {

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

#s-958a63f1-df61-46f2-8cef-b5e2ace4458b {
  margin-top: 10px;
}

#s-9e1cd24c-1cbe-418c-9853-d27623261a91 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-position: center bottom;
}








#s-9e1cd24c-1cbe-418c-9853-d27623261a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e1cd24c-1cbe-418c-9853-d27623261a91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

#s-d0e0c2b3-cdc0-4898-8de4-fe1739fe7784 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-82c0ce77-921d-45b3-9087-0199a59b0c6e {
  min-height: 50px;
}








#s-82c0ce77-921d-45b3-9087-0199a59b0c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82c0ce77-921d-45b3-9087-0199a59b0c6e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14d94f21-14c7-4c3f-80a2-8c7350a6b20e {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-14d94f21-14c7-4c3f-80a2-8c7350a6b20e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14d94f21-14c7-4c3f-80a2-8c7350a6b20e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-14d94f21-14c7-4c3f-80a2-8c7350a6b20e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-14d94f21-14c7-4c3f-80a2-8c7350a6b20e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.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-eaf6b4ce-08ff-408d-a4d6-8fe5b69a234f {
  text-align: right;
}







  #s-eaf6b4ce-08ff-408d-a4d6-8fe5b69a234f img.shogun-image {
    

    
    
    
  }


#s-eaf6b4ce-08ff-408d-a4d6-8fe5b69a234f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-367d2c62-8c85-41d7-983f-632180379a27 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-367d2c62-8c85-41d7-983f-632180379a27 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-218188c0-4298-4b19-9647-311be7a20cf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-4020c0b2-c6b4-44f9-90ae-81792d05df5c {
  padding-bottom: 10px;
}

#s-4020c0b2-c6b4-44f9-90ae-81792d05df5c .shogun-icon-wrapper {
  text-align: center;
}


#s-4020c0b2-c6b4-44f9-90ae-81792d05df5c .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3343d62-32ad-402a-aa46-b350f7d5d649"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-de360da3-afc0-453b-ab79-b183aff1302c {
  padding-bottom: 10px;
}

#s-de360da3-afc0-453b-ab79-b183aff1302c .shogun-icon-wrapper {
  text-align: center;
}


#s-de360da3-afc0-453b-ab79-b183aff1302c .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-249d8332-b80d-4cef-8098-cfeffcfabe3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-52900ff8-2231-4a07-aac2-0a67070c61ab {
  padding-bottom: 10px;
}

#s-52900ff8-2231-4a07-aac2-0a67070c61ab .shogun-icon-wrapper {
  text-align: center;
}


#s-52900ff8-2231-4a07-aac2-0a67070c61ab .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-515147ba-3887-45e1-9449-a81185ceca5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-d9394c40-e9fa-4b88-9495-56a87cccfd74 {
  padding-bottom: 10px;
}

#s-d9394c40-e9fa-4b88-9495-56a87cccfd74 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9394c40-e9fa-4b88-9495-56a87cccfd74 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c486d68f-202a-450c-855e-9300bd7d6322"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-4b683447-0945-482b-9e4e-ca87f9063f9f {
  padding-bottom: 10px;
}

#s-4b683447-0945-482b-9e4e-ca87f9063f9f .shogun-icon-wrapper {
  text-align: center;
}


#s-4b683447-0945-482b-9e4e-ca87f9063f9f .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9e800641-1994-4efe-b289-690ef5c37388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-848f4956-4105-45e2-b5bd-aef457b0bb9b {
  padding-bottom: 10px;
}

#s-848f4956-4105-45e2-b5bd-aef457b0bb9b .shogun-icon-wrapper {
  text-align: center;
}


#s-848f4956-4105-45e2-b5bd-aef457b0bb9b .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

@media (min-width: 0px) {
[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d4088dae-0ee4-400d-ab7a-b38ebad24d88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-4fdc069c-458a-48f1-9170-c130eb96f0d8 {
  padding-bottom: 10px;
}

#s-4fdc069c-458a-48f1-9170-c130eb96f0d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-4fdc069c-458a-48f1-9170-c130eb96f0d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(236, 171, 71, 1);
}

#s-1edac38a-9495-46a5-9724-3aba693b5816 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}








#s-1edac38a-9495-46a5-9724-3aba693b5816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1edac38a-9495-46a5-9724-3aba693b5816.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b847582f-4c69-44b6-ba12-060e02ae3cf8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-b847582f-4c69-44b6-ba12-060e02ae3cf8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-08223ad9-9e06-423e-9352-ce44877b8d27 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08223ad9-9e06-423e-9352-ce44877b8d27 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ad969e4e-f9cb-482a-87d9-5a3c487c7be7 {
  margin-bottom: 40px;
}

#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c {
  display: none;
}
#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c, #wrap-s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c { display: none !important; }}@media (max-width: 767px){#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c {
  display: none;
}
#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c, #wrap-s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c { display: none !important; }}






  #s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c img.shogun-image {
    

    
    
    
  }


#s-0c3aaf53-49e0-43a6-b617-eab4f8a63c9c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 {
  margin-top: 40px;
padding-left: 60px;
padding-right: 60px;
text-align: center;
}
@media (min-width: 1200px){#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 {
  display: none;
}
#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5, #wrap-s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 {
  display: none;
}
#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5, #wrap-s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 {
  
}
}






  #s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 img.shogun-image {
    

    
    
    
  }


#s-5b4d56fc-a779-4824-9aac-6d2da9c547e5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-10d71191-551c-47f3-b01d-7b459fd734d5 {
  min-height: 50px;
}








#s-10d71191-551c-47f3-b01d-7b459fd734d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d71191-551c-47f3-b01d-7b459fd734d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1368f2e6-49bb-4057-9a67-b214f779341c {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1368f2e6-49bb-4057-9a67-b214f779341c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-92872f2d-5196-444b-adc2-e4cfe40fd1c5 {
  text-align: right;
}
@media (max-width: 767px){#s-92872f2d-5196-444b-adc2-e4cfe40fd1c5 {
  display: none;
}
#s-92872f2d-5196-444b-adc2-e4cfe40fd1c5, #wrap-s-92872f2d-5196-444b-adc2-e4cfe40fd1c5 { display: none !important; }}






  #s-92872f2d-5196-444b-adc2-e4cfe40fd1c5 img.shogun-image {
    

    
    
    
  }


#s-92872f2d-5196-444b-adc2-e4cfe40fd1c5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b714d7c4-f634-405a-8c65-ddc508f4cbf8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b714d7c4-f634-405a-8c65-ddc508f4cbf8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-31747bb5-5287-4cf6-ae05-83788f4cc8da {
  margin-top: -20px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-31747bb5-5287-4cf6-ae05-83788f4cc8da {
  display: none;
}
#s-31747bb5-5287-4cf6-ae05-83788f4cc8da, #wrap-s-31747bb5-5287-4cf6-ae05-83788f4cc8da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31747bb5-5287-4cf6-ae05-83788f4cc8da {
  display: none;
}
#s-31747bb5-5287-4cf6-ae05-83788f4cc8da, #wrap-s-31747bb5-5287-4cf6-ae05-83788f4cc8da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31747bb5-5287-4cf6-ae05-83788f4cc8da {
  display: none;
}
#s-31747bb5-5287-4cf6-ae05-83788f4cc8da, #wrap-s-31747bb5-5287-4cf6-ae05-83788f4cc8da { display: none !important; }}@media (max-width: 767px){#s-31747bb5-5287-4cf6-ae05-83788f4cc8da {
  display: none;
}
#s-31747bb5-5287-4cf6-ae05-83788f4cc8da, #wrap-s-31747bb5-5287-4cf6-ae05-83788f4cc8da { display: none !important; }}
#s-31747bb5-5287-4cf6-ae05-83788f4cc8da hr {
  border-top: 2px solid #ddd;
}

#s-6c11c587-7181-4232-bf67-6212c39ff1f7 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(71, 76, 86, 1);
}








#s-6c11c587-7181-4232-bf67-6212c39ff1f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c11c587-7181-4232-bf67-6212c39ff1f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-748ecc71-596b-4011-8077-2de212c973f3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-748ecc71-596b-4011-8077-2de212c973f3 {
  display: none;
}
#s-748ecc71-596b-4011-8077-2de212c973f3, #wrap-s-748ecc71-596b-4011-8077-2de212c973f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-748ecc71-596b-4011-8077-2de212c973f3 {
  display: none;
}
#s-748ecc71-596b-4011-8077-2de212c973f3, #wrap-s-748ecc71-596b-4011-8077-2de212c973f3 { display: none !important; }}







#s-748ecc71-596b-4011-8077-2de212c973f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-748ecc71-596b-4011-8077-2de212c973f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52155379-7485-4b60-84ad-697d477e4dbe {
  margin-bottom: 20px;
padding-top: 20px;
text-align: center;
}







  #s-52155379-7485-4b60-84ad-697d477e4dbe img.shogun-image {
    

    
    
    
  }


#s-52155379-7485-4b60-84ad-697d477e4dbe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ddc3883b-a54c-4b61-987d-4113180e61e1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 200px;
}

@media (min-width: 0px) {
[id="s-ddc3883b-a54c-4b61-987d-4113180e61e1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ddc3883b-a54c-4b61-987d-4113180e61e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddc3883b-a54c-4b61-987d-4113180e61e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddc3883b-a54c-4b61-987d-4113180e61e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6e10bca1-736c-499b-83f7-d7647348c70d .shogun-icon-wrapper {
  text-align: center;
}


#s-6e10bca1-736c-499b-83f7-d7647348c70d .shogun-icon-wrapper > a > .shogun-icon {

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

#s-347cb7ed-f89c-4c08-aa0b-24db30fde23d .shogun-icon-wrapper {
  text-align: center;
}


#s-347cb7ed-f89c-4c08-aa0b-24db30fde23d .shogun-icon-wrapper > a > .shogun-icon {

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

#s-51553b4f-74cf-4e69-8a38-cf69c597ca12 .shogun-icon-wrapper {
  text-align: center;
}


#s-51553b4f-74cf-4e69-8a38-cf69c597ca12 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-884332dc-df4b-4cb7-a144-4935dc5eec6d .shogun-icon-wrapper {
  text-align: center;
}


#s-884332dc-df4b-4cb7-a144-4935dc5eec6d .shogun-icon-wrapper > a > .shogun-icon {

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

#s-3bf14c26-4882-4b80-88f4-8cb2f9b4a0d2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-f84cf086-39a9-4114-ba51-582142af34f6 {
  margin-top: 10px;
margin-left: 20px;
text-align: center;
}







  #s-f84cf086-39a9-4114-ba51-582142af34f6 img.shogun-image {
    

    
    
    
  }


#s-f84cf086-39a9-4114-ba51-582142af34f6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d3e0a011-ca16-434a-8097-adc5c487d58e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3e0a011-ca16-434a-8097-adc5c487d58e {
  display: none;
}
#s-d3e0a011-ca16-434a-8097-adc5c487d58e, #wrap-s-d3e0a011-ca16-434a-8097-adc5c487d58e { display: none !important; }}@media (max-width: 767px){#s-d3e0a011-ca16-434a-8097-adc5c487d58e {
  display: none;
}
#s-d3e0a011-ca16-434a-8097-adc5c487d58e, #wrap-s-d3e0a011-ca16-434a-8097-adc5c487d58e { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3e0a011-ca16-434a-8097-adc5c487d58e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-05d5a715-5c91-43fd-a88a-2fbe920bc592 {
  margin-bottom: 20px;
padding-top: 20px;
text-align: center;
}







  #s-05d5a715-5c91-43fd-a88a-2fbe920bc592 img.shogun-image {
    

    
    
    
  }


#s-05d5a715-5c91-43fd-a88a-2fbe920bc592 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-472f3274-693c-470a-868c-15f8c134dd51 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px){#s-999ae846-5adc-405c-9213-a589593fd90d {
  display: none;
}
#s-999ae846-5adc-405c-9213-a589593fd90d, #wrap-s-999ae846-5adc-405c-9213-a589593fd90d { display: none !important; }}@media (max-width: 767px){#s-999ae846-5adc-405c-9213-a589593fd90d {
  display: none;
}
#s-999ae846-5adc-405c-9213-a589593fd90d, #wrap-s-999ae846-5adc-405c-9213-a589593fd90d { display: none !important; }}
@media (min-width: 0px) {
[id="s-999ae846-5adc-405c-9213-a589593fd90d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-999ae846-5adc-405c-9213-a589593fd90d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-999ae846-5adc-405c-9213-a589593fd90d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-999ae846-5adc-405c-9213-a589593fd90d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ebadd0fc-4ef0-48cb-bbeb-8a89174d26bc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-d125b38e-135b-4218-8eaa-24b7cba2e862 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-0620430e-d6b8-4a6c-92d2-ecf8212d5487 {
  margin-top: 10px;
margin-left: 20px;
text-align: left;
}







  #s-0620430e-d6b8-4a6c-92d2-ecf8212d5487 img.shogun-image {
    

    
    
    
  }


#s-0620430e-d6b8-4a6c-92d2-ecf8212d5487 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f2329b72-1eb5-4202-869a-89cbb747d806 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f2329b72-1eb5-4202-869a-89cbb747d806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2329b72-1eb5-4202-869a-89cbb747d806.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52a65a58-3c25-4b13-8f1e-6f4b6ad0e578 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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