.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-12531f98-737d-452b-b255-0f621259d924 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
min-height: 300px;
max-width: 1650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-12531f98-737d-452b-b255-0f621259d924 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12531f98-737d-452b-b255-0f621259d924 {
  
}
}@media (max-width: 767px){#s-12531f98-737d-452b-b255-0f621259d924 {
  
}
}
#s-12531f98-737d-452b-b255-0f621259d924 {
  background-image: url(https://i.shgcdn.com/93287df8-61ff-4c8b-8d7d-0b48ec1cd321/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-12531f98-737d-452b-b255-0f621259d924 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-12531f98-737d-452b-b255-0f621259d924.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;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a7c68386-1730-4203-84f8-2020fe76c492 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}







  img.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
    
    
  }


.s-a7c68386-1730-4203-84f8-2020fe76c492 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
    
    
  }


.s-a7c68386-1730-4203-84f8-2020fe76c492 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
    
    
  }


.s-a7c68386-1730-4203-84f8-2020fe76c492 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
    
    
  }


.s-a7c68386-1730-4203-84f8-2020fe76c492 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
    
    
  }


.s-a7c68386-1730-4203-84f8-2020fe76c492 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c68386-1730-4203-84f8-2020fe76c492.shogun-image {
  box-sizing: border-box;
}



}
#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17 {
  padding-top: 40px;
padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca515ba6-e732-4315-9b0b-c2e3fb417b04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-ca515ba6-e732-4315-9b0b-c2e3fb417b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca515ba6-e732-4315-9b0b-c2e3fb417b04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-120cd512-9000-4861-b4cf-214252533b29 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-120cd512-9000-4861-b4cf-214252533b29"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-120cd512-9000-4861-b4cf-214252533b29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-120cd512-9000-4861-b4cf-214252533b29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-120cd512-9000-4861-b4cf-214252533b29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  text-align: center;
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  max-width:  100%;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom,
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  max-width:  100%;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom,
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  max-width:  100%;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom,
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  max-width:  100%;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom,
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 {
  max-width:  100%;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom,
.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2d6547f-3134-4061-b2eb-69c35a330b14 img.shogun-image {
  width: 100%;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-beccd43e-d1a7-4e2c-92da-cae193610bd2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-beccd43e-d1a7-4e2c-92da-cae193610bd2:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-beccd43e-d1a7-4e2c-92da-cae193610bd2:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-beccd43e-d1a7-4e2c-92da-cae193610bd2-root {
    text-align: center;
  }


#s-beccd43e-d1a7-4e2c-92da-cae193610bd2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-beccd43e-d1a7-4e2c-92da-cae193610bd2-root {
    text-align: center;
  }


#s-beccd43e-d1a7-4e2c-92da-cae193610bd2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-beccd43e-d1a7-4e2c-92da-cae193610bd2-root {
    text-align: center;
  }


#s-beccd43e-d1a7-4e2c-92da-cae193610bd2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-beccd43e-d1a7-4e2c-92da-cae193610bd2-root {
    text-align: center;
  }


#s-beccd43e-d1a7-4e2c-92da-cae193610bd2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-beccd43e-d1a7-4e2c-92da-cae193610bd2-root {
    text-align: center;
  }


#s-beccd43e-d1a7-4e2c-92da-cae193610bd2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  text-align: center;
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  max-width:  100%;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom,
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  max-width:  100%;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom,
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  max-width:  100%;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom,
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  max-width:  100%;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom,
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae {
  max-width:  100%;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom,
.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d891040b-377c-4121-bb83-ed4670bbb1ae img.shogun-image {
  width: 100%;
}



}
#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-bea50cf1-4f5f-42da-a81d-6927ed9e5939-root {
    text-align: center;
  }


#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bea50cf1-4f5f-42da-a81d-6927ed9e5939-root {
    text-align: center;
  }


#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bea50cf1-4f5f-42da-a81d-6927ed9e5939-root {
    text-align: center;
  }


#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bea50cf1-4f5f-42da-a81d-6927ed9e5939-root {
    text-align: center;
  }


#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bea50cf1-4f5f-42da-a81d-6927ed9e5939-root {
    text-align: center;
  }


#s-bea50cf1-4f5f-42da-a81d-6927ed9e5939.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  text-align: center;
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  max-width:  100%;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom,
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  max-width:  100%;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom,
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  max-width:  100%;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom,
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  max-width:  100%;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom,
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 {
  max-width:  100%;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom,
.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38026a8a-07fa-4f54-a3ba-70bda3d5aa57 img.shogun-image {
  width: 100%;
}



}
#s-f060716a-6585-4b0e-9c05-faa2e985ff77 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-f060716a-6585-4b0e-9c05-faa2e985ff77:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-f060716a-6585-4b0e-9c05-faa2e985ff77:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-f060716a-6585-4b0e-9c05-faa2e985ff77-root {
    text-align: center;
  }


#s-f060716a-6585-4b0e-9c05-faa2e985ff77.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f060716a-6585-4b0e-9c05-faa2e985ff77-root {
    text-align: center;
  }


#s-f060716a-6585-4b0e-9c05-faa2e985ff77.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f060716a-6585-4b0e-9c05-faa2e985ff77-root {
    text-align: center;
  }


#s-f060716a-6585-4b0e-9c05-faa2e985ff77.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f060716a-6585-4b0e-9c05-faa2e985ff77-root {
    text-align: center;
  }


#s-f060716a-6585-4b0e-9c05-faa2e985ff77.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f060716a-6585-4b0e-9c05-faa2e985ff77-root {
    text-align: center;
  }


#s-f060716a-6585-4b0e-9c05-faa2e985ff77.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  text-align: center;
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  max-width:  100%;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom,
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  max-width:  100%;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom,
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  max-width:  100%;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom,
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  max-width:  100%;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom,
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb {
  max-width:  100%;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom,
.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62424bd-38f5-4db0-86a0-1e03e02671eb img.shogun-image {
  width: 100%;
}



}
#s-f736a6e7-5adf-4a58-86d0-2adff52d1737 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-f736a6e7-5adf-4a58-86d0-2adff52d1737:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-f736a6e7-5adf-4a58-86d0-2adff52d1737:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-f736a6e7-5adf-4a58-86d0-2adff52d1737-root {
    text-align: center;
  }


#s-f736a6e7-5adf-4a58-86d0-2adff52d1737.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f736a6e7-5adf-4a58-86d0-2adff52d1737-root {
    text-align: center;
  }


#s-f736a6e7-5adf-4a58-86d0-2adff52d1737.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f736a6e7-5adf-4a58-86d0-2adff52d1737-root {
    text-align: center;
  }


#s-f736a6e7-5adf-4a58-86d0-2adff52d1737.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f736a6e7-5adf-4a58-86d0-2adff52d1737-root {
    text-align: center;
  }


#s-f736a6e7-5adf-4a58-86d0-2adff52d1737.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f736a6e7-5adf-4a58-86d0-2adff52d1737-root {
    text-align: center;
  }


#s-f736a6e7-5adf-4a58-86d0-2adff52d1737.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-8a1aefa4-0f7e-4d7c-b01f-0232d26bf6f9 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8a1aefa4-0f7e-4d7c-b01f-0232d26bf6f9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8a1aefa4-0f7e-4d7c-b01f-0232d26bf6f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a1aefa4-0f7e-4d7c-b01f-0232d26bf6f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a1aefa4-0f7e-4d7c-b01f-0232d26bf6f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  text-align: center;
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  max-width:  100%;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom,
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  max-width:  100%;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom,
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  max-width:  100%;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom,
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  max-width:  100%;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom,
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 {
  max-width:  100%;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom,
.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b006195-71d3-497c-b2c7-ff88266b8b09 img.shogun-image {
  width: 100%;
}



}
#s-160eeb97-191e-4be5-a4a4-166f2443ecdc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-160eeb97-191e-4be5-a4a4-166f2443ecdc:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-160eeb97-191e-4be5-a4a4-166f2443ecdc:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-160eeb97-191e-4be5-a4a4-166f2443ecdc-root {
    text-align: center;
  }


#s-160eeb97-191e-4be5-a4a4-166f2443ecdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-160eeb97-191e-4be5-a4a4-166f2443ecdc-root {
    text-align: center;
  }


#s-160eeb97-191e-4be5-a4a4-166f2443ecdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-160eeb97-191e-4be5-a4a4-166f2443ecdc-root {
    text-align: center;
  }


#s-160eeb97-191e-4be5-a4a4-166f2443ecdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-160eeb97-191e-4be5-a4a4-166f2443ecdc-root {
    text-align: center;
  }


#s-160eeb97-191e-4be5-a4a4-166f2443ecdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-160eeb97-191e-4be5-a4a4-166f2443ecdc-root {
    text-align: center;
  }


#s-160eeb97-191e-4be5-a4a4-166f2443ecdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  text-align: center;
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  max-width:  100%;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom,
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  max-width:  100%;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom,
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  max-width:  100%;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom,
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  max-width:  100%;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom,
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea {
  max-width:  100%;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom,
.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a6e9c58-7f97-4f73-b26d-671d84ec4cea img.shogun-image {
  width: 100%;
}



}
#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-5c76bed6-958e-4ce8-b5a4-e00db36ec588-root {
    text-align: center;
  }


