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

@media (min-width: 0px) {
[id="s-ada05ffe-9ccf-4df8-b4f6-82c087463d6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ada05ffe-9ccf-4df8-b4f6-82c087463d6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ada05ffe-9ccf-4df8-b4f6-82c087463d6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada05ffe-9ccf-4df8-b4f6-82c087463d6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83954217-4a9e-4edf-b9a8-366ffd69efa2 {
  text-align: left;
}

#s-d947c8c1-a58c-465e-83f1-810c1d207cce {
  text-align: left;
}

.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-ef25fc21-35e9-44f4-af5d-09a3e152c4fe {
  min-height: 50px;
}








#s-ef25fc21-35e9-44f4-af5d-09a3e152c4fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef25fc21-35e9-44f4-af5d-09a3e152c4fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566868cf-7315-4b1b-9da6-0a7fcca539dc {
  min-height: 50px;
}








#s-566868cf-7315-4b1b-9da6-0a7fcca539dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-566868cf-7315-4b1b-9da6-0a7fcca539dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
  max-width: 100%;
aspect-ratio: 1920/1000;
text-align: center;
}





  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d img.shogun-image,
  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
    width: 100%;
    height: auto;
  }



  img.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
    
    
  }


.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shg-align-container {
  text-align: center
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d img.shogun-image,
  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
    width: 100%;
    height: auto;
  }



  img.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
    
    
  }


.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shg-align-container {
  text-align: center
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d img.shogun-image,
  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
    width: 100%;
    height: auto;
  }



  img.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
    
    
  }


.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shg-align-container {
  text-align: center
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d img.shogun-image,
  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
    width: 100%;
    height: auto;
  }



  img.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
    
    
  }


.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shg-align-container {
  text-align: center
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d img.shogun-image,
  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b968e2-c8f8-46cc-86c8-547b27d89a6d {
    width: 100%;
    height: auto;
  }



  img.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
    
    
  }


.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shg-align-container {
  text-align: center
}

.s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b968e2-c8f8-46cc-86c8-547b27d89a6d.shogun-image {
  box-sizing: border-box;
}


}
#s-826f4dfc-dd3e-43a6-a901-c25560caa1d7 {
  text-align: left;
background-color: rgba(40, 40, 40, 1);
}

#s-f6b85db5-aee1-405f-9ecf-ede199c76253 {
  min-height: 50px;
}








#s-f6b85db5-aee1-405f-9ecf-ede199c76253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6b85db5-aee1-405f-9ecf-ede199c76253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7bf99f3-043f-4e20-8acd-16a8f463ae8f {
  text-align: left;
}

#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-repeat: repeat;
background-size: 16px 16px;
min-height: 0px;
max-width: 100%;
background-position: center center;
}

#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1cc39ec1-d26a-425d-90d5-b692622779b7 {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1cc39ec1-d26a-425d-90d5-b692622779b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cc39ec1-d26a-425d-90d5-b692622779b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83fe26fb-7916-4363-906c-668653365c6c {
  margin-top: 20px;
margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-83fe26fb-7916-4363-906c-668653365c6c {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
    
    
  }


.s-83fe26fb-7916-4363-906c-668653365c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shg-align-container {
  text-align: center
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
    
    
  }


.s-83fe26fb-7916-4363-906c-668653365c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shg-align-container {
  text-align: center
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
    
    
  }


.s-83fe26fb-7916-4363-906c-668653365c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shg-align-container {
  text-align: center
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
    
    
  }


.s-83fe26fb-7916-4363-906c-668653365c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shg-align-container {
  text-align: center
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
    
    
  }


.s-83fe26fb-7916-4363-906c-668653365c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shg-align-container {
  text-align: center
}

.s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fe26fb-7916-4363-906c-668653365c6c.shogun-image {
  box-sizing: border-box;
}


}
#s-8455e083-3071-4a65-bd5c-875ab8218ef7 {
  text-align: left;
}

#s-1d894619-dbd0-4228-a1e0-9d7e4b3b90b2 {
  min-height: 50px;
}








#s-1d894619-dbd0-4228-a1e0-9d7e4b3b90b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d894619-dbd0-4228-a1e0-9d7e4b3b90b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da8e5e59-60d7-4a9b-98e8-f8fefcdd2d97 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-da8e5e59-60d7-4a9b-98e8-f8fefcdd2d97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da8e5e59-60d7-4a9b-98e8-f8fefcdd2d97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da8e5e59-60d7-4a9b-98e8-f8fefcdd2d97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da8e5e59-60d7-4a9b-98e8-f8fefcdd2d97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6407fad0-12fc-4fb2-98d1-d02365254ab2 {
  min-height: 100%;
}








#s-6407fad0-12fc-4fb2-98d1-d02365254ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6407fad0-12fc-4fb2-98d1-d02365254ab2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b52225f3-dd19-4b62-98cd-07fa4bbe9718 {
  text-align: left;
}

#s-263d7cbd-c358-4c3a-94aa-72e551d98b07 {
  min-height: 100%;
}
@media (max-width: 767px){#s-263d7cbd-c358-4c3a-94aa-72e551d98b07 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-263d7cbd-c358-4c3a-94aa-72e551d98b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263d7cbd-c358-4c3a-94aa-72e551d98b07.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px){#s-64c8c2fb-467f-4207-b711-85b37dc61bff {
  margin-left: -14%;
margin-right: -7%;
}
}







#s-64c8c2fb-467f-4207-b711-85b37dc61bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c8c2fb-467f-4207-b711-85b37dc61bff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-d2147cff-0208-4451-99ed-df1be5a7f6e9 {
  margin-left: 0%;
margin-bottom: -3%;
margin-right: 0%;
max-width: 150%;
}
}







.s-d2147cff-0208-4451-99ed-df1be5a7f6e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shg-align-container {
  text-align: center
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-d2147cff-0208-4451-99ed-df1be5a7f6e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shg-align-container {
  text-align: center
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image {
  box-sizing: border-box;
}


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






.s-d2147cff-0208-4451-99ed-df1be5a7f6e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shg-align-container {
  text-align: center
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image {
  box-sizing: border-box;
}


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






.s-d2147cff-0208-4451-99ed-df1be5a7f6e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shg-align-container {
  text-align: center
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image {
  box-sizing: border-box;
}


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






.s-d2147cff-0208-4451-99ed-df1be5a7f6e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shg-align-container {
  text-align: center
}

.s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2147cff-0208-4451-99ed-df1be5a7f6e9.shogun-image {
  box-sizing: border-box;
}


}
#s-f706e952-50de-4a19-9232-f531e2fe3fc8 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 27%;
padding-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-f706e952-50de-4a19-9232-f531e2fe3fc8 {
  padding-left: 7%;
padding-right: 7%;
}
}







#s-f706e952-50de-4a19-9232-f531e2fe3fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f706e952-50de-4a19-9232-f531e2fe3fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  img.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
    
    
  }


.s-ae7bb3b7-eedf-4566-9314-873f29322a53 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shg-align-container {
  text-align: center
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
    
    
  }


.s-ae7bb3b7-eedf-4566-9314-873f29322a53 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shg-align-container {
  text-align: center
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
    
    
  }


.s-ae7bb3b7-eedf-4566-9314-873f29322a53 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shg-align-container {
  text-align: center
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
    
    
  }


.s-ae7bb3b7-eedf-4566-9314-873f29322a53 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shg-align-container {
  text-align: center
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
    
    
  }


.s-ae7bb3b7-eedf-4566-9314-873f29322a53 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shg-align-container {
  text-align: center
}

.s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7bb3b7-eedf-4566-9314-873f29322a53.shogun-image {
  box-sizing: border-box;
}


}
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-repeat: repeat;
background-size: 180px 143px;
min-height: 50px;
background-position: center center;
}

#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d {
  background-image: url(https://i.shgcdn.com/8ed4dee3-d1b4-4455-936e-1ab8ef0c9f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9b45170-4f04-45e8-9b60-e6131faf7f1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b3f4d3-e530-4792-b202-e676d5b01ec4 {
  min-height: 50px;
background-color: rgba(255, 152, 0, 1);
}








#s-e3b3f4d3-e530-4792-b202-e676d5b01ec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b3f4d3-e530-4792-b202-e676d5b01ec4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 {
  margin-top: 20px;
margin-left: 30%;
margin-bottom: 65px;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 17px;
margin-right: 10%;
}
}






  img.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
    
    
  }


.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shg-align-container {
  text-align: center
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
    
    
  }


.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shg-align-container {
  text-align: center
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
    
    
  }


.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shg-align-container {
  text-align: center
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
    
    
  }


.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shg-align-container {
  text-align: center
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
    
    
  }


.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shg-align-container {
  text-align: center
}

.s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d90309f-035e-47b7-beaf-f47ef40fc8a3.shogun-image {
  box-sizing: border-box;
}


}
#s-7321a03d-db05-444e-b00e-8b23315475bf {
  margin-top: -70px;
margin-bottom: -70px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-7321a03d-db05-444e-b00e-8b23315475bf {
  margin-top: -90px;
margin-bottom: -4px;
}
}






  img.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
    
    
  }


.s-7321a03d-db05-444e-b00e-8b23315475bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shg-align-container {
  text-align: center
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
    
    
  }


.s-7321a03d-db05-444e-b00e-8b23315475bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shg-align-container {
  text-align: center
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
    
    
  }


.s-7321a03d-db05-444e-b00e-8b23315475bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shg-align-container {
  text-align: center
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
    
    
  }


.s-7321a03d-db05-444e-b00e-8b23315475bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shg-align-container {
  text-align: center
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
    
    
  }


.s-7321a03d-db05-444e-b00e-8b23315475bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shg-align-container {
  text-align: center
}

.s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7321a03d-db05-444e-b00e-8b23315475bf.shogun-image {
  box-sizing: border-box;
}


}
#s-6d4f232a-833b-423d-badb-7b9967a1eced {
  text-align: left;
}

#s-86962ff8-369f-4049-a439-75cd43574087 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-86962ff8-369f-4049-a439-75cd43574087 {
  display: none;
}
#s-86962ff8-369f-4049-a439-75cd43574087, #wrap-s-86962ff8-369f-4049-a439-75cd43574087 { display:none !important; }}@media (max-width: 767px){#s-86962ff8-369f-4049-a439-75cd43574087 {
  display: none;
}
#s-86962ff8-369f-4049-a439-75cd43574087, #wrap-s-86962ff8-369f-4049-a439-75cd43574087 { display:none !important; }}
#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05 {
  margin-bottom: -30px;
padding-top: 0px;
padding-left: 17%;
padding-bottom: 20px;
padding-right: 17%;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05 {
  padding-left: 9%;
padding-bottom: 10px;
padding-right: 9%;
}
}@media (max-width: 767px){#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05 {
  margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
}
}







#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e755bea5-694f-4dfb-bff3-d1f5cd78ea05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9925bd3e-2072-4b6a-85fd-f2059e4100a1 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 0%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-9925bd3e-2072-4b6a-85fd-f2059e4100a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-9925bd3e-2072-4b6a-85fd-f2059e4100a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-9925bd3e-2072-4b6a-85fd-f2059e4100a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-9925bd3e-2072-4b6a-85fd-f2059e4100a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

#s-85241f6e-978f-4c9c-aaf4-382141930be2 {
  min-height: 100%;
}








#s-85241f6e-978f-4c9c-aaf4-382141930be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85241f6e-978f-4c9c-aaf4-382141930be2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-26fddc3a-5812-4b52-978f-71e0b126ff76 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-26fddc3a-5812-4b52-978f-71e0b126ff76 img.shogun-image,
  #s-26fddc3a-5812-4b52-978f-71e0b126ff76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26fddc3a-5812-4b52-978f-71e0b126ff76 {
    width: 100%;
    height: auto;
  }



  #s-26fddc3a-5812-4b52-978f-71e0b126ff76 img.shogun-image {
    

    
    
    
  }


#s-26fddc3a-5812-4b52-978f-71e0b126ff76 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-6327d297-b6be-4340-aae4-69fcc0888a5e {
  margin-top: 1px;
}

#s-cadc51fa-338e-48b4-bc32-18a0347fd7ec {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-8e5a4fbe-44ef-4da8-8ac1-ecfa4230de8a {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-2a0a3a24-43c6-46a4-a0ec-f3240ce658b5 {
  margin-bottom: 0px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-2a0a3a24-43c6-46a4-a0ec-f3240ce658b5 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a0a3a24-43c6-46a4-a0ec-f3240ce658b5 {
  margin-top: 2%;
}
}
#s-2a0a3a24-43c6-46a4-a0ec-f3240ce658b5 {
  display: none;
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-2d2d4200-aa7c-4049-af74-429757aadd12 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-2d2d4200-aa7c-4049-af74-429757aadd12 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d2d4200-aa7c-4049-af74-429757aadd12 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-2d2d4200-aa7c-4049-af74-429757aadd12 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2d2d4200-aa7c-4049-af74-429757aadd12-btn-wrapper {
    text-align: center;
  }


#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-variant-btn:hover {
  background: #252525;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-variant-btn:active, #s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2d2d4200-aa7c-4049-af74-429757aadd12 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-a0cad4c8-611f-49c6-8450-3b71bb5b57cb.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-474828b5-d71d-4c0d-9287-d2ada36fa968 {
  min-height: 100%;
}








#s-474828b5-d71d-4c0d-9287-d2ada36fa968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-474828b5-d71d-4c0d-9287-d2ada36fa968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ab8636-fa68-4594-bd18-fd795ce8aff0 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-89ab8636-fa68-4594-bd18-fd795ce8aff0 img.shogun-image,
  #s-89ab8636-fa68-4594-bd18-fd795ce8aff0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ab8636-fa68-4594-bd18-fd795ce8aff0 {
    width: 100%;
    height: auto;
  }



  #s-89ab8636-fa68-4594-bd18-fd795ce8aff0 img.shogun-image {
    

    
    
    
  }


#s-89ab8636-fa68-4594-bd18-fd795ce8aff0 .shogun-image-content {
  
    align-items: center;
  
}

#s-207dcf81-e77b-4c47-8b66-c530fd72e9ad {
  margin-top: 1px;
}

#s-4b059889-bc9b-482e-a39b-d76656ac1d0b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-3eaf4cfa-525c-45c3-96e6-e7c7357f9b2a {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-f68fb604-4136-45e2-8364-2a3efd1d4499 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-f68fb604-4136-45e2-8364-2a3efd1d4499 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f68fb604-4136-45e2-8364-2a3efd1d4499 {
  margin-top: 2%;
}
}
#s-f68fb604-4136-45e2-8364-2a3efd1d4499 {
  display: none;
}
#s-8adf2c86-94c5-4786-9afa-269fa221ecee {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-8adf2c86-94c5-4786-9afa-269fa221ecee {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8adf2c86-94c5-4786-9afa-269fa221ecee {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-8adf2c86-94c5-4786-9afa-269fa221ecee {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8adf2c86-94c5-4786-9afa-269fa221ecee-btn-wrapper {
    text-align: center;
  }


#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-variant-btn:hover {
  background: #252525;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-variant-btn:active, #s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8adf2c86-94c5-4786-9afa-269fa221ecee .shg-variant-btn.disabled {
  background: #252525;
}

#s-1e760037-eb59-48bb-bf09-64113c0cbce9 {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e760037-eb59-48bb-bf09-64113c0cbce9:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e760037-eb59-48bb-bf09-64113c0cbce9:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1e760037-eb59-48bb-bf09-64113c0cbce9 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e760037-eb59-48bb-bf09-64113c0cbce9 {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-1e760037-eb59-48bb-bf09-64113c0cbce9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e760037-eb59-48bb-bf09-64113c0cbce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e760037-eb59-48bb-bf09-64113c0cbce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e760037-eb59-48bb-bf09-64113c0cbce9.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-1e760037-eb59-48bb-bf09-64113c0cbce9.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-1d25ec52-dd7e-4df0-89d1-429ae0cca43d {
  min-height: 100%;
}








#s-1d25ec52-dd7e-4df0-89d1-429ae0cca43d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d25ec52-dd7e-4df0-89d1-429ae0cca43d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b93b897-f2c1-402c-912c-797d4a5e0689 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-0b93b897-f2c1-402c-912c-797d4a5e0689 img.shogun-image {
    

    
    
    
  }


#s-0b93b897-f2c1-402c-912c-797d4a5e0689 .shogun-image-content {
  
    align-items: center;
  
}

#s-225b751d-0d76-4916-a6c0-786a62e491d7 {
  margin-top: 1px;
}

