.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-795541b5-c998-4956-87a2-b40dd692937b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display: none !important; }}@media (max-width: 767px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display: none !important; }}







#s-795541b5-c998-4956-87a2-b40dd692937b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795541b5-c998-4956-87a2-b40dd692937b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 2000/540;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}@media (max-width: 767px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}




  #s-b81c5387-9680-47d3-b7ed-598dbb162b0a img.shogun-image,
  #s-b81c5387-9680-47d3-b7ed-598dbb162b0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
    width: 100%;
    height: auto;
  }



  #s-b81c5387-9680-47d3-b7ed-598dbb162b0a img.shogun-image {
    

    
    
    
  }


#s-b81c5387-9680-47d3-b7ed-598dbb162b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display: none !important; }}@media (max-width: 767px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display: none !important; }}







#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 {
  margin-left: auto;
margin-right: auto;
max-width: 1240px;
aspect-ratio: 1240/540;
text-align: center;
}
@media (min-width: 1200px){#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 {
  
}
}




  #s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 img.shogun-image,
  #s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 {
    width: 100%;
    height: auto;
  }



  #s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 img.shogun-image {
    

    
    
    
  }


#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 .shogun-image-content {
  
    align-items: center;
  
}

#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  
}
}@media (max-width: 767px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display: none !important; }}







#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c9a183d-bf2a-4822-a370-de65749a3b28 {
  margin-left: auto;
margin-right: auto;
max-width: 810px;
aspect-ratio: 810/540;
text-align: center;
}
@media (min-width: 1200px){#s-8c9a183d-bf2a-4822-a370-de65749a3b28 {
  
}
}




  #s-8c9a183d-bf2a-4822-a370-de65749a3b28 img.shogun-image,
  #s-8c9a183d-bf2a-4822-a370-de65749a3b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c9a183d-bf2a-4822-a370-de65749a3b28 {
    width: 100%;
    height: auto;
  }



  #s-8c9a183d-bf2a-4822-a370-de65749a3b28 img.shogun-image {
    

    
    
    
  }


#s-8c9a183d-bf2a-4822-a370-de65749a3b28 .shogun-image-content {
  
    align-items: center;
  
}

#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display: none !important; }}







#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f85c042-6348-462c-b53b-285d515fe05f {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 600/540;
text-align: center;
}
@media (min-width: 1200px){#s-8f85c042-6348-462c-b53b-285d515fe05f {
  
}
}




  #s-8f85c042-6348-462c-b53b-285d515fe05f img.shogun-image,
  #s-8f85c042-6348-462c-b53b-285d515fe05f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f85c042-6348-462c-b53b-285d515fe05f {
    width: 100%;
    height: auto;
  }



  #s-8f85c042-6348-462c-b53b-285d515fe05f img.shogun-image {
    

    
    
    
  }


#s-8f85c042-6348-462c-b53b-285d515fe05f .shogun-image-content {
  
    align-items: center;
  
}

#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
max-width: 1220px;
}








#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-670ee9b6-be18-4848-b978-a0f6fbea44c4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
min-height: 50px;
}








#s-670ee9b6-be18-4848-b978-a0f6fbea44c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-670ee9b6-be18-4848-b978-a0f6fbea44c4.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;
}

@media (min-width: 0px) {
[id="s-d46f7f19-9542-40f8-821a-caa7d7be2ee3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d46f7f19-9542-40f8-821a-caa7d7be2ee3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d46f7f19-9542-40f8-821a-caa7d7be2ee3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d46f7f19-9542-40f8-821a-caa7d7be2ee3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8c5e98ef-8e38-41eb-88cf-eeb370367252 {
  min-height: 50px;
}








#s-8c5e98ef-8e38-41eb-88cf-eeb370367252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5e98ef-8e38-41eb-88cf-eeb370367252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c {
  
}
}@media (max-width: 767px){#s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c {
  
}
}




  #s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c img.shogun-image,
  #s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c {
    width: 100%;
    height: auto;
  }



  #s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c img.shogun-image {
    

    
    
    
  }


#s-ec0cb6cd-c35b-46a5-9354-a3b313c0188c .shogun-image-content {
  
    align-items: center;
  
}

.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-2bd78aed-9cdb-4758-8583-a5389e6e1d20 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-2bd78aed-9cdb-4758-8583-a5389e6e1d20-root {
    text-align: center;
  }


#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bd78aed-9cdb-4758-8583-a5389e6e1d20-root {
    text-align: center;
  }


#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bd78aed-9cdb-4758-8583-a5389e6e1d20-root {
    text-align: center;
  }


#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bd78aed-9cdb-4758-8583-a5389e6e1d20-root {
    text-align: center;
  }


#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bd78aed-9cdb-4758-8583-a5389e6e1d20-root {
    text-align: center;
  }


#s-2bd78aed-9cdb-4758-8583-a5389e6e1d20.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-79b52f0a-b867-4833-a06c-afd87ff968f9 {
  min-height: 50px;
}








#s-79b52f0a-b867-4833-a06c-afd87ff968f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b52f0a-b867-4833-a06c-afd87ff968f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 img.shogun-image,
  #s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 {
    width: 100%;
    height: auto;
  }



  #s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 img.shogun-image {
    

    
    
    
  }


#s-7c117f9d-dccb-4203-8617-7eab40c4a5d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(88, 59, 59, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77-root {
    text-align: center;
  }


#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77-root {
    text-align: center;
  }


#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77-root {
    text-align: center;
  }


#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77-root {
    text-align: center;
  }


#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77-root {
    text-align: center;
  }


#s-7e0ff3e0-cf79-46d4-a6aa-01bc307d7b77.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-96f45912-155e-4feb-95ed-93e81adedc70 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-96f45912-155e-4feb-95ed-93e81adedc70 img.shogun-image,
  #s-96f45912-155e-4feb-95ed-93e81adedc70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f45912-155e-4feb-95ed-93e81adedc70 {
    width: 100%;
    height: auto;
  }



  #s-96f45912-155e-4feb-95ed-93e81adedc70 img.shogun-image {
    

    
    
    
  }


#s-96f45912-155e-4feb-95ed-93e81adedc70 .shogun-image-content {
  
    align-items: center;
  
}

#s-94ba495b-cfd7-4d33-8530-96459eeda7f0 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(88, 59, 59, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-94ba495b-cfd7-4d33-8530-96459eeda7f0:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-94ba495b-cfd7-4d33-8530-96459eeda7f0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-94ba495b-cfd7-4d33-8530-96459eeda7f0-root {
    text-align: center;
  }


#s-94ba495b-cfd7-4d33-8530-96459eeda7f0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94ba495b-cfd7-4d33-8530-96459eeda7f0-root {
    text-align: center;
  }