#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5c76bed6-958e-4ce8-b5a4-e00db36ec588-root {
    text-align: center;
  }


#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c76bed6-958e-4ce8-b5a4-e00db36ec588-root {
    text-align: center;
  }


#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c76bed6-958e-4ce8-b5a4-e00db36ec588-root {
    text-align: center;
  }


#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5c76bed6-958e-4ce8-b5a4-e00db36ec588-root {
    text-align: center;
  }


#s-5c76bed6-958e-4ce8-b5a4-e00db36ec588.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  text-align: center;
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  max-width:  100%;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom,
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  max-width:  100%;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom,
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  max-width:  100%;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom,
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  max-width:  100%;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom,
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 {
  max-width:  100%;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom,
.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b75509a-959e-457d-893c-c035c563ecd3 img.shogun-image {
  width: 100%;
}



}
#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-8a83ec14-57a5-4a15-975e-28dcc89b4b84-root {
    text-align: center;
  }


#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a83ec14-57a5-4a15-975e-28dcc89b4b84-root {
    text-align: center;
  }


#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a83ec14-57a5-4a15-975e-28dcc89b4b84-root {
    text-align: center;
  }


#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a83ec14-57a5-4a15-975e-28dcc89b4b84-root {
    text-align: center;
  }


#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a83ec14-57a5-4a15-975e-28dcc89b4b84-root {
    text-align: center;
  }


#s-8a83ec14-57a5-4a15-975e-28dcc89b4b84.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  text-align: center;
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  max-width:  100%;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom,
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  max-width:  100%;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom,
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  max-width:  100%;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom,
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  max-width:  100%;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom,
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 {
  max-width:  100%;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom,
.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30cb017-805d-4564-8820-98ab4a286da2 img.shogun-image {
  width: 100%;
}



}
#s-b71806c3-759c-4e84-a303-c3554f88b903 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-b71806c3-759c-4e84-a303-c3554f88b903:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-b71806c3-759c-4e84-a303-c3554f88b903:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-b71806c3-759c-4e84-a303-c3554f88b903-root {
    text-align: center;
  }


#s-b71806c3-759c-4e84-a303-c3554f88b903.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b71806c3-759c-4e84-a303-c3554f88b903-root {
    text-align: center;
  }


#s-b71806c3-759c-4e84-a303-c3554f88b903.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b71806c3-759c-4e84-a303-c3554f88b903-root {
    text-align: center;
  }


#s-b71806c3-759c-4e84-a303-c3554f88b903.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b71806c3-759c-4e84-a303-c3554f88b903-root {
    text-align: center;
  }


#s-b71806c3-759c-4e84-a303-c3554f88b903.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b71806c3-759c-4e84-a303-c3554f88b903-root {
    text-align: center;
  }


#s-b71806c3-759c-4e84-a303-c3554f88b903.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-3a12a209-7755-4e2e-917d-e7fd549ea07e {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3a12a209-7755-4e2e-917d-e7fd549ea07e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a12a209-7755-4e2e-917d-e7fd549ea07e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a12a209-7755-4e2e-917d-e7fd549ea07e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a12a209-7755-4e2e-917d-e7fd549ea07e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  text-align: center;
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  max-width:  100%;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom,
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  max-width:  100%;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom,
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  max-width:  100%;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom,
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  max-width:  100%;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom,
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 {
  max-width:  100%;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom,
.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ecdabc-9905-43c1-98fa-c3118dec4af9 img.shogun-image {
  width: 100%;
}



}
#s-14d8ce56-22ed-4936-a062-abfa10bcbb08 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-14d8ce56-22ed-4936-a062-abfa10bcbb08:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-14d8ce56-22ed-4936-a062-abfa10bcbb08:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-14d8ce56-22ed-4936-a062-abfa10bcbb08-root {
    text-align: center;
  }


#s-14d8ce56-22ed-4936-a062-abfa10bcbb08.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-14d8ce56-22ed-4936-a062-abfa10bcbb08-root {
    text-align: center;
  }


#s-14d8ce56-22ed-4936-a062-abfa10bcbb08.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14d8ce56-22ed-4936-a062-abfa10bcbb08-root {
    text-align: center;
  }


#s-14d8ce56-22ed-4936-a062-abfa10bcbb08.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14d8ce56-22ed-4936-a062-abfa10bcbb08-root {
    text-align: center;
  }


#s-14d8ce56-22ed-4936-a062-abfa10bcbb08.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-14d8ce56-22ed-4936-a062-abfa10bcbb08-root {
    text-align: center;
  }


#s-14d8ce56-22ed-4936-a062-abfa10bcbb08.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  text-align: center;
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  max-width:  100%;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom,
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  max-width:  100%;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom,
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  max-width:  100%;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom,
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  max-width:  100%;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom,
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c {
  max-width:  100%;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom,
.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc41694f-8815-4901-a913-7332e74b5c5c img.shogun-image {
  width: 100%;
}



}
#s-f107d096-03b7-4034-8a07-9daebe7e4b2f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-f107d096-03b7-4034-8a07-9daebe7e4b2f:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-f107d096-03b7-4034-8a07-9daebe7e4b2f:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-f107d096-03b7-4034-8a07-9daebe7e4b2f-root {
    text-align: center;
  }


#s-f107d096-03b7-4034-8a07-9daebe7e4b2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f107d096-03b7-4034-8a07-9daebe7e4b2f-root {
    text-align: center;
  }


#s-f107d096-03b7-4034-8a07-9daebe7e4b2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f107d096-03b7-4034-8a07-9daebe7e4b2f-root {
    text-align: center;
  }


#s-f107d096-03b7-4034-8a07-9daebe7e4b2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f107d096-03b7-4034-8a07-9daebe7e4b2f-root {
    text-align: center;
  }


#s-f107d096-03b7-4034-8a07-9daebe7e4b2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f107d096-03b7-4034-8a07-9daebe7e4b2f-root {
    text-align: center;
  }


#s-f107d096-03b7-4034-8a07-9daebe7e4b2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  text-align: center;
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  max-width:  100%;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom,
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  max-width:  100%;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom,
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  max-width:  100%;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom,
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  max-width:  100%;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom,
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 {
  max-width:  100%;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom,
.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-491e5d5f-cd52-44d7-8237-bbfb8c9f13f0 img.shogun-image {
  width: 100%;
}



}
#s-05c1c33a-9145-4ee4-9495-e76fef539538 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-05c1c33a-9145-4ee4-9495-e76fef539538:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-05c1c33a-9145-4ee4-9495-e76fef539538:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-05c1c33a-9145-4ee4-9495-e76fef539538-root {
    text-align: center;
  }


#s-05c1c33a-9145-4ee4-9495-e76fef539538.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05c1c33a-9145-4ee4-9495-e76fef539538-root {
    text-align: center;
  }


#s-05c1c33a-9145-4ee4-9495-e76fef539538.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05c1c33a-9145-4ee4-9495-e76fef539538-root {
    text-align: center;
  }


#s-05c1c33a-9145-4ee4-9495-e76fef539538.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05c1c33a-9145-4ee4-9495-e76fef539538-root {
    text-align: center;
  }


#s-05c1c33a-9145-4ee4-9495-e76fef539538.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05c1c33a-9145-4ee4-9495-e76fef539538-root {
    text-align: center;
  }


#s-05c1c33a-9145-4ee4-9495-e76fef539538.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  text-align: center;
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  max-width:  100%;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom,
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  max-width:  100%;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom,
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  max-width:  100%;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom,
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  max-width:  100%;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom,
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 {
  max-width:  100%;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom,
.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be953453-e7a4-4598-8e13-d96a42270bb7 img.shogun-image {
  width: 100%;
}



}
#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96-root {
    text-align: center;
  }


#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96-root {
    text-align: center;
  }


#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96-root {
    text-align: center;
  }


#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96-root {
    text-align: center;
  }


#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96-root {
    text-align: center;
  }


#s-e2636398-ae8c-4220-98f5-3ed6e2d0fd96.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-28d3ae7a-7da5-4c4d-baa9-1a4beec44e75 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-28d3ae7a-7da5-4c4d-baa9-1a4beec44e75"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28d3ae7a-7da5-4c4d-baa9-1a4beec44e75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28d3ae7a-7da5-4c4d-baa9-1a4beec44e75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28d3ae7a-7da5-4c4d-baa9-1a4beec44e75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  text-align: center;
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  max-width:  100%;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom,
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  max-width:  100%;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom,
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  max-width:  100%;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom,
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  max-width:  100%;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom,
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a {
  max-width:  100%;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom,
.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd84ba0-44e2-4067-8c07-4256814f020a img.shogun-image {
  width: 100%;
}



}
#s-0e06e387-a561-4900-b7a5-eb4be4d8db20 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-0e06e387-a561-4900-b7a5-eb4be4d8db20:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-0e06e387-a561-4900-b7a5-eb4be4d8db20:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-0e06e387-a561-4900-b7a5-eb4be4d8db20-root {
    text-align: center;
  }


#s-0e06e387-a561-4900-b7a5-eb4be4d8db20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e06e387-a561-4900-b7a5-eb4be4d8db20-root {
    text-align: center;
  }


#s-0e06e387-a561-4900-b7a5-eb4be4d8db20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e06e387-a561-4900-b7a5-eb4be4d8db20-root {
    text-align: center;
  }