#s-e57be8f0-deae-42ec-875a-6a3c5b992df7 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-fd488893-668f-4b4c-9f67-8547c4b7e9fc {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-343ccf62-d63b-46d1-944e-92bac570141b {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-343ccf62-d63b-46d1-944e-92bac570141b {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-343ccf62-d63b-46d1-944e-92bac570141b {
  margin-top: 2%;
}
}
#s-343ccf62-d63b-46d1-944e-92bac570141b {
  display: none;
}
#s-19481e56-f657-43ce-b73e-5d0045e8b54e {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-19481e56-f657-43ce-b73e-5d0045e8b54e {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19481e56-f657-43ce-b73e-5d0045e8b54e {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-19481e56-f657-43ce-b73e-5d0045e8b54e {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-19481e56-f657-43ce-b73e-5d0045e8b54e-btn-wrapper {
    text-align: center;
  }


#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-variant-btn:hover {
  background: #252525;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-variant-btn:active, #s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-19481e56-f657-43ce-b73e-5d0045e8b54e .shg-variant-btn.disabled {
  background: #252525;
}

#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-cc94947f-acd2-4d6d-a5e9-8eca13a39c0f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-7ffc7859-8295-40af-a93a-efe0fa6939ea {
  min-height: 100%;
}








#s-7ffc7859-8295-40af-a93a-efe0fa6939ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffc7859-8295-40af-a93a-efe0fa6939ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f57c125a-9f6d-48cd-b4d1-0961e33d642f {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-f57c125a-9f6d-48cd-b4d1-0961e33d642f img.shogun-image {
    

    
    
    
  }


#s-f57c125a-9f6d-48cd-b4d1-0961e33d642f .shogun-image-content {
  
    align-items: center;
  
}

#s-8e0763f3-5f43-4451-b0eb-e903a6b5a61d {
  margin-top: 1px;
}

#s-c6986df7-3062-4779-b25f-4fa443c23e6d {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-ffe0e5ac-734c-479f-9754-755281a83e54 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-5397648c-1e32-4ae9-a472-b6244e1a1837 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-5397648c-1e32-4ae9-a472-b6244e1a1837 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5397648c-1e32-4ae9-a472-b6244e1a1837 {
  margin-top: 2%;
}
}
#s-5397648c-1e32-4ae9-a472-b6244e1a1837 {
  display: none;
}
#s-3bcc3e38-6d96-480b-897c-9f573a368e7d {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-3bcc3e38-6d96-480b-897c-9f573a368e7d {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bcc3e38-6d96-480b-897c-9f573a368e7d {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-3bcc3e38-6d96-480b-897c-9f573a368e7d {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3bcc3e38-6d96-480b-897c-9f573a368e7d-btn-wrapper {
    text-align: center;
  }


#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-variant-btn:hover {
  background: #252525;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-variant-btn:active, #s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3bcc3e38-6d96-480b-897c-9f573a368e7d .shg-variant-btn.disabled {
  background: #252525;
}

#s-64aff8db-3965-4cee-aedf-a34e51f45a4e {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-64aff8db-3965-4cee-aedf-a34e51f45a4e:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64aff8db-3965-4cee-aedf-a34e51f45a4e:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-64aff8db-3965-4cee-aedf-a34e51f45a4e {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64aff8db-3965-4cee-aedf-a34e51f45a4e {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-64aff8db-3965-4cee-aedf-a34e51f45a4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-64aff8db-3965-4cee-aedf-a34e51f45a4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64aff8db-3965-4cee-aedf-a34e51f45a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-64aff8db-3965-4cee-aedf-a34e51f45a4e.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-64aff8db-3965-4cee-aedf-a34e51f45a4e.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-13cf66a9-3cb8-4219-bd45-3222a76209aa {
  text-align: left;
}
@media (max-width: 767px){#s-13cf66a9-3cb8-4219-bd45-3222a76209aa {
  display: none;
}
#s-13cf66a9-3cb8-4219-bd45-3222a76209aa, #wrap-s-13cf66a9-3cb8-4219-bd45-3222a76209aa { display:none !important; }}
#s-787cc2b3-70c3-4525-8a54-be6b8a78742b {
  min-height: 50px;
background-color: rgba(255, 247, 218, 1);
background-attachment: scroll;
}








#s-787cc2b3-70c3-4525-8a54-be6b8a78742b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787cc2b3-70c3-4525-8a54-be6b8a78742b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}

#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c8c4d848-0de0-441b-ba16-9cb691b90365 {
  background-image: url(https://i.shgcdn.com/0e9333f4-4a73-485b-bb92-f704fc5252e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c8c4d848-0de0-441b-ba16-9cb691b90365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c4d848-0de0-441b-ba16-9cb691b90365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e66a1ec9-a6c4-43e5-840d-85c1c1ce4c88 {
  margin-left: 17%;
margin-right: 17%;
min-height: 50px;
}
@media (max-width: 767px){#s-e66a1ec9-a6c4-43e5-840d-85c1c1ce4c88 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-e66a1ec9-a6c4-43e5-840d-85c1c1ce4c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e66a1ec9-a6c4-43e5-840d-85c1c1ce4c88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0776434a-ed32-4547-a80b-629cab95c3ca {
  text-align: left;
}

#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-repeat: repeat;
background-size: contain;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
background-position: center center;
}

#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a {
  background-image: url(https://i.shgcdn.com/56825a77-a252-489d-a848-7982b620aefe/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-034064f6-ae9b-4b30-82bb-b20fedee8b9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 {
  margin-left: 23%;
margin-right: 23%;
text-align: center;
}
@media (max-width: 767px){#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
    
    
  }


.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 .shogun-image-content {
  
    align-items: center;
  
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shg-align-container {
  text-align: center
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
    
    
  }


.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 .shogun-image-content {
  
    align-items: center;
  
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shg-align-container {
  text-align: center
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
    
    
  }


.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 .shogun-image-content {
  
    align-items: center;
  
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shg-align-container {
  text-align: center
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
    
    
  }


.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 .shogun-image-content {
  
    align-items: center;
  
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shg-align-container {
  text-align: center
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
    
    
  }


.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615 .shogun-image-content {
  
    align-items: center;
  
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shg-align-container {
  text-align: center
}

.s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112abeea-7d04-47a4-b9f3-00fd4b2bc615.shogun-image {
  box-sizing: border-box;
}


}
#s-ad54ed9c-e017-48de-839f-f85feb804378 {
  text-align: left;
}

#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 30px;
padding-top: 11%;
padding-bottom: 11%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 22%;
padding-bottom: 22%;
}
}
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 {
  background-image: url(https://i.shgcdn.com/934224a0-3627-4706-9270-ea03e20f9c45/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c520c3e9-9108-4364-b9f0-7a8fb5f0c181.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d {
  text-align: left;
}
@media (min-width: 1200px){#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d {
  display: none;
}
#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d, #wrap-s-3128f6d6-1dbc-462a-9626-22afecbf4d0d { display:none !important; }}@media (max-width: 767px){#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d {
  display: none;
}
#s-3128f6d6-1dbc-462a-9626-22afecbf4d0d, #wrap-s-3128f6d6-1dbc-462a-9626-22afecbf4d0d { display:none !important; }}
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: 70% center;
}

#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e47284fc-3b5d-4236-a448-bc754278bd4f {
  background-image: url(https://i.shgcdn.com/045e1876-bffe-43bb-ac7e-00283f762d42/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-e47284fc-3b5d-4236-a448-bc754278bd4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47284fc-3b5d-4236-a448-bc754278bd4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 8%;
padding-left: 32%;
padding-bottom: 8%;
padding-right: 32%;
min-height: 50px;
max-width: 100%;
background-position: left center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  margin-top: -2%;
margin-bottom: -2%;
padding-top: 10%;
padding-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  padding-left: 28%;
padding-right: 28%;
}
}@media (max-width: 767px){#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  padding-top: 12%;
padding-left: 19%;
padding-bottom: 12%;
padding-right: 19%;
}
}
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-33e2e2ba-5274-443a-82dd-90b67589cde3 {
  background-image: url(https://i.shgcdn.com/928619a6-f408-4b15-b483-5dfc66001d32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-33e2e2ba-5274-443a-82dd-90b67589cde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33e2e2ba-5274-443a-82dd-90b67589cde3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-901532d6-e052-4037-8281-a0e01a620773 {
  min-height: 50px;
}








#s-901532d6-e052-4037-8281-a0e01a620773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-901532d6-e052-4037-8281-a0e01a620773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5d09b517-e971-4ef6-949d-141a0a00a942 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
text-align: left;
}

#s-5d09b517-e971-4ef6-949d-141a0a00a942 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5d09b517-e971-4ef6-949d-141a0a00a942 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-5d09b517-e971-4ef6-949d-141a0a00a942 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


}
#s-f8bb89be-7ae8-409c-8244-d637d94a823a {
  margin-top: -25px;
margin-left: 0%;
margin-bottom: -25px;
margin-right: 0%;
max-width: 100%;
text-align: center;
}







  img.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
    
    
  }


.s-f8bb89be-7ae8-409c-8244-d637d94a823a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shg-align-container {
  text-align: center
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
    
    
  }


.s-f8bb89be-7ae8-409c-8244-d637d94a823a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shg-align-container {
  text-align: center
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
    
    
  }


.s-f8bb89be-7ae8-409c-8244-d637d94a823a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shg-align-container {
  text-align: center
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
    
    
  }


.s-f8bb89be-7ae8-409c-8244-d637d94a823a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shg-align-container {
  text-align: center
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
    
    
  }


.s-f8bb89be-7ae8-409c-8244-d637d94a823a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shg-align-container {
  text-align: center
}

.s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bb89be-7ae8-409c-8244-d637d94a823a.shogun-image {
  box-sizing: border-box;
}


}
#s-3b971993-4662-45a0-841f-fe05133a5779 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-3b971993-4662-45a0-841f-fe05133a5779 {
  margin-top: 30px;
margin-bottom: 0px;
}
}






  img.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
    
    
  }


.s-3b971993-4662-45a0-841f-fe05133a5779 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shg-align-container {
  text-align: center
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
    
    
  }


.s-3b971993-4662-45a0-841f-fe05133a5779 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shg-align-container {
  text-align: center
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
    
    
  }


.s-3b971993-4662-45a0-841f-fe05133a5779 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shg-align-container {
  text-align: center
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
    
    
  }


.s-3b971993-4662-45a0-841f-fe05133a5779 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shg-align-container {
  text-align: center
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
    
    
  }


.s-3b971993-4662-45a0-841f-fe05133a5779 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shg-align-container {
  text-align: center
}

.s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b971993-4662-45a0-841f-fe05133a5779.shogun-image {
  box-sizing: border-box;
}


}
#s-b4f4efd6-df7b-4135-9afa-54f83d52946b {
  padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b4f4efd6-df7b-4135-9afa-54f83d52946b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4f4efd6-df7b-4135-9afa-54f83d52946b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4f4efd6-df7b-4135-9afa-54f83d52946b {
  
}
}@media (max-width: 767px){#s-b4f4efd6-df7b-4135-9afa-54f83d52946b {
  padding-bottom: 25px;
}
}







#s-b4f4efd6-df7b-4135-9afa-54f83d52946b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f4efd6-df7b-4135-9afa-54f83d52946b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41899c53-abce-491b-8985-40aeb1492eb7 {
  min-height: 50px;
}








#s-41899c53-abce-491b-8985-40aeb1492eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41899c53-abce-491b-8985-40aeb1492eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-repeat: repeat;
background-size: contain;
margin-top: -30px;
min-height: 0px;
max-width: 100%;
background-position: center top;
}
@media (max-width: 767px){#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  margin-top: -5px;
}
}
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b21a35f-f71d-44f1-aa24-98be685c7689 {
  background-image: url(https://i.shgcdn.com/598c124d-d0f2-4733-bad3-23475e2a194e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6b21a35f-f71d-44f1-aa24-98be685c7689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b21a35f-f71d-44f1-aa24-98be685c7689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bcf311f-1f81-4dc2-8281-0996d7783a0e {
  text-align: left;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 {
  margin-top: -20px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 20px;
}
}






  img.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
    
    
  }


.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shg-align-container {
  text-align: center
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
    
    
  }


.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shg-align-container {
  text-align: center
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
    
    
  }


.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shg-align-container {
  text-align: center
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
    
    
  }


.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shg-align-container {
  text-align: center
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
    
    
  }


.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shg-align-container {
  text-align: center
}

.s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4e9c88-319c-43c6-9c2c-61fe8b8b37b0.shogun-image {
  box-sizing: border-box;
}


}
#s-f721ca5d-3edb-40e8-a469-ef554c04fc29 {
  text-align: left;
}

#s-309c3973-bdd5-44af-9aa2-d0a65aaffc86 {
  min-height: 50px;
}








#s-309c3973-bdd5-44af-9aa2-d0a65aaffc86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309c3973-bdd5-44af-9aa2-d0a65aaffc86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c {
  margin-top: 25px;
margin-left: 36%;
margin-bottom: 10px;
margin-right: 36%;
text-align: center;
}
@media (max-width: 767px){#s-f02c45ad-5af8-463c-b327-0b62db11f84c {
  margin-top: 10px;
margin-left: 12%;
margin-right: 12%;
}
}






  img.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
    
    
  }


.s-f02c45ad-5af8-463c-b327-0b62db11f84c .shogun-image-content {
  
    align-items: center;
  
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shg-align-container {
  text-align: center
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
    
    
  }


.s-f02c45ad-5af8-463c-b327-0b62db11f84c .shogun-image-content {
  
    align-items: center;
  
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shg-align-container {
  text-align: center
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
    
    
  }


.s-f02c45ad-5af8-463c-b327-0b62db11f84c .shogun-image-content {
  
    align-items: center;
  
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shg-align-container {
  text-align: center
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
    
    
  }


.s-f02c45ad-5af8-463c-b327-0b62db11f84c .shogun-image-content {
  
    align-items: center;
  
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shg-align-container {
  text-align: center
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
    
    
  }


.s-f02c45ad-5af8-463c-b327-0b62db11f84c .shogun-image-content {
  
    align-items: center;
  
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shg-align-container {
  text-align: center
}

.s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02c45ad-5af8-463c-b327-0b62db11f84c.shogun-image {
  box-sizing: border-box;
}


}
#s-927d1219-c644-4ae9-a27b-1dfbbda7df8d {
  margin-top: 0px;
margin-left: 22%;
margin-bottom: 0px;
margin-right: 22%;
}
@media (min-width: 1200px){#s-927d1219-c644-4ae9-a27b-1dfbbda7df8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-927d1219-c644-4ae9-a27b-1dfbbda7df8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-927d1219-c644-4ae9-a27b-1dfbbda7df8d {
  
}
}@media (max-width: 767px){#s-927d1219-c644-4ae9-a27b-1dfbbda7df8d {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-927d1219-c644-4ae9-a27b-1dfbbda7df8d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-927d1219-c644-4ae9-a27b-1dfbbda7df8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-927d1219-c644-4ae9-a27b-1dfbbda7df8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-927d1219-c644-4ae9-a27b-1dfbbda7df8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6f8945f2-49f9-428d-b529-4a75c9413f4f {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}








#s-6f8945f2-49f9-428d-b529-4a75c9413f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f8945f2-49f9-428d-b529-4a75c9413f4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
  max-width: 100%;
aspect-ratio: 310/350;
text-align: center;
}





  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 img.shogun-image,
  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
    width: 100%;
    height: auto;
  }




.s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shg-align-container {
  text-align: center
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 img.shogun-image,
  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
    width: 100%;
    height: auto;
  }




.s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shg-align-container {
  text-align: center
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image {
  box-sizing: border-box;
}


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



  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 img.shogun-image,
  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
    width: 100%;
    height: auto;
  }




.s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shg-align-container {
  text-align: center
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image {
  box-sizing: border-box;
}


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



  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 img.shogun-image,
  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
    width: 100%;
    height: auto;
  }




.s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shg-align-container {
  text-align: center
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image {
  box-sizing: border-box;
}


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



  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 img.shogun-image,
  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d271a1ac-88f3-4864-8a91-64361cdd61f9 {
    width: 100%;
    height: auto;
  }




.s-d271a1ac-88f3-4864-8a91-64361cdd61f9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shg-align-container {
  text-align: center
}

.s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d271a1ac-88f3-4864-8a91-64361cdd61f9.shogun-image {
  box-sizing: border-box;
}


}
#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 {
  margin-left: -17%;
margin-bottom: 10%;
margin-right: 67%;
max-width: 100%;
text-align: center;
}







  img.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
    
    
  }


.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shg-align-container {
  text-align: center
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
    
    
  }


.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shg-align-container {
  text-align: center
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
    
    
  }


.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shg-align-container {
  text-align: center
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
    
    
  }


.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shg-align-container {
  text-align: center
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
    
    
  }


.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shg-align-container {
  text-align: center
}

.s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71963f6a-c4d5-425b-8030-d2d95b7b33e5.shogun-image {
  box-sizing: border-box;
}


}
#s-861bb237-9ca4-473d-a71e-b4697ccda7a2 {
  max-width: 100%;
}








#s-861bb237-9ca4-473d-a71e-b4697ccda7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-861bb237-9ca4-473d-a71e-b4697ccda7a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76 {
  max-width: 100%;