#s-94ba495b-cfd7-4d33-8530-96459eeda7f0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94ba495b-cfd7-4d33-8530-96459eeda7f0-root {
    text-align: center;
  }


#s-94ba495b-cfd7-4d33-8530-96459eeda7f0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94ba495b-cfd7-4d33-8530-96459eeda7f0-root {
    text-align: center;
  }


#s-94ba495b-cfd7-4d33-8530-96459eeda7f0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94ba495b-cfd7-4d33-8530-96459eeda7f0-root {
    text-align: center;
  }


#s-94ba495b-cfd7-4d33-8530-96459eeda7f0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-e574ce1b-764e-4323-b327-f7302fcf6a3f {
  padding-bottom: 10px;
min-height: 50px;
}

#s-e574ce1b-764e-4323-b327-f7302fcf6a3f {
  background-image: url();
}








#s-e574ce1b-764e-4323-b327-f7302fcf6a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e574ce1b-764e-4323-b327-f7302fcf6a3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1 {
  min-height: 50px;
}








#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa {
  margin-left: auto;
margin-right: auto;
max-width: 1220px;
aspect-ratio: 1220/640;
text-align: center;
}
@media (max-width: 767px){#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa {
  display: none;
}
#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa, #wrap-s-8c00c04f-b911-42eb-9acd-e65faf0b96fa { display: none !important; }}




  #s-8c00c04f-b911-42eb-9acd-e65faf0b96fa img.shogun-image,
  #s-8c00c04f-b911-42eb-9acd-e65faf0b96fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c00c04f-b911-42eb-9acd-e65faf0b96fa {
    width: 100%;
    height: auto;
  }



  #s-8c00c04f-b911-42eb-9acd-e65faf0b96fa img.shogun-image {
    

    
    
    
  }


#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa .shogun-image-content {
  
    align-items: center;
  
}

#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display: none !important; }}




  #s-592ea4c0-339e-492f-b708-59c71bab5daa img.shogun-image,
  #s-592ea4c0-339e-492f-b708-59c71bab5daa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592ea4c0-339e-492f-b708-59c71bab5daa {
    width: 100%;
    height: auto;
  }



  #s-592ea4c0-339e-492f-b708-59c71bab5daa img.shogun-image {
    

    
    
    
  }


#s-592ea4c0-339e-492f-b708-59c71bab5daa .shogun-image-content {
  
    align-items: center;
  
}

#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4-root {
    text-align: center;
  }


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4-root {
    text-align: center;
  }


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4-root {
    text-align: center;
  }


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4-root {
    text-align: center;
  }


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4-root {
    text-align: center;
  }


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-b3590ea8-e291-4128-a0c1-e056875633e5 {
  padding-top: 12px;
padding-bottom: 12px;
min-height: 50px;
}








#s-b3590ea8-e291-4128-a0c1-e056875633e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3590ea8-e291-4128-a0c1-e056875633e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-2d95d58b-a387-44b7-8a6c-b22614522efd {
  min-height: 50px;
}








#s-2d95d58b-a387-44b7-8a6c-b22614522efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d95d58b-a387-44b7-8a6c-b22614522efd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c img.shogun-image,
  #s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c {
    width: 100%;
    height: auto;
  }



  #s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c img.shogun-image {
    

    
    
    
  }


#s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-e819e932-00d1-4890-8303-14dc82bb981a {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-e819e932-00d1-4890-8303-14dc82bb981a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-e819e932-00d1-4890-8303-14dc82bb981a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-e819e932-00d1-4890-8303-14dc82bb981a-root {
    text-align: center;
  }


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e819e932-00d1-4890-8303-14dc82bb981a-root {
    text-align: center;
  }


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e819e932-00d1-4890-8303-14dc82bb981a-root {
    text-align: center;
  }


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e819e932-00d1-4890-8303-14dc82bb981a-root {
    text-align: center;
  }


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e819e932-00d1-4890-8303-14dc82bb981a-root {
    text-align: center;
  }


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-081fc245-f149-4394-8381-76dc23142fdf {
  min-height: 50px;
}








#s-081fc245-f149-4394-8381-76dc23142fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-081fc245-f149-4394-8381-76dc23142fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 img.shogun-image,
  #s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 {
    width: 100%;
    height: auto;
  }



  #s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 img.shogun-image {
    

    
    
    
  }


#s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b223170b-191b-4b12-b651-6ae3a28b43d0 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-b223170b-191b-4b12-b651-6ae3a28b43d0:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-b223170b-191b-4b12-b651-6ae3a28b43d0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-b223170b-191b-4b12-b651-6ae3a28b43d0-root {
    text-align: center;
  }


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b223170b-191b-4b12-b651-6ae3a28b43d0-root {
    text-align: center;
  }


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b223170b-191b-4b12-b651-6ae3a28b43d0-root {
    text-align: center;
  }


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b223170b-191b-4b12-b651-6ae3a28b43d0-root {
    text-align: center;
  }


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b223170b-191b-4b12-b651-6ae3a28b43d0-root {
    text-align: center;
  }


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce {
  min-height: 50px;
}








#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d img.shogun-image,
  #s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d {
    width: 100%;
    height: auto;
  }



  #s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d img.shogun-image {
    

    
    
    
  }


#s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d .shogun-image-content {
  
    align-items: center;
  
}

#s-4086a953-96ce-4ecf-9f03-2bf6501c8574 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-4086a953-96ce-4ecf-9f03-2bf6501c8574:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-4086a953-96ce-4ecf-9f03-2bf6501c8574:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-4086a953-96ce-4ecf-9f03-2bf6501c8574-root {
    text-align: center;
  }


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4086a953-96ce-4ecf-9f03-2bf6501c8574-root {
    text-align: center;
  }


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4086a953-96ce-4ecf-9f03-2bf6501c8574-root {
    text-align: center;
  }


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4086a953-96ce-4ecf-9f03-2bf6501c8574-root {
    text-align: center;
  }


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4086a953-96ce-4ecf-9f03-2bf6501c8574-root {
    text-align: center;
  }


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(247, 215, 220, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  display: none;
}
#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00, #wrap-s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 { display: none !important; }}@media (max-width: 767px){#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  display: none;
}
#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00, #wrap-s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b87df936-8137-4fba-a406-cde93f1449da {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-b87df936-8137-4fba-a406-cde93f1449da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87df936-8137-4fba-a406-cde93f1449da.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-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
  margin-top: 20px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image,
  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
    width: 100%;
    height: auto;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
    
    
  }


.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
      position: relative;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image,
  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
    width: 100%;
    height: auto;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
    
    
  }


.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
      position: relative;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image,
  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
    width: 100%;
    height: auto;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
    
    
  }