#s-0e06e387-a561-4900-b7a5-eb4be4d8db20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e06e387-a561-4900-b7a5-eb4be4d8db20-root {
    text-align: center;
  }


#s-0e06e387-a561-4900-b7a5-eb4be4d8db20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e06e387-a561-4900-b7a5-eb4be4d8db20-root {
    text-align: center;
  }


#s-0e06e387-a561-4900-b7a5-eb4be4d8db20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  text-align: center;
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  max-width:  100%;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom,
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  max-width:  100%;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom,
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  max-width:  100%;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom,
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  max-width:  100%;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom,
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 {
  max-width:  100%;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom,
.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f222b8d4-6674-4a4a-9e80-42c418230fa3 img.shogun-image {
  width: 100%;
}



}
#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-f86eefb1-55fb-4843-8c6e-11777fa76cc2-root {
    text-align: center;
  }


#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f86eefb1-55fb-4843-8c6e-11777fa76cc2-root {
    text-align: center;
  }


#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f86eefb1-55fb-4843-8c6e-11777fa76cc2-root {
    text-align: center;
  }


#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f86eefb1-55fb-4843-8c6e-11777fa76cc2-root {
    text-align: center;
  }


#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f86eefb1-55fb-4843-8c6e-11777fa76cc2-root {
    text-align: center;
  }


#s-f86eefb1-55fb-4843-8c6e-11777fa76cc2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  text-align: center;
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  max-width:  100%;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom,
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  max-width:  100%;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom,
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  max-width:  100%;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom,
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  max-width:  100%;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom,
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 {
  max-width:  100%;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom,
.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-073b4693-a681-44e4-85ca-b78ed76819f2 img.shogun-image {
  width: 100%;
}



}
#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21-root {
    text-align: center;
  }


#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21-root {
    text-align: center;
  }


#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21-root {
    text-align: center;
  }


#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21-root {
    text-align: center;
  }


#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21-root {
    text-align: center;
  }


#s-4cb0a375-f9a7-4db8-8c52-c2576fc25c21.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  text-align: center;
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  max-width:  100%;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom,
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  max-width:  100%;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom,
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  max-width:  100%;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom,
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  max-width:  100%;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom,
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef {
  max-width:  100%;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom,
.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d2e58f-79c3-4b05-a7e5-2a736381c1ef img.shogun-image {
  width: 100%;
}



}
#s-a87cc6de-7412-4da2-9884-02867d047a7e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-a87cc6de-7412-4da2-9884-02867d047a7e:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-a87cc6de-7412-4da2-9884-02867d047a7e:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-a87cc6de-7412-4da2-9884-02867d047a7e-root {
    text-align: center;
  }


#s-a87cc6de-7412-4da2-9884-02867d047a7e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a87cc6de-7412-4da2-9884-02867d047a7e-root {
    text-align: center;
  }


#s-a87cc6de-7412-4da2-9884-02867d047a7e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a87cc6de-7412-4da2-9884-02867d047a7e-root {
    text-align: center;
  }


#s-a87cc6de-7412-4da2-9884-02867d047a7e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a87cc6de-7412-4da2-9884-02867d047a7e-root {
    text-align: center;
  }


#s-a87cc6de-7412-4da2-9884-02867d047a7e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a87cc6de-7412-4da2-9884-02867d047a7e-root {
    text-align: center;
  }


#s-a87cc6de-7412-4da2-9884-02867d047a7e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-ef40db92-8a22-4dbc-a81e-a9ee180b33d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ef40db92-8a22-4dbc-a81e-a9ee180b33d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef40db92-8a22-4dbc-a81e-a9ee180b33d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef40db92-8a22-4dbc-a81e-a9ee180b33d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef40db92-8a22-4dbc-a81e-a9ee180b33d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  text-align: center;
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  max-width:  100%;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom,
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  max-width:  100%;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom,
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  max-width:  100%;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom,
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  max-width:  100%;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom,
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d {
  max-width:  100%;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom,
.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fed42bc-b4aa-4e25-a283-f1c832284e2d img.shogun-image {
  width: 100%;
}



}
#s-56f2692d-042f-465f-897b-8ca0b5c695fe {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-56f2692d-042f-465f-897b-8ca0b5c695fe:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-56f2692d-042f-465f-897b-8ca0b5c695fe:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-56f2692d-042f-465f-897b-8ca0b5c695fe-root {
    text-align: center;
  }


#s-56f2692d-042f-465f-897b-8ca0b5c695fe.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56f2692d-042f-465f-897b-8ca0b5c695fe-root {
    text-align: center;
  }


#s-56f2692d-042f-465f-897b-8ca0b5c695fe.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56f2692d-042f-465f-897b-8ca0b5c695fe-root {
    text-align: center;
  }


#s-56f2692d-042f-465f-897b-8ca0b5c695fe.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56f2692d-042f-465f-897b-8ca0b5c695fe-root {
    text-align: center;
  }


#s-56f2692d-042f-465f-897b-8ca0b5c695fe.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56f2692d-042f-465f-897b-8ca0b5c695fe-root {
    text-align: center;
  }


#s-56f2692d-042f-465f-897b-8ca0b5c695fe.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  text-align: center;
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  max-width:  100%;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom,
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  max-width:  100%;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom,
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  max-width:  100%;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom,
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  max-width:  100%;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom,
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 {
  max-width:  100%;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom,
.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-450e4ce9-0908-4504-8a7c-7188f10cd263 img.shogun-image {
  width: 100%;
}



}
#s-894288b1-8987-43b5-9b14-4acc355baf0c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-894288b1-8987-43b5-9b14-4acc355baf0c:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-894288b1-8987-43b5-9b14-4acc355baf0c:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-894288b1-8987-43b5-9b14-4acc355baf0c-root {
    text-align: center;
  }


#s-894288b1-8987-43b5-9b14-4acc355baf0c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-894288b1-8987-43b5-9b14-4acc355baf0c-root {
    text-align: center;
  }


#s-894288b1-8987-43b5-9b14-4acc355baf0c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-894288b1-8987-43b5-9b14-4acc355baf0c-root {
    text-align: center;
  }


#s-894288b1-8987-43b5-9b14-4acc355baf0c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-894288b1-8987-43b5-9b14-4acc355baf0c-root {
    text-align: center;
  }


#s-894288b1-8987-43b5-9b14-4acc355baf0c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-894288b1-8987-43b5-9b14-4acc355baf0c-root {
    text-align: center;
  }


#s-894288b1-8987-43b5-9b14-4acc355baf0c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  text-align: center;
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  max-width:  100%;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom,
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  max-width:  100%;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom,
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  max-width:  100%;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom,
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  max-width:  100%;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom,
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a {
  max-width:  100%;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom,
.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-035ad51c-6935-4ab4-8233-8ed63f0aa28a img.shogun-image {
  width: 100%;
}



}
#s-ff55f4ca-4749-4c4f-a412-6282bdfea282 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-ff55f4ca-4749-4c4f-a412-6282bdfea282:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-ff55f4ca-4749-4c4f-a412-6282bdfea282:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-ff55f4ca-4749-4c4f-a412-6282bdfea282-root {
    text-align: center;
  }


#s-ff55f4ca-4749-4c4f-a412-6282bdfea282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff55f4ca-4749-4c4f-a412-6282bdfea282-root {
    text-align: center;
  }


#s-ff55f4ca-4749-4c4f-a412-6282bdfea282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff55f4ca-4749-4c4f-a412-6282bdfea282-root {
    text-align: center;
  }


#s-ff55f4ca-4749-4c4f-a412-6282bdfea282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff55f4ca-4749-4c4f-a412-6282bdfea282-root {
    text-align: center;
  }


#s-ff55f4ca-4749-4c4f-a412-6282bdfea282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff55f4ca-4749-4c4f-a412-6282bdfea282-root {
    text-align: center;
  }


#s-ff55f4ca-4749-4c4f-a412-6282bdfea282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  text-align: center;
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  max-width:  100%;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom,
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  max-width:  100%;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom,
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  max-width:  100%;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom,
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  max-width:  100%;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom,
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 {
  max-width:  100%;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom,
.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6278adf3-9949-4ec2-bf28-b17d6887bb70 img.shogun-image {
  width: 100%;
}



}
#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-85beb793-f2d5-47bb-9eb8-a549e293c7e3-root {
    text-align: center;
  }


#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85beb793-f2d5-47bb-9eb8-a549e293c7e3-root {
    text-align: center;
  }


#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85beb793-f2d5-47bb-9eb8-a549e293c7e3-root {
    text-align: center;
  }


#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85beb793-f2d5-47bb-9eb8-a549e293c7e3-root {
    text-align: center;
  }


#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85beb793-f2d5-47bb-9eb8-a549e293c7e3-root {
    text-align: center;
  }