aspect-ratio: 310/350;
text-align: center;
}





  #s-d51e3e4a-0169-4137-b169-caab39f52d76 img.shogun-image,
  #s-d51e3e4a-0169-4137-b169-caab39f52d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51e3e4a-0169-4137-b169-caab39f52d76 {
    width: 100%;
    height: auto;
  }




.s-d51e3e4a-0169-4137-b169-caab39f52d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shg-align-container {
  text-align: center
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d51e3e4a-0169-4137-b169-caab39f52d76 img.shogun-image,
  #s-d51e3e4a-0169-4137-b169-caab39f52d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51e3e4a-0169-4137-b169-caab39f52d76 {
    width: 100%;
    height: auto;
  }




.s-d51e3e4a-0169-4137-b169-caab39f52d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shg-align-container {
  text-align: center
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image {
  box-sizing: border-box;
}


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



  #s-d51e3e4a-0169-4137-b169-caab39f52d76 img.shogun-image,
  #s-d51e3e4a-0169-4137-b169-caab39f52d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51e3e4a-0169-4137-b169-caab39f52d76 {
    width: 100%;
    height: auto;
  }




.s-d51e3e4a-0169-4137-b169-caab39f52d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shg-align-container {
  text-align: center
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image {
  box-sizing: border-box;
}


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



  #s-d51e3e4a-0169-4137-b169-caab39f52d76 img.shogun-image,
  #s-d51e3e4a-0169-4137-b169-caab39f52d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51e3e4a-0169-4137-b169-caab39f52d76 {
    width: 100%;
    height: auto;
  }




.s-d51e3e4a-0169-4137-b169-caab39f52d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shg-align-container {
  text-align: center
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image {
  box-sizing: border-box;
}


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



  #s-d51e3e4a-0169-4137-b169-caab39f52d76 img.shogun-image,
  #s-d51e3e4a-0169-4137-b169-caab39f52d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51e3e4a-0169-4137-b169-caab39f52d76 {
    width: 100%;
    height: auto;
  }




.s-d51e3e4a-0169-4137-b169-caab39f52d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shg-align-container {
  text-align: center
}

.s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e3e4a-0169-4137-b169-caab39f52d76.shogun-image {
  box-sizing: border-box;
}


}
#s-6112523b-08ca-4612-92d0-48137be4c136 {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}








#s-6112523b-08ca-4612-92d0-48137be4c136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6112523b-08ca-4612-92d0-48137be4c136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
aspect-ratio: 310/350;
text-align: center;
}





  #s-bd004112-5cd2-4797-a190-47d75a0d6637 img.shogun-image,
  #s-bd004112-5cd2-4797-a190-47d75a0d6637 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd004112-5cd2-4797-a190-47d75a0d6637 {
    width: 100%;
    height: auto;
  }




.s-bd004112-5cd2-4797-a190-47d75a0d6637 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shg-align-container {
  text-align: center
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bd004112-5cd2-4797-a190-47d75a0d6637 img.shogun-image,
  #s-bd004112-5cd2-4797-a190-47d75a0d6637 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd004112-5cd2-4797-a190-47d75a0d6637 {
    width: 100%;
    height: auto;
  }




.s-bd004112-5cd2-4797-a190-47d75a0d6637 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shg-align-container {
  text-align: center
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd004112-5cd2-4797-a190-47d75a0d6637 img.shogun-image,
  #s-bd004112-5cd2-4797-a190-47d75a0d6637 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd004112-5cd2-4797-a190-47d75a0d6637 {
    width: 100%;
    height: auto;
  }




.s-bd004112-5cd2-4797-a190-47d75a0d6637 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shg-align-container {
  text-align: center
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd004112-5cd2-4797-a190-47d75a0d6637 img.shogun-image,
  #s-bd004112-5cd2-4797-a190-47d75a0d6637 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd004112-5cd2-4797-a190-47d75a0d6637 {
    width: 100%;
    height: auto;
  }




.s-bd004112-5cd2-4797-a190-47d75a0d6637 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shg-align-container {
  text-align: center
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd004112-5cd2-4797-a190-47d75a0d6637 img.shogun-image,
  #s-bd004112-5cd2-4797-a190-47d75a0d6637 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd004112-5cd2-4797-a190-47d75a0d6637 {
    width: 100%;
    height: auto;
  }




.s-bd004112-5cd2-4797-a190-47d75a0d6637 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shg-align-container {
  text-align: center
}

.s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd004112-5cd2-4797-a190-47d75a0d6637.shogun-image {
  box-sizing: border-box;
}


}
#s-03b95ea0-9aa6-4432-94bf-517c101373f9 {
  margin-left: 65%;
margin-bottom: 10%;
margin-right: -8%;
max-width: 100%;
text-align: center;
}







  img.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
    
    
  }


.s-03b95ea0-9aa6-4432-94bf-517c101373f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shg-align-container {
  text-align: center
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
    
    
  }


.s-03b95ea0-9aa6-4432-94bf-517c101373f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shg-align-container {
  text-align: center
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
    
    
  }


.s-03b95ea0-9aa6-4432-94bf-517c101373f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shg-align-container {
  text-align: center
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
    
    
  }


.s-03b95ea0-9aa6-4432-94bf-517c101373f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shg-align-container {
  text-align: center
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
    
    
  }


.s-03b95ea0-9aa6-4432-94bf-517c101373f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shg-align-container {
  text-align: center
}

.s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b95ea0-9aa6-4432-94bf-517c101373f9.shogun-image {
  box-sizing: border-box;
}


}
#s-5c129085-3db5-4192-b7a2-2b46c2ebc086 {
  margin-top: 35px;
padding-top: 17px;
padding-bottom: 17px;
min-height: 50px;
background-color: rgba(228, 74, 42, 1);
}
@media (max-width: 767px){#s-5c129085-3db5-4192-b7a2-2b46c2ebc086 {
  margin-top: 20px;
}
}







#s-5c129085-3db5-4192-b7a2-2b46c2ebc086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c129085-3db5-4192-b7a2-2b46c2ebc086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68 {
  margin-top: 0px;
margin-left: 34%;
margin-bottom: 0px;
margin-right: 34%;
text-align: center;
}
@media (max-width: 767px){#s-f68e0423-1e8f-4843-81f7-73f9098dde68 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
    
    
  }


.s-f68e0423-1e8f-4843-81f7-73f9098dde68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shg-align-container {
  text-align: center
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
    
    
  }


.s-f68e0423-1e8f-4843-81f7-73f9098dde68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shg-align-container {
  text-align: center
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
    
    
  }


.s-f68e0423-1e8f-4843-81f7-73f9098dde68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shg-align-container {
  text-align: center
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
    
    
  }


.s-f68e0423-1e8f-4843-81f7-73f9098dde68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shg-align-container {
  text-align: center
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
    
    
  }


.s-f68e0423-1e8f-4843-81f7-73f9098dde68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shg-align-container {
  text-align: center
}

.s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68e0423-1e8f-4843-81f7-73f9098dde68.shogun-image {
  box-sizing: border-box;
}


}
#s-42bfe2bf-f5a3-4b30-b34a-af4ec5af0da7 {
  text-align: left;
}

#s-51dd9b59-eef0-4c1a-bb9d-9983fd491093 {
  min-height: 50px;
background-color: rgba(0, 114, 54, 1);
}








#s-51dd9b59-eef0-4c1a-bb9d-9983fd491093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51dd9b59-eef0-4c1a-bb9d-9983fd491093.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
padding-bottom: 16%;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  padding-bottom: 64%;
}
}
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 {
  background-image: url(https://i.shgcdn.com/504c8d2a-6e86-467c-be5e-a24e0462aea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f08bb80-9bb4-438a-bcd3-330d517e5c29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d {
  margin-top: 20px;
margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-3bd3fd22-6772-4070-a12d-3a02f464804d {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
    
    
  }


.s-3bd3fd22-6772-4070-a12d-3a02f464804d .shogun-image-content {
  
    align-items: center;
  
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shg-align-container {
  text-align: center
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
    
    
  }


.s-3bd3fd22-6772-4070-a12d-3a02f464804d .shogun-image-content {
  
    align-items: center;
  
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shg-align-container {
  text-align: center
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
    
    
  }


.s-3bd3fd22-6772-4070-a12d-3a02f464804d .shogun-image-content {
  
    align-items: center;
  
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shg-align-container {
  text-align: center
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
    
    
  }


.s-3bd3fd22-6772-4070-a12d-3a02f464804d .shogun-image-content {
  
    align-items: center;
  
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shg-align-container {
  text-align: center
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
    
    
  }


.s-3bd3fd22-6772-4070-a12d-3a02f464804d .shogun-image-content {
  
    align-items: center;
  
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shg-align-container {
  text-align: center
}

.s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd3fd22-6772-4070-a12d-3a02f464804d.shogun-image {
  box-sizing: border-box;
}


}
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-repeat: repeat;
background-size: 16px 16px;
background-position: center center;
}

#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd {
  background-image: url(https://i.shgcdn.com/fe2f86c4-b710-4dc8-a12a-ec3574ab9eb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcdb0937-0ea4-4cab-a637-9b322986ccdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b734b30-2846-4e2b-81d6-499afdcfaed7 {
  margin-top: -15%;
margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
}
@media (max-width: 767px){#s-0b734b30-2846-4e2b-81d6-499afdcfaed7 {
  margin-top: -60%;
margin-left: 11%;
margin-right: 11%;
}
}
@media (min-width: 0px) {
[id="s-0b734b30-2846-4e2b-81d6-499afdcfaed7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b734b30-2846-4e2b-81d6-499afdcfaed7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0b734b30-2846-4e2b-81d6-499afdcfaed7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b734b30-2846-4e2b-81d6-499afdcfaed7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-ca6361aa-4bec-4535-b688-4f455f51eceb {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
max-width: 100%;
}
@media (max-width: 767px){#s-ca6361aa-4bec-4535-b688-4f455f51eceb {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-ca6361aa-4bec-4535-b688-4f455f51eceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca6361aa-4bec-4535-b688-4f455f51eceb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682 {
  margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d50233c8-2d2e-41a3-93cb-f65819154682 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
    
    
  }


.s-d50233c8-2d2e-41a3-93cb-f65819154682 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shg-align-container {
  text-align: center
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
    
    
  }


.s-d50233c8-2d2e-41a3-93cb-f65819154682 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shg-align-container {
  text-align: center
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
    
    
  }


.s-d50233c8-2d2e-41a3-93cb-f65819154682 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shg-align-container {
  text-align: center
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
    
    
  }


.s-d50233c8-2d2e-41a3-93cb-f65819154682 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shg-align-container {
  text-align: center
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
    
    
  }


.s-d50233c8-2d2e-41a3-93cb-f65819154682 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shg-align-container {
  text-align: center
}

.s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50233c8-2d2e-41a3-93cb-f65819154682.shogun-image {
  box-sizing: border-box;
}


}
#s-a624bd7e-be63-420e-88df-f8debe0f56c9 {
  margin-top: -9%;
margin-left: -5%;
margin-right: 55%;
text-align: center;
}







  img.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
    
    
  }


.s-a624bd7e-be63-420e-88df-f8debe0f56c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shg-align-container {
  text-align: center
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
    
    
  }


.s-a624bd7e-be63-420e-88df-f8debe0f56c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shg-align-container {
  text-align: center
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
    
    
  }


.s-a624bd7e-be63-420e-88df-f8debe0f56c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shg-align-container {
  text-align: center
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
    
    
  }


.s-a624bd7e-be63-420e-88df-f8debe0f56c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shg-align-container {
  text-align: center
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
    
    
  }


.s-a624bd7e-be63-420e-88df-f8debe0f56c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shg-align-container {
  text-align: center
}

.s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a624bd7e-be63-420e-88df-f8debe0f56c9.shogun-image {
  box-sizing: border-box;
}


}
#s-6be7a0e6-d942-4d11-b1a7-7d30dc36b463 {
  margin-top: 20px;
min-height: 50px;
}








#s-6be7a0e6-d942-4d11-b1a7-7d30dc36b463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6be7a0e6-d942-4d11-b1a7-7d30dc36b463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de97c30e-4545-4ab9-8552-17eaeba09f51 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de97c30e-4545-4ab9-8552-17eaeba09f51 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-e48dfabe-dc8e-4aea-be9b-ed75a18b6c62 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-e48dfabe-dc8e-4aea-be9b-ed75a18b6c62 {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-e48dfabe-dc8e-4aea-be9b-ed75a18b6c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48dfabe-dc8e-4aea-be9b-ed75a18b6c62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d888b378-f150-49d3-9178-8973939b6358 {
  margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d888b378-f150-49d3-9178-8973939b6358 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
    
    
  }


.s-d888b378-f150-49d3-9178-8973939b6358 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d888b378-f150-49d3-9178-8973939b6358.shg-align-container {
  text-align: center
}

.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
    
    
  }


.s-d888b378-f150-49d3-9178-8973939b6358 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d888b378-f150-49d3-9178-8973939b6358.shg-align-container {
  text-align: center
}

.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
    
    
  }


.s-d888b378-f150-49d3-9178-8973939b6358 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d888b378-f150-49d3-9178-8973939b6358.shg-align-container {
  text-align: center
}

.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
    
    
  }


.s-d888b378-f150-49d3-9178-8973939b6358 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d888b378-f150-49d3-9178-8973939b6358.shg-align-container {
  text-align: center
}

.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
    
    
  }


.s-d888b378-f150-49d3-9178-8973939b6358 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d888b378-f150-49d3-9178-8973939b6358.shg-align-container {
  text-align: center
}

.s-d888b378-f150-49d3-9178-8973939b6358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d888b378-f150-49d3-9178-8973939b6358.shogun-image {
  box-sizing: border-box;
}


}
#s-3b590473-42d2-459e-9f20-295538fbe856 {
  margin-top: -9%;
margin-left: -5%;
margin-right: 55%;
max-width: 100%;
text-align: center;
}







  img.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
    
    
  }


.s-3b590473-42d2-459e-9f20-295538fbe856 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shg-align-container {
  text-align: center
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
    
    
  }


.s-3b590473-42d2-459e-9f20-295538fbe856 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shg-align-container {
  text-align: center
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
    
    
  }


.s-3b590473-42d2-459e-9f20-295538fbe856 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shg-align-container {
  text-align: center
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
    
    
  }


.s-3b590473-42d2-459e-9f20-295538fbe856 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shg-align-container {
  text-align: center
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
    
    
  }


.s-3b590473-42d2-459e-9f20-295538fbe856 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shg-align-container {
  text-align: center
}

.s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b590473-42d2-459e-9f20-295538fbe856.shogun-image {
  box-sizing: border-box;
}


}
#s-eefe51ab-b34c-4398-925d-b63bc2156de9 {
  margin-top: 20px;
min-height: 50px;
}








#s-eefe51ab-b34c-4398-925d-b63bc2156de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eefe51ab-b34c-4398-925d-b63bc2156de9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a6ee5b-b8de-411f-9a42-c2f75ef47b0f {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c8a6ee5b-b8de-411f-9a42-c2f75ef47b0f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-0568596c-4a94-4c0a-8e9e-41267f9911f4 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-0568596c-4a94-4c0a-8e9e-41267f9911f4 {
  margin-bottom: 0px;
}
}







#s-0568596c-4a94-4c0a-8e9e-41267f9911f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0568596c-4a94-4c0a-8e9e-41267f9911f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714 {
  margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-62c61432-b5c8-4c95-a444-7f1c34fb8714 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
    
    
  }


.s-62c61432-b5c8-4c95-a444-7f1c34fb8714 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shg-align-container {
  text-align: center
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
    
    
  }


.s-62c61432-b5c8-4c95-a444-7f1c34fb8714 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shg-align-container {
  text-align: center
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
    
    
  }


.s-62c61432-b5c8-4c95-a444-7f1c34fb8714 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shg-align-container {
  text-align: center
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
    
    
  }


.s-62c61432-b5c8-4c95-a444-7f1c34fb8714 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shg-align-container {
  text-align: center
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
    
    
  }


.s-62c61432-b5c8-4c95-a444-7f1c34fb8714 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shg-align-container {
  text-align: center
}

.s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c61432-b5c8-4c95-a444-7f1c34fb8714.shogun-image {
  box-sizing: border-box;
}


}
#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 {
  margin-top: -9%;
margin-left: -5%;
margin-right: 55%;
max-width: 100%;
text-align: center;
}







  img.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
    
    
  }


.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shg-align-container {
  text-align: center
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
    
    
  }


.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shg-align-container {
  text-align: center
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
    
    
  }


.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shg-align-container {
  text-align: center
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
    
    
  }


.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shg-align-container {
  text-align: center
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
    
    
  }


.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shg-align-container {
  text-align: center
}

.s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a03ab76-0ed6-438f-b626-dbbbd66bc380.shogun-image {
  box-sizing: border-box;
}


}
#s-c2df8fa3-e058-4546-8f52-4e5ceef47ca1 {
  margin-top: 20px;