.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
      position: relative;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image,
  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
    width: 100%;
    height: auto;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
    
    
  }


.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
      position: relative;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image,
  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
    width: 100%;
    height: auto;
  }

  #s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
    
    
  }


.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container {
      position: relative;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc0a5c9-d1d9-4d26-b9d2-0043f52d52c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-94447fda-0abc-4bb8-bb35-9e2252d698c0 {
  padding-top: 10px;
padding-bottom: 0px;
background-color: rgba(247, 215, 220, 1);
}

#s-21d6cee5-4ca3-44f4-a8fd-990721de188a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-21d6cee5-4ca3-44f4-a8fd-990721de188a:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-21d6cee5-4ca3-44f4-a8fd-990721de188a:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-21d6cee5-4ca3-44f4-a8fd-990721de188a-root {
    text-align: center;
  }


#s-21d6cee5-4ca3-44f4-a8fd-990721de188a.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21d6cee5-4ca3-44f4-a8fd-990721de188a-root {
    text-align: center;
  }


#s-21d6cee5-4ca3-44f4-a8fd-990721de188a.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21d6cee5-4ca3-44f4-a8fd-990721de188a-root {
    text-align: center;
  }


#s-21d6cee5-4ca3-44f4-a8fd-990721de188a.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21d6cee5-4ca3-44f4-a8fd-990721de188a-root {
    text-align: center;
  }


#s-21d6cee5-4ca3-44f4-a8fd-990721de188a.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21d6cee5-4ca3-44f4-a8fd-990721de188a-root {
    text-align: center;
  }


#s-21d6cee5-4ca3-44f4-a8fd-990721de188a.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-9bb7be61-6f46-4134-8da4-273315fc09af {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-9bb7be61-6f46-4134-8da4-273315fc09af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb7be61-6f46-4134-8da4-273315fc09af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image,
  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
    width: 100%;
    height: auto;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
    
    
  }


.s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shogun-image-content {
  
    align-items: center;
  
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
      position: relative;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image,
  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
    width: 100%;
    height: auto;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
    
    
  }


.s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shogun-image-content {
  
    align-items: center;
  
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
      position: relative;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image,
  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
    width: 100%;
    height: auto;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
    
    
  }


.s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shogun-image-content {
  
    align-items: center;
  
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
      position: relative;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image,
  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
    width: 100%;
    height: auto;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
    
    
  }


.s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shogun-image-content {
  
    align-items: center;
  
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
      position: relative;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image,
  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
    width: 100%;
    height: auto;
  }

  #s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
    
    
  }


.s-3efb139b-0181-4345-9cd0-8e923cc81ddb .shogun-image-content {
  
    align-items: center;
  
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container {
      position: relative;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efb139b-0181-4345-9cd0-8e923cc81ddb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f7011fa6-2c92-4ff7-88a4-581f84fc9766 {
  padding-bottom: 0px;
background-color: rgba(247, 215, 220, 1);
}

#s-b257ba65-0146-423f-bc12-d6b2a289a2cf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-b257ba65-0146-423f-bc12-d6b2a289a2cf:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-b257ba65-0146-423f-bc12-d6b2a289a2cf:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b257ba65-0146-423f-bc12-d6b2a289a2cf-root {
    text-align: center;
  }


#s-b257ba65-0146-423f-bc12-d6b2a289a2cf.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b257ba65-0146-423f-bc12-d6b2a289a2cf-root {
    text-align: center;
  }


#s-b257ba65-0146-423f-bc12-d6b2a289a2cf.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b257ba65-0146-423f-bc12-d6b2a289a2cf-root {
    text-align: center;
  }


#s-b257ba65-0146-423f-bc12-d6b2a289a2cf.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b257ba65-0146-423f-bc12-d6b2a289a2cf-root {
    text-align: center;
  }


#s-b257ba65-0146-423f-bc12-d6b2a289a2cf.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b257ba65-0146-423f-bc12-d6b2a289a2cf-root {
    text-align: center;
  }


#s-b257ba65-0146-423f-bc12-d6b2a289a2cf.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-a1b9eafd-5a0c-4c7f-a1ae-86f9303075b1 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-a1b9eafd-5a0c-4c7f-a1ae-86f9303075b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b9eafd-5a0c-4c7f-a1ae-86f9303075b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43383952-88d4-4c3a-b13d-486243140e79 {
  margin-top: 20px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image,
  #s-43383952-88d4-4c3a-b13d-486243140e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 {
    width: 100%;
    height: auto;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
    
    
  }


.s-43383952-88d4-4c3a-b13d-486243140e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43383952-88d4-4c3a-b13d-486243140e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
      position: relative;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image,
  #s-43383952-88d4-4c3a-b13d-486243140e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 {
    width: 100%;
    height: auto;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
    
    
  }


.s-43383952-88d4-4c3a-b13d-486243140e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43383952-88d4-4c3a-b13d-486243140e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
      position: relative;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image,
  #s-43383952-88d4-4c3a-b13d-486243140e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 {
    width: 100%;
    height: auto;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
    
    
  }


.s-43383952-88d4-4c3a-b13d-486243140e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43383952-88d4-4c3a-b13d-486243140e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
      position: relative;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image,
  #s-43383952-88d4-4c3a-b13d-486243140e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 {
    width: 100%;
    height: auto;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
    
    
  }


.s-43383952-88d4-4c3a-b13d-486243140e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43383952-88d4-4c3a-b13d-486243140e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
      position: relative;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image,
  #s-43383952-88d4-4c3a-b13d-486243140e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 {
    width: 100%;
    height: auto;
  }

  #s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
    
    
  }


.s-43383952-88d4-4c3a-b13d-486243140e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43383952-88d4-4c3a-b13d-486243140e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container {
      position: relative;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43383952-88d4-4c3a-b13d-486243140e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4d2a9914-0e0c-4e25-a416-6a494622872b {
  padding-top: 10px;
padding-bottom: 0px;
background-color: rgba(247, 215, 220, 1);
}

#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7-root {
    text-align: center;
  }


#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7-root {
    text-align: center;
  }


#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7-root {
    text-align: center;
  }


#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7-root {
    text-align: center;
  }


#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7-root {
    text-align: center;
  }


#s-2e44c56e-4a3d-475a-97b8-ce1d05a26da7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  display: none;
}
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21, #wrap-s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  display: none;
}
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21, #wrap-s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 { display: none !important; }}
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 .shg-sld-nav-button.shg-sld-left,
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7a9990b9-3500-4df1-8ad6-d5cc3c7c0734 {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
background-attachment: scroll;
}








#s-7a9990b9-3500-4df1-8ad6-d5cc3c7c0734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a9990b9-3500-4df1-8ad6-d5cc3c7c0734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420 {
  margin-top: 20px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image,
  #s-26ae6a89-63f1-4391-8f5a-78b920825420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 {
    width: 100%;
    height: auto;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
    
    
  }