#s-85beb793-f2d5-47bb-9eb8-a549e293c7e3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-485777ab-92b5-41e3-a5ad-4cf9a7535686 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-485777ab-92b5-41e3-a5ad-4cf9a7535686"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-485777ab-92b5-41e3-a5ad-4cf9a7535686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-485777ab-92b5-41e3-a5ad-4cf9a7535686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-485777ab-92b5-41e3-a5ad-4cf9a7535686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  text-align: center;
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  max-width:  100%;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom,
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  max-width:  100%;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom,
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  max-width:  100%;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom,
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  max-width:  100%;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom,
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e {
  max-width:  100%;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom,
.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a41be6-6507-4c86-a79f-60fed4d7643e img.shogun-image {
  width: 100%;
}



}
#s-e4af39eb-d499-4b99-8f4b-99ce45925af1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-e4af39eb-d499-4b99-8f4b-99ce45925af1:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-e4af39eb-d499-4b99-8f4b-99ce45925af1:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-e4af39eb-d499-4b99-8f4b-99ce45925af1-root {
    text-align: center;
  }


#s-e4af39eb-d499-4b99-8f4b-99ce45925af1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4af39eb-d499-4b99-8f4b-99ce45925af1-root {
    text-align: center;
  }


#s-e4af39eb-d499-4b99-8f4b-99ce45925af1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4af39eb-d499-4b99-8f4b-99ce45925af1-root {
    text-align: center;
  }


#s-e4af39eb-d499-4b99-8f4b-99ce45925af1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4af39eb-d499-4b99-8f4b-99ce45925af1-root {
    text-align: center;
  }


#s-e4af39eb-d499-4b99-8f4b-99ce45925af1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4af39eb-d499-4b99-8f4b-99ce45925af1-root {
    text-align: center;
  }


#s-e4af39eb-d499-4b99-8f4b-99ce45925af1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  text-align: center;
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  max-width:  100%;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom,
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  max-width:  100%;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom,
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  max-width:  100%;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom,
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  max-width:  100%;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom,
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 {
  max-width:  100%;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom,
.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0016643-b280-431c-ac9d-ee3c64ca30f7 img.shogun-image {
  width: 100%;
}



}
#s-899f9977-c194-4913-b5e3-3c89abdd02a0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-899f9977-c194-4913-b5e3-3c89abdd02a0:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-899f9977-c194-4913-b5e3-3c89abdd02a0:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-899f9977-c194-4913-b5e3-3c89abdd02a0-root {
    text-align: center;
  }


#s-899f9977-c194-4913-b5e3-3c89abdd02a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-899f9977-c194-4913-b5e3-3c89abdd02a0-root {
    text-align: center;
  }


#s-899f9977-c194-4913-b5e3-3c89abdd02a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-899f9977-c194-4913-b5e3-3c89abdd02a0-root {
    text-align: center;
  }


#s-899f9977-c194-4913-b5e3-3c89abdd02a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-899f9977-c194-4913-b5e3-3c89abdd02a0-root {
    text-align: center;
  }


#s-899f9977-c194-4913-b5e3-3c89abdd02a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-899f9977-c194-4913-b5e3-3c89abdd02a0-root {
    text-align: center;
  }


#s-899f9977-c194-4913-b5e3-3c89abdd02a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  text-align: center;
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  max-width:  100%;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom,
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  max-width:  100%;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom,
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  max-width:  100%;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom,
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  max-width:  100%;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom,
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd {
  max-width:  100%;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom,
.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53326de5-3c21-4e5f-8418-81d9cdf9f5cd img.shogun-image {
  width: 100%;
}



}
#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c-root {
    text-align: center;
  }


#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c-root {
    text-align: center;
  }


#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c-root {
    text-align: center;
  }


#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c-root {
    text-align: center;
  }


#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c-root {
    text-align: center;
  }


#s-7d895fb5-3fbf-468f-b6fe-5887eeb9367c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  text-align: center;
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  max-width:  100%;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom,
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  max-width:  100%;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom,
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  max-width:  100%;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom,
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  max-width:  100%;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom,
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 {
  max-width:  100%;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom,
.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954d2762-89e8-4ccf-97e5-9289ba1c7f37 img.shogun-image {
  width: 100%;
}



}
#s-14cd978c-8769-403e-aeb3-879e52b0f104 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-14cd978c-8769-403e-aeb3-879e52b0f104:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-14cd978c-8769-403e-aeb3-879e52b0f104:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-14cd978c-8769-403e-aeb3-879e52b0f104-root {
    text-align: center;
  }


#s-14cd978c-8769-403e-aeb3-879e52b0f104.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-14cd978c-8769-403e-aeb3-879e52b0f104-root {
    text-align: center;
  }


#s-14cd978c-8769-403e-aeb3-879e52b0f104.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14cd978c-8769-403e-aeb3-879e52b0f104-root {
    text-align: center;
  }


#s-14cd978c-8769-403e-aeb3-879e52b0f104.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14cd978c-8769-403e-aeb3-879e52b0f104-root {
    text-align: center;
  }


#s-14cd978c-8769-403e-aeb3-879e52b0f104.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-14cd978c-8769-403e-aeb3-879e52b0f104-root {
    text-align: center;
  }


#s-14cd978c-8769-403e-aeb3-879e52b0f104.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-ebdedafd-8deb-4030-8d54-252a2d657e79 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ebdedafd-8deb-4030-8d54-252a2d657e79"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ebdedafd-8deb-4030-8d54-252a2d657e79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebdedafd-8deb-4030-8d54-252a2d657e79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebdedafd-8deb-4030-8d54-252a2d657e79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  text-align: center;
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  max-width:  100%;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom,
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  max-width:  100%;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom,
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  max-width:  100%;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom,
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  max-width:  100%;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom,
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 {
  max-width:  100%;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom,
.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f724929-6cd1-4edb-af30-291083fc6d13 img.shogun-image {
  width: 100%;
}



}
#s-87f39b73-5965-4402-8052-5e4caf1983bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-87f39b73-5965-4402-8052-5e4caf1983bb:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-87f39b73-5965-4402-8052-5e4caf1983bb:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-87f39b73-5965-4402-8052-5e4caf1983bb-root {
    text-align: center;
  }


#s-87f39b73-5965-4402-8052-5e4caf1983bb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87f39b73-5965-4402-8052-5e4caf1983bb-root {
    text-align: center;
  }


#s-87f39b73-5965-4402-8052-5e4caf1983bb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87f39b73-5965-4402-8052-5e4caf1983bb-root {
    text-align: center;
  }


#s-87f39b73-5965-4402-8052-5e4caf1983bb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87f39b73-5965-4402-8052-5e4caf1983bb-root {
    text-align: center;
  }


#s-87f39b73-5965-4402-8052-5e4caf1983bb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87f39b73-5965-4402-8052-5e4caf1983bb-root {
    text-align: center;
  }


#s-87f39b73-5965-4402-8052-5e4caf1983bb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  text-align: center;
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  max-width:  100%;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom,
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  max-width:  100%;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom,
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  max-width:  100%;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom,
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  max-width:  100%;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom,
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 {
  max-width:  100%;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom,
.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d0ac7c-6354-4dc2-b063-7ddb07ae9788 img.shogun-image {
  width: 100%;
}



}
#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-63bc2bc1-2b2f-4646-8a03-2e95372286b6-root {
    text-align: center;
  }


#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-63bc2bc1-2b2f-4646-8a03-2e95372286b6-root {
    text-align: center;
  }


#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63bc2bc1-2b2f-4646-8a03-2e95372286b6-root {
    text-align: center;
  }


#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63bc2bc1-2b2f-4646-8a03-2e95372286b6-root {
    text-align: center;
  }


#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-63bc2bc1-2b2f-4646-8a03-2e95372286b6-root {
    text-align: center;
  }


#s-63bc2bc1-2b2f-4646-8a03-2e95372286b6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  text-align: center;
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  max-width:  100%;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom,
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  max-width:  100%;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom,
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  max-width:  100%;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom,
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  max-width:  100%;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom,
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c {
  max-width:  100%;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom,
.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5e87f56-214c-4795-8aab-077c14f4838c img.shogun-image {
  width: 100%;
}



}
#s-0100d54e-5644-4579-a7af-2bd59fcf7b89 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-0100d54e-5644-4579-a7af-2bd59fcf7b89:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-0100d54e-5644-4579-a7af-2bd59fcf7b89:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-0100d54e-5644-4579-a7af-2bd59fcf7b89-root {
    text-align: center;
  }


#s-0100d54e-5644-4579-a7af-2bd59fcf7b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0100d54e-5644-4579-a7af-2bd59fcf7b89-root {
    text-align: center;
  }


#s-0100d54e-5644-4579-a7af-2bd59fcf7b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0100d54e-5644-4579-a7af-2bd59fcf7b89-root {
    text-align: center;
  }


#s-0100d54e-5644-4579-a7af-2bd59fcf7b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0100d54e-5644-4579-a7af-2bd59fcf7b89-root {
    text-align: center;
  }


#s-0100d54e-5644-4579-a7af-2bd59fcf7b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0100d54e-5644-4579-a7af-2bd59fcf7b89-root {
    text-align: center;
  }


#s-0100d54e-5644-4579-a7af-2bd59fcf7b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  text-align: center;
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  max-width:  100%;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom,
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  max-width:  100%;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom,
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  max-width:  100%;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom,
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  max-width:  100%;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom,
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 {
  max-width:  100%;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom,
.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-239a0d0e-f7b8-4bb5-a2bb-7b83de116b51 img.shogun-image {
  width: 100%;
}



}
#s-04f5396a-8d79-41d7-9cbe-8de2d7839934 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-04f5396a-8d79-41d7-9cbe-8de2d7839934:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-04f5396a-8d79-41d7-9cbe-8de2d7839934:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-04f5396a-8d79-41d7-9cbe-8de2d7839934-root {
    text-align: center;
  }