min-height: 50px;
}








#s-c2df8fa3-e058-4546-8f52-4e5ceef47ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2df8fa3-e058-4546-8f52-4e5ceef47ca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40347997-52a9-402a-92d7-c793187f50a0 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-40347997-52a9-402a-92d7-c793187f50a0 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-156a5003-972e-4440-aaf4-df9cdbe5e33a {
  min-height: 50px;
background-color: rgba(247, 244, 235, 1);
}








#s-156a5003-972e-4440-aaf4-df9cdbe5e33a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-156a5003-972e-4440-aaf4-df9cdbe5e33a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbde924e-8b2b-41cd-b98b-6676d8c01851 {
  background-repeat: no-repeat;
background-size: 209px 800px;
min-height: 50px;
background-position: left center;
}








#s-bbde924e-8b2b-41cd-b98b-6676d8c01851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbde924e-8b2b-41cd-b98b-6676d8c01851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78846116-8525-403c-a14a-47424d9093ab {
  background-repeat: no-repeat;
background-size: 209px 800px;
padding-bottom: 70px;
min-height: 50px;
background-position: right center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-78846116-8525-403c-a14a-47424d9093ab {
  padding-bottom: 40px;
}
}







#s-78846116-8525-403c-a14a-47424d9093ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78846116-8525-403c-a14a-47424d9093ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 {
  margin-top: 20px;
margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
    
    
  }


.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shg-align-container {
  text-align: center
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
    
    
  }


.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shg-align-container {
  text-align: center
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
    
    
  }


.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shg-align-container {
  text-align: center
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
    
    
  }


.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shg-align-container {
  text-align: center
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
    
    
  }


.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shg-align-container {
  text-align: center
}

.s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a35b548-d8ff-4f88-8089-09afaae1f1e0.shogun-image {
  box-sizing: border-box;
}


}
#s-b8b528d8-b228-4ac0-ac25-b7fbc2502ab4 {
  margin-left: 22%;
margin-right: 22%;
min-height: 50px;
}
@media (max-width: 767px){#s-b8b528d8-b228-4ac0-ac25-b7fbc2502ab4 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
}







#s-b8b528d8-b228-4ac0-ac25-b7fbc2502ab4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8b528d8-b228-4ac0-ac25-b7fbc2502ab4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23585229-79a0-4547-b57c-73a566ce7340 {
  min-height: 50px;
}
@media (max-width: 767px){#s-23585229-79a0-4547-b57c-73a566ce7340 {
  display: none;
}
#s-23585229-79a0-4547-b57c-73a566ce7340, #wrap-s-23585229-79a0-4547-b57c-73a566ce7340 { display:none !important; }}







#s-23585229-79a0-4547-b57c-73a566ce7340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23585229-79a0-4547-b57c-73a566ce7340.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5 {
  aspect-ratio: 1176/220;
text-align: center;
}
@media (max-width: 767px){#s-97018992-af09-402b-af4c-c5c715dce5f5 {
  
}
}




  #s-97018992-af09-402b-af4c-c5c715dce5f5 img.shogun-image,
  #s-97018992-af09-402b-af4c-c5c715dce5f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97018992-af09-402b-af4c-c5c715dce5f5 {
    width: 100%;
    height: auto;
  }



  img.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
    
    
  }


.s-97018992-af09-402b-af4c-c5c715dce5f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shg-align-container {
  text-align: center
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-97018992-af09-402b-af4c-c5c715dce5f5 img.shogun-image,
  #s-97018992-af09-402b-af4c-c5c715dce5f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97018992-af09-402b-af4c-c5c715dce5f5 {
    width: 100%;
    height: auto;
  }



  img.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
    
    
  }


.s-97018992-af09-402b-af4c-c5c715dce5f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shg-align-container {
  text-align: center
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-97018992-af09-402b-af4c-c5c715dce5f5 img.shogun-image,
  #s-97018992-af09-402b-af4c-c5c715dce5f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97018992-af09-402b-af4c-c5c715dce5f5 {
    width: 100%;
    height: auto;
  }



  img.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
    
    
  }


.s-97018992-af09-402b-af4c-c5c715dce5f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shg-align-container {
  text-align: center
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-97018992-af09-402b-af4c-c5c715dce5f5 img.shogun-image,
  #s-97018992-af09-402b-af4c-c5c715dce5f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97018992-af09-402b-af4c-c5c715dce5f5 {
    width: 100%;
    height: auto;
  }



  img.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
    
    
  }


.s-97018992-af09-402b-af4c-c5c715dce5f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shg-align-container {
  text-align: center
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-97018992-af09-402b-af4c-c5c715dce5f5 img.shogun-image,
  #s-97018992-af09-402b-af4c-c5c715dce5f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97018992-af09-402b-af4c-c5c715dce5f5 {
    width: 100%;
    height: auto;
  }



  img.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
    
    
  }


.s-97018992-af09-402b-af4c-c5c715dce5f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shg-align-container {
  text-align: center
}

.s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97018992-af09-402b-af4c-c5c715dce5f5.shogun-image {
  box-sizing: border-box;
}


}
#s-1770863b-7715-4bae-bad6-ddf5f9638d92 {
  text-align: left;
}
@media (max-width: 767px){#s-1770863b-7715-4bae-bad6-ddf5f9638d92 {
  display: none;
}
#s-1770863b-7715-4bae-bad6-ddf5f9638d92, #wrap-s-1770863b-7715-4bae-bad6-ddf5f9638d92 { display:none !important; }}
#s-5bb4a6d5-9b95-4cb3-a124-049eedde5740 {
  margin-bottom: 0%;
padding-top: 0px;
min-height: 50px;
background-color: rgba(245, 198, 0, 1);
background-attachment: scroll;
}








#s-5bb4a6d5-9b95-4cb3-a124-049eedde5740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb4a6d5-9b95-4cb3-a124-049eedde5740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6 {
  margin-top: -10%;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
}
@media (max-width: 767px){#s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6 {
  margin-top: 10px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce64b4b9-88c3-48ef-9146-8422e3c40fa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1bc81333-334a-4055-baf7-774e9cef3c68 {
  margin-top: -28%;
margin-left: -10%;
margin-bottom: -24%;
margin-right: -10%;
min-height: 100%;
}
@media (max-width: 767px){#s-1bc81333-334a-4055-baf7-774e9cef3c68 {
  margin-top: -20%;
margin-left: 0%;
margin-bottom: -12%;
margin-right: 0%;
}
}







#s-1bc81333-334a-4055-baf7-774e9cef3c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc81333-334a-4055-baf7-774e9cef3c68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470 {
  text-align: center;
}







  img.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
    
    
  }


.s-67c9ecb9-8958-414e-8298-6031dac7e470 .shogun-image-content {
  
    align-items: center;
  
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shg-align-container {
  text-align: center
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
    
    
  }


.s-67c9ecb9-8958-414e-8298-6031dac7e470 .shogun-image-content {
  
    align-items: center;
  
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shg-align-container {
  text-align: center
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
    
    
  }


.s-67c9ecb9-8958-414e-8298-6031dac7e470 .shogun-image-content {
  
    align-items: center;
  
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shg-align-container {
  text-align: center
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
    
    
  }


.s-67c9ecb9-8958-414e-8298-6031dac7e470 .shogun-image-content {
  
    align-items: center;
  
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shg-align-container {
  text-align: center
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
    
    
  }


.s-67c9ecb9-8958-414e-8298-6031dac7e470 .shogun-image-content {
  
    align-items: center;
  
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shg-align-container {
  text-align: center
}

.s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67c9ecb9-8958-414e-8298-6031dac7e470.shogun-image {
  box-sizing: border-box;
}


}
#s-a349dd49-a297-43ab-aa58-365684b95e46 {
  margin-left: 4%;
padding-top: 30px;
padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 100%;
background-color: rgba(255, 255, 255, 0.5);
}








#s-a349dd49-a297-43ab-aa58-365684b95e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a349dd49-a297-43ab-aa58-365684b95e46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53394455-6524-4dcc-a868-3ef8bbd3249f {
  margin-top: 0px;
margin-bottom: -15px;
text-align: left;
}
@media (max-width: 767px){#s-53394455-6524-4dcc-a868-3ef8bbd3249f {
  margin-top: 0px;
margin-bottom: -35px;
text-align: center;
}
}
#s-53394455-6524-4dcc-a868-3ef8bbd3249f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-53394455-6524-4dcc-a868-3ef8bbd3249f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}


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

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

#s-556dcdc6-664e-4fd5-8821-356302f70016 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-556dcdc6-664e-4fd5-8821-356302f70016 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1d95cb49-fe8b-4bef-b5c2-acc505320323 {
  text-align: left;
}
@media (max-width: 767px){#s-1d95cb49-fe8b-4bef-b5c2-acc505320323 {
  display: none;
}
#s-1d95cb49-fe8b-4bef-b5c2-acc505320323, #wrap-s-1d95cb49-fe8b-4bef-b5c2-acc505320323 { display:none !important; }}
#s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
  margin-top: -2%;
aspect-ratio: 1176/220;
text-align: center;
}
@media (max-width: 767px){#s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
  display: none;
}
#s-5d0026a3-5fef-4394-af13-6c45c7c1e779, #wrap-s-5d0026a3-5fef-4394-af13-6c45c7c1e779 { display:none !important; }}




  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 img.shogun-image,
  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
    width: 100%;
    height: auto;
  }



  img.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
    
    
  }


.s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shg-align-container {
  text-align: center
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 img.shogun-image,
  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
    width: 100%;
    height: auto;
  }



  img.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
    
    
  }


.s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shg-align-container {
  text-align: center
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 img.shogun-image,
  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
    width: 100%;
    height: auto;
  }



  img.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
    
    
  }


.s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shg-align-container {
  text-align: center
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 img.shogun-image,
  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
    width: 100%;
    height: auto;
  }



  img.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
    
    
  }


.s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shg-align-container {
  text-align: center
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 img.shogun-image,
  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d0026a3-5fef-4394-af13-6c45c7c1e779 {
    width: 100%;
    height: auto;
  }



  img.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
    
    
  }


.s-5d0026a3-5fef-4394-af13-6c45c7c1e779 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shg-align-container {
  text-align: center
}

.s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0026a3-5fef-4394-af13-6c45c7c1e779.shogun-image {
  box-sizing: border-box;
}


}
#s-f559829f-3bbf-4d97-a3ce-135d2be2a707 {
  margin-left: 22%;
margin-right: 22%;
min-height: 50px;
background-color: rgba(245, 198, 0, 1);
}
@media (max-width: 767px){#s-f559829f-3bbf-4d97-a3ce-135d2be2a707 {
  margin-left: 7%;
margin-right: 7%;
}
}







#s-f559829f-3bbf-4d97-a3ce-135d2be2a707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f559829f-3bbf-4d97-a3ce-135d2be2a707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb9181c1-d13a-4823-aa39-890ca09f8ddf {
  padding-top: 0px;
min-height: 50px;
background-color: rgba(149, 105, 190, 1);
}








#s-eb9181c1-d13a-4823-aa39-890ca09f8ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb9181c1-d13a-4823-aa39-890ca09f8ddf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac90e1e-e32b-476b-b4be-031e3327edea {
  margin-top: -10%;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
}
@media (max-width: 767px){#s-fac90e1e-e32b-476b-b4be-031e3327edea {
  margin-top: 0%;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fac90e1e-e32b-476b-b4be-031e3327edea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-517bb8ab-d01f-40ab-92bd-4ab8b72c59c1 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 30px;
padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 100%;
background-color: rgba(255, 255, 255, 0.5);
}








#s-517bb8ab-d01f-40ab-92bd-4ab8b72c59c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-517bb8ab-d01f-40ab-92bd-4ab8b72c59c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-900364af-76e9-458b-902c-dce95d9859cb {
  margin-top: 0px;
margin-bottom: -15px;
text-align: left;
}
@media (max-width: 767px){#s-900364af-76e9-458b-902c-dce95d9859cb {
  margin-top: 0px;
margin-bottom: -35px;
text-align: center;
}
}
#s-900364af-76e9-458b-902c-dce95d9859cb .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-900364af-76e9-458b-902c-dce95d9859cb .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-642855a9-bc56-4f26-bba7-6fbea3617735 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-642855a9-bc56-4f26-bba7-6fbea3617735 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-579a191a-a688-4d35-a30d-a4535dd57f3f {
  margin-top: -28%;
margin-left: -10%;
margin-bottom: -24%;
margin-right: -10%;
min-height: 100%;
}
@media (max-width: 767px){#s-579a191a-a688-4d35-a30d-a4535dd57f3f {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: -12%;
margin-right: 0%;
}
}







#s-579a191a-a688-4d35-a30d-a4535dd57f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-579a191a-a688-4d35-a30d-a4535dd57f3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 {
  text-align: center;
}







  img.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
    
    
  }


.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shg-align-container {
  text-align: center
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
    
    
  }


.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shg-align-container {
  text-align: center
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
    
    
  }


.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shg-align-container {
  text-align: center
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
    
    
  }


.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shg-align-container {
  text-align: center
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
    
    
  }


.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shg-align-container {
  text-align: center
}

.s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ae172-220d-4fad-928c-4b97ddbb5ec2.shogun-image {
  box-sizing: border-box;
}


}
#s-edb71938-6d1d-4cc5-80c6-6cae0a65c5c0 {
  text-align: left;
}
@media (max-width: 767px){#s-edb71938-6d1d-4cc5-80c6-6cae0a65c5c0 {
  display: none;
}
#s-edb71938-6d1d-4cc5-80c6-6cae0a65c5c0, #wrap-s-edb71938-6d1d-4cc5-80c6-6cae0a65c5c0 { display:none !important; }}
#s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
  margin-top: -2%;
aspect-ratio: 1176/220;
text-align: center;
}
@media (max-width: 767px){#s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
  display: none;
}
#s-0d1ca055-760a-48e4-bb65-13c5f293f087, #wrap-s-0d1ca055-760a-48e4-bb65-13c5f293f087 { display:none !important; }}




  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 img.shogun-image,
  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
    width: 100%;
    height: auto;
  }



  img.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
    
    
  }


.s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shg-align-container {
  text-align: center
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 img.shogun-image,
  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
    width: 100%;
    height: auto;
  }



  img.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
    
    
  }


.s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shg-align-container {
  text-align: center
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 img.shogun-image,
  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
    width: 100%;
    height: auto;
  }



  img.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
    
    
  }


.s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shg-align-container {
  text-align: center
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 img.shogun-image,
  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
    width: 100%;
    height: auto;
  }



  img.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
    
    
  }


.s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shg-align-container {
  text-align: center
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 img.shogun-image,
  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d1ca055-760a-48e4-bb65-13c5f293f087 {
    width: 100%;
    height: auto;
  }



  img.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
    
    
  }


.s-0d1ca055-760a-48e4-bb65-13c5f293f087 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shg-align-container {
  text-align: center
}

.s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1ca055-760a-48e4-bb65-13c5f293f087.shogun-image {
  box-sizing: border-box;
}


}
#s-14d9d6ac-3a3d-41a7-8313-d717590b8d88 {
  margin-left: 22%;
margin-right: 22%;
min-height: 50px;
}
@media (max-width: 767px){#s-14d9d6ac-3a3d-41a7-8313-d717590b8d88 {
  margin-left: 7%;
margin-right: 7%;
}
}







#s-14d9d6ac-3a3d-41a7-8313-d717590b8d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d9d6ac-3a3d-41a7-8313-d717590b8d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c99a8352-941d-42a5-bfc8-b8660a936047 {
  margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(222, 100, 81, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-c99a8352-941d-42a5-bfc8-b8660a936047 {
  padding-bottom: 0px;
}
}







#s-c99a8352-941d-42a5-bfc8-b8660a936047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c99a8352-941d-42a5-bfc8-b8660a936047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f677bc16-28b9-4f2a-995e-d649e79e2ece {
  margin-top: -10%;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
}
@media (max-width: 767px){#s-f677bc16-28b9-4f2a-995e-d649e79e2ece {
  margin-top: 10px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f677bc16-28b9-4f2a-995e-d649e79e2ece"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8f940d5b-5830-4efb-b1fe-fa8d9b68cce8 {
  margin-top: -28%;
margin-left: -10%;
margin-bottom: -24%;
margin-right: -10%;
min-height: 100%;
}
@media (max-width: 767px){#s-8f940d5b-5830-4efb-b1fe-fa8d9b68cce8 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: -12%;
margin-right: 0%;
}
}







#s-8f940d5b-5830-4efb-b1fe-fa8d9b68cce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f940d5b-5830-4efb-b1fe-fa8d9b68cce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d {
  text-align: center;
}







  img.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
    
    
  }