.s-26ae6a89-63f1-4391-8f5a-78b920825420 .shogun-image-content {
  
    align-items: center;
  
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26ae6a89-63f1-4391-8f5a-78b920825420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
      position: relative;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image,
  #s-26ae6a89-63f1-4391-8f5a-78b920825420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 {
    width: 100%;
    height: auto;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
    
    
  }


.s-26ae6a89-63f1-4391-8f5a-78b920825420 .shogun-image-content {
  
    align-items: center;
  
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26ae6a89-63f1-4391-8f5a-78b920825420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
      position: relative;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image,
  #s-26ae6a89-63f1-4391-8f5a-78b920825420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 {
    width: 100%;
    height: auto;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
    
    
  }


.s-26ae6a89-63f1-4391-8f5a-78b920825420 .shogun-image-content {
  
    align-items: center;
  
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26ae6a89-63f1-4391-8f5a-78b920825420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
      position: relative;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image,
  #s-26ae6a89-63f1-4391-8f5a-78b920825420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 {
    width: 100%;
    height: auto;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
    
    
  }


.s-26ae6a89-63f1-4391-8f5a-78b920825420 .shogun-image-content {
  
    align-items: center;
  
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26ae6a89-63f1-4391-8f5a-78b920825420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
      position: relative;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image,
  #s-26ae6a89-63f1-4391-8f5a-78b920825420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 {
    width: 100%;
    height: auto;
  }

  #s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
    
    
  }


.s-26ae6a89-63f1-4391-8f5a-78b920825420 .shogun-image-content {
  
    align-items: center;
  
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26ae6a89-63f1-4391-8f5a-78b920825420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container {
      position: relative;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26ae6a89-63f1-4391-8f5a-78b920825420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1a527a7a-6071-4c39-9060-119b80404701 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 20px;
background-color: rgba(247, 215, 220, 1);
}

#s-23990742-ce58-44f0-ba71-7a83b537127e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-23990742-ce58-44f0-ba71-7a83b537127e:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-23990742-ce58-44f0-ba71-7a83b537127e:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-23990742-ce58-44f0-ba71-7a83b537127e-root {
    text-align: center;
  }


#s-23990742-ce58-44f0-ba71-7a83b537127e.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23990742-ce58-44f0-ba71-7a83b537127e-root {
    text-align: center;
  }


#s-23990742-ce58-44f0-ba71-7a83b537127e.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23990742-ce58-44f0-ba71-7a83b537127e-root {
    text-align: center;
  }


#s-23990742-ce58-44f0-ba71-7a83b537127e.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23990742-ce58-44f0-ba71-7a83b537127e-root {
    text-align: center;
  }


#s-23990742-ce58-44f0-ba71-7a83b537127e.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23990742-ce58-44f0-ba71-7a83b537127e-root {
    text-align: center;
  }


#s-23990742-ce58-44f0-ba71-7a83b537127e.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-4c7e74c3-9996-4603-88b3-c370a507faeb {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-4c7e74c3-9996-4603-88b3-c370a507faeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c7e74c3-9996-4603-88b3-c370a507faeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image,
  #s-05085a0d-1118-4580-a85f-bdad607161cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd {
    width: 100%;
    height: auto;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
    
    
  }


.s-05085a0d-1118-4580-a85f-bdad607161cd .shogun-image-content {
  
    align-items: center;
  
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05085a0d-1118-4580-a85f-bdad607161cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
      position: relative;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image,
  #s-05085a0d-1118-4580-a85f-bdad607161cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd {
    width: 100%;
    height: auto;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
    
    
  }


.s-05085a0d-1118-4580-a85f-bdad607161cd .shogun-image-content {
  
    align-items: center;
  
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05085a0d-1118-4580-a85f-bdad607161cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
      position: relative;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image,
  #s-05085a0d-1118-4580-a85f-bdad607161cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd {
    width: 100%;
    height: auto;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
    
    
  }


.s-05085a0d-1118-4580-a85f-bdad607161cd .shogun-image-content {
  
    align-items: center;
  
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05085a0d-1118-4580-a85f-bdad607161cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
      position: relative;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image,
  #s-05085a0d-1118-4580-a85f-bdad607161cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd {
    width: 100%;
    height: auto;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
    
    
  }


.s-05085a0d-1118-4580-a85f-bdad607161cd .shogun-image-content {
  
    align-items: center;
  
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05085a0d-1118-4580-a85f-bdad607161cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
      position: relative;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image,
  #s-05085a0d-1118-4580-a85f-bdad607161cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd {
    width: 100%;
    height: auto;
  }

  #s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
    
    
  }


.s-05085a0d-1118-4580-a85f-bdad607161cd .shogun-image-content {
  
    align-items: center;
  
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05085a0d-1118-4580-a85f-bdad607161cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container {
      position: relative;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05085a0d-1118-4580-a85f-bdad607161cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ecdf9ceb-7af2-4954-acd1-eee35717c9a1 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
background-color: rgba(247, 215, 220, 1);
}

#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c83395ff-7f12-4d31-95e7-c3b13b2edf85-root {
    text-align: center;
  }


#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c83395ff-7f12-4d31-95e7-c3b13b2edf85-root {
    text-align: center;
  }


#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c83395ff-7f12-4d31-95e7-c3b13b2edf85-root {
    text-align: center;
  }


#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c83395ff-7f12-4d31-95e7-c3b13b2edf85-root {
    text-align: center;
  }


#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c83395ff-7f12-4d31-95e7-c3b13b2edf85-root {
    text-align: center;
  }


#s-c83395ff-7f12-4d31-95e7-c3b13b2edf85.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-61d1fd08-d311-4291-b544-08939c94d15c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-61d1fd08-d311-4291-b544-08939c94d15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d1fd08-d311-4291-b544-08939c94d15c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
  margin-top: 20px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image,
  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
    width: 100%;
    height: auto;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
    
    
  }


.s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
      position: relative;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image,
  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
    width: 100%;
    height: auto;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
    
    
  }


.s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
      position: relative;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image,
  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
    width: 100%;
    height: auto;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
    
    
  }


.s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
      position: relative;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image,
  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
    width: 100%;
    height: auto;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
    
    
  }


.s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
      position: relative;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image,
  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
    width: 100%;
    height: auto;
  }

  #s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
    
    
  }


.s-99bdcba2-d564-443c-a11d-a11c36d4ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container {
      position: relative;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99bdcba2-d564-443c-a11d-a11c36d4ee45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-12c9a4f6-7ed6-47e7-ad2d-64c9f808ceb8 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 20px;
background-color: rgba(247, 215, 220, 1);
}