#s-04f5396a-8d79-41d7-9cbe-8de2d7839934.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04f5396a-8d79-41d7-9cbe-8de2d7839934-root {
    text-align: center;
  }


#s-04f5396a-8d79-41d7-9cbe-8de2d7839934.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04f5396a-8d79-41d7-9cbe-8de2d7839934-root {
    text-align: center;
  }


#s-04f5396a-8d79-41d7-9cbe-8de2d7839934.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04f5396a-8d79-41d7-9cbe-8de2d7839934-root {
    text-align: center;
  }


#s-04f5396a-8d79-41d7-9cbe-8de2d7839934.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04f5396a-8d79-41d7-9cbe-8de2d7839934-root {
    text-align: center;
  }


#s-04f5396a-8d79-41d7-9cbe-8de2d7839934.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-1e997a43-8006-49e1-8c1c-938e37a25f67 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1e997a43-8006-49e1-8c1c-938e37a25f67"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1e997a43-8006-49e1-8c1c-938e37a25f67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e997a43-8006-49e1-8c1c-938e37a25f67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e997a43-8006-49e1-8c1c-938e37a25f67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  text-align: center;
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  max-width:  100%;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom,
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  max-width:  100%;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom,
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  max-width:  100%;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom,
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  max-width:  100%;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom,
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 {
  max-width:  100%;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom,
.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47de9f89-7533-4e56-8a93-e533969233b1 img.shogun-image {
  width: 100%;
}



}
#s-e3525150-96e0-47d8-9d99-061361fc155f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-e3525150-96e0-47d8-9d99-061361fc155f:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-e3525150-96e0-47d8-9d99-061361fc155f:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-e3525150-96e0-47d8-9d99-061361fc155f-root {
    text-align: center;
  }


#s-e3525150-96e0-47d8-9d99-061361fc155f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3525150-96e0-47d8-9d99-061361fc155f-root {
    text-align: center;
  }


#s-e3525150-96e0-47d8-9d99-061361fc155f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3525150-96e0-47d8-9d99-061361fc155f-root {
    text-align: center;
  }


#s-e3525150-96e0-47d8-9d99-061361fc155f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3525150-96e0-47d8-9d99-061361fc155f-root {
    text-align: center;
  }


#s-e3525150-96e0-47d8-9d99-061361fc155f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3525150-96e0-47d8-9d99-061361fc155f-root {
    text-align: center;
  }


#s-e3525150-96e0-47d8-9d99-061361fc155f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  text-align: center;
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  max-width:  100%;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom,
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  max-width:  100%;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom,
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  max-width:  100%;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom,
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  max-width:  100%;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom,
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa {
  max-width:  100%;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom,
.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef8b7b9-f014-4d4a-b504-b7b340dc53aa img.shogun-image {
  width: 100%;
}



}
#s-e2e867cb-0722-469c-86bf-322d17597320 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-e2e867cb-0722-469c-86bf-322d17597320:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-e2e867cb-0722-469c-86bf-322d17597320:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-e2e867cb-0722-469c-86bf-322d17597320-root {
    text-align: center;
  }


#s-e2e867cb-0722-469c-86bf-322d17597320.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2e867cb-0722-469c-86bf-322d17597320-root {
    text-align: center;
  }


#s-e2e867cb-0722-469c-86bf-322d17597320.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2e867cb-0722-469c-86bf-322d17597320-root {
    text-align: center;
  }


#s-e2e867cb-0722-469c-86bf-322d17597320.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2e867cb-0722-469c-86bf-322d17597320-root {
    text-align: center;
  }


#s-e2e867cb-0722-469c-86bf-322d17597320.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2e867cb-0722-469c-86bf-322d17597320-root {
    text-align: center;
  }


#s-e2e867cb-0722-469c-86bf-322d17597320.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  text-align: center;
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  max-width:  100%;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom,
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  max-width:  100%;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom,
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  max-width:  100%;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom,
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  max-width:  100%;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom,
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 {
  max-width:  100%;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom,
.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e67409d-cf66-4670-9a5d-40f7982870c7 img.shogun-image {
  width: 100%;
}



}
#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b-root {
    text-align: center;
  }


#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b-root {
    text-align: center;
  }


#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b-root {
    text-align: center;
  }


#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b-root {
    text-align: center;
  }


#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b-root {
    text-align: center;
  }


#s-752c9032-dc6b-4db8-bd8c-e116e5ac6a0b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  text-align: center;
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  max-width:  100%;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom,
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  max-width:  100%;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom,
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  max-width:  100%;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom,
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  max-width:  100%;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom,
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 {
  max-width:  100%;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom,
.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f468dbe4-e8ac-4356-af0a-fff4599aebc5 img.shogun-image {
  width: 100%;
}



}
#s-73ca9e86-ecfa-4cef-811d-607fb400370b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-73ca9e86-ecfa-4cef-811d-607fb400370b:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-73ca9e86-ecfa-4cef-811d-607fb400370b:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-73ca9e86-ecfa-4cef-811d-607fb400370b-root {
    text-align: center;
  }


#s-73ca9e86-ecfa-4cef-811d-607fb400370b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-73ca9e86-ecfa-4cef-811d-607fb400370b-root {
    text-align: center;
  }


#s-73ca9e86-ecfa-4cef-811d-607fb400370b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73ca9e86-ecfa-4cef-811d-607fb400370b-root {
    text-align: center;
  }


#s-73ca9e86-ecfa-4cef-811d-607fb400370b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73ca9e86-ecfa-4cef-811d-607fb400370b-root {
    text-align: center;
  }


#s-73ca9e86-ecfa-4cef-811d-607fb400370b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-73ca9e86-ecfa-4cef-811d-607fb400370b-root {
    text-align: center;
  }


#s-73ca9e86-ecfa-4cef-811d-607fb400370b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-4ccae461-af34-484b-b4c1-822b969fcc60 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4ccae461-af34-484b-b4c1-822b969fcc60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ccae461-af34-484b-b4c1-822b969fcc60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ccae461-af34-484b-b4c1-822b969fcc60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ccae461-af34-484b-b4c1-822b969fcc60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  text-align: center;
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  max-width:  100%;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom,
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  max-width:  100%;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom,
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  max-width:  100%;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom,
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  max-width:  100%;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom,
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 {
  max-width:  100%;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom,
.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f81b63a-12bf-46bc-98d4-36033bae0b77 img.shogun-image {
  width: 100%;
}



}
#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e-root {
    text-align: center;
  }


#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e-root {
    text-align: center;
  }


#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e-root {
    text-align: center;
  }


#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e-root {
    text-align: center;
  }


#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e-root {
    text-align: center;
  }


#s-0a6eb18d-7c4a-4d87-bb2b-e27f79f0877e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  text-align: center;
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  max-width:  100%;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom,
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  max-width:  100%;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom,
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  max-width:  100%;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom,
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  max-width:  100%;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom,
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f {
  max-width:  100%;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom,
.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f3c2a6a-4140-4684-a7c2-b2936732ab7f img.shogun-image {
  width: 100%;
}



}
#s-0241dc05-325f-432d-ae89-0bdbb86136b7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-0241dc05-325f-432d-ae89-0bdbb86136b7:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-0241dc05-325f-432d-ae89-0bdbb86136b7:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-0241dc05-325f-432d-ae89-0bdbb86136b7-root {
    text-align: center;
  }


#s-0241dc05-325f-432d-ae89-0bdbb86136b7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0241dc05-325f-432d-ae89-0bdbb86136b7-root {
    text-align: center;
  }


#s-0241dc05-325f-432d-ae89-0bdbb86136b7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0241dc05-325f-432d-ae89-0bdbb86136b7-root {
    text-align: center;
  }


#s-0241dc05-325f-432d-ae89-0bdbb86136b7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0241dc05-325f-432d-ae89-0bdbb86136b7-root {
    text-align: center;
  }


#s-0241dc05-325f-432d-ae89-0bdbb86136b7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0241dc05-325f-432d-ae89-0bdbb86136b7-root {
    text-align: center;
  }


#s-0241dc05-325f-432d-ae89-0bdbb86136b7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-9181d77d-c177-445e-ba4e-945489f1130d {
  text-align: center;
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d {
  max-width:  100%;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom,
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d {
  max-width:  100%;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom,
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d {
  max-width:  100%;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom,
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d {
  max-width:  100%;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom,
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d {
  max-width:  100%;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom,
.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9181d77d-c177-445e-ba4e-945489f1130d img.shogun-image {
  width: 100%;
}



}
#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6-root {
    text-align: center;
  }


#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6-root {
    text-align: center;
  }


#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6-root {
    text-align: center;
  }


#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6-root {
    text-align: center;
  }


#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6-root {
    text-align: center;
  }


#s-efb20c08-af7c-47a2-b6c3-6bb67f2bfec6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  text-align: center;
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  max-width:  100%;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom,
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  max-width:  100%;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom,
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  max-width:  100%;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom,
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  max-width:  100%;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom,
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 {
  max-width:  100%;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom,
.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d8dca60-62f0-49a8-954b-495840c0a972 img.shogun-image {
  width: 100%;
}



}
#s-f13090b6-4f18-4604-b539-948a3fa15eb5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-f13090b6-4f18-4604-b539-948a3fa15eb5:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-f13090b6-4f18-4604-b539-948a3fa15eb5:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-f13090b6-4f18-4604-b539-948a3fa15eb5-root {
    text-align: center;
  }