.s-57e442ff-5bfa-4f2d-8087-38d39b12765d .shogun-image-content {
  
    align-items: center;
  
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shg-align-container {
  text-align: center
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
    
    
  }


.s-57e442ff-5bfa-4f2d-8087-38d39b12765d .shogun-image-content {
  
    align-items: center;
  
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shg-align-container {
  text-align: center
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
    
    
  }


.s-57e442ff-5bfa-4f2d-8087-38d39b12765d .shogun-image-content {
  
    align-items: center;
  
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shg-align-container {
  text-align: center
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
    
    
  }


.s-57e442ff-5bfa-4f2d-8087-38d39b12765d .shogun-image-content {
  
    align-items: center;
  
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shg-align-container {
  text-align: center
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
    
    
  }


.s-57e442ff-5bfa-4f2d-8087-38d39b12765d .shogun-image-content {
  
    align-items: center;
  
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shg-align-container {
  text-align: center
}

.s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e442ff-5bfa-4f2d-8087-38d39b12765d.shogun-image {
  box-sizing: border-box;
}


}
#s-e67aac5f-ada4-4c69-8b80-7207ddc5dc9c {
  margin-left: 4%;
padding-top: 30px;
padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 100%;
background-color: rgba(255, 255, 255, 0.5);
}








#s-e67aac5f-ada4-4c69-8b80-7207ddc5dc9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67aac5f-ada4-4c69-8b80-7207ddc5dc9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-548a5857-ee88-42ae-a418-075e5d1de796 {
  margin-top: 0px;
margin-bottom: -15px;
text-align: left;
}
@media (max-width: 767px){#s-548a5857-ee88-42ae-a418-075e5d1de796 {
  margin-top: 0px;
margin-bottom: -35px;
text-align: center;
}
}
#s-548a5857-ee88-42ae-a418-075e5d1de796 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-548a5857-ee88-42ae-a418-075e5d1de796 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-b0cc1fde-e0a3-4857-b08a-e434bec9bbfc {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-b0cc1fde-e0a3-4857-b08a-e434bec9bbfc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-31da6331-edae-464d-a039-69039d8ca867 {
  text-align: left;
}
@media (max-width: 767px){#s-31da6331-edae-464d-a039-69039d8ca867 {
  display: none;
}
#s-31da6331-edae-464d-a039-69039d8ca867, #wrap-s-31da6331-edae-464d-a039-69039d8ca867 { display:none !important; }}
#s-e2c62666-1c24-4cd8-a764-2bbd4852939e {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-e2c62666-1c24-4cd8-a764-2bbd4852939e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2c62666-1c24-4cd8-a764-2bbd4852939e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2c62666-1c24-4cd8-a764-2bbd4852939e {
  
}
}@media (max-width: 767px){#s-e2c62666-1c24-4cd8-a764-2bbd4852939e {
  
}
}







#s-e2c62666-1c24-4cd8-a764-2bbd4852939e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c62666-1c24-4cd8-a764-2bbd4852939e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3e4873b-442f-4a0b-bdd7-ea7845b9dad8 {
  margin-top: 30px;
margin-left: 17%;
margin-right: 17%;
min-height: 50px;
}
@media (max-width: 767px){#s-d3e4873b-442f-4a0b-bdd7-ea7845b9dad8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-d3e4873b-442f-4a0b-bdd7-ea7845b9dad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e4873b-442f-4a0b-bdd7-ea7845b9dad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-repeat: repeat;
background-size: 30px 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-position: center center;
}

#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 {
  background-image: url(https://i.shgcdn.com/81bcd8ca-a1c8-4fc5-a078-c958b756d612/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d5b7761e-8045-430b-82e0-74063fe1d8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5b7761e-8045-430b-82e0-74063fe1d8a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c {
  margin-top: -55px;
margin-left: 8%;
margin-bottom: -9%;
margin-right: 8%;
text-align: center;
}
@media (max-width: 767px){#s-53c5e760-23cb-4698-9127-849e8d2eee5c {
  margin-left: 2%;
margin-right: 2%;
}
}






  img.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
    
    
  }


.s-53c5e760-23cb-4698-9127-849e8d2eee5c .shogun-image-content {
  
    align-items: center;
  
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shg-align-container {
  text-align: center
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
    
    
  }


.s-53c5e760-23cb-4698-9127-849e8d2eee5c .shogun-image-content {
  
    align-items: center;
  
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shg-align-container {
  text-align: center
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
    
    
  }


.s-53c5e760-23cb-4698-9127-849e8d2eee5c .shogun-image-content {
  
    align-items: center;
  
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shg-align-container {
  text-align: center
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
    
    
  }


.s-53c5e760-23cb-4698-9127-849e8d2eee5c .shogun-image-content {
  
    align-items: center;
  
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shg-align-container {
  text-align: center
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
    
    
  }


.s-53c5e760-23cb-4698-9127-849e8d2eee5c .shogun-image-content {
  
    align-items: center;
  
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shg-align-container {
  text-align: center
}

.s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53c5e760-23cb-4698-9127-849e8d2eee5c.shogun-image {
  box-sizing: border-box;
}


}
#s-cb29052b-4771-4751-b04e-bbfafabe32b7 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 0px;
}
@media (max-width: 767px){#s-cb29052b-4771-4751-b04e-bbfafabe32b7 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cb29052b-4771-4751-b04e-bbfafabe32b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb29052b-4771-4751-b04e-bbfafabe32b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cb29052b-4771-4751-b04e-bbfafabe32b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb29052b-4771-4751-b04e-bbfafabe32b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c {
  margin-top: 0%;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c {
  margin-top: 15px;
}
}






  img.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
    
    
  }


.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shg-align-container {
  text-align: center
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
    
    
  }


.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shg-align-container {
  text-align: center
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
    
    
  }


.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shg-align-container {
  text-align: center
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
    
    
  }


.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shg-align-container {
  text-align: center
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
    
    
  }


.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shg-align-container {
  text-align: center
}

.s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e05a720-e04b-43bd-a5d4-cd3731dfed3c.shogun-image {
  box-sizing: border-box;
}


}
#s-d3ebb84b-589e-4e8f-bc9e-6c72012b3e31 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d3ebb84b-589e-4e8f-bc9e-6c72012b3e31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d3ebb84b-589e-4e8f-bc9e-6c72012b3e31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3ebb84b-589e-4e8f-bc9e-6c72012b3e31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3ebb84b-589e-4e8f-bc9e-6c72012b3e31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3b6efa9a-3839-418e-ac44-87b00743ccbb {
  margin-top: 26px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3b6efa9a-3839-418e-ac44-87b00743ccbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b6efa9a-3839-418e-ac44-87b00743ccbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67729267-a9f7-4198-825a-4fe90827d493 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-67729267-a9f7-4198-825a-4fe90827d493 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-e385ab00-5391-47d5-a93e-b4ed743a026c {
  margin-top: 26px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e385ab00-5391-47d5-a93e-b4ed743a026c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e385ab00-5391-47d5-a93e-b4ed743a026c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63cae037-a339-403a-b92c-d710710da5e4 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-63cae037-a339-403a-b92c-d710710da5e4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-c0705408-1cfa-4e41-9a73-503021161d37 {
  margin-top: 0%;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-c0705408-1cfa-4e41-9a73-503021161d37 {
  margin-top: 15px;
}
}






  img.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
    
    
  }


.s-c0705408-1cfa-4e41-9a73-503021161d37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shg-align-container {
  text-align: center
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
    
    
  }


.s-c0705408-1cfa-4e41-9a73-503021161d37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shg-align-container {
  text-align: center
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
    
    
  }


.s-c0705408-1cfa-4e41-9a73-503021161d37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shg-align-container {
  text-align: center
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
    
    
  }


.s-c0705408-1cfa-4e41-9a73-503021161d37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shg-align-container {
  text-align: center
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
    
    
  }


.s-c0705408-1cfa-4e41-9a73-503021161d37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shg-align-container {
  text-align: center
}

.s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0705408-1cfa-4e41-9a73-503021161d37.shogun-image {
  box-sizing: border-box;
}


}
#s-10a2ce19-239a-49fb-a848-3cb7f5e0c4c8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-10a2ce19-239a-49fb-a848-3cb7f5e0c4c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-10a2ce19-239a-49fb-a848-3cb7f5e0c4c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-10a2ce19-239a-49fb-a848-3cb7f5e0c4c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-10a2ce19-239a-49fb-a848-3cb7f5e0c4c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-74142ca9-7420-4aa4-a14f-c4e5cbf0c896 {
  margin-top: 26px;
margin-bottom: 20px;
min-height: 50px;
}








#s-74142ca9-7420-4aa4-a14f-c4e5cbf0c896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74142ca9-7420-4aa4-a14f-c4e5cbf0c896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88bac73e-8506-49c8-9b6c-da1e194d19a5 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88bac73e-8506-49c8-9b6c-da1e194d19a5 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-0f3c8041-e6b2-48bf-84d4-e6189d882435 {
  margin-top: 26px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0f3c8041-e6b2-48bf-84d4-e6189d882435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f3c8041-e6b2-48bf-84d4-e6189d882435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe58feb-b1c8-411e-aff4-90d2f9ff0637 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fe58feb-b1c8-411e-aff4-90d2f9ff0637 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}



#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f {
  margin-top: 20px;
margin-left: 28%;
margin-bottom: -10px;
margin-right: 28%;
text-align: center;
}
@media (max-width: 767px){#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f {
  margin-left: 8%;
margin-right: 8%;
}
}






  img.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
    
    
  }


.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f .shogun-image-content {
  
    align-items: center;
  
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shg-align-container {
  text-align: center
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
    
    
  }


.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f .shogun-image-content {
  
    align-items: center;
  
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shg-align-container {
  text-align: center
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
    
    
  }


.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f .shogun-image-content {
  
    align-items: center;
  
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shg-align-container {
  text-align: center
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
    
    
  }


.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f .shogun-image-content {
  
    align-items: center;
  
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shg-align-container {
  text-align: center
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
    
    
  }


.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f .shogun-image-content {
  
    align-items: center;
  
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shg-align-container {
  text-align: center
}

.s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a09a7f1-ff5d-4f11-9094-db3ae7d6305f.shogun-image {
  box-sizing: border-box;
}


}
#s-14dc833d-f69d-42c8-b9c5-21afc32700dc {
  text-align: left;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 {
  margin-top: -70px;
margin-bottom: 0px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 {
  margin-top: -35px;
}
}






  img.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
    
    
  }


.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shg-align-container {
  text-align: center
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
    
    
  }


.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shg-align-container {
  text-align: center
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
    
    
  }


.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shg-align-container {
  text-align: center
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
    
    
  }


.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shg-align-container {
  text-align: center
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
    
    
  }


.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shg-align-container {
  text-align: center
}

.s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb10ab6-7f16-4e85-bb9e-59cea5d676c1.shogun-image {
  box-sizing: border-box;
}


}
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-repeat: no-repeat;
background-size: 209px 800px;
background-attachment: fixed;
min-height: 50px;
background-position: left center;
}
@media (min-width: 1200px){#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  
}
}@media (max-width: 767px){#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  
}
}
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf {
  background-image: url(https://i.shgcdn.com/ae70fc0b-b6bb-4d4a-a8e5-2e4a8578f8dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519e4ea5-fad5-4c15-9830-482bfdfa51bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-repeat: repeat;
background-size: contain;
margin-top: -30px;
min-height: 0px;
max-width: 100%;
background-position: center top;
}
@media (max-width: 767px){#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  margin-top: -5px;
}
}
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c5749992-9939-4983-9545-3ed5ca9610fe {
  background-image: url(https://i.shgcdn.com/10830f92-fc8d-4213-9cf0-09d2f56ed527/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c5749992-9939-4983-9545-3ed5ca9610fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5749992-9939-4983-9545-3ed5ca9610fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719 {
  margin-top: -20px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-509e0698-6f5d-4150-b426-ca3108af7719 {
  margin-top: -10px;
margin-left: 10%;
margin-right: 10%;
padding-top: 25px;
padding-bottom: 25px;
}
}






  img.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
    
    
  }


.s-509e0698-6f5d-4150-b426-ca3108af7719 .shogun-image-content {
  
    align-items: center;
  
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shg-align-container {
  text-align: center
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
    
    
  }


.s-509e0698-6f5d-4150-b426-ca3108af7719 .shogun-image-content {
  
    align-items: center;
  
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shg-align-container {
  text-align: center
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
    
    
  }


.s-509e0698-6f5d-4150-b426-ca3108af7719 .shogun-image-content {
  
    align-items: center;
  
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shg-align-container {
  text-align: center
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
    
    
  }


.s-509e0698-6f5d-4150-b426-ca3108af7719 .shogun-image-content {
  
    align-items: center;
  
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shg-align-container {
  text-align: center
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
    
    
  }


.s-509e0698-6f5d-4150-b426-ca3108af7719 .shogun-image-content {
  
    align-items: center;
  
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shg-align-container {
  text-align: center
}

.s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509e0698-6f5d-4150-b426-ca3108af7719.shogun-image {
  box-sizing: border-box;
}


}
#s-5f8f435c-1888-422c-b76f-9af741a088ae {
  text-align: left;
}

#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-repeat: no-repeat;
background-size: 209px 800px;
background-attachment: fixed;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-position: right center;
}
@media (min-width: 1200px){#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  display: none;
}
#s-0f947912-e40f-4fdf-ae30-78138901ab68, #wrap-s-0f947912-e40f-4fdf-ae30-78138901ab68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  display: none;
}
#s-0f947912-e40f-4fdf-ae30-78138901ab68, #wrap-s-0f947912-e40f-4fdf-ae30-78138901ab68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  display: none;
}
#s-0f947912-e40f-4fdf-ae30-78138901ab68, #wrap-s-0f947912-e40f-4fdf-ae30-78138901ab68 { display:none !important; }}@media (max-width: 767px){#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  padding-top: 15px;
display: none;
}
#s-0f947912-e40f-4fdf-ae30-78138901ab68, #wrap-s-0f947912-e40f-4fdf-ae30-78138901ab68 { display:none !important; }}
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0f947912-e40f-4fdf-ae30-78138901ab68 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-0f947912-e40f-4fdf-ae30-78138901ab68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f947912-e40f-4fdf-ae30-78138901ab68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-261497a1-7cad-4607-9bbc-658af6230e2f {
  min-height: 50px;
}
@media (max-width: 767px){#s-261497a1-7cad-4607-9bbc-658af6230e2f {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-261497a1-7cad-4607-9bbc-658af6230e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-261497a1-7cad-4607-9bbc-658af6230e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443961cf-335f-449b-8cc6-1d1867996bef {
  margin-left: 27%;
margin-right: 27%;
min-height: 50px;
}
@media (max-width: 767px){#s-443961cf-335f-449b-8cc6-1d1867996bef {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-443961cf-335f-449b-8cc6-1d1867996bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-443961cf-335f-449b-8cc6-1d1867996bef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa06191-5354-41e4-84f0-e0352ac82073 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 0%;
padding-bottom: 1%;
background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 0px) {
[id="s-aaa06191-5354-41e4-84f0-e0352ac82073"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-aaa06191-5354-41e4-84f0-e0352ac82073"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-aaa06191-5354-41e4-84f0-e0352ac82073"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaa06191-5354-41e4-84f0-e0352ac82073"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-c966ac91-9411-4d1b-9b07-685d62ee46ff {
  min-height: 100%;
}








#s-c966ac91-9411-4d1b-9b07-685d62ee46ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c966ac91-9411-4d1b-9b07-685d62ee46ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99ad5e92-df20-4641-b6bf-db7dbceb1544 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-99ad5e92-df20-4641-b6bf-db7dbceb1544 img.shogun-image,
  #s-99ad5e92-df20-4641-b6bf-db7dbceb1544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99ad5e92-df20-4641-b6bf-db7dbceb1544 {
    width: 100%;
    height: auto;
  }



  #s-99ad5e92-df20-4641-b6bf-db7dbceb1544 img.shogun-image {
    

    
    
    
  }


#s-99ad5e92-df20-4641-b6bf-db7dbceb1544 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e152366-7cf3-485d-9883-1eef3e9f09e3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5de2c50f-2404-49d5-b72f-ed54d17b0241 {
  margin-top: 1px;
}

#s-55817c14-b651-4d64-a6bf-e33fc4861d70 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-55817c14-b651-4d64-a6bf-e33fc4861d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55817c14-b651-4d64-a6bf-e33fc4861d70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7ca6d34-563c-4ebc-900d-37d710843f61 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c6d41fb8-190f-4ccc-8ca6-4f5d55946d1d {
  margin-bottom: 0px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-c6d41fb8-190f-4ccc-8ca6-4f5d55946d1d {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6d41fb8-190f-4ccc-8ca6-4f5d55946d1d {
  margin-top: 2%;
}
}
#s-c6d41fb8-190f-4ccc-8ca6-4f5d55946d1d {
  display: none;
}
#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82-btn-wrapper {
    text-align: center;
  }


#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-variant-btn:hover {
  background: #252525;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-variant-btn:active, #s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3c8bdb35-eb3d-40cc-ad75-76ced448bd82 .shg-variant-btn.disabled {
  background: #252525;
}