#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 56, 62, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(247, 215, 220, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 56, 62, 1);
letter-spacing: 2px;
}
#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7:hover {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 56, 62, 1) !important;}#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7:active {background-color: rgba(247, 215, 220, 1) !important;
text-decoration: none !important;
color: rgba(48, 56, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2839fdae-0eb5-4f47-96f1-6ef951d603a7-root {
    text-align: center;
  }


#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2839fdae-0eb5-4f47-96f1-6ef951d603a7-root {
    text-align: center;
  }


#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2839fdae-0eb5-4f47-96f1-6ef951d603a7-root {
    text-align: center;
  }


#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2839fdae-0eb5-4f47-96f1-6ef951d603a7-root {
    text-align: center;
  }


#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2839fdae-0eb5-4f47-96f1-6ef951d603a7-root {
    text-align: center;
  }


#s-2839fdae-0eb5-4f47-96f1-6ef951d603a7.shg-btn {
  color: rgba(48, 56, 62, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-ceb39f9a-babf-4ac4-8176-9ee84b3a11d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
max-width: 1220px;
}








#s-ceb39f9a-babf-4ac4-8176-9ee84b3a11d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb39f9a-babf-4ac4-8176-9ee84b3a11d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3126da72-7a51-4434-8ad3-9c2dcf2f10b6 {
  padding-bottom: 10px;
min-height: 50px;
}

#s-3126da72-7a51-4434-8ad3-9c2dcf2f10b6 {
  background-image: url();
}








#s-3126da72-7a51-4434-8ad3-9c2dcf2f10b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3126da72-7a51-4434-8ad3-9c2dcf2f10b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-17f0d4b8-e49d-46f4-b8eb-356a8245b1a4 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-17f0d4b8-e49d-46f4-b8eb-356a8245b1a4 .shogun-heading-component h3 {
  color: rgba(49, 56, 62, 1);
  font-weight:  normal ;
  font-family: "Quattrocento Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 4px;
  
}



#s-077d34e9-df85-412d-995e-207760f0a222 {
  padding-top: 8px;
padding-left: 16px;
padding-bottom: 8px;
padding-right: 16px;
min-height: 400px;
background-color: rgba(213, 213, 213, 0.25);
}








#s-077d34e9-df85-412d-995e-207760f0a222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-077d34e9-df85-412d-995e-207760f0a222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcabbc09-7eff-40e7-b787-2dda5cdff110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(49, 56, 62, 0);
}

#s-dcabbc09-7eff-40e7-b787-2dda5cdff110 .shogun-heading-component h3 {
  color: rgba(49, 56, 62, 1);
  font-weight:  normal ;
  font-family: "Quattrocento Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c5b11a7-9fa3-45a4-8997-e60b0e77a2b5 {
  margin-top: 32px;
margin-bottom: 24px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c5b11a7-9fa3-45a4-8997-e60b0e77a2b5 .shogun-heading-component h3 {
  color: rgba(49, 56, 62, 1);
  font-weight:  normal ;
  font-family: "Quattrocento Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 4px;
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 {
  
}


  #s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(213, 213, 213, 0.0025);
    border: 1px solid rgba(213, 213, 213, 0);
  }
  #s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(213, 213, 213, 0);
  }
#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(49, 56, 62, 1);
  font-family: Quattrocento Sans;
  font-weight: ;
  font-style: ;
  font-size: 17px;
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(49, 56, 62, 1);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(213, 213, 213, 0);
}

#s-ebac540f-a158-4ab7-9899-1378a2d9347c {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 16px;
padding-bottom: 4px;
padding-right: 16px;
min-height: 50px;
max-width: 995px;
}








#s-ebac540f-a158-4ab7-9899-1378a2d9347c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebac540f-a158-4ab7-9899-1378a2d9347c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b4e63743-36c1-46a3-8d80-60422e98347c {
  min-height: 50px;
}








#s-b4e63743-36c1-46a3-8d80-60422e98347c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e63743-36c1-46a3-8d80-60422e98347c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a736225-a561-419d-8079-7b495360b23a {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-7a736225-a561-419d-8079-7b495360b23a img.shogun-image,
  #s-7a736225-a561-419d-8079-7b495360b23a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a736225-a561-419d-8079-7b495360b23a {
    width: 100%;
    height: auto;
  }



  #s-7a736225-a561-419d-8079-7b495360b23a img.shogun-image {
    

    
    
    
  }


#s-7a736225-a561-419d-8079-7b495360b23a .shogun-image-content {
  
    align-items: center;
  
}

#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-d457e9a7-1217-42e1-acbc-7c66b8f137dc-root {
    text-align: center;
  }


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d457e9a7-1217-42e1-acbc-7c66b8f137dc-root {
    text-align: center;
  }


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d457e9a7-1217-42e1-acbc-7c66b8f137dc-root {
    text-align: center;
  }


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d457e9a7-1217-42e1-acbc-7c66b8f137dc-root {
    text-align: center;
  }


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d457e9a7-1217-42e1-acbc-7c66b8f137dc-root {
    text-align: center;
  }


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-2e597896-e0fb-433a-8253-d716d8b3662c {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-2e597896-e0fb-433a-8253-d716d8b3662c img.shogun-image,
  #s-2e597896-e0fb-433a-8253-d716d8b3662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e597896-e0fb-433a-8253-d716d8b3662c {
    width: 100%;
    height: auto;
  }



  #s-2e597896-e0fb-433a-8253-d716d8b3662c img.shogun-image {
    

    
    
    
  }


#s-2e597896-e0fb-433a-8253-d716d8b3662c .shogun-image-content {
  
    align-items: center;
  
}

#s-d365ea7d-06a8-4307-adda-17d10fff4997 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-d365ea7d-06a8-4307-adda-17d10fff4997:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-d365ea7d-06a8-4307-adda-17d10fff4997:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-d365ea7d-06a8-4307-adda-17d10fff4997-root {
    text-align: center;
  }


#s-d365ea7d-06a8-4307-adda-17d10fff4997.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d365ea7d-06a8-4307-adda-17d10fff4997-root {
    text-align: center;
  }


#s-d365ea7d-06a8-4307-adda-17d10fff4997.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d365ea7d-06a8-4307-adda-17d10fff4997-root {
    text-align: center;
  }


#s-d365ea7d-06a8-4307-adda-17d10fff4997.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d365ea7d-06a8-4307-adda-17d10fff4997-root {
    text-align: center;
  }


#s-d365ea7d-06a8-4307-adda-17d10fff4997.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d365ea7d-06a8-4307-adda-17d10fff4997-root {
    text-align: center;
  }


#s-d365ea7d-06a8-4307-adda-17d10fff4997.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-81307305-d00b-40a4-8b6d-342c7b91f44c {
  min-height: 50px;
}