#s-f13090b6-4f18-4604-b539-948a3fa15eb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f13090b6-4f18-4604-b539-948a3fa15eb5-root {
    text-align: center;
  }


#s-f13090b6-4f18-4604-b539-948a3fa15eb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f13090b6-4f18-4604-b539-948a3fa15eb5-root {
    text-align: center;
  }


#s-f13090b6-4f18-4604-b539-948a3fa15eb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f13090b6-4f18-4604-b539-948a3fa15eb5-root {
    text-align: center;
  }


#s-f13090b6-4f18-4604-b539-948a3fa15eb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f13090b6-4f18-4604-b539-948a3fa15eb5-root {
    text-align: center;
  }


#s-f13090b6-4f18-4604-b539-948a3fa15eb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-15d3d551-b781-495e-8adc-ac8fd61d852c {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-15d3d551-b781-495e-8adc-ac8fd61d852c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-15d3d551-b781-495e-8adc-ac8fd61d852c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15d3d551-b781-495e-8adc-ac8fd61d852c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d3d551-b781-495e-8adc-ac8fd61d852c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  text-align: center;
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  max-width:  100%;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom,
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  max-width:  100%;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom,
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  max-width:  100%;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom,
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  max-width:  100%;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom,
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd {
  max-width:  100%;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom,
.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d416ac-dbca-4ab3-bff2-048cb5d528bd img.shogun-image {
  width: 100%;
}



}
#s-af07dc12-9b3f-4170-97da-7c802930a030 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-af07dc12-9b3f-4170-97da-7c802930a030:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-af07dc12-9b3f-4170-97da-7c802930a030:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-af07dc12-9b3f-4170-97da-7c802930a030-root {
    text-align: center;
  }


#s-af07dc12-9b3f-4170-97da-7c802930a030.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-af07dc12-9b3f-4170-97da-7c802930a030-root {
    text-align: center;
  }


#s-af07dc12-9b3f-4170-97da-7c802930a030.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af07dc12-9b3f-4170-97da-7c802930a030-root {
    text-align: center;
  }


#s-af07dc12-9b3f-4170-97da-7c802930a030.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af07dc12-9b3f-4170-97da-7c802930a030-root {
    text-align: center;
  }


#s-af07dc12-9b3f-4170-97da-7c802930a030.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-af07dc12-9b3f-4170-97da-7c802930a030-root {
    text-align: center;
  }


#s-af07dc12-9b3f-4170-97da-7c802930a030.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  text-align: center;
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  max-width:  100%;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom,
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  max-width:  100%;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom,
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  max-width:  100%;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom,
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  max-width:  100%;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom,
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab {
  max-width:  100%;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom,
.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8c4a24-6365-4ec9-9a4d-7237f0c918ab img.shogun-image {
  width: 100%;
}



}
#s-e72655a6-3322-45b0-a342-01d79fa95b3e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-e72655a6-3322-45b0-a342-01d79fa95b3e:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-e72655a6-3322-45b0-a342-01d79fa95b3e:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-e72655a6-3322-45b0-a342-01d79fa95b3e-root {
    text-align: center;
  }


#s-e72655a6-3322-45b0-a342-01d79fa95b3e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e72655a6-3322-45b0-a342-01d79fa95b3e-root {
    text-align: center;
  }


#s-e72655a6-3322-45b0-a342-01d79fa95b3e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e72655a6-3322-45b0-a342-01d79fa95b3e-root {
    text-align: center;
  }


#s-e72655a6-3322-45b0-a342-01d79fa95b3e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e72655a6-3322-45b0-a342-01d79fa95b3e-root {
    text-align: center;
  }


#s-e72655a6-3322-45b0-a342-01d79fa95b3e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e72655a6-3322-45b0-a342-01d79fa95b3e-root {
    text-align: center;
  }


#s-e72655a6-3322-45b0-a342-01d79fa95b3e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  text-align: center;
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  max-width:  100%;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom,
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  max-width:  100%;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom,
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  max-width:  100%;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom,
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  max-width:  100%;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom,
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 {
  max-width:  100%;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom,
.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6164c809-f154-4cdb-9e65-5dfa1ccc2bf7 img.shogun-image {
  width: 100%;
}



}
#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-4c9f4a3b-32dc-4ecb-a611-e922702ea273-root {
    text-align: center;
  }


#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c9f4a3b-32dc-4ecb-a611-e922702ea273-root {
    text-align: center;
  }


#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c9f4a3b-32dc-4ecb-a611-e922702ea273-root {
    text-align: center;
  }


#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c9f4a3b-32dc-4ecb-a611-e922702ea273-root {
    text-align: center;
  }


#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c9f4a3b-32dc-4ecb-a611-e922702ea273-root {
    text-align: center;
  }


#s-4c9f4a3b-32dc-4ecb-a611-e922702ea273.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  text-align: center;
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  max-width:  100%;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom,
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  max-width:  100%;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom,
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  max-width:  100%;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom,
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  max-width:  100%;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom,
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 {
  max-width:  100%;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom,
.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a591f21f-fb03-4d47-96a4-6b3a85238d35 img.shogun-image {
  width: 100%;
}



}
#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-2cc3ce46-9008-4003-b3a4-b062cd454d8f-root {
    text-align: center;
  }


#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2cc3ce46-9008-4003-b3a4-b062cd454d8f-root {
    text-align: center;
  }


#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cc3ce46-9008-4003-b3a4-b062cd454d8f-root {
    text-align: center;
  }


#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cc3ce46-9008-4003-b3a4-b062cd454d8f-root {
    text-align: center;
  }


#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2cc3ce46-9008-4003-b3a4-b062cd454d8f-root {
    text-align: center;
  }


#s-2cc3ce46-9008-4003-b3a4-b062cd454d8f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-4e947599-20a7-4a2e-b302-48253ca215a1 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4e947599-20a7-4a2e-b302-48253ca215a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e947599-20a7-4a2e-b302-48253ca215a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e947599-20a7-4a2e-b302-48253ca215a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e947599-20a7-4a2e-b302-48253ca215a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  text-align: center;
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  max-width:  100%;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom,
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  max-width:  100%;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom,
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  max-width:  100%;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom,
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  max-width:  100%;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom,
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 {
  max-width:  100%;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom,
.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64fb7e6a-0325-4af7-837a-636eb3813e30 img.shogun-image {
  width: 100%;
}



}
#s-b9e2230d-7c87-4196-be4f-af7949f2ce01 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-b9e2230d-7c87-4196-be4f-af7949f2ce01:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-b9e2230d-7c87-4196-be4f-af7949f2ce01:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-b9e2230d-7c87-4196-be4f-af7949f2ce01-root {
    text-align: center;
  }


#s-b9e2230d-7c87-4196-be4f-af7949f2ce01.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9e2230d-7c87-4196-be4f-af7949f2ce01-root {
    text-align: center;
  }


#s-b9e2230d-7c87-4196-be4f-af7949f2ce01.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9e2230d-7c87-4196-be4f-af7949f2ce01-root {
    text-align: center;
  }


#s-b9e2230d-7c87-4196-be4f-af7949f2ce01.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9e2230d-7c87-4196-be4f-af7949f2ce01-root {
    text-align: center;
  }


#s-b9e2230d-7c87-4196-be4f-af7949f2ce01.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9e2230d-7c87-4196-be4f-af7949f2ce01-root {
    text-align: center;
  }


#s-b9e2230d-7c87-4196-be4f-af7949f2ce01.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  text-align: center;
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  max-width:  100%;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom,
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  max-width:  100%;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom,
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  max-width:  100%;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom,
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  max-width:  100%;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom,
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f {
  max-width:  100%;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom,
.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97c9bc5-96c6-41c7-a84b-5011cf5aef7f img.shogun-image {
  width: 100%;
}



}
#s-9235f4c4-bc41-442f-965e-048f505636e0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-9235f4c4-bc41-442f-965e-048f505636e0:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-9235f4c4-bc41-442f-965e-048f505636e0:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-9235f4c4-bc41-442f-965e-048f505636e0-root {
    text-align: center;
  }


#s-9235f4c4-bc41-442f-965e-048f505636e0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9235f4c4-bc41-442f-965e-048f505636e0-root {
    text-align: center;
  }


#s-9235f4c4-bc41-442f-965e-048f505636e0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9235f4c4-bc41-442f-965e-048f505636e0-root {
    text-align: center;
  }


#s-9235f4c4-bc41-442f-965e-048f505636e0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9235f4c4-bc41-442f-965e-048f505636e0-root {
    text-align: center;
  }


#s-9235f4c4-bc41-442f-965e-048f505636e0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9235f4c4-bc41-442f-965e-048f505636e0-root {
    text-align: center;
  }


#s-9235f4c4-bc41-442f-965e-048f505636e0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  text-align: center;
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  max-width:  100%;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom,
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  max-width:  100%;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom,
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  max-width:  100%;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom,
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  max-width:  100%;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom,
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 {
  max-width:  100%;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom,
.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52c5005-aa98-471e-b0fc-cacfcfd3b473 img.shogun-image {
  width: 100%;
}



}
#s-5e771275-367f-40f8-9c31-0f4c7c4143b9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-5e771275-367f-40f8-9c31-0f4c7c4143b9:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-5e771275-367f-40f8-9c31-0f4c7c4143b9:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-5e771275-367f-40f8-9c31-0f4c7c4143b9-root {
    text-align: center;
  }