#s-db22aee5-24bf-475b-af95-c2d25ea0158a {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-db22aee5-24bf-475b-af95-c2d25ea0158a:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db22aee5-24bf-475b-af95-c2d25ea0158a:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-db22aee5-24bf-475b-af95-c2d25ea0158a {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db22aee5-24bf-475b-af95-c2d25ea0158a {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-db22aee5-24bf-475b-af95-c2d25ea0158a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db22aee5-24bf-475b-af95-c2d25ea0158a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db22aee5-24bf-475b-af95-c2d25ea0158a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db22aee5-24bf-475b-af95-c2d25ea0158a.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-db22aee5-24bf-475b-af95-c2d25ea0158a.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-8511fbb5-8a2e-49c1-b709-6acce2cf9727 {
  min-height: 100%;
}








#s-8511fbb5-8a2e-49c1-b709-6acce2cf9727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8511fbb5-8a2e-49c1-b709-6acce2cf9727.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d img.shogun-image,
  #s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d {
    width: 100%;
    height: auto;
  }



  #s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d img.shogun-image {
    

    
    
    
  }


#s-65ce75f9-334d-4b4e-a4fe-00afe5369f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-485cb7f6-9477-4c38-b98c-00476ce72bf1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-14bce437-02d7-4f7d-8419-d6f11a27feff {
  margin-top: 1px;
}

#s-2e19696a-e91a-4823-bdba-641d8589bc65 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-2e19696a-e91a-4823-bdba-641d8589bc65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e19696a-e91a-4823-bdba-641d8589bc65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c793bf-af0f-4d57-be0d-905089f99beb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e00c1693-5d1c-4e9b-a2e0-7437b0162594 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-e00c1693-5d1c-4e9b-a2e0-7437b0162594 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e00c1693-5d1c-4e9b-a2e0-7437b0162594 {
  margin-top: 2%;
}
}
#s-e00c1693-5d1c-4e9b-a2e0-7437b0162594 {
  display: none;
}
#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7-btn-wrapper {
    text-align: center;
  }


#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-variant-btn:hover {
  background: #252525;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-variant-btn:active, #s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e11f9a4d-f10f-4d5a-8a6a-97d3d6f9b5d7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-9801452c-7f40-4aee-8754-48a272e0d2ef {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9801452c-7f40-4aee-8754-48a272e0d2ef:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9801452c-7f40-4aee-8754-48a272e0d2ef:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9801452c-7f40-4aee-8754-48a272e0d2ef {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9801452c-7f40-4aee-8754-48a272e0d2ef {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-9801452c-7f40-4aee-8754-48a272e0d2ef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9801452c-7f40-4aee-8754-48a272e0d2ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9801452c-7f40-4aee-8754-48a272e0d2ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9801452c-7f40-4aee-8754-48a272e0d2ef.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-9801452c-7f40-4aee-8754-48a272e0d2ef.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-a6cb1695-c365-4e58-b061-2a78586b9ac6 {
  text-align: left;
}
@media (min-width: 1200px){#s-a6cb1695-c365-4e58-b061-2a78586b9ac6 {
  display: none;
}
#s-a6cb1695-c365-4e58-b061-2a78586b9ac6, #wrap-s-a6cb1695-c365-4e58-b061-2a78586b9ac6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6cb1695-c365-4e58-b061-2a78586b9ac6 {
  display: none;
}
#s-a6cb1695-c365-4e58-b061-2a78586b9ac6, #wrap-s-a6cb1695-c365-4e58-b061-2a78586b9ac6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6cb1695-c365-4e58-b061-2a78586b9ac6 {
  display: none;
}
#s-a6cb1695-c365-4e58-b061-2a78586b9ac6, #wrap-s-a6cb1695-c365-4e58-b061-2a78586b9ac6 { display:none !important; }}@media (max-width: 767px){#s-a6cb1695-c365-4e58-b061-2a78586b9ac6 {
  display: none;
}
#s-a6cb1695-c365-4e58-b061-2a78586b9ac6, #wrap-s-a6cb1695-c365-4e58-b061-2a78586b9ac6 { display:none !important; }}
#s-b97e352c-1a31-4fe8-b863-1a1365f51912 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b97e352c-1a31-4fe8-b863-1a1365f51912 {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-b97e352c-1a31-4fe8-b863-1a1365f51912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b97e352c-1a31-4fe8-b863-1a1365f51912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dc699bd-da84-48a4-9a0b-503e87e0660a {
  margin-left: 27%;
margin-right: 27%;
min-height: 50px;
}
@media (max-width: 767px){#s-7dc699bd-da84-48a4-9a0b-503e87e0660a {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-7dc699bd-da84-48a4-9a0b-503e87e0660a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dc699bd-da84-48a4-9a0b-503e87e0660a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f00293b-af63-4fb1-942f-59659ce75462 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 0%;
padding-bottom: 1%;
background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 0px) {
[id="s-8f00293b-af63-4fb1-942f-59659ce75462"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-8f00293b-af63-4fb1-942f-59659ce75462"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8f00293b-af63-4fb1-942f-59659ce75462"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f00293b-af63-4fb1-942f-59659ce75462"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-5d673038-deaa-4856-b6f3-68d1185f2aaf {
  min-height: 100%;
}








#s-5d673038-deaa-4856-b6f3-68d1185f2aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d673038-deaa-4856-b6f3-68d1185f2aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1085a8b-b326-4246-bdb2-a81c34a2b59c {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-c1085a8b-b326-4246-bdb2-a81c34a2b59c img.shogun-image {
    

    
    
    
  }


#s-c1085a8b-b326-4246-bdb2-a81c34a2b59c .shogun-image-content {
  
    align-items: center;
  
}

#s-6f70b31e-16bd-4a11-b504-79c62c24f368 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-907a6792-5685-47bf-b0f7-c78d2aa43ff9 {
  margin-top: 1px;
}

#s-02122cf4-9e7f-471d-83be-3528289f4efd {
  margin-bottom: 0px;
min-height: 50px;
}








#s-02122cf4-9e7f-471d-83be-3528289f4efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02122cf4-9e7f-471d-83be-3528289f4efd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd46a91f-f4e9-464d-84dd-a8d2ca063b30 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-671f722b-a8ff-4f1d-835f-f45bed0ed691 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-671f722b-a8ff-4f1d-835f-f45bed0ed691 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-671f722b-a8ff-4f1d-835f-f45bed0ed691 {
  margin-top: 2%;
}
}
#s-671f722b-a8ff-4f1d-835f-f45bed0ed691 {
  display: none;
}
#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7-btn-wrapper {
    text-align: center;
  }


#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-variant-btn:hover {
  background: #252525;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-variant-btn:active, #s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c6a61f7b-2647-4b5c-9272-9932de9c9aa7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d8d61df0-943b-402c-b612-7315e7a8011e {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d8d61df0-943b-402c-b612-7315e7a8011e:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8d61df0-943b-402c-b612-7315e7a8011e:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d8d61df0-943b-402c-b612-7315e7a8011e {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8d61df0-943b-402c-b612-7315e7a8011e {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-d8d61df0-943b-402c-b612-7315e7a8011e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8d61df0-943b-402c-b612-7315e7a8011e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8d61df0-943b-402c-b612-7315e7a8011e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d8d61df0-943b-402c-b612-7315e7a8011e.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-d8d61df0-943b-402c-b612-7315e7a8011e.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-e0995bae-730d-4e4b-87a6-df41331e0f78 {
  min-height: 100%;
}








#s-e0995bae-730d-4e4b-87a6-df41331e0f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0995bae-730d-4e4b-87a6-df41331e0f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6045638e-38bc-48f0-8352-6a98066a972d {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-6045638e-38bc-48f0-8352-6a98066a972d img.shogun-image {
    

    
    
    
  }


#s-6045638e-38bc-48f0-8352-6a98066a972d .shogun-image-content {
  
    align-items: center;
  
}

#s-2ccd085a-993b-426c-864d-ffe631303417 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-29af3593-3c5a-4bfd-a2aa-524f6c42d69c {
  margin-top: 1px;
}

#s-e83d561f-da93-45bf-8b74-1d0447d19d65 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-e83d561f-da93-45bf-8b74-1d0447d19d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e83d561f-da93-45bf-8b74-1d0447d19d65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13f100f3-ae4d-4ce8-91e9-3f72693f5647 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2dec0890-6039-46c4-9bc9-ab168238bb29 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-2dec0890-6039-46c4-9bc9-ab168238bb29 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dec0890-6039-46c4-9bc9-ab168238bb29 {
  margin-top: 2%;
}
}
#s-2dec0890-6039-46c4-9bc9-ab168238bb29 {
  display: none;
}
#s-620e8855-e4ab-428a-8bcd-401cd50d5898 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-620e8855-e4ab-428a-8bcd-401cd50d5898 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-620e8855-e4ab-428a-8bcd-401cd50d5898 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-620e8855-e4ab-428a-8bcd-401cd50d5898 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-620e8855-e4ab-428a-8bcd-401cd50d5898-btn-wrapper {
    text-align: center;
  }


#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-variant-btn:hover {
  background: #252525;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-variant-btn:active, #s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-620e8855-e4ab-428a-8bcd-401cd50d5898 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6261b0c3-06c4-4161-9b84-fe7af6566952 {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6261b0c3-06c4-4161-9b84-fe7af6566952:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6261b0c3-06c4-4161-9b84-fe7af6566952:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6261b0c3-06c4-4161-9b84-fe7af6566952 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6261b0c3-06c4-4161-9b84-fe7af6566952 {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-6261b0c3-06c4-4161-9b84-fe7af6566952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6261b0c3-06c4-4161-9b84-fe7af6566952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6261b0c3-06c4-4161-9b84-fe7af6566952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6261b0c3-06c4-4161-9b84-fe7af6566952.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-6261b0c3-06c4-4161-9b84-fe7af6566952.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 {
  text-align: left;
}
@media (min-width: 1200px){#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 {
  display: none;
}
#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2, #wrap-s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 {
  display: none;
}
#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2, #wrap-s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 {
  display: none;
}
#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2, #wrap-s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 { display:none !important; }}@media (max-width: 767px){#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 {
  display: none;
}
#s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2, #wrap-s-e31c9f4c-9c3b-4ba4-911a-943b82f594c2 { display:none !important; }}
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-repeat: no-repeat;
background-size: 209px 800px;
background-attachment: fixed;
min-height: 50px;
background-position: right center;
}

#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-612dadea-f20a-467d-895f-32d218d4d502 {
  background-image: url(https://i.shgcdn.com/0bae5037-dae8-4b68-b6c5-b81f400537b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-612dadea-f20a-467d-895f-32d218d4d502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-612dadea-f20a-467d-895f-32d218d4d502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 {
  margin-bottom: -30px;
padding-top: 20px;
padding-left: 17%;
padding-bottom: 20px;
padding-right: 17%;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 {
  padding-left: 9%;
padding-bottom: 10px;
padding-right: 9%;
}
}@media (max-width: 767px){#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 {
  margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
}
}







#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d3a8b4-c1cb-4781-9af9-7c0f55e13c98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb49d112-fa40-4650-b20e-9f6449811dda {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 0%;
padding-bottom: 1%;
background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 0px) {
[id="s-eb49d112-fa40-4650-b20e-9f6449811dda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-eb49d112-fa40-4650-b20e-9f6449811dda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-eb49d112-fa40-4650-b20e-9f6449811dda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb49d112-fa40-4650-b20e-9f6449811dda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

#s-a9eeb0f0-3bac-4a82-8894-9b3a5a6b882b {
  min-height: 100%;
}








#s-a9eeb0f0-3bac-4a82-8894-9b3a5a6b882b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9eeb0f0-3bac-4a82-8894-9b3a5a6b882b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c878b5a-b10e-47e4-a952-9257bf5236a4 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-4c878b5a-b10e-47e4-a952-9257bf5236a4 img.shogun-image,
  #s-4c878b5a-b10e-47e4-a952-9257bf5236a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c878b5a-b10e-47e4-a952-9257bf5236a4 {
    width: 100%;
    height: auto;
  }



  #s-4c878b5a-b10e-47e4-a952-9257bf5236a4 img.shogun-image {
    

    
    
    
  }


#s-4c878b5a-b10e-47e4-a952-9257bf5236a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb757d6-4bb5-48a6-bf63-40e1d955b151 {
  margin-top: 1px;
}

#s-96cb3cc3-67c6-427f-8ec9-ccd9e4b3fc72 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-0e106861-8168-4431-990e-142ad14e0bda {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-d9f34c7b-d606-4376-91c0-776d4d44cf98 {
  margin-bottom: 0px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-d9f34c7b-d606-4376-91c0-776d4d44cf98 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9f34c7b-d606-4376-91c0-776d4d44cf98 {
  margin-top: 2%;
}
}
#s-d9f34c7b-d606-4376-91c0-776d4d44cf98 {
  display: none;
}
#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-53274ace-053c-4a6e-9a89-1c324b84c2b2-btn-wrapper {
    text-align: center;
  }


#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-variant-btn:hover {
  background: #252525;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-variant-btn:active, #s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-53274ace-053c-4a6e-9a89-1c324b84c2b2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-485cf50b-cdaf-49a6-a559-2a1e9730843a {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-485cf50b-cdaf-49a6-a559-2a1e9730843a:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-485cf50b-cdaf-49a6-a559-2a1e9730843a:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-485cf50b-cdaf-49a6-a559-2a1e9730843a {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-485cf50b-cdaf-49a6-a559-2a1e9730843a {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-485cf50b-cdaf-49a6-a559-2a1e9730843a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-485cf50b-cdaf-49a6-a559-2a1e9730843a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-485cf50b-cdaf-49a6-a559-2a1e9730843a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-485cf50b-cdaf-49a6-a559-2a1e9730843a.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-485cf50b-cdaf-49a6-a559-2a1e9730843a.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-67fa17da-26df-4708-bd72-d19b61600602 {
  min-height: 100%;
}








#s-67fa17da-26df-4708-bd72-d19b61600602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fa17da-26df-4708-bd72-d19b61600602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
max-width: 500px;
aspect-ratio: 500/624;
text-align: center;
}





  #s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 img.shogun-image,
  #s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 {
    width: 100%;
    height: auto;
  }



  #s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 img.shogun-image {
    

    
    
    
  }


#s-c9d916b1-8e11-41b0-bd8f-f118c830cef5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bb41cd7-1fd7-4cc4-9d53-fedfc1eb8b06 {
  margin-top: 1px;
}

#s-594013d1-5e99-46c7-80c0-c6dc1309f2d6 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-9f6c111d-1577-4388-a281-e0847ba4328b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-7cb44f8c-f824-4fc2-b525-4d97e5d7a66f {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-7cb44f8c-f824-4fc2-b525-4d97e5d7a66f {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb44f8c-f824-4fc2-b525-4d97e5d7a66f {
  margin-top: 2%;
}
}
#s-7cb44f8c-f824-4fc2-b525-4d97e5d7a66f {
  display: none;
}
#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca-btn-wrapper {
    text-align: center;
  }


#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-variant-btn:hover {
  background: #252525;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-variant-btn:active, #s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f2d53deb-9cfd-44b4-96ea-f5f63355d5ca .shg-variant-btn.disabled {
  background: #252525;
}

#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-2f2c2972-5ee4-4a38-9ed2-9f7eac643bfb.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-d55e1ebe-ea00-4b6e-b593-2bd64ab26890 {
  min-height: 100%;
}








#s-d55e1ebe-ea00-4b6e-b593-2bd64ab26890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55e1ebe-ea00-4b6e-b593-2bd64ab26890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ccd597a-3a73-40a6-8251-f8c63022c622 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-4ccd597a-3a73-40a6-8251-f8c63022c622 img.shogun-image {
    

    
    
    
  }


#s-4ccd597a-3a73-40a6-8251-f8c63022c622 .shogun-image-content {
  
    align-items: center;
  
}

#s-1aabb3fb-abfc-45af-87c6-0cbc9afd32ee {
  margin-top: 1px;
}

#s-e83f8e42-781f-4ffa-9398-13ac10f43fb5 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-7d8a436e-5af7-4979-a2e4-78de63f28bca {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-a5f0e523-9f33-43f5-ac2e-ba02b6bbb4b3 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-a5f0e523-9f33-43f5-ac2e-ba02b6bbb4b3 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5f0e523-9f33-43f5-ac2e-ba02b6bbb4b3 {
  margin-top: 2%;
}
}
#s-a5f0e523-9f33-43f5-ac2e-ba02b6bbb4b3 {
  display: none;
}
#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7feeb527-95eb-45bb-851f-ad8e8bed4974-btn-wrapper {
    text-align: center;
  }