#s-81307305-d00b-40a4-8b6d-342c7b91f44c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81307305-d00b-40a4-8b6d-342c7b91f44c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba img.shogun-image,
  #s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba {
    width: 100%;
    height: auto;
  }



  #s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba img.shogun-image {
    

    
    
    
  }


#s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba .shogun-image-content {
  
    align-items: center;
  
}

#s-349c0890-64ba-4276-9b81-5a15399a5378 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-349c0890-64ba-4276-9b81-5a15399a5378:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-349c0890-64ba-4276-9b81-5a15399a5378:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-349c0890-64ba-4276-9b81-5a15399a5378-root {
    text-align: center;
  }


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-349c0890-64ba-4276-9b81-5a15399a5378-root {
    text-align: center;
  }


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-349c0890-64ba-4276-9b81-5a15399a5378-root {
    text-align: center;
  }


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-349c0890-64ba-4276-9b81-5a15399a5378-root {
    text-align: center;
  }


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-349c0890-64ba-4276-9b81-5a15399a5378-root {
    text-align: center;
  }


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-432e32a2-6747-4438-9526-b70c8d29e1aa {
  min-height: 50px;
}








#s-432e32a2-6747-4438-9526-b70c8d29e1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-432e32a2-6747-4438-9526-b70c8d29e1aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bb3972b-5829-44df-83b2-123b09e217a3 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-6bb3972b-5829-44df-83b2-123b09e217a3 img.shogun-image,
  #s-6bb3972b-5829-44df-83b2-123b09e217a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bb3972b-5829-44df-83b2-123b09e217a3 {
    width: 100%;
    height: auto;
  }



  #s-6bb3972b-5829-44df-83b2-123b09e217a3 img.shogun-image {
    

    
    
    
  }


#s-6bb3972b-5829-44df-83b2-123b09e217a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a6acc41-3ed6-444f-81e0-b1db74441a26 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-2a6acc41-3ed6-444f-81e0-b1db74441a26:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-2a6acc41-3ed6-444f-81e0-b1db74441a26:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-2a6acc41-3ed6-444f-81e0-b1db74441a26-root {
    text-align: center;
  }


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a6acc41-3ed6-444f-81e0-b1db74441a26-root {
    text-align: center;
  }


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a6acc41-3ed6-444f-81e0-b1db74441a26-root {
    text-align: center;
  }


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a6acc41-3ed6-444f-81e0-b1db74441a26-root {
    text-align: center;
  }


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a6acc41-3ed6-444f-81e0-b1db74441a26-root {
    text-align: center;
  }


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba {
  min-height: 50px;
}








#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-770bff4c-1373-425f-a75e-bb1b8a207036 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-770bff4c-1373-425f-a75e-bb1b8a207036 img.shogun-image,
  #s-770bff4c-1373-425f-a75e-bb1b8a207036 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770bff4c-1373-425f-a75e-bb1b8a207036 {
    width: 100%;
    height: auto;
  }



  #s-770bff4c-1373-425f-a75e-bb1b8a207036 img.shogun-image {
    

    
    
    
  }


#s-770bff4c-1373-425f-a75e-bb1b8a207036 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb772db4-78d7-4aef-a043-c8a5208b4556 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-fb772db4-78d7-4aef-a043-c8a5208b4556:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-fb772db4-78d7-4aef-a043-c8a5208b4556:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-fb772db4-78d7-4aef-a043-c8a5208b4556-root {
    text-align: center;
  }


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb772db4-78d7-4aef-a043-c8a5208b4556-root {
    text-align: center;
  }


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb772db4-78d7-4aef-a043-c8a5208b4556-root {
    text-align: center;
  }


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb772db4-78d7-4aef-a043-c8a5208b4556-root {
    text-align: center;
  }


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb772db4-78d7-4aef-a043-c8a5208b4556-root {
    text-align: center;
  }


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-3df2be07-2623-40dd-9390-ec6e34db2c95 {
  min-height: 50px;
}








#s-3df2be07-2623-40dd-9390-ec6e34db2c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df2be07-2623-40dd-9390-ec6e34db2c95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96e6de2f-efce-4a42-b0d1-6ecbc549532b {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-96e6de2f-efce-4a42-b0d1-6ecbc549532b img.shogun-image,
  #s-96e6de2f-efce-4a42-b0d1-6ecbc549532b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96e6de2f-efce-4a42-b0d1-6ecbc549532b {
    width: 100%;
    height: auto;
  }



  #s-96e6de2f-efce-4a42-b0d1-6ecbc549532b img.shogun-image {
    

    
    
    
  }


#s-96e6de2f-efce-4a42-b0d1-6ecbc549532b .shogun-image-content {
  
    align-items: center;
  
}

#s-a55da06a-ca21-4e32-8239-5f1fb088416a {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-a55da06a-ca21-4e32-8239-5f1fb088416a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-a55da06a-ca21-4e32-8239-5f1fb088416a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-a55da06a-ca21-4e32-8239-5f1fb088416a-root {
    text-align: center;
  }


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a55da06a-ca21-4e32-8239-5f1fb088416a-root {
    text-align: center;
  }


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a55da06a-ca21-4e32-8239-5f1fb088416a-root {
    text-align: center;
  }


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a55da06a-ca21-4e32-8239-5f1fb088416a-root {
    text-align: center;
  }


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a55da06a-ca21-4e32-8239-5f1fb088416a-root {
    text-align: center;
  }


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-f71cd53f-e358-45a8-8d14-c6e5441963ca {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-f71cd53f-e358-45a8-8d14-c6e5441963ca img.shogun-image,
  #s-f71cd53f-e358-45a8-8d14-c6e5441963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f71cd53f-e358-45a8-8d14-c6e5441963ca {
    width: 100%;
    height: auto;
  }



  #s-f71cd53f-e358-45a8-8d14-c6e5441963ca img.shogun-image {
    

    
    
    
  }


#s-f71cd53f-e358-45a8-8d14-c6e5441963ca .shogun-image-content {
  
    align-items: center;
  
}

#s-f49978bc-6a33-4623-9b41-e6995a72ad1f {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-f49978bc-6a33-4623-9b41-e6995a72ad1f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-f49978bc-6a33-4623-9b41-e6995a72ad1f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-f49978bc-6a33-4623-9b41-e6995a72ad1f-root {
    text-align: center;
  }


#s-f49978bc-6a33-4623-9b41-e6995a72ad1f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f49978bc-6a33-4623-9b41-e6995a72ad1f-root {
    text-align: center;
  }


#s-f49978bc-6a33-4623-9b41-e6995a72ad1f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f49978bc-6a33-4623-9b41-e6995a72ad1f-root {
    text-align: center;
  }