#s-5e771275-367f-40f8-9c31-0f4c7c4143b9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5e771275-367f-40f8-9c31-0f4c7c4143b9-root {
    text-align: center;
  }


#s-5e771275-367f-40f8-9c31-0f4c7c4143b9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e771275-367f-40f8-9c31-0f4c7c4143b9-root {
    text-align: center;
  }


#s-5e771275-367f-40f8-9c31-0f4c7c4143b9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e771275-367f-40f8-9c31-0f4c7c4143b9-root {
    text-align: center;
  }


#s-5e771275-367f-40f8-9c31-0f4c7c4143b9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5e771275-367f-40f8-9c31-0f4c7c4143b9-root {
    text-align: center;
  }


#s-5e771275-367f-40f8-9c31-0f4c7c4143b9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  text-align: center;
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  max-width:  100%;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom,
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  max-width:  100%;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom,
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  max-width:  100%;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom,
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  max-width:  100%;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom,
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 {
  max-width:  100%;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom,
.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60cab076-652d-4a07-a668-b33ee1fdd213 img.shogun-image {
  width: 100%;
}



}
#s-59eaae64-a837-4c69-9709-f554e8cfd84d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-59eaae64-a837-4c69-9709-f554e8cfd84d:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-59eaae64-a837-4c69-9709-f554e8cfd84d:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-59eaae64-a837-4c69-9709-f554e8cfd84d-root {
    text-align: center;
  }


#s-59eaae64-a837-4c69-9709-f554e8cfd84d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-59eaae64-a837-4c69-9709-f554e8cfd84d-root {
    text-align: center;
  }


#s-59eaae64-a837-4c69-9709-f554e8cfd84d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59eaae64-a837-4c69-9709-f554e8cfd84d-root {
    text-align: center;
  }


#s-59eaae64-a837-4c69-9709-f554e8cfd84d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59eaae64-a837-4c69-9709-f554e8cfd84d-root {
    text-align: center;
  }


#s-59eaae64-a837-4c69-9709-f554e8cfd84d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-59eaae64-a837-4c69-9709-f554e8cfd84d-root {
    text-align: center;
  }


#s-59eaae64-a837-4c69-9709-f554e8cfd84d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-b56e5e5c-3916-4186-a59a-d476f1e924a8 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b56e5e5c-3916-4186-a59a-d476f1e924a8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b56e5e5c-3916-4186-a59a-d476f1e924a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b56e5e5c-3916-4186-a59a-d476f1e924a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b56e5e5c-3916-4186-a59a-d476f1e924a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  text-align: center;
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  max-width:  100%;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom,
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  max-width:  100%;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom,
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  max-width:  100%;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom,
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  max-width:  100%;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom,
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e {
  max-width:  100%;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom,
.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f0bfda-577d-4be5-98d6-86354febb04e img.shogun-image {
  width: 100%;
}



}
#s-eede2490-4e30-46ed-872f-e4be9c0685f8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-eede2490-4e30-46ed-872f-e4be9c0685f8:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-eede2490-4e30-46ed-872f-e4be9c0685f8:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-eede2490-4e30-46ed-872f-e4be9c0685f8-root {
    text-align: center;
  }


#s-eede2490-4e30-46ed-872f-e4be9c0685f8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eede2490-4e30-46ed-872f-e4be9c0685f8-root {
    text-align: center;
  }


#s-eede2490-4e30-46ed-872f-e4be9c0685f8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eede2490-4e30-46ed-872f-e4be9c0685f8-root {
    text-align: center;
  }


#s-eede2490-4e30-46ed-872f-e4be9c0685f8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eede2490-4e30-46ed-872f-e4be9c0685f8-root {
    text-align: center;
  }


#s-eede2490-4e30-46ed-872f-e4be9c0685f8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eede2490-4e30-46ed-872f-e4be9c0685f8-root {
    text-align: center;
  }


#s-eede2490-4e30-46ed-872f-e4be9c0685f8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  text-align: center;
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  max-width:  100%;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom,
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  max-width:  100%;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom,
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  max-width:  100%;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom,
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  max-width:  100%;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom,
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b {
  max-width:  100%;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom,
.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dafa1959-349c-4399-b929-fc7ab794a57b img.shogun-image {
  width: 100%;
}



}
#s-1120b947-97c2-4d49-945a-9bae9ef30547 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-1120b947-97c2-4d49-945a-9bae9ef30547:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-1120b947-97c2-4d49-945a-9bae9ef30547:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-1120b947-97c2-4d49-945a-9bae9ef30547-root {
    text-align: center;
  }


#s-1120b947-97c2-4d49-945a-9bae9ef30547.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1120b947-97c2-4d49-945a-9bae9ef30547-root {
    text-align: center;
  }


#s-1120b947-97c2-4d49-945a-9bae9ef30547.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1120b947-97c2-4d49-945a-9bae9ef30547-root {
    text-align: center;
  }


#s-1120b947-97c2-4d49-945a-9bae9ef30547.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1120b947-97c2-4d49-945a-9bae9ef30547-root {
    text-align: center;
  }


#s-1120b947-97c2-4d49-945a-9bae9ef30547.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1120b947-97c2-4d49-945a-9bae9ef30547-root {
    text-align: center;
  }


#s-1120b947-97c2-4d49-945a-9bae9ef30547.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  text-align: center;
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  max-width:  100%;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom,
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  max-width:  100%;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom,
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  max-width:  100%;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom,
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  max-width:  100%;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom,
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 {
  max-width:  100%;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom,
.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86be7dcd-b119-4c6c-8069-32714384c512 img.shogun-image {
  width: 100%;
}



}
#s-ccaa1d73-c231-4470-957b-34b5d9f9a448 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-ccaa1d73-c231-4470-957b-34b5d9f9a448:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-ccaa1d73-c231-4470-957b-34b5d9f9a448:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-ccaa1d73-c231-4470-957b-34b5d9f9a448-root {
    text-align: center;
  }


#s-ccaa1d73-c231-4470-957b-34b5d9f9a448.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ccaa1d73-c231-4470-957b-34b5d9f9a448-root {
    text-align: center;
  }


#s-ccaa1d73-c231-4470-957b-34b5d9f9a448.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccaa1d73-c231-4470-957b-34b5d9f9a448-root {
    text-align: center;
  }


#s-ccaa1d73-c231-4470-957b-34b5d9f9a448.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccaa1d73-c231-4470-957b-34b5d9f9a448-root {
    text-align: center;
  }


#s-ccaa1d73-c231-4470-957b-34b5d9f9a448.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ccaa1d73-c231-4470-957b-34b5d9f9a448-root {
    text-align: center;
  }


#s-ccaa1d73-c231-4470-957b-34b5d9f9a448.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  text-align: center;
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  max-width:  100%;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom,
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  max-width:  100%;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom,
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  max-width:  100%;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom,
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  max-width:  100%;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom,
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 {
  max-width:  100%;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom,
.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2de16c8-1cfd-4785-a8cd-f3dd08e2db40 img.shogun-image {
  width: 100%;
}



}
#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-8c3b9246-5a81-4709-b96b-4ab4f941ebea-root {
    text-align: center;
  }


#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c3b9246-5a81-4709-b96b-4ab4f941ebea-root {
    text-align: center;
  }


#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c3b9246-5a81-4709-b96b-4ab4f941ebea-root {
    text-align: center;
  }


#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c3b9246-5a81-4709-b96b-4ab4f941ebea-root {
    text-align: center;
  }


#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c3b9246-5a81-4709-b96b-4ab4f941ebea-root {
    text-align: center;
  }


#s-8c3b9246-5a81-4709-b96b-4ab4f941ebea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-325ecf6e-6520-44fa-ab32-f966a992d95a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-325ecf6e-6520-44fa-ab32-f966a992d95a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-325ecf6e-6520-44fa-ab32-f966a992d95a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-325ecf6e-6520-44fa-ab32-f966a992d95a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-325ecf6e-6520-44fa-ab32-f966a992d95a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  text-align: center;
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  max-width:  100%;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom,
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  max-width:  100%;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom,
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  max-width:  100%;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom,
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  max-width:  100%;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom,
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 {
  max-width:  100%;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom,
.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c74ca67-32d5-4ed7-a3ba-f954975b90c6 img.shogun-image {
  width: 100%;
}



}
#s-bdb4a187-a358-44cf-8045-c54768b663f6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-bdb4a187-a358-44cf-8045-c54768b663f6:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-bdb4a187-a358-44cf-8045-c54768b663f6:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-bdb4a187-a358-44cf-8045-c54768b663f6-root {
    text-align: center;
  }


#s-bdb4a187-a358-44cf-8045-c54768b663f6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bdb4a187-a358-44cf-8045-c54768b663f6-root {
    text-align: center;
  }


#s-bdb4a187-a358-44cf-8045-c54768b663f6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdb4a187-a358-44cf-8045-c54768b663f6-root {
    text-align: center;
  }