#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-variant-btn:hover {
  background: #252525;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-variant-btn:active, #s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7feeb527-95eb-45bb-851f-ad8e8bed4974 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f31d2f55-e3a4-483b-9815-471bd3638993 {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f31d2f55-e3a4-483b-9815-471bd3638993:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f31d2f55-e3a4-483b-9815-471bd3638993:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f31d2f55-e3a4-483b-9815-471bd3638993 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f31d2f55-e3a4-483b-9815-471bd3638993 {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-f31d2f55-e3a4-483b-9815-471bd3638993 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f31d2f55-e3a4-483b-9815-471bd3638993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f31d2f55-e3a4-483b-9815-471bd3638993.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f31d2f55-e3a4-483b-9815-471bd3638993.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-f31d2f55-e3a4-483b-9815-471bd3638993.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-94ba49ea-ec31-430b-922b-7aba6b2fe17c {
  min-height: 100%;
}








#s-94ba49ea-ec31-430b-922b-7aba6b2fe17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ba49ea-ec31-430b-922b-7aba6b2fe17c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c5e6529-a83f-4dcf-ae26-3b689267a635 {
  margin-top: 2%;
margin-bottom: 4%;
margin-right: 0%;
text-align: center;
}







  #s-5c5e6529-a83f-4dcf-ae26-3b689267a635 img.shogun-image {
    

    
    
    
  }


#s-5c5e6529-a83f-4dcf-ae26-3b689267a635 .shogun-image-content {
  
    align-items: center;
  
}

#s-c17faf00-50a3-4f9a-bcf3-68c3171c5a5e {
  margin-top: 1px;
}

#s-b6ccc70a-47a9-40c5-be09-82e5df5fdf70 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-acd36722-3068-4ee3-9f74-230c9bf3a416 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-ffd4f4b7-9a31-42a8-ab35-bec5a6436ad2 {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-ffd4f4b7-9a31-42a8-ab35-bec5a6436ad2 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffd4f4b7-9a31-42a8-ab35-bec5a6436ad2 {
  margin-top: 2%;
}
}
#s-ffd4f4b7-9a31-42a8-ab35-bec5a6436ad2 {
  display: none;
}
#s-38fcc19d-3d73-4a53-bea2-68f53da2262a {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-38fcc19d-3d73-4a53-bea2-68f53da2262a {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38fcc19d-3d73-4a53-bea2-68f53da2262a {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-38fcc19d-3d73-4a53-bea2-68f53da2262a {
  margin-top: 1%;
margin-left: 6%;
margin-right: 6%;
}
}
#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-38fcc19d-3d73-4a53-bea2-68f53da2262a-btn-wrapper {
    text-align: center;
  }


#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-variant-btn:hover {
  background: #252525;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-variant-btn:active, #s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-38fcc19d-3d73-4a53-bea2-68f53da2262a .shg-variant-btn.disabled {
  background: #252525;
}

#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3 {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.37);
border-style: solid;
margin-left: 12%;
margin-right: 12%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 215, 1);
border-radius: 5px;
background-color: rgba(227, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3:hover {border-radius: 0px !important;
background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3 {
  margin-top: 5px;
margin-bottom: 5px;
}
}


#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-43177cea-fef5-4b2b-b3b6-3f4ecae7adb3.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-e139200d-1671-4e98-b248-105c1ef1589e {
  padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(247, 244, 235, 1);
}
@media (max-width: 767px){#s-e139200d-1671-4e98-b248-105c1ef1589e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-e139200d-1671-4e98-b248-105c1ef1589e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e139200d-1671-4e98-b248-105c1ef1589e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc98651-0e4c-4aa1-a331-c7624c6a8ab8 {
  text-align: center;
}
@media (max-width: 767px){#s-ecc98651-0e4c-4aa1-a331-c7624c6a8ab8 {
  display: none;
}
#s-ecc98651-0e4c-4aa1-a331-c7624c6a8ab8, #wrap-s-ecc98651-0e4c-4aa1-a331-c7624c6a8ab8 { display:none !important; }}
#s-ecc98651-0e4c-4aa1-a331-c7624c6a8ab8 {
  display: none;
}
#s-2a4bb77e-be23-40f8-a089-f172a2d427b3 {
  background-image: url(https://i.shgcdn.com/afe9560d-4acd-4483-98c8-cb38bce01553/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 92px;
padding-left: 49%;
padding-bottom: 92px;
padding-right: 49%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-position: center center;
}
#s-2a4bb77e-be23-40f8-a089-f172a2d427b3:hover {background-image: url(https://i.shgcdn.com/afe9560d-4acd-4483-98c8-cb38bce01553/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;}#s-2a4bb77e-be23-40f8-a089-f172a2d427b3:active {background-image: url(https://i.shgcdn.com/afe9560d-4acd-4483-98c8-cb38bce01553/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-2a4bb77e-be23-40f8-a089-f172a2d427b3 {
  padding-top: 10.5%;
padding-left: 49%;
padding-bottom: 10.5%;
padding-right: 49%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a4bb77e-be23-40f8-a089-f172a2d427b3 {
  padding-top: 10.5%;
padding-bottom: 10.5%;
}
}@media (max-width: 767px){#s-2a4bb77e-be23-40f8-a089-f172a2d427b3 {
  padding-top: 10.5%;
padding-left: 49%;
padding-bottom: 10.5%;
padding-right: 49%;
}
}


#s-2a4bb77e-be23-40f8-a089-f172a2d427b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a4bb77e-be23-40f8-a089-f172a2d427b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a4bb77e-be23-40f8-a089-f172a2d427b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a4bb77e-be23-40f8-a089-f172a2d427b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2a4bb77e-be23-40f8-a089-f172a2d427b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6be5713d-4186-4098-a963-17a4edffbb5a {
  text-align: center;
}
@media (min-width: 1200px){#s-6be5713d-4186-4098-a963-17a4edffbb5a {
  display: none;
}
#s-6be5713d-4186-4098-a963-17a4edffbb5a, #wrap-s-6be5713d-4186-4098-a963-17a4edffbb5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6be5713d-4186-4098-a963-17a4edffbb5a {
  display: none;
}
#s-6be5713d-4186-4098-a963-17a4edffbb5a, #wrap-s-6be5713d-4186-4098-a963-17a4edffbb5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6be5713d-4186-4098-a963-17a4edffbb5a {
  display: none;
}
#s-6be5713d-4186-4098-a963-17a4edffbb5a, #wrap-s-6be5713d-4186-4098-a963-17a4edffbb5a { display:none !important; }}
#s-6be5713d-4186-4098-a963-17a4edffbb5a {
  display: none;
}
#s-86563055-88a8-44ad-a2f0-5cbfd88a7868 {
  background-image: url(https://i.shgcdn.com/35020c76-c295-4e78-b015-e30e6a2d5628/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 92px;
padding-left: 49%;
padding-bottom: 92px;
padding-right: 49%;
border-radius: 0px;
background-color: rgba(50, 50, 50, 1);
text-align: center;
cursor: pointer;
background-position: center top;
}
#s-86563055-88a8-44ad-a2f0-5cbfd88a7868:hover {background-image: url(https://i.shgcdn.com/35020c76-c295-4e78-b015-e30e6a2d5628/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-86563055-88a8-44ad-a2f0-5cbfd88a7868:active {background-image: url(https://i.shgcdn.com/35020c76-c295-4e78-b015-e30e6a2d5628/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-86563055-88a8-44ad-a2f0-5cbfd88a7868 {
  padding-top: 10.5%;
padding-left: 49%;
padding-bottom: 10.5%;
padding-right: 49%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86563055-88a8-44ad-a2f0-5cbfd88a7868 {
  padding-top: 10.5%;
padding-bottom: 10.5%;
}
}@media (max-width: 767px){#s-86563055-88a8-44ad-a2f0-5cbfd88a7868 {
  background-size: contain;
padding-top: 50%;
padding-left: 50%;
padding-bottom: 50%;
padding-right: 50%;
background-position: center center;
}
}


#s-86563055-88a8-44ad-a2f0-5cbfd88a7868 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86563055-88a8-44ad-a2f0-5cbfd88a7868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86563055-88a8-44ad-a2f0-5cbfd88a7868.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86563055-88a8-44ad-a2f0-5cbfd88a7868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-86563055-88a8-44ad-a2f0-5cbfd88a7868.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0eb802f7-e578-46a7-ad9f-9aa132f22b2b {
  text-align: left;
}

#s-0256bbcd-866c-4591-ba59-5884279200ed {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0256bbcd-866c-4591-ba59-5884279200ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0256bbcd-866c-4591-ba59-5884279200ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0256bbcd-866c-4591-ba59-5884279200ed {
  
}
}@media (max-width: 767px){#s-0256bbcd-866c-4591-ba59-5884279200ed {
  
}
}







#s-0256bbcd-866c-4591-ba59-5884279200ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0256bbcd-866c-4591-ba59-5884279200ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-repeat: repeat;
background-size: contain;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-position: center center;
}

#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 {
  background-image: url(https://i.shgcdn.com/af66db4b-6b1e-4947-a822-68995c3b6860/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebbaaa3e-7e20-491e-a276-d77f833dfac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede {
  margin-top: 35px;
margin-left: 30%;
margin-bottom: 35px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
}






  img.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
    
    
  }


.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shg-align-container {
  text-align: center
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
    
    
  }


.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shg-align-container {
  text-align: center
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
    
    
  }


.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shg-align-container {
  text-align: center
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
    
    
  }


.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shg-align-container {
  text-align: center
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
    
    
  }


.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shg-align-container {
  text-align: center
}

.s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee6ec42-e7db-4af7-bcce-f7ebac79cede.shogun-image {
  box-sizing: border-box;
}


}
#s-536f27c4-35d1-4184-8826-314d082da246 {
  text-align: left;
}

#s-16694053-3c84-4ca3-9064-90bf5ee2931d {
  padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-16694053-3c84-4ca3-9064-90bf5ee2931d {
  padding-top: 25px;
}
}







#s-16694053-3c84-4ca3-9064-90bf5ee2931d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16694053-3c84-4ca3-9064-90bf5ee2931d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e810cf2e-6eff-4c32-8828-59fec4a57592 {
  margin-left: 22%;
margin-bottom: 7.5%;
margin-right: 22%;
}
@media (min-width: 1200px){#s-e810cf2e-6eff-4c32-8828-59fec4a57592 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e810cf2e-6eff-4c32-8828-59fec4a57592 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e810cf2e-6eff-4c32-8828-59fec4a57592 {
  
}
}@media (max-width: 767px){#s-e810cf2e-6eff-4c32-8828-59fec4a57592 {
  margin-left: 6%;
margin-bottom: 60px;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-e810cf2e-6eff-4c32-8828-59fec4a57592"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e810cf2e-6eff-4c32-8828-59fec4a57592"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e810cf2e-6eff-4c32-8828-59fec4a57592"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e810cf2e-6eff-4c32-8828-59fec4a57592"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9d73c5a3-ad4e-4375-bcbc-456c89e08956 {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}








#s-9d73c5a3-ad4e-4375-bcbc-456c89e08956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d73c5a3-ad4e-4375-bcbc-456c89e08956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
  max-width: 100%;
aspect-ratio: 390/440;
text-align: center;
}





  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e img.shogun-image,
  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
    width: 100%;
    height: auto;
  }



  img.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
    
    
  }


.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shg-align-container {
  text-align: center
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e img.shogun-image,
  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
    width: 100%;
    height: auto;
  }



  img.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
    
    
  }


.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shg-align-container {
  text-align: center
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e img.shogun-image,
  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
    width: 100%;
    height: auto;
  }



  img.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
    
    
  }


.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shg-align-container {
  text-align: center
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e img.shogun-image,
  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
    width: 100%;
    height: auto;
  }



  img.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
    
    
  }


.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shg-align-container {
  text-align: center
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e img.shogun-image,
  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e {
    width: 100%;
    height: auto;
  }



  img.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
    
    
  }


.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shg-align-container {
  text-align: center
}

.s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ea4150-ac9d-40de-a3ed-7fc87268ed5e.shogun-image {
  box-sizing: border-box;
}


}
#s-c09c9409-a029-460a-a316-bc757320de1c {
  margin-left: -17%;
margin-bottom: 10%;
margin-right: 67%;
max-width: 100%;
text-align: center;
}







  img.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
    
    
  }


.s-c09c9409-a029-460a-a316-bc757320de1c .shogun-image-content {
  
    align-items: center;
  
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shg-align-container {
  text-align: center
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
    
    
  }


.s-c09c9409-a029-460a-a316-bc757320de1c .shogun-image-content {
  
    align-items: center;
  
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shg-align-container {
  text-align: center
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
    
    
  }


.s-c09c9409-a029-460a-a316-bc757320de1c .shogun-image-content {
  
    align-items: center;
  
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shg-align-container {
  text-align: center
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
    
    
  }


.s-c09c9409-a029-460a-a316-bc757320de1c .shogun-image-content {
  
    align-items: center;
  
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shg-align-container {
  text-align: center
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
    
    
  }


.s-c09c9409-a029-460a-a316-bc757320de1c .shogun-image-content {
  
    align-items: center;
  
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shg-align-container {
  text-align: center
}

.s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09c9409-a029-460a-a316-bc757320de1c.shogun-image {
  box-sizing: border-box;
}


}
#s-7baccfed-33b4-474b-a295-dbe41ef2183f {
  max-width: 100%;
}








#s-7baccfed-33b4-474b-a295-dbe41ef2183f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7baccfed-33b4-474b-a295-dbe41ef2183f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
  max-width: 100%;
aspect-ratio: 390/440;
text-align: center;
}





  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 img.shogun-image,
  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
    width: 100%;
    height: auto;
  }



  img.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
    
    
  }


.s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shg-align-container {
  text-align: center
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 img.shogun-image,
  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
    width: 100%;
    height: auto;
  }



  img.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
    
    
  }


.s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shg-align-container {
  text-align: center
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 img.shogun-image,
  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
    width: 100%;
    height: auto;
  }



  img.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
    
    
  }


.s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shg-align-container {
  text-align: center
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 img.shogun-image,
  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
    width: 100%;
    height: auto;
  }



  img.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
    
    
  }


.s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shg-align-container {
  text-align: center
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 img.shogun-image,
  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0183c18-cd25-4e7f-978f-6902933cf7f2 {
    width: 100%;
    height: auto;
  }



  img.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
    
    
  }


.s-d0183c18-cd25-4e7f-978f-6902933cf7f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shg-align-container {
  text-align: center
}

.s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0183c18-cd25-4e7f-978f-6902933cf7f2.shogun-image {
  box-sizing: border-box;
}


}
#s-60cfdc77-bc1e-4de9-a8d4-7f72236ea2fa {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}








#s-60cfdc77-bc1e-4de9-a8d4-7f72236ea2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60cfdc77-bc1e-4de9-a8d4-7f72236ea2fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
aspect-ratio: 390/440;
text-align: center;
}





  #s-3ec204a3-c472-419b-9c13-6a142853946c img.shogun-image,
  #s-3ec204a3-c472-419b-9c13-6a142853946c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ec204a3-c472-419b-9c13-6a142853946c {
    width: 100%;
    height: auto;
  }



  img.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
    
    
  }


.s-3ec204a3-c472-419b-9c13-6a142853946c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shg-align-container {
  text-align: center
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3ec204a3-c472-419b-9c13-6a142853946c img.shogun-image,
  #s-3ec204a3-c472-419b-9c13-6a142853946c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ec204a3-c472-419b-9c13-6a142853946c {
    width: 100%;
    height: auto;
  }



  img.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
    
    
  }


.s-3ec204a3-c472-419b-9c13-6a142853946c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shg-align-container {
  text-align: center
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3ec204a3-c472-419b-9c13-6a142853946c img.shogun-image,
  #s-3ec204a3-c472-419b-9c13-6a142853946c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ec204a3-c472-419b-9c13-6a142853946c {
    width: 100%;
    height: auto;
  }



  img.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
    
    
  }


.s-3ec204a3-c472-419b-9c13-6a142853946c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shg-align-container {
  text-align: center
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3ec204a3-c472-419b-9c13-6a142853946c img.shogun-image,
  #s-3ec204a3-c472-419b-9c13-6a142853946c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ec204a3-c472-419b-9c13-6a142853946c {
    width: 100%;
    height: auto;
  }



  img.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
    
    
  }


.s-3ec204a3-c472-419b-9c13-6a142853946c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shg-align-container {
  text-align: center
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3ec204a3-c472-419b-9c13-6a142853946c img.shogun-image,
  #s-3ec204a3-c472-419b-9c13-6a142853946c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ec204a3-c472-419b-9c13-6a142853946c {
    width: 100%;
    height: auto;
  }



  img.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
    
    
  }


.s-3ec204a3-c472-419b-9c13-6a142853946c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shg-align-container {
  text-align: center
}

.s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec204a3-c472-419b-9c13-6a142853946c.shogun-image {
  box-sizing: border-box;
}


}
#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 {
  margin-left: 65%;
margin-bottom: 10%;
margin-right: -8%;
max-width: 100%;
text-align: center;
}







  img.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
    
    
  }