#s-f49978bc-6a33-4623-9b41-e6995a72ad1f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f49978bc-6a33-4623-9b41-e6995a72ad1f-root {
    text-align: center;
  }


#s-f49978bc-6a33-4623-9b41-e6995a72ad1f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f49978bc-6a33-4623-9b41-e6995a72ad1f-root {
    text-align: center;
  }


#s-f49978bc-6a33-4623-9b41-e6995a72ad1f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-dca77da8-3bd3-441d-a1f4-26549679b422 {
  min-height: 50px;
}








#s-dca77da8-3bd3-441d-a1f4-26549679b422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca77da8-3bd3-441d-a1f4-26549679b422.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 img.shogun-image,
  #s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 {
    width: 100%;
    height: auto;
  }



  #s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 img.shogun-image {
    

    
    
    
  }


#s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d-root {
    text-align: center;
  }


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d-root {
    text-align: center;
  }


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d-root {
    text-align: center;
  }


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d-root {
    text-align: center;
  }


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d-root {
    text-align: center;
  }


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-6792a283-1858-448e-a155-c8726088c9ec {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 4px;
padding-right: 32px;
min-height: 50px;
max-width: 995px;
}








#s-6792a283-1858-448e-a155-c8726088c9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6792a283-1858-448e-a155-c8726088c9ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d66e46d8-fea5-45e8-936a-5877cf2911b2 {
  min-height: 50px;
}








#s-d66e46d8-fea5-45e8-936a-5877cf2911b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66e46d8-fea5-45e8-936a-5877cf2911b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 img.shogun-image,
  #s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 {
    width: 100%;
    height: auto;
  }



  #s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 img.shogun-image {
    

    
    
    
  }


#s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-65c24d66-6ef6-4b1c-b4de-b7f207662cae-root {
    text-align: center;
  }


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65c24d66-6ef6-4b1c-b4de-b7f207662cae-root {
    text-align: center;
  }


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65c24d66-6ef6-4b1c-b4de-b7f207662cae-root {
    text-align: center;
  }


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65c24d66-6ef6-4b1c-b4de-b7f207662cae-root {
    text-align: center;
  }


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65c24d66-6ef6-4b1c-b4de-b7f207662cae-root {
    text-align: center;
  }


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-322d7b9e-f112-4de3-96c3-5037941f5f45 {
  min-height: 50px;
}








#s-322d7b9e-f112-4de3-96c3-5037941f5f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322d7b9e-f112-4de3-96c3-5037941f5f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 img.shogun-image,
  #s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 {
    width: 100%;
    height: auto;
  }



  #s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 img.shogun-image {
    

    
    
    
  }


#s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-8f04c2d9-020d-4850-bcc2-f2e7c9613812-root {
    text-align: center;
  }


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f04c2d9-020d-4850-bcc2-f2e7c9613812-root {
    text-align: center;
  }


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f04c2d9-020d-4850-bcc2-f2e7c9613812-root {
    text-align: center;
  }


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f04c2d9-020d-4850-bcc2-f2e7c9613812-root {
    text-align: center;
  }


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f04c2d9-020d-4850-bcc2-f2e7c9613812-root {
    text-align: center;
  }


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-eb06f923-171d-4248-bd57-ccdef64b2c52 {
  min-height: 50px;
}








#s-eb06f923-171d-4248-bd57-ccdef64b2c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb06f923-171d-4248-bd57-ccdef64b2c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4444e609-b15e-433a-a9eb-22128dd78b7d {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-4444e609-b15e-433a-a9eb-22128dd78b7d img.shogun-image,
  #s-4444e609-b15e-433a-a9eb-22128dd78b7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4444e609-b15e-433a-a9eb-22128dd78b7d {
    width: 100%;
    height: auto;
  }



  #s-4444e609-b15e-433a-a9eb-22128dd78b7d img.shogun-image {
    

    
    
    
  }


#s-4444e609-b15e-433a-a9eb-22128dd78b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-a75931b0-5403-4aa3-8440-46cad291fd6a {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-a75931b0-5403-4aa3-8440-46cad291fd6a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-a75931b0-5403-4aa3-8440-46cad291fd6a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-a75931b0-5403-4aa3-8440-46cad291fd6a-root {
    text-align: center;
  }


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a75931b0-5403-4aa3-8440-46cad291fd6a-root {
    text-align: center;
  }


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a75931b0-5403-4aa3-8440-46cad291fd6a-root {
    text-align: center;
  }


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a75931b0-5403-4aa3-8440-46cad291fd6a-root {
    text-align: center;
  }


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a75931b0-5403-4aa3-8440-46cad291fd6a-root {
    text-align: center;
  }


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311 {
  min-height: 50px;
}








#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38fdd5fa-ce46-4925-9127-542e6e1aac00 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-38fdd5fa-ce46-4925-9127-542e6e1aac00 img.shogun-image,
  #s-38fdd5fa-ce46-4925-9127-542e6e1aac00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fdd5fa-ce46-4925-9127-542e6e1aac00 {
    width: 100%;
    height: auto;
  }



  #s-38fdd5fa-ce46-4925-9127-542e6e1aac00 img.shogun-image {
    

    
    
    
  }


#s-38fdd5fa-ce46-4925-9127-542e6e1aac00 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5697608-0867-4ca6-9b57-d36900b8312f {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-c5697608-0867-4ca6-9b57-d36900b8312f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-c5697608-0867-4ca6-9b57-d36900b8312f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-c5697608-0867-4ca6-9b57-d36900b8312f-root {
    text-align: center;
  }


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5697608-0867-4ca6-9b57-d36900b8312f-root {
    text-align: center;
  }


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5697608-0867-4ca6-9b57-d36900b8312f-root {
    text-align: center;
  }


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5697608-0867-4ca6-9b57-d36900b8312f-root {
    text-align: center;
  }


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5697608-0867-4ca6-9b57-d36900b8312f-root {
    text-align: center;
  }


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2b57a367-3a11-4dc6-9e56-d5c139577836 {
  min-height: 50px;
}








#s-2b57a367-3a11-4dc6-9e56-d5c139577836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b57a367-3a11-4dc6-9e56-d5c139577836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb img.shogun-image,
  #s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb {
    width: 100%;
    height: auto;
  }



  #s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb img.shogun-image {
    

    
    
    
  }


#s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb .shogun-image-content {
  
    align-items: center;
  
}