#s-bdb4a187-a358-44cf-8045-c54768b663f6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdb4a187-a358-44cf-8045-c54768b663f6-root {
    text-align: center;
  }


#s-bdb4a187-a358-44cf-8045-c54768b663f6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bdb4a187-a358-44cf-8045-c54768b663f6-root {
    text-align: center;
  }


#s-bdb4a187-a358-44cf-8045-c54768b663f6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  text-align: center;
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  max-width:  100%;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom,
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  max-width:  100%;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom,
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  max-width:  100%;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom,
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  max-width:  100%;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom,
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 {
  max-width:  100%;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom,
.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c48428-8d8d-4c95-91e2-ffc8b9053218 img.shogun-image {
  width: 100%;
}



}
#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-4b6c4b20-6273-485e-8900-d99dd65c6cf4-root {
    text-align: center;
  }


#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b6c4b20-6273-485e-8900-d99dd65c6cf4-root {
    text-align: center;
  }


#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b6c4b20-6273-485e-8900-d99dd65c6cf4-root {
    text-align: center;
  }


#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b6c4b20-6273-485e-8900-d99dd65c6cf4-root {
    text-align: center;
  }


#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b6c4b20-6273-485e-8900-d99dd65c6cf4-root {
    text-align: center;
  }


#s-4b6c4b20-6273-485e-8900-d99dd65c6cf4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  text-align: center;
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  max-width:  100%;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom,
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  max-width:  100%;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom,
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  max-width:  100%;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom,
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  max-width:  100%;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom,
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 {
  max-width:  100%;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom,
.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba0dc85-d614-4965-8b96-c4dba5d37761 img.shogun-image {
  width: 100%;
}



}
#s-748fc159-9c3d-4ed9-987b-da95024c767b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-748fc159-9c3d-4ed9-987b-da95024c767b:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-748fc159-9c3d-4ed9-987b-da95024c767b:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-748fc159-9c3d-4ed9-987b-da95024c767b-root {
    text-align: center;
  }


#s-748fc159-9c3d-4ed9-987b-da95024c767b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-748fc159-9c3d-4ed9-987b-da95024c767b-root {
    text-align: center;
  }


#s-748fc159-9c3d-4ed9-987b-da95024c767b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-748fc159-9c3d-4ed9-987b-da95024c767b-root {
    text-align: center;
  }


#s-748fc159-9c3d-4ed9-987b-da95024c767b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-748fc159-9c3d-4ed9-987b-da95024c767b-root {
    text-align: center;
  }


#s-748fc159-9c3d-4ed9-987b-da95024c767b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-748fc159-9c3d-4ed9-987b-da95024c767b-root {
    text-align: center;
  }


#s-748fc159-9c3d-4ed9-987b-da95024c767b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-f827c781-d432-4432-a6da-91cfaa475455 {
  text-align: center;
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 {
  max-width:  100%;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom,
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 {
  max-width:  100%;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom,
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 {
  max-width:  100%;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom,
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 {
  max-width:  100%;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom,
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 {
  max-width:  100%;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom,
.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827c781-d432-4432-a6da-91cfaa475455 img.shogun-image {
  width: 100%;
}



}
#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-bbd32a92-3af6-42d9-90b8-c2fdbe398146-root {
    text-align: center;
  }


#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bbd32a92-3af6-42d9-90b8-c2fdbe398146-root {
    text-align: center;
  }


#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbd32a92-3af6-42d9-90b8-c2fdbe398146-root {
    text-align: center;
  }


#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbd32a92-3af6-42d9-90b8-c2fdbe398146-root {
    text-align: center;
  }


#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bbd32a92-3af6-42d9-90b8-c2fdbe398146-root {
    text-align: center;
  }


#s-bbd32a92-3af6-42d9-90b8-c2fdbe398146.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-063b6b4f-c95a-4881-af8f-9d8684d66acf {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-063b6b4f-c95a-4881-af8f-9d8684d66acf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-063b6b4f-c95a-4881-af8f-9d8684d66acf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-063b6b4f-c95a-4881-af8f-9d8684d66acf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-063b6b4f-c95a-4881-af8f-9d8684d66acf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  text-align: center;
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  max-width:  100%;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom,
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  max-width:  100%;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom,
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  max-width:  100%;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom,
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  max-width:  100%;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom,
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a {
  max-width:  100%;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom,
.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-112bc1b1-eb99-42f5-b0f5-fa7e42fba69a img.shogun-image {
  width: 100%;
}



}
#s-1e528272-6661-4bce-9269-1108a52d2817 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-1e528272-6661-4bce-9269-1108a52d2817:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-1e528272-6661-4bce-9269-1108a52d2817:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-1e528272-6661-4bce-9269-1108a52d2817-root {
    text-align: center;
  }


#s-1e528272-6661-4bce-9269-1108a52d2817.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e528272-6661-4bce-9269-1108a52d2817-root {
    text-align: center;
  }


#s-1e528272-6661-4bce-9269-1108a52d2817.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e528272-6661-4bce-9269-1108a52d2817-root {
    text-align: center;
  }


#s-1e528272-6661-4bce-9269-1108a52d2817.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e528272-6661-4bce-9269-1108a52d2817-root {
    text-align: center;
  }


#s-1e528272-6661-4bce-9269-1108a52d2817.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e528272-6661-4bce-9269-1108a52d2817-root {
    text-align: center;
  }


#s-1e528272-6661-4bce-9269-1108a52d2817.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  text-align: center;
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  max-width:  100%;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom,
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  max-width:  100%;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom,
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  max-width:  100%;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom,
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  max-width:  100%;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom,
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b {
  max-width:  100%;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom,
.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fe5324-8cbc-4047-8938-6ffb8e05666b img.shogun-image {
  width: 100%;
}



}
#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca-root {
    text-align: center;
  }


#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca-root {
    text-align: center;
  }


#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca-root {
    text-align: center;
  }


#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca-root {
    text-align: center;
  }


#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca-root {
    text-align: center;
  }


#s-6c0c2ea2-c6cc-400f-b972-21a062b1cdca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  text-align: center;
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  max-width:  100%;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom,
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  max-width:  100%;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom,
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  max-width:  100%;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom,
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  max-width:  100%;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom,
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 {
  max-width:  100%;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom,
.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-470c8d70-bf9c-4d27-b721-255c6545b6a9 img.shogun-image {
  width: 100%;
}



}
#s-0c714866-5068-405c-9be9-0dec3d4a3708 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-0c714866-5068-405c-9be9-0dec3d4a3708:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-0c714866-5068-405c-9be9-0dec3d4a3708:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-0c714866-5068-405c-9be9-0dec3d4a3708-root {
    text-align: center;
  }


#s-0c714866-5068-405c-9be9-0dec3d4a3708.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c714866-5068-405c-9be9-0dec3d4a3708-root {
    text-align: center;
  }


#s-0c714866-5068-405c-9be9-0dec3d4a3708.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c714866-5068-405c-9be9-0dec3d4a3708-root {
    text-align: center;
  }


#s-0c714866-5068-405c-9be9-0dec3d4a3708.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c714866-5068-405c-9be9-0dec3d4a3708-root {
    text-align: center;
  }


#s-0c714866-5068-405c-9be9-0dec3d4a3708.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c714866-5068-405c-9be9-0dec3d4a3708-root {
    text-align: center;
  }


#s-0c714866-5068-405c-9be9-0dec3d4a3708.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  text-align: center;
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  max-width:  100%;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom,
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  max-width:  100%;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom,
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  max-width:  100%;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom,
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  max-width:  100%;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom,
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e {
  max-width:  100%;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom,
.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2fedd4-17b1-4972-8c61-ee99ae7bf05e img.shogun-image {
  width: 100%;
}



}
#s-9df11890-f62e-4a06-9578-60f2d1f31920 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(191, 155, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.25em;
}
#s-9df11890-f62e-4a06-9578-60f2d1f31920:hover {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}#s-9df11890-f62e-4a06-9578-60f2d1f31920:active {background-color: rgba(191, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 45, 39, 1) !important;}

  #s-9df11890-f62e-4a06-9578-60f2d1f31920-root {
    text-align: center;
  }


#s-9df11890-f62e-4a06-9578-60f2d1f31920.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9df11890-f62e-4a06-9578-60f2d1f31920-root {
    text-align: center;
  }


#s-9df11890-f62e-4a06-9578-60f2d1f31920.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9df11890-f62e-4a06-9578-60f2d1f31920-root {
    text-align: center;
  }


#s-9df11890-f62e-4a06-9578-60f2d1f31920.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9df11890-f62e-4a06-9578-60f2d1f31920-root {
    text-align: center;
  }


#s-9df11890-f62e-4a06-9578-60f2d1f31920.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9df11890-f62e-4a06-9578-60f2d1f31920-root {
    text-align: center;
  }


#s-9df11890-f62e-4a06-9578-60f2d1f31920.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Jacques Francois Shadow;
  display:  block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-de99c84d-e4d8-42c8-88f1-fdb4f0e8c0ea {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 675px;
text-align: center;
}







  #s-de99c84d-e4d8-42c8-88f1-fdb4f0e8c0ea img.shogun-image {
    

    
    
    
  }


#s-de99c84d-e4d8-42c8-88f1-fdb4f0e8c0ea .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-8ae63dea-bd0a-4322-8ab9-f3b60d5c2f8b hr {
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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