.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shg-align-container {
  text-align: center
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
    
    
  }


.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shg-align-container {
  text-align: center
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
    
    
  }


.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shg-align-container {
  text-align: center
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
    
    
  }


.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shg-align-container {
  text-align: center
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
    
    
  }


.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shg-align-container {
  text-align: center
}

.s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fec3a58-dec2-48cc-bc8b-6e9518273b28.shogun-image {
  box-sizing: border-box;
}


}
#s-9f051839-7030-4a53-9785-865f7ee1c37d {
  margin-bottom: 0px;
min-height: 0px;
}








#s-9f051839-7030-4a53-9785-865f7ee1c37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f051839-7030-4a53-9785-865f7ee1c37d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
    
    
  }


.s-e1185b72-1701-4e78-abbc-4b0168a00296 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shg-align-container {
  text-align: center
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
    
    
  }


.s-e1185b72-1701-4e78-abbc-4b0168a00296 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shg-align-container {
  text-align: center
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
    
    
  }


.s-e1185b72-1701-4e78-abbc-4b0168a00296 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shg-align-container {
  text-align: center
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
    
    
  }


.s-e1185b72-1701-4e78-abbc-4b0168a00296 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shg-align-container {
  text-align: center
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
    
    
  }


.s-e1185b72-1701-4e78-abbc-4b0168a00296 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shg-align-container {
  text-align: center
}

.s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1185b72-1701-4e78-abbc-4b0168a00296.shogun-image {
  box-sizing: border-box;
}


}
#s-836dd449-c71e-43a4-966b-d7e3f3e939b4 {
  margin-left: 23%;
margin-bottom: 30px;
margin-right: 23%;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-836dd449-c71e-43a4-966b-d7e3f3e939b4 {
  margin-left: 5%;
margin-bottom: 6px;
margin-right: 5%;
}
}






  img.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
    
    
  }


.s-836dd449-c71e-43a4-966b-d7e3f3e939b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shg-align-container {
  text-align: center
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
    
    
  }


.s-836dd449-c71e-43a4-966b-d7e3f3e939b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shg-align-container {
  text-align: center
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
    
    
  }


.s-836dd449-c71e-43a4-966b-d7e3f3e939b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shg-align-container {
  text-align: center
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
    
    
  }


.s-836dd449-c71e-43a4-966b-d7e3f3e939b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shg-align-container {
  text-align: center
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
    
    
  }


.s-836dd449-c71e-43a4-966b-d7e3f3e939b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shg-align-container {
  text-align: center
}

.s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836dd449-c71e-43a4-966b-d7e3f3e939b4.shogun-image {
  box-sizing: border-box;
}


}
#s-fd1f7652-47e6-4ba8-8a2b-0fbd94a7e2e1 {
  padding-bottom: 0px;
min-height: 50px;
}








#s-fd1f7652-47e6-4ba8-8a2b-0fbd94a7e2e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1f7652-47e6-4ba8-8a2b-0fbd94a7e2e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2a00cd7-b214-46b5-9a1b-f8a0ef26774e {
  min-height: 50px;
background-color: rgba(255, 152, 0, 1);
}








#s-b2a00cd7-b214-46b5-9a1b-f8a0ef26774e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a00cd7-b214-46b5-9a1b-f8a0ef26774e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77 {
  margin-top: 35px;
margin-left: 30%;
margin-bottom: 65px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-d8e800d4-5a38-4fa1-860d-758b9463aa77 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
}






  img.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
    
    
  }


.s-d8e800d4-5a38-4fa1-860d-758b9463aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shg-align-container {
  text-align: center
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
    
    
  }


.s-d8e800d4-5a38-4fa1-860d-758b9463aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shg-align-container {
  text-align: center
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
    
    
  }


.s-d8e800d4-5a38-4fa1-860d-758b9463aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shg-align-container {
  text-align: center
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
    
    
  }


.s-d8e800d4-5a38-4fa1-860d-758b9463aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shg-align-container {
  text-align: center
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
    
    
  }


.s-d8e800d4-5a38-4fa1-860d-758b9463aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shg-align-container {
  text-align: center
}

.s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e800d4-5a38-4fa1-860d-758b9463aa77.shogun-image {
  box-sizing: border-box;
}


}
#s-924a3407-fff1-46f0-b6bf-e8a72f98c651 {
  text-align: left;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 {
  margin-top: -70px;
margin-bottom: 0px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 {
  margin-top: -30px;
}
}






  img.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
    
    
  }


.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 .shogun-image-content {
  
    align-items: center;
  
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shg-align-container {
  text-align: center
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
    
    
  }


.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 .shogun-image-content {
  
    align-items: center;
  
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shg-align-container {
  text-align: center
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
    
    
  }


.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 .shogun-image-content {
  
    align-items: center;
  
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shg-align-container {
  text-align: center
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
    
    
  }


.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 .shogun-image-content {
  
    align-items: center;
  
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shg-align-container {
  text-align: center
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
    
    
  }


.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497 .shogun-image-content {
  
    align-items: center;
  
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shg-align-container {
  text-align: center
}

.s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae3639a-fa59-4c57-8b5a-01b17c0f3497.shogun-image {
  box-sizing: border-box;
}


}
#s-43a71895-c75a-4394-bef6-fc491db52cb6 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (max-width: 767px){#s-43a71895-c75a-4394-bef6-fc491db52cb6 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-43a71895-c75a-4394-bef6-fc491db52cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a71895-c75a-4394-bef6-fc491db52cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43a71895-c75a-4394-bef6-fc491db52cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a71895-c75a-4394-bef6-fc491db52cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8b1c7631-8470-495c-94e6-65e41383f77a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8b1c7631-8470-495c-94e6-65e41383f77a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8b1c7631-8470-495c-94e6-65e41383f77a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8b1c7631-8470-495c-94e6-65e41383f77a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b1c7631-8470-495c-94e6-65e41383f77a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f1da908e-1a24-423f-8e9b-532b626c9a3e {
  min-height: 50px;
max-width: 100%;
}








#s-f1da908e-1a24-423f-8e9b-532b626c9a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1da908e-1a24-423f-8e9b-532b626c9a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdc8dd94-d55f-4211-b524-5e0c6b632615 {
  margin-left: -2%;
margin-right: -2%;
min-height: 50px;
}








#s-cdc8dd94-d55f-4211-b524-5e0c6b632615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc8dd94-d55f-4211-b524-5e0c6b632615.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
    
    
  }


.s-76a0430c-f667-4fba-8e2d-29c888ad0a81 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shg-align-container {
  text-align: center
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
    
    
  }


.s-76a0430c-f667-4fba-8e2d-29c888ad0a81 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shg-align-container {
  text-align: center
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
    
    
  }


.s-76a0430c-f667-4fba-8e2d-29c888ad0a81 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shg-align-container {
  text-align: center
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
    
    
  }


.s-76a0430c-f667-4fba-8e2d-29c888ad0a81 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shg-align-container {
  text-align: center
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
    
    
  }


.s-76a0430c-f667-4fba-8e2d-29c888ad0a81 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shg-align-container {
  text-align: center
}

.s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a0430c-f667-4fba-8e2d-29c888ad0a81.shogun-image {
  box-sizing: border-box;
}


}
#s-9155cf29-c69e-408c-9949-7e1c95214aec {
  margin-top: 12px;
margin-bottom: 20px;
text-align: center;
}







  img.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
    
    
  }


.s-9155cf29-c69e-408c-9949-7e1c95214aec .shogun-image-content {
  
    align-items: center;
  
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shg-align-container {
  text-align: center
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
    
    
  }


.s-9155cf29-c69e-408c-9949-7e1c95214aec .shogun-image-content {
  
    align-items: center;
  
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shg-align-container {
  text-align: center
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
    
    
  }


.s-9155cf29-c69e-408c-9949-7e1c95214aec .shogun-image-content {
  
    align-items: center;
  
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shg-align-container {
  text-align: center
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
    
    
  }


.s-9155cf29-c69e-408c-9949-7e1c95214aec .shogun-image-content {
  
    align-items: center;
  
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shg-align-container {
  text-align: center
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
    
    
  }


.s-9155cf29-c69e-408c-9949-7e1c95214aec .shogun-image-content {
  
    align-items: center;
  
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shg-align-container {
  text-align: center
}

.s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9155cf29-c69e-408c-9949-7e1c95214aec.shogun-image {
  box-sizing: border-box;
}


}
#s-0f3891dd-4024-4cad-b16e-5e283609cd37 {
  display: none;
}
#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1 {
  border-style: solid;
padding-top: 15px;
padding-left: 16%;
padding-bottom: 15px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 60px;
background-color: rgba(228, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1:hover {background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1.shg-btn {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-485db49d-7bb2-4be1-80cf-3d5a15e54cb1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.4em;
    color: rgba(255, 255, 255, 1);
  }


#s-9143644c-928c-4008-8787-5cff40384d5c {
  min-height: 50px;
max-width: 100%;
}








#s-9143644c-928c-4008-8787-5cff40384d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9143644c-928c-4008-8787-5cff40384d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a1fad5-2e10-4476-ae0e-ef9c88153143 {
  margin-left: -2%;
margin-right: -2%;
min-height: 50px;
}








#s-20a1fad5-2e10-4476-ae0e-ef9c88153143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20a1fad5-2e10-4476-ae0e-ef9c88153143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
    
    
  }


.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 .shogun-image-content {
  
    align-items: center;
  
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shg-align-container {
  text-align: center
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
    
    
  }


.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 .shogun-image-content {
  
    align-items: center;
  
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shg-align-container {
  text-align: center
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
    
    
  }


.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 .shogun-image-content {
  
    align-items: center;
  
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shg-align-container {
  text-align: center
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
    
    
  }


.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 .shogun-image-content {
  
    align-items: center;
  
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shg-align-container {
  text-align: center
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
    
    
  }


.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164 .shogun-image-content {
  
    align-items: center;
  
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shg-align-container {
  text-align: center
}

.s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09c0f60b-a6a9-4a24-a9c2-c5f6e5838164.shogun-image {
  box-sizing: border-box;
}


}
#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 {
  margin-top: 12px;
margin-bottom: 20px;
text-align: center;
}







  img.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
    
    
  }


.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shg-align-container {
  text-align: center
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
    
    
  }


.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shg-align-container {
  text-align: center
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
    
    
  }


.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shg-align-container {
  text-align: center
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
    
    
  }


.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shg-align-container {
  text-align: center
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
    
    
  }


.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shg-align-container {
  text-align: center
}

.s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e2f6bdd-e5a9-4db5-9521-b292fbcd8802.shogun-image {
  box-sizing: border-box;
}


}
#s-08b4099e-2cf5-40d1-a318-a7f328a5c8cd {
  display: none;
}
#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e {
  border-style: solid;
padding-top: 15px;
padding-left: 16%;
padding-bottom: 15px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 60px;
background-color: rgba(228, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e:hover {background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e.shg-btn {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-fbad190c-1753-4bd1-ab58-49628a6a6f5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbad190c-1753-4bd1-ab58-49628a6a6f5e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.4em;
    color: rgba(255, 255, 255, 1);
  }


#s-1e104ede-4b89-4fed-9b7c-ae11490a9c0f {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-1e104ede-4b89-4fed-9b7c-ae11490a9c0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1e104ede-4b89-4fed-9b7c-ae11490a9c0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1e104ede-4b89-4fed-9b7c-ae11490a9c0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e104ede-4b89-4fed-9b7c-ae11490a9c0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6d6c263b-1b97-41e2-86c6-46ac3054fd8a {
  min-height: 50px;
max-width: 100%;
}








#s-6d6c263b-1b97-41e2-86c6-46ac3054fd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6c263b-1b97-41e2-86c6-46ac3054fd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed8620d-265e-4c3e-8105-f55b0c0f7a89 {
  margin-left: -2%;
margin-right: -2%;
min-height: 50px;
}








#s-fed8620d-265e-4c3e-8105-f55b0c0f7a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed8620d-265e-4c3e-8105-f55b0c0f7a89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
    
    
  }


.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de .shogun-image-content {
  
    align-items: center;
  
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shg-align-container {
  text-align: center
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
    
    
  }


.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de .shogun-image-content {
  
    align-items: center;
  
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shg-align-container {
  text-align: center
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
    
    
  }


.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de .shogun-image-content {
  
    align-items: center;
  
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shg-align-container {
  text-align: center
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
    
    
  }


.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de .shogun-image-content {
  
    align-items: center;
  
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shg-align-container {
  text-align: center
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
    
    
  }


.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de .shogun-image-content {
  
    align-items: center;
  
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shg-align-container {
  text-align: center
}

.s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74bc380b-9d54-42ed-8cc9-770b1b7d87de.shogun-image {
  box-sizing: border-box;
}


}
#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a {
  margin-top: 12px;
margin-bottom: 20px;
text-align: center;
}







  img.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
    
    
  }


.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a .shogun-image-content {
  
    align-items: center;
  
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shg-align-container {
  text-align: center
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
    
    
  }


.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a .shogun-image-content {
  
    align-items: center;
  
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shg-align-container {
  text-align: center
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
    
    
  }


.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a .shogun-image-content {
  
    align-items: center;
  
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shg-align-container {
  text-align: center
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
    
    
  }


.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a .shogun-image-content {
  
    align-items: center;
  
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shg-align-container {
  text-align: center
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
    
    
  }


.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a .shogun-image-content {
  
    align-items: center;
  
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shg-align-container {
  text-align: center
}

.s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240df47b-8237-4aa8-ba6f-e56e9bd1d47a.shogun-image {
  box-sizing: border-box;
}


}
#s-df04d9d2-13eb-4bf4-8995-1622c2bf993d {
  display: none;
}
#s-8f91db20-d01d-49b1-a474-b8d89198f284 {
  border-style: solid;
padding-top: 15px;
padding-left: 16%;
padding-bottom: 15px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 60px;
background-color: rgba(228, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f91db20-d01d-49b1-a474-b8d89198f284:hover {background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f91db20-d01d-49b1-a474-b8d89198f284:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8f91db20-d01d-49b1-a474-b8d89198f284 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f91db20-d01d-49b1-a474-b8d89198f284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f91db20-d01d-49b1-a474-b8d89198f284.shg-btn {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-8f91db20-d01d-49b1-a474-b8d89198f284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8f91db20-d01d-49b1-a474-b8d89198f284.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.4em;
    color: rgba(255, 255, 255, 1);
  }


#s-debe6ad6-f3ce-4d85-a234-0978d9c02fe9 {
  min-height: 50px;
max-width: 100%;
}








#s-debe6ad6-f3ce-4d85-a234-0978d9c02fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debe6ad6-f3ce-4d85-a234-0978d9c02fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3530ffd0-fc8c-4e4c-b61f-cd74135ee673 {
  margin-left: -2%;
margin-right: -2%;
min-height: 50px;
}








#s-3530ffd0-fc8c-4e4c-b61f-cd74135ee673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3530ffd0-fc8c-4e4c-b61f-cd74135ee673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
    
    
  }


.s-c95cec80-4858-417b-a670-3a80f3b1a3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shg-align-container {
  text-align: center
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
    
    
  }


.s-c95cec80-4858-417b-a670-3a80f3b1a3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shg-align-container {
  text-align: center
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
    
    
  }


.s-c95cec80-4858-417b-a670-3a80f3b1a3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shg-align-container {
  text-align: center
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
    
    
  }


.s-c95cec80-4858-417b-a670-3a80f3b1a3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shg-align-container {
  text-align: center
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
    
    
  }


.s-c95cec80-4858-417b-a670-3a80f3b1a3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shg-align-container {
  text-align: center
}

.s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c95cec80-4858-417b-a670-3a80f3b1a3eb.shogun-image {
  box-sizing: border-box;
}


}
#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 {
  margin-top: 12px;
margin-bottom: 20px;
max-width: 100%;
text-align: center;
}







  img.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
    
    
  }


.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shg-align-container {
  text-align: center
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
    
    
  }


.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shg-align-container {
  text-align: center
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
    
    
  }


.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shg-align-container {
  text-align: center
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
    
    
  }


.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shg-align-container {
  text-align: center
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
    
    
  }


.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shg-align-container {
  text-align: center
}

.s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f9a86aa-7ef5-448e-8cd6-27f2fbb12d38.shogun-image {
  box-sizing: border-box;
}


}
#s-af430e75-3d3b-4d8a-aa23-6088f81c5851 {
  display: none;
}
#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b {
  border-style: solid;
padding-top: 15px;
padding-left: 16%;
padding-bottom: 15px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 60px;
background-color: rgba(228, 74, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b:hover {background-color: rgba(202, 36, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b:active {background-color: rgba(253, 56, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b.shg-btn {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9c98d993-a09a-41e0-bc28-17b5b60c5c6b.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.4em;
    color: rgba(255, 255, 255, 1);
  }


#s-c60989af-00a8-47ef-9136-87e381d4790e {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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}