#s-04a75547-fff5-4844-8ea6-ccf0a3370c89 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-04a75547-fff5-4844-8ea6-ccf0a3370c89:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-04a75547-fff5-4844-8ea6-ccf0a3370c89:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-04a75547-fff5-4844-8ea6-ccf0a3370c89-root {
    text-align: center;
  }


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04a75547-fff5-4844-8ea6-ccf0a3370c89-root {
    text-align: center;
  }


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04a75547-fff5-4844-8ea6-ccf0a3370c89-root {
    text-align: center;
  }


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04a75547-fff5-4844-8ea6-ccf0a3370c89-root {
    text-align: center;
  }


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04a75547-fff5-4844-8ea6-ccf0a3370c89-root {
    text-align: center;
  }


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-4d47feb0-0922-43b8-9828-1feb22d425ad {
  min-height: 50px;
}








#s-4d47feb0-0922-43b8-9828-1feb22d425ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d47feb0-0922-43b8-9828-1feb22d425ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be616f50-63b2-410a-8b1d-86941c74ba7a {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-be616f50-63b2-410a-8b1d-86941c74ba7a img.shogun-image,
  #s-be616f50-63b2-410a-8b1d-86941c74ba7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be616f50-63b2-410a-8b1d-86941c74ba7a {
    width: 100%;
    height: auto;
  }



  #s-be616f50-63b2-410a-8b1d-86941c74ba7a img.shogun-image {
    

    
    
    
  }


#s-be616f50-63b2-410a-8b1d-86941c74ba7a .shogun-image-content {
  
    align-items: center;
  
}

#s-909eb237-2d1e-46c4-a77d-da7f28efdf65 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-909eb237-2d1e-46c4-a77d-da7f28efdf65:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-909eb237-2d1e-46c4-a77d-da7f28efdf65:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-909eb237-2d1e-46c4-a77d-da7f28efdf65-root {
    text-align: center;
  }


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-909eb237-2d1e-46c4-a77d-da7f28efdf65-root {
    text-align: center;
  }


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-909eb237-2d1e-46c4-a77d-da7f28efdf65-root {
    text-align: center;
  }


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-909eb237-2d1e-46c4-a77d-da7f28efdf65-root {
    text-align: center;
  }


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-909eb237-2d1e-46c4-a77d-da7f28efdf65-root {
    text-align: center;
  }


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-b563a7cb-c599-434e-914c-2b9b8286828a {
  min-height: 50px;
}








#s-b563a7cb-c599-434e-914c-2b9b8286828a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b563a7cb-c599-434e-914c-2b9b8286828a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 img.shogun-image,
  #s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 {
    width: 100%;
    height: auto;
  }



  #s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 img.shogun-image {
    

    
    
    
  }


#s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b-root {
    text-align: center;
  }


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b-root {
    text-align: center;
  }


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b-root {
    text-align: center;
  }


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b-root {
    text-align: center;
  }


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b-root {
    text-align: center;
  }


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-48937eb2-76f2-4a87-9d44-b5c7634b061f {
  min-height: 50px;
}








#s-48937eb2-76f2-4a87-9d44-b5c7634b061f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48937eb2-76f2-4a87-9d44-b5c7634b061f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b2440ee-4e51-4093-8416-cfd0fb930daa {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-8b2440ee-4e51-4093-8416-cfd0fb930daa img.shogun-image,
  #s-8b2440ee-4e51-4093-8416-cfd0fb930daa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b2440ee-4e51-4093-8416-cfd0fb930daa {
    width: 100%;
    height: auto;
  }



  #s-8b2440ee-4e51-4093-8416-cfd0fb930daa img.shogun-image {
    

    
    
    
  }


#s-8b2440ee-4e51-4093-8416-cfd0fb930daa .shogun-image-content {
  
    align-items: center;
  
}

#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c-root {
    text-align: center;
  }


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c-root {
    text-align: center;
  }


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c-root {
    text-align: center;
  }


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c-root {
    text-align: center;
  }


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c-root {
    text-align: center;
  }


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}
}
#s-5a8a2e9c-a307-4661-9bf8-ea483facf828 {
  margin-left: auto;
margin-right: auto;
padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
line-height: 0.5em;
}
#s-5a8a2e9c-a307-4661-9bf8-ea483facf828:hover {background-color: rgba(66, 66, 66, 0) !important;
color: rgba(96, 113, 130, 1) !important;
text-decoration: none !important;}#s-5a8a2e9c-a307-4661-9bf8-ea483facf828:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-5a8a2e9c-a307-4661-9bf8-ea483facf828-root {
    text-align: center;
  }


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a8a2e9c-a307-4661-9bf8-ea483facf828-root {
    text-align: center;
  }


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a8a2e9c-a307-4661-9bf8-ea483facf828-root {
    text-align: center;
  }


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a8a2e9c-a307-4661-9bf8-ea483facf828-root {
    text-align: center;
  }


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a8a2e9c-a307-4661-9bf8-ea483facf828-root {
    text-align: center;
  }


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}
}
#s-be590d7c-25b5-4284-ab6c-b7dee6b37984 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 995px;
}








#s-be590d7c-25b5-4284-ab6c-b7dee6b37984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be590d7c-25b5-4284-ab6c-b7dee6b37984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6 {
  min-height: 50px;
}








#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc2f2a34-873b-4272-b654-4cea8afb0754 {
  padding-top: 8px;
padding-left: 32px;
padding-bottom: 8px;
padding-right: 32px;
min-height: 50px;
}








#s-cc2f2a34-873b-4272-b654-4cea8afb0754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2f2a34-873b-4272-b654-4cea8afb0754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbaca1f3-2f26-4baa-a908-01c810da719c {
  margin-top: 33px;
margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbaca1f3-2f26-4baa-a908-01c810da719c .shogun-heading-component h3 {
  color: rgba(49, 56, 62, 1);
  font-weight:  normal ;
  font-family: "Quattrocento Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 4px;
  
}



#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55 {
  padding-top: 8px;
padding-left: 16px;
padding-bottom: 8px;
padding-right: 16px;
min-height: 400px;
background-color: rgba(213, 213, 213, 0.25);
}








#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a53e9189-4601-4dcb-9b9d-b5f633989cc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(49, 56, 62, 0);
}

#s-a53e9189-4601-4dcb-9b9d-b5f633989cc8 .shogun-heading-component h3 {
  color: rgba(49, 56, 62, 1);
  font-weight:  normal ;
  font-family: "Quattrocento Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-10a90e81-2334-474c-8a58-a66b64ddb2f3 {
  padding-top: 7px;
padding-left: 16px;
padding-bottom: 7px;
padding-right: 16px;
min-height: 50px;
}








#s-10a90e81-2334-474c-8a58-a66b64ddb2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a90e81-2334-474c-8a58-a66b64ddb2f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.script-text {
    margin: 0 auto;
    text-align: center;
}

.script-text__text {
    font-family: "Quickpen", Arial, sans-serif;
    font-size: 22px;
    text-transform: lowercase;
    margin-top: 48px;
}
/*
  $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}
