.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/8fec8367-7d2e-4670-8900-932164ad53ef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

.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: #444444;
  font-family: Montserrat;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #333333;
  font-family: Karla;
}

.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: #444444;
  font-family: Montserrat;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #333333;
  font-family: Karla;
  font-weight: 400;
}

.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: #444444;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  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-171088e7-e5c9-44cc-844b-b2ebb01e4c28 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-171088e7-e5c9-44cc-844b-b2ebb01e4c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-defc22ff-a2e9-4500-9de1-166a78b3a108 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-30443515-b7bf-4de1-b1a6-e8e66d3ebad0 {
  padding-bottom: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-30443515-b7bf-4de1-b1a6-e8e66d3ebad0 .shogun-countdown span, #s-30443515-b7bf-4de1-b1a6-e8e66d3ebad0 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-688598d5-2450-4467-9bdd-738b6d20c890 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 50px;
border-left-width: 50px;
border-bottom-width: 50px;
border-right-width: 50px;
border-color: rgba(13, 15, 16, 1);
border-style: solid;
min-height: 400px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-688598d5-2450-4467-9bdd-738b6d20c890 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-688598d5-2450-4467-9bdd-738b6d20c890 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-688598d5-2450-4467-9bdd-738b6d20c890 {
  
}
}@media (max-width: 767px){#s-688598d5-2450-4467-9bdd-738b6d20c890 {
  
}
}







#s-688598d5-2450-4467-9bdd-738b6d20c890 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-688598d5-2450-4467-9bdd-738b6d20c890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c233de7c-2265-431e-a3a7-6f5155533668 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c233de7c-2265-431e-a3a7-6f5155533668"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-430850d1-409b-4faf-aaaa-f2d87ccf7c11 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-430850d1-409b-4faf-aaaa-f2d87ccf7c11 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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: 400;
  font-family: Karla;
}

.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-5d66844e-2226-4358-b73b-4b07daf11a3e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5d66844e-2226-4358-b73b-4b07daf11a3e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5d66844e-2226-4358-b73b-4b07daf11a3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d66844e-2226-4358-b73b-4b07daf11a3e-root {
    text-align: center;
  }


#s-5d66844e-2226-4358-b73b-4b07daf11a3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d66844e-2226-4358-b73b-4b07daf11a3e-root {
    text-align: center;
  }


#s-5d66844e-2226-4358-b73b-4b07daf11a3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d66844e-2226-4358-b73b-4b07daf11a3e-root {
    text-align: center;
  }


#s-5d66844e-2226-4358-b73b-4b07daf11a3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d66844e-2226-4358-b73b-4b07daf11a3e-root {
    text-align: center;
  }


#s-5d66844e-2226-4358-b73b-4b07daf11a3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d66844e-2226-4358-b73b-4b07daf11a3e-root {
    text-align: center;
  }


#s-5d66844e-2226-4358-b73b-4b07daf11a3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 218, 218, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (max-width: 767px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}







#s-561ad8a9-aafd-425f-8dc0-5147ac26276f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561ad8a9-aafd-425f-8dc0-5147ac26276f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24052572-a111-4be8-9617-1f4689c21bfa {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-a7f803b0-3f01-4dbc-bb90-8e763766ed5e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-a7f803b0-3f01-4dbc-bb90-8e763766ed5e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a7f803b0-3f01-4dbc-bb90-8e763766ed5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91165422-5e0b-422b-990c-21dbf1491519 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-91165422-5e0b-422b-990c-21dbf1491519:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-91165422-5e0b-422b-990c-21dbf1491519:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91165422-5e0b-422b-990c-21dbf1491519-root {
    text-align: center;
  }


#s-91165422-5e0b-422b-990c-21dbf1491519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91165422-5e0b-422b-990c-21dbf1491519-root {
    text-align: center;
  }


#s-91165422-5e0b-422b-990c-21dbf1491519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91165422-5e0b-422b-990c-21dbf1491519-root {
    text-align: center;
  }


#s-91165422-5e0b-422b-990c-21dbf1491519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91165422-5e0b-422b-990c-21dbf1491519-root {
    text-align: center;
  }


#s-91165422-5e0b-422b-990c-21dbf1491519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91165422-5e0b-422b-990c-21dbf1491519-root {
    text-align: center;
  }


#s-91165422-5e0b-422b-990c-21dbf1491519.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-20204276-73b4-4752-b205-fbf054dc2500 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-822c37e3-44a3-4376-b9b8-32c08889cf26 {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-822c37e3-44a3-4376-b9b8-32c08889cf26:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-822c37e3-44a3-4376-b9b8-32c08889cf26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-822c37e3-44a3-4376-b9b8-32c08889cf26-root {
    text-align: center;
  }


#s-822c37e3-44a3-4376-b9b8-32c08889cf26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-822c37e3-44a3-4376-b9b8-32c08889cf26-root {
    text-align: center;
  }


#s-822c37e3-44a3-4376-b9b8-32c08889cf26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-822c37e3-44a3-4376-b9b8-32c08889cf26-root {
    text-align: center;
  }


#s-822c37e3-44a3-4376-b9b8-32c08889cf26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-822c37e3-44a3-4376-b9b8-32c08889cf26-root {
    text-align: center;
  }


#s-822c37e3-44a3-4376-b9b8-32c08889cf26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-822c37e3-44a3-4376-b9b8-32c08889cf26-root {
    text-align: center;
  }


#s-822c37e3-44a3-4376-b9b8-32c08889cf26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8217f8dd-ff58-4e8a-ba07-c8690599a89b-root {
    text-align: center;
  }


#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8217f8dd-ff58-4e8a-ba07-c8690599a89b-root {
    text-align: center;
  }


#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8217f8dd-ff58-4e8a-ba07-c8690599a89b-root {
    text-align: center;
  }


#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8217f8dd-ff58-4e8a-ba07-c8690599a89b-root {
    text-align: center;
  }


#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8217f8dd-ff58-4e8a-ba07-c8690599a89b-root {
    text-align: center;
  }


#s-8217f8dd-ff58-4e8a-ba07-c8690599a89b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-8381e102-a744-4d22-b875-99d22c6a8bf8 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8381e102-a744-4d22-b875-99d22c6a8bf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8381e102-a744-4d22-b875-99d22c6a8bf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-8381e102-a744-4d22-b875-99d22c6a8bf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-8381e102-a744-4d22-b875-99d22c6a8bf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-171e3f19-7bd3-498e-a7ec-66da066f248e {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-171e3f19-7bd3-498e-a7ec-66da066f248e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-171e3f19-7bd3-498e-a7ec-66da066f248e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-171e3f19-7bd3-498e-a7ec-66da066f248e-root {
    text-align: center;
  }


#s-171e3f19-7bd3-498e-a7ec-66da066f248e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-171e3f19-7bd3-498e-a7ec-66da066f248e-root {
    text-align: center;
  }


#s-171e3f19-7bd3-498e-a7ec-66da066f248e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-171e3f19-7bd3-498e-a7ec-66da066f248e-root {
    text-align: center;
  }


#s-171e3f19-7bd3-498e-a7ec-66da066f248e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-171e3f19-7bd3-498e-a7ec-66da066f248e-root {
    text-align: center;
  }


#s-171e3f19-7bd3-498e-a7ec-66da066f248e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-171e3f19-7bd3-498e-a7ec-66da066f248e-root {
    text-align: center;
  }


#s-171e3f19-7bd3-498e-a7ec-66da066f248e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-baaba069-18f0-41ab-ae2d-3f0159464550 {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-baaba069-18f0-41ab-ae2d-3f0159464550:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-baaba069-18f0-41ab-ae2d-3f0159464550:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-baaba069-18f0-41ab-ae2d-3f0159464550-root {
    text-align: center;
  }


#s-baaba069-18f0-41ab-ae2d-3f0159464550.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baaba069-18f0-41ab-ae2d-3f0159464550-root {
    text-align: center;
  }


#s-baaba069-18f0-41ab-ae2d-3f0159464550.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baaba069-18f0-41ab-ae2d-3f0159464550-root {
    text-align: center;
  }


#s-baaba069-18f0-41ab-ae2d-3f0159464550.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baaba069-18f0-41ab-ae2d-3f0159464550-root {
    text-align: center;
  }


#s-baaba069-18f0-41ab-ae2d-3f0159464550.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baaba069-18f0-41ab-ae2d-3f0159464550-root {
    text-align: center;
  }


#s-baaba069-18f0-41ab-ae2d-3f0159464550.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-dee41ec0-32c6-456a-8636-f184c16f0172 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-dee41ec0-32c6-456a-8636-f184c16f0172 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dee41ec0-32c6-456a-8636-f184c16f0172 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dee41ec0-32c6-456a-8636-f184c16f0172 {
  
}
}@media (max-width: 767px){#s-dee41ec0-32c6-456a-8636-f184c16f0172 {
  
}
}







#s-dee41ec0-32c6-456a-8636-f184c16f0172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee41ec0-32c6-456a-8636-f184c16f0172.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-560cefcf-53f8-45ca-b12c-44980dfb58ba {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-560cefcf-53f8-45ca-b12c-44980dfb58ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f05a179d-daa2-4bfc-8413-33fea062bb53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05a179d-daa2-4bfc-8413-33fea062bb53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f05a179d-daa2-4bfc-8413-33fea062bb53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05a179d-daa2-4bfc-8413-33fea062bb53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08ac98f7-cf8f-42c7-927f-4367740ae896 {
  min-height: 50px;
}








#s-08ac98f7-cf8f-42c7-927f-4367740ae896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ac98f7-cf8f-42c7-927f-4367740ae896.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-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image,
  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
    width: 100%;
    height: auto;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
    
    
  }


.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
      position: relative;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image,
  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
    width: 100%;
    height: auto;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
    
    
  }


.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
      position: relative;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image,
  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
    width: 100%;
    height: auto;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
    
    
  }


.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
      position: relative;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image,
  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
    width: 100%;
    height: auto;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
    
    
  }


.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
      position: relative;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image,
  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
    width: 100%;
    height: auto;
  }

  #s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
    
    
  }


.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container {
      position: relative;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eb25af9-3f50-4d8c-adf5-134a25dd5c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5681a503-46d1-4405-b5fe-2466049edf72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-7ba90866-8eca-4389-a550-472280941335 {
  min-height: 50px;
}








#s-7ba90866-8eca-4389-a550-472280941335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba90866-8eca-4389-a550-472280941335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image,
  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
    width: 100%;
    height: auto;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
    
    
  }


.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shogun-image-content {
  
    align-items: center;
  
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
      position: relative;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image,
  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
    width: 100%;
    height: auto;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
    
    
  }


.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shogun-image-content {
  
    align-items: center;
  
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
      position: relative;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image,
  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
    width: 100%;
    height: auto;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
    
    
  }


.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shogun-image-content {
  
    align-items: center;
  
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
      position: relative;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image,
  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
    width: 100%;
    height: auto;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
    
    
  }


.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shogun-image-content {
  
    align-items: center;
  
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
      position: relative;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image,
  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
    width: 100%;
    height: auto;
  }

  #s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
    
    
  }


.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c .shogun-image-content {
  
    align-items: center;
  
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container {
      position: relative;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b35b1ae-036c-4adf-baa7-f30f9b5e303c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-20b1197b-cf19-469e-93f5-0baa9d493fd2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-7dc2784e-4ecd-42b4-bb1a-8ed1fabace80 {
  min-height: 50px;
}








#s-7dc2784e-4ecd-42b4-bb1a-8ed1fabace80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dc2784e-4ecd-42b4-bb1a-8ed1fabace80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image,
  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
    width: 100%;
    height: auto;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
    
    
  }


.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
      position: relative;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image,
  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
    width: 100%;
    height: auto;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
    
    
  }


.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
      position: relative;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image,
  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
    width: 100%;
    height: auto;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
    
    
  }


.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
      position: relative;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image,
  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
    width: 100%;
    height: auto;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
    
    
  }


.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
      position: relative;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image,
  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
    width: 100%;
    height: auto;
  }

  #s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
    
    
  }


.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container {
      position: relative;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8ebf48-99a3-4a0c-9fdf-7739428f4e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-38e276ed-eedc-41b3-990d-002d349c45dc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-e4d18674-98fb-49bc-984f-266fceb6f65a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-e4d18674-98fb-49bc-984f-266fceb6f65a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4d18674-98fb-49bc-984f-266fceb6f65a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4d18674-98fb-49bc-984f-266fceb6f65a {
  
}
}@media (max-width: 767px){#s-e4d18674-98fb-49bc-984f-266fceb6f65a {
  
}
}







#s-e4d18674-98fb-49bc-984f-266fceb6f65a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4d18674-98fb-49bc-984f-266fceb6f65a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe832090-c9b3-47b9-bdae-66327da70143 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fe832090-c9b3-47b9-bdae-66327da70143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe832090-c9b3-47b9-bdae-66327da70143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fe832090-c9b3-47b9-bdae-66327da70143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe832090-c9b3-47b9-bdae-66327da70143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-716ead99-d451-4965-9df1-3b6931ab4800 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-716ead99-d451-4965-9df1-3b6931ab4800"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-716ead99-d451-4965-9df1-3b6931ab4800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-716ead99-d451-4965-9df1-3b6931ab4800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-716ead99-d451-4965-9df1-3b6931ab4800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a-root {
    text-align: center;
  }


#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a-root {
    text-align: center;
  }


#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a-root {
    text-align: center;
  }


#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a-root {
    text-align: center;
  }


#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a-root {
    text-align: center;
  }


#s-0efa24ba-72b5-4b2b-9dfa-d3f3dcf81f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-de423a19-b309-4e70-bde0-807d3dd4313f {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-de423a19-b309-4e70-bde0-807d3dd4313f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-de423a19-b309-4e70-bde0-807d3dd4313f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de423a19-b309-4e70-bde0-807d3dd4313f-root {
    text-align: center;
  }


#s-de423a19-b309-4e70-bde0-807d3dd4313f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de423a19-b309-4e70-bde0-807d3dd4313f-root {
    text-align: center;
  }


#s-de423a19-b309-4e70-bde0-807d3dd4313f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de423a19-b309-4e70-bde0-807d3dd4313f-root {
    text-align: center;
  }


#s-de423a19-b309-4e70-bde0-807d3dd4313f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de423a19-b309-4e70-bde0-807d3dd4313f-root {
    text-align: center;
  }


#s-de423a19-b309-4e70-bde0-807d3dd4313f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de423a19-b309-4e70-bde0-807d3dd4313f-root {
    text-align: center;
  }


#s-de423a19-b309-4e70-bde0-807d3dd4313f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-1ab2c186-0091-4632-a1eb-e81793358545 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-1ab2c186-0091-4632-a1eb-e81793358545"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ab2c186-0091-4632-a1eb-e81793358545"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-1ab2c186-0091-4632-a1eb-e81793358545"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ab2c186-0091-4632-a1eb-e81793358545"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-e55d257c-7bd1-48ec-b7f0-83c360e43609 {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-e55d257c-7bd1-48ec-b7f0-83c360e43609:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e55d257c-7bd1-48ec-b7f0-83c360e43609:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e55d257c-7bd1-48ec-b7f0-83c360e43609-root {
    text-align: center;
  }


#s-e55d257c-7bd1-48ec-b7f0-83c360e43609.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e55d257c-7bd1-48ec-b7f0-83c360e43609-root {
    text-align: center;
  }


#s-e55d257c-7bd1-48ec-b7f0-83c360e43609.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e55d257c-7bd1-48ec-b7f0-83c360e43609-root {
    text-align: center;
  }


#s-e55d257c-7bd1-48ec-b7f0-83c360e43609.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e55d257c-7bd1-48ec-b7f0-83c360e43609-root {
    text-align: center;
  }


#s-e55d257c-7bd1-48ec-b7f0-83c360e43609.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e55d257c-7bd1-48ec-b7f0-83c360e43609-root {
    text-align: center;
  }


#s-e55d257c-7bd1-48ec-b7f0-83c360e43609.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-3d107376-3124-4bde-ba06-70f4317a854f {
  margin-top: 45px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-3d107376-3124-4bde-ba06-70f4317a854f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d107376-3124-4bde-ba06-70f4317a854f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d107376-3124-4bde-ba06-70f4317a854f-root {
    text-align: center;
  }


#s-3d107376-3124-4bde-ba06-70f4317a854f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d107376-3124-4bde-ba06-70f4317a854f-root {
    text-align: center;
  }


#s-3d107376-3124-4bde-ba06-70f4317a854f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d107376-3124-4bde-ba06-70f4317a854f-root {
    text-align: center;
  }


#s-3d107376-3124-4bde-ba06-70f4317a854f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d107376-3124-4bde-ba06-70f4317a854f-root {
    text-align: center;
  }


#s-3d107376-3124-4bde-ba06-70f4317a854f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d107376-3124-4bde-ba06-70f4317a854f-root {
    text-align: center;
  }


#s-3d107376-3124-4bde-ba06-70f4317a854f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-7fd948aa-44b3-4956-9be6-c24579bcd56a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-7fd948aa-44b3-4956-9be6-c24579bcd56a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7fd948aa-44b3-4956-9be6-c24579bcd56a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c248923-61c4-4d52-b887-6549c8330173 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-8c248923-61c4-4d52-b887-6549c8330173:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c248923-61c4-4d52-b887-6549c8330173:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c248923-61c4-4d52-b887-6549c8330173-root {
    text-align: center;
  }


#s-8c248923-61c4-4d52-b887-6549c8330173.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c248923-61c4-4d52-b887-6549c8330173-root {
    text-align: center;
  }


#s-8c248923-61c4-4d52-b887-6549c8330173.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c248923-61c4-4d52-b887-6549c8330173-root {
    text-align: center;
  }


#s-8c248923-61c4-4d52-b887-6549c8330173.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c248923-61c4-4d52-b887-6549c8330173-root {
    text-align: center;
  }


#s-8c248923-61c4-4d52-b887-6549c8330173.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c248923-61c4-4d52-b887-6549c8330173-root {
    text-align: center;
  }


#s-8c248923-61c4-4d52-b887-6549c8330173.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 35px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce {
  
}
}@media (max-width: 767px){#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce {
  
}
}







#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cbce9bb-b972-40b8-86d9-b46022dcf5ce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2c0c3655-6bb1-45b3-8890-83d32fdae17a {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c0c3655-6bb1-45b3-8890-83d32fdae17a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0ffd2a02-1847-4cf9-90ab-5a86d6100e8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ffd2a02-1847-4cf9-90ab-5a86d6100e8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ffd2a02-1847-4cf9-90ab-5a86d6100e8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ffd2a02-1847-4cf9-90ab-5a86d6100e8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d4f390af-db87-439e-bad2-f4d90c0b4034 {
  min-height: 50px;
}








#s-d4f390af-db87-439e-bad2-f4d90c0b4034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f390af-db87-439e-bad2-f4d90c0b4034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image,
  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
    width: 100%;
    height: auto;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
    
    
  }


.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
      position: relative;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image,
  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
    width: 100%;
    height: auto;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
    
    
  }


.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
      position: relative;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image,
  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
    width: 100%;
    height: auto;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
    
    
  }


.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
      position: relative;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image,
  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
    width: 100%;
    height: auto;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
    
    
  }


.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
      position: relative;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image,
  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
    width: 100%;
    height: auto;
  }

  #s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
    
    
  }


.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container {
      position: relative;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea28b96-c5c7-43b5-9043-f0d5cd03327e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e778b1dd-7411-44df-b146-3468dcce6e5b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-1cff50cf-bf4f-4730-b263-ac1dd22de80d {
  min-height: 50px;
}








#s-1cff50cf-bf4f-4730-b263-ac1dd22de80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cff50cf-bf4f-4730-b263-ac1dd22de80d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image,
  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
    width: 100%;
    height: auto;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
    
    
  }


.s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
      position: relative;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image,
  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
    width: 100%;
    height: auto;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
    
    
  }


.s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
      position: relative;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image,
  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
    width: 100%;
    height: auto;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
    
    
  }


.s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
      position: relative;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image,
  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
    width: 100%;
    height: auto;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
    
    
  }


.s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
      position: relative;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image,
  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
    width: 100%;
    height: auto;
  }

  #s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
    
    
  }


.s-0fc74fd2-1e97-428b-9809-307f6af2b77b .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container {
      position: relative;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc74fd2-1e97-428b-9809-307f6af2b77b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3acb9cd3-0b40-45d6-aa89-31fb25012dc9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-84ea564d-a248-47f9-9e25-23161ee85043 {
  min-height: 50px;
}








#s-84ea564d-a248-47f9-9e25-23161ee85043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ea564d-a248-47f9-9e25-23161ee85043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image,
  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
    width: 100%;
    height: auto;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
    
    
  }


.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
      position: relative;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image,
  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
    width: 100%;
    height: auto;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
    
    
  }


.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
      position: relative;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image,
  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
    width: 100%;
    height: auto;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
    
    
  }


.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
      position: relative;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image,
  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
    width: 100%;
    height: auto;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
    
    
  }


.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
      position: relative;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image,
  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
    width: 100%;
    height: auto;
  }

  #s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
    
    
  }


.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container {
      position: relative;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a625ab4-9589-49fc-adb5-b71c7d1bde73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7f7d5cdc-a947-438e-ac14-8abd277d0d97 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b {
  min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b {
  
}
}@media (min-width: 1200px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b, #wrap-s-27f72c51-e6c8-4096-9345-c0ef245dbb6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b, #wrap-s-27f72c51-e6c8-4096-9345-c0ef245dbb6b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b, #wrap-s-27f72c51-e6c8-4096-9345-c0ef245dbb6b { display: unset !important; }}@media (max-width: 767px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b {
  
}
}@media (max-width: 767px){#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b, #wrap-s-27f72c51-e6c8-4096-9345-c0ef245dbb6b { display: none !important; }}







#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f72c51-e6c8-4096-9345-c0ef245dbb6b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-172df63e-85ed-4b47-b152-0c231092428d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-172df63e-85ed-4b47-b152-0c231092428d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172df63e-85ed-4b47-b152-0c231092428d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-172df63e-85ed-4b47-b152-0c231092428d {
  
}
}@media (max-width: 767px){#s-172df63e-85ed-4b47-b152-0c231092428d {
  
}
}
#s-172df63e-85ed-4b47-b152-0c231092428d {
  background-image: url(https://i.shgcdn.com/8fec8367-7d2e-4670-8900-932164ad53ef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-172df63e-85ed-4b47-b152-0c231092428d > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-172df63e-85ed-4b47-b152-0c231092428d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdc20ac5-22ce-4772-92e6-410308e957e0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdc20ac5-22ce-4772-92e6-410308e957e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-54bada38-f64b-492e-8e1d-6b221b47c530 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54bada38-f64b-492e-8e1d-6b221b47c530 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-e2ca958c-bf42-4986-82f4-375800575a4f {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-05565cda-9fc5-47a9-b0ff-888fd9ce7ebb {
  padding-bottom: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-05565cda-9fc5-47a9-b0ff-888fd9ce7ebb .shogun-countdown span, #s-05565cda-9fc5-47a9-b0ff-888fd9ce7ebb .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-e50dc706-f00f-4d42-81d0-294f0bb4a267 {
  min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}








#s-e50dc706-f00f-4d42-81d0-294f0bb4a267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50dc706-f00f-4d42-81d0-294f0bb4a267.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e517aaa2-8a04-480c-980e-de0164450497 {
  margin-left: 6%;
margin-right: 6%;
max-width: 1640px;
aspect-ratio: 1640/526;
text-align: center;
}





  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image,
  #s-e517aaa2-8a04-480c-980e-de0164450497 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 {
    width: 100%;
    height: auto;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
    
    
  }


.s-e517aaa2-8a04-480c-980e-de0164450497 .shogun-image-content {
  
    align-items: center;
  
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e517aaa2-8a04-480c-980e-de0164450497 {
      --shg-aspect-ratio: calc(1640/526); 
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
      position: relative;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image,
  #s-e517aaa2-8a04-480c-980e-de0164450497 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 {
    width: 100%;
    height: auto;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
    
    
  }


.s-e517aaa2-8a04-480c-980e-de0164450497 .shogun-image-content {
  
    align-items: center;
  
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e517aaa2-8a04-480c-980e-de0164450497 {
      --shg-aspect-ratio: calc(1640/526); 
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
      position: relative;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image,
  #s-e517aaa2-8a04-480c-980e-de0164450497 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 {
    width: 100%;
    height: auto;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
    
    
  }


.s-e517aaa2-8a04-480c-980e-de0164450497 .shogun-image-content {
  
    align-items: center;
  
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e517aaa2-8a04-480c-980e-de0164450497 {
      --shg-aspect-ratio: calc(1640/526); 
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
      position: relative;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image,
  #s-e517aaa2-8a04-480c-980e-de0164450497 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 {
    width: 100%;
    height: auto;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
    
    
  }


.s-e517aaa2-8a04-480c-980e-de0164450497 .shogun-image-content {
  
    align-items: center;
  
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e517aaa2-8a04-480c-980e-de0164450497 {
      --shg-aspect-ratio: calc(1640/526); 
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
      position: relative;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image,
  #s-e517aaa2-8a04-480c-980e-de0164450497 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 {
    width: 100%;
    height: auto;
  }

  #s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
    
    
  }


.s-e517aaa2-8a04-480c-980e-de0164450497 .shogun-image-content {
  
    align-items: center;
  
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e517aaa2-8a04-480c-980e-de0164450497 {
      --shg-aspect-ratio: calc(1640/526); 
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container {
      position: relative;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e517aaa2-8a04-480c-980e-de0164450497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ebbeeda-acb3-45ab-b6ee-b7e75d424f68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-00a86004-bfda-4830-9431-14bd34bc465e {
  margin-left: 5%;
margin-right: 0%;
}

#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d-root {
    text-align: center;
  }


#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d-root {
    text-align: center;
  }


#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d-root {
    text-align: center;
  }


#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d-root {
    text-align: center;
  }


#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d-root {
    text-align: center;
  }


#s-cfe1b04d-5f9a-42ee-8d34-4ef45eafac4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-82ca2bae-efef-49a3-ba92-95866ac99171 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-82ca2bae-efef-49a3-ba92-95866ac99171 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82ca2bae-efef-49a3-ba92-95866ac99171 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82ca2bae-efef-49a3-ba92-95866ac99171 {
  
}
}@media (max-width: 767px){#s-82ca2bae-efef-49a3-ba92-95866ac99171 {
  
}
}







#s-82ca2bae-efef-49a3-ba92-95866ac99171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ca2bae-efef-49a3-ba92-95866ac99171.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8f9595e-132b-4210-b4d7-da961d65a4e3 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8f9595e-132b-4210-b4d7-da961d65a4e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-68c715ba-6e51-42c7-890b-b44e10b07e45 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-68c715ba-6e51-42c7-890b-b44e10b07e45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-68c715ba-6e51-42c7-890b-b44e10b07e45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674cac1a-5c42-4f8b-8871-ea4f89afa528 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-674cac1a-5c42-4f8b-8871-ea4f89afa528:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-674cac1a-5c42-4f8b-8871-ea4f89afa528:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-674cac1a-5c42-4f8b-8871-ea4f89afa528-root {
    text-align: center;
  }


#s-674cac1a-5c42-4f8b-8871-ea4f89afa528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-674cac1a-5c42-4f8b-8871-ea4f89afa528-root {
    text-align: center;
  }


#s-674cac1a-5c42-4f8b-8871-ea4f89afa528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-674cac1a-5c42-4f8b-8871-ea4f89afa528-root {
    text-align: center;
  }


#s-674cac1a-5c42-4f8b-8871-ea4f89afa528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-674cac1a-5c42-4f8b-8871-ea4f89afa528-root {
    text-align: center;
  }


#s-674cac1a-5c42-4f8b-8871-ea4f89afa528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-674cac1a-5c42-4f8b-8871-ea4f89afa528-root {
    text-align: center;
  }


#s-674cac1a-5c42-4f8b-8871-ea4f89afa528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-176b7641-faae-4a42-b33a-69bd7d8f39dc {
  min-height: 50px;
}








#s-176b7641-faae-4a42-b33a-69bd7d8f39dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-176b7641-faae-4a42-b33a-69bd7d8f39dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22f6b524-95e1-4e09-8dc8-27a33bcb4420-root {
    text-align: center;
  }


#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-22f6b524-95e1-4e09-8dc8-27a33bcb4420-root {
    text-align: center;
  }


#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22f6b524-95e1-4e09-8dc8-27a33bcb4420-root {
    text-align: center;
  }


#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22f6b524-95e1-4e09-8dc8-27a33bcb4420-root {
    text-align: center;
  }


#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-22f6b524-95e1-4e09-8dc8-27a33bcb4420-root {
    text-align: center;
  }


#s-22f6b524-95e1-4e09-8dc8-27a33bcb4420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4408c2d2-b1ab-4885-b7a8-c06cceca5341-root {
    text-align: center;
  }


#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4408c2d2-b1ab-4885-b7a8-c06cceca5341-root {
    text-align: center;
  }


#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4408c2d2-b1ab-4885-b7a8-c06cceca5341-root {
    text-align: center;
  }


#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4408c2d2-b1ab-4885-b7a8-c06cceca5341-root {
    text-align: center;
  }


#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4408c2d2-b1ab-4885-b7a8-c06cceca5341-root {
    text-align: center;
  }


#s-4408c2d2-b1ab-4885-b7a8-c06cceca5341.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b-root {
    text-align: center;
  }


#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b-root {
    text-align: center;
  }


#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b-root {
    text-align: center;
  }


#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b-root {
    text-align: center;
  }


#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b-root {
    text-align: center;
  }


#s-87c3bc15-502f-4b83-93a5-7921e0f1ff5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-0b206bff-545e-454e-8e82-1cec687e58c1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0b206bff-545e-454e-8e82-1cec687e58c1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0b206bff-545e-454e-8e82-1cec687e58c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b206bff-545e-454e-8e82-1cec687e58c1-root {
    text-align: center;
  }


#s-0b206bff-545e-454e-8e82-1cec687e58c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b206bff-545e-454e-8e82-1cec687e58c1-root {
    text-align: center;
  }


#s-0b206bff-545e-454e-8e82-1cec687e58c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b206bff-545e-454e-8e82-1cec687e58c1-root {
    text-align: center;
  }


#s-0b206bff-545e-454e-8e82-1cec687e58c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b206bff-545e-454e-8e82-1cec687e58c1-root {
    text-align: center;
  }


#s-0b206bff-545e-454e-8e82-1cec687e58c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b206bff-545e-454e-8e82-1cec687e58c1-root {
    text-align: center;
  }


#s-0b206bff-545e-454e-8e82-1cec687e58c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-0435316d-ce15-479c-94b6-b7023c753cfd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-0435316d-ce15-479c-94b6-b7023c753cfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0435316d-ce15-479c-94b6-b7023c753cfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0435316d-ce15-479c-94b6-b7023c753cfd {
  
}
}@media (max-width: 767px){#s-0435316d-ce15-479c-94b6-b7023c753cfd {
  
}
}







#s-0435316d-ce15-479c-94b6-b7023c753cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0435316d-ce15-479c-94b6-b7023c753cfd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30fcdd4b-6fc0-40de-9e0a-b5ba61b31c57 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-30fcdd4b-6fc0-40de-9e0a-b5ba61b31c57 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 0px) {
[id="s-78c2f38e-1f2a-4fdb-babb-17e10ff61b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78c2f38e-1f2a-4fdb-babb-17e10ff61b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78c2f38e-1f2a-4fdb-babb-17e10ff61b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c2f38e-1f2a-4fdb-babb-17e10ff61b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image,
  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
    width: 100%;
    height: auto;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
    
    
  }


.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
      position: relative;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image,
  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
    width: 100%;
    height: auto;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
    
    
  }


.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
      position: relative;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image,
  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
    width: 100%;
    height: auto;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
    
    
  }


.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
      position: relative;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image,
  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
    width: 100%;
    height: auto;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
    
    
  }


.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
      position: relative;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image,
  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
    width: 100%;
    height: auto;
  }

  #s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
    
    
  }


.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container {
      position: relative;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05e7e19d-9760-4dbc-9e3a-eb17cc9494fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a2a65b27-e865-477c-8448-94c66bf40d24 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image,
  #s-a2a65b27-e865-477c-8448-94c66bf40d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 {
    width: 100%;
    height: auto;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
    
    
  }


.s-a2a65b27-e865-477c-8448-94c66bf40d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2a65b27-e865-477c-8448-94c66bf40d24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
      position: relative;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image,
  #s-a2a65b27-e865-477c-8448-94c66bf40d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 {
    width: 100%;
    height: auto;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
    
    
  }


.s-a2a65b27-e865-477c-8448-94c66bf40d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2a65b27-e865-477c-8448-94c66bf40d24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
      position: relative;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image,
  #s-a2a65b27-e865-477c-8448-94c66bf40d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 {
    width: 100%;
    height: auto;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
    
    
  }


.s-a2a65b27-e865-477c-8448-94c66bf40d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2a65b27-e865-477c-8448-94c66bf40d24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
      position: relative;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image,
  #s-a2a65b27-e865-477c-8448-94c66bf40d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 {
    width: 100%;
    height: auto;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
    
    
  }


.s-a2a65b27-e865-477c-8448-94c66bf40d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2a65b27-e865-477c-8448-94c66bf40d24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
      position: relative;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image,
  #s-a2a65b27-e865-477c-8448-94c66bf40d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 {
    width: 100%;
    height: auto;
  }

  #s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
    
    
  }


.s-a2a65b27-e865-477c-8448-94c66bf40d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2a65b27-e865-477c-8448-94c66bf40d24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container {
      position: relative;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a65b27-e865-477c-8448-94c66bf40d24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image,
  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
    width: 100%;
    height: auto;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
    
    
  }


.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
      position: relative;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image,
  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
    width: 100%;
    height: auto;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
    
    
  }


.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
      position: relative;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image,
  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
    width: 100%;
    height: auto;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
    
    
  }


.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
      position: relative;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image,
  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
    width: 100%;
    height: auto;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
    
    
  }


.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
      position: relative;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image,
  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
    width: 100%;
    height: auto;
  }

  #s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
    
    
  }


.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container {
      position: relative;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8f6f1b-3275-481f-a5a9-6f3c1b9f8111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-f9c29996-a95a-4c29-9963-616f68a10e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c29996-a95a-4c29-9963-616f68a10e4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c29996-a95a-4c29-9963-616f68a10e4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c29996-a95a-4c29-9963-616f68a10e4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-87220a7c-63fd-4a24-9989-ea49dd286479 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-cf633060-c039-4660-9ef3-19b15831da2e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-8eb2753e-3b18-4aac-9caf-483668b5dab9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-a1aec72e-106c-4378-970f-ca79cbf409a1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-a1aec72e-106c-4378-970f-ca79cbf409a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1aec72e-106c-4378-970f-ca79cbf409a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1aec72e-106c-4378-970f-ca79cbf409a1 {
  
}
}@media (max-width: 767px){#s-a1aec72e-106c-4378-970f-ca79cbf409a1 {
  
}
}







#s-a1aec72e-106c-4378-970f-ca79cbf409a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1aec72e-106c-4378-970f-ca79cbf409a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7136e1ec-4708-4048-b207-ba08df3e60de {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7136e1ec-4708-4048-b207-ba08df3e60de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-e0451808-aa58-49bb-b647-eab084244123 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-e0451808-aa58-49bb-b647-eab084244123:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e0451808-aa58-49bb-b647-eab084244123:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0451808-aa58-49bb-b647-eab084244123-root {
    text-align: center;
  }


#s-e0451808-aa58-49bb-b647-eab084244123.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0451808-aa58-49bb-b647-eab084244123-root {
    text-align: center;
  }


#s-e0451808-aa58-49bb-b647-eab084244123.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0451808-aa58-49bb-b647-eab084244123-root {
    text-align: center;
  }


#s-e0451808-aa58-49bb-b647-eab084244123.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0451808-aa58-49bb-b647-eab084244123-root {
    text-align: center;
  }


#s-e0451808-aa58-49bb-b647-eab084244123.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0451808-aa58-49bb-b647-eab084244123-root {
    text-align: center;
  }


#s-e0451808-aa58-49bb-b647-eab084244123.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-7bb3c43c-e505-4698-ad3d-99828df54eae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-7bb3c43c-e505-4698-ad3d-99828df54eae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7bb3c43c-e505-4698-ad3d-99828df54eae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bb3c43c-e505-4698-ad3d-99828df54eae-root {
    text-align: center;
  }


#s-7bb3c43c-e505-4698-ad3d-99828df54eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7bb3c43c-e505-4698-ad3d-99828df54eae-root {
    text-align: center;
  }


#s-7bb3c43c-e505-4698-ad3d-99828df54eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bb3c43c-e505-4698-ad3d-99828df54eae-root {
    text-align: center;
  }


#s-7bb3c43c-e505-4698-ad3d-99828df54eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bb3c43c-e505-4698-ad3d-99828df54eae-root {
    text-align: center;
  }


#s-7bb3c43c-e505-4698-ad3d-99828df54eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7bb3c43c-e505-4698-ad3d-99828df54eae-root {
    text-align: center;
  }


#s-7bb3c43c-e505-4698-ad3d-99828df54eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-ec9020ee-4659-436e-9656-dffff724688a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-ec9020ee-4659-436e-9656-dffff724688a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ec9020ee-4659-436e-9656-dffff724688a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec9020ee-4659-436e-9656-dffff724688a-root {
    text-align: center;
  }


#s-ec9020ee-4659-436e-9656-dffff724688a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec9020ee-4659-436e-9656-dffff724688a-root {
    text-align: center;
  }


#s-ec9020ee-4659-436e-9656-dffff724688a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec9020ee-4659-436e-9656-dffff724688a-root {
    text-align: center;
  }


#s-ec9020ee-4659-436e-9656-dffff724688a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec9020ee-4659-436e-9656-dffff724688a-root {
    text-align: center;
  }


#s-ec9020ee-4659-436e-9656-dffff724688a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec9020ee-4659-436e-9656-dffff724688a-root {
    text-align: center;
  }


#s-ec9020ee-4659-436e-9656-dffff724688a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-e81f8a63-351d-465e-96e2-00aebf29baf0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-e81f8a63-351d-465e-96e2-00aebf29baf0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e81f8a63-351d-465e-96e2-00aebf29baf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e81f8a63-351d-465e-96e2-00aebf29baf0-root {
    text-align: center;
  }


#s-e81f8a63-351d-465e-96e2-00aebf29baf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e81f8a63-351d-465e-96e2-00aebf29baf0-root {
    text-align: center;
  }


#s-e81f8a63-351d-465e-96e2-00aebf29baf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e81f8a63-351d-465e-96e2-00aebf29baf0-root {
    text-align: center;
  }


#s-e81f8a63-351d-465e-96e2-00aebf29baf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e81f8a63-351d-465e-96e2-00aebf29baf0-root {
    text-align: center;
  }


#s-e81f8a63-351d-465e-96e2-00aebf29baf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e81f8a63-351d-465e-96e2-00aebf29baf0-root {
    text-align: center;
  }


#s-e81f8a63-351d-465e-96e2-00aebf29baf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-524c7762-e374-4ca3-921c-8ac280aa69d4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-524c7762-e374-4ca3-921c-8ac280aa69d4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-524c7762-e374-4ca3-921c-8ac280aa69d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c-root {
    text-align: center;
  }


#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c-root {
    text-align: center;
  }


#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c-root {
    text-align: center;
  }


#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c-root {
    text-align: center;
  }


#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c-root {
    text-align: center;
  }


#s-a3145b15-2964-4ed2-8f6d-b5b534e52d9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 {
  
}
}@media (max-width: 767px){#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 {
  
}
}







#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34438d9c-8fcc-42b6-9f0e-846bc01c17f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-deeed1d6-3b61-4a19-8fdd-56b51c0e87a9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-deeed1d6-3b61-4a19-8fdd-56b51c0e87a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 0px) {
[id="s-55678aa2-046f-4293-a6fd-45b81601e38f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55678aa2-046f-4293-a6fd-45b81601e38f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55678aa2-046f-4293-a6fd-45b81601e38f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55678aa2-046f-4293-a6fd-45b81601e38f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea89b69d-85ea-4670-a358-03b681ad9700 {
  max-width: 6202px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image,
  #s-ea89b69d-85ea-4670-a358-03b681ad9700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 {
    width: 100%;
    height: auto;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
    
    
  }


.s-ea89b69d-85ea-4670-a358-03b681ad9700 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea89b69d-85ea-4670-a358-03b681ad9700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
      position: relative;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image,
  #s-ea89b69d-85ea-4670-a358-03b681ad9700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 {
    width: 100%;
    height: auto;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
    
    
  }


.s-ea89b69d-85ea-4670-a358-03b681ad9700 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea89b69d-85ea-4670-a358-03b681ad9700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
      position: relative;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image,
  #s-ea89b69d-85ea-4670-a358-03b681ad9700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 {
    width: 100%;
    height: auto;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
    
    
  }


.s-ea89b69d-85ea-4670-a358-03b681ad9700 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea89b69d-85ea-4670-a358-03b681ad9700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
      position: relative;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image,
  #s-ea89b69d-85ea-4670-a358-03b681ad9700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 {
    width: 100%;
    height: auto;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
    
    
  }


.s-ea89b69d-85ea-4670-a358-03b681ad9700 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea89b69d-85ea-4670-a358-03b681ad9700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
      position: relative;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image,
  #s-ea89b69d-85ea-4670-a358-03b681ad9700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 {
    width: 100%;
    height: auto;
  }

  #s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
    
    
  }


.s-ea89b69d-85ea-4670-a358-03b681ad9700 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea89b69d-85ea-4670-a358-03b681ad9700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container {
      position: relative;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea89b69d-85ea-4670-a358-03b681ad9700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
  max-width: 1548px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image,
  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
    width: 100%;
    height: auto;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
    
    
  }


.s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
      position: relative;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image,
  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
    width: 100%;
    height: auto;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
    
    
  }


.s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
      position: relative;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image,
  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
    width: 100%;
    height: auto;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
    
    
  }


.s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
      position: relative;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image,
  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
    width: 100%;
    height: auto;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
    
    
  }


.s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
      position: relative;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image,
  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
    width: 100%;
    height: auto;
  }

  #s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
    
    
  }


.s-b8a2b552-ddcc-4302-8bb0-294b3b768034 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container {
      position: relative;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2b552-ddcc-4302-8bb0-294b3b768034 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-24b9f404-7329-4c7b-894c-8aa27b671025 {
  max-width: 2863px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image,
  #s-24b9f404-7329-4c7b-894c-8aa27b671025 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 {
    width: 100%;
    height: auto;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
    
    
  }


.s-24b9f404-7329-4c7b-894c-8aa27b671025 .shogun-image-content {
  
    align-items: center;
  
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b9f404-7329-4c7b-894c-8aa27b671025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
      position: relative;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image,
  #s-24b9f404-7329-4c7b-894c-8aa27b671025 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 {
    width: 100%;
    height: auto;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
    
    
  }


.s-24b9f404-7329-4c7b-894c-8aa27b671025 .shogun-image-content {
  
    align-items: center;
  
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b9f404-7329-4c7b-894c-8aa27b671025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
      position: relative;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image,
  #s-24b9f404-7329-4c7b-894c-8aa27b671025 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 {
    width: 100%;
    height: auto;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
    
    
  }


.s-24b9f404-7329-4c7b-894c-8aa27b671025 .shogun-image-content {
  
    align-items: center;
  
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b9f404-7329-4c7b-894c-8aa27b671025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
      position: relative;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image,
  #s-24b9f404-7329-4c7b-894c-8aa27b671025 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 {
    width: 100%;
    height: auto;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
    
    
  }


.s-24b9f404-7329-4c7b-894c-8aa27b671025 .shogun-image-content {
  
    align-items: center;
  
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b9f404-7329-4c7b-894c-8aa27b671025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
      position: relative;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image,
  #s-24b9f404-7329-4c7b-894c-8aa27b671025 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 {
    width: 100%;
    height: auto;
  }

  #s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
    
    
  }


.s-24b9f404-7329-4c7b-894c-8aa27b671025 .shogun-image-content {
  
    align-items: center;
  
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b9f404-7329-4c7b-894c-8aa27b671025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container {
      position: relative;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b9f404-7329-4c7b-894c-8aa27b671025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-d71d7cc1-057d-406f-a719-4ad47e618da5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d71d7cc1-057d-406f-a719-4ad47e618da5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d71d7cc1-057d-406f-a719-4ad47e618da5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d71d7cc1-057d-406f-a719-4ad47e618da5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eab6a5fe-3905-4f5c-bc79-8ac801fdef16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-3d75ab22-4b42-4031-94ac-034679750e62 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-3840db65-0d4d-45d7-8179-2e2800b2cdf6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-b46bafac-534f-4c55-b0ba-5cde578a2635 {
  min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635 {
  
}
}@media (min-width: 1200px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635, #wrap-s-b46bafac-534f-4c55-b0ba-5cde578a2635 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635, #wrap-s-b46bafac-534f-4c55-b0ba-5cde578a2635 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635, #wrap-s-b46bafac-534f-4c55-b0ba-5cde578a2635 { display: none !important; }}@media (max-width: 767px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635 {
  
}
}@media (max-width: 767px){#s-b46bafac-534f-4c55-b0ba-5cde578a2635, #wrap-s-b46bafac-534f-4c55-b0ba-5cde578a2635 { display: unset !important; }}







#s-b46bafac-534f-4c55-b0ba-5cde578a2635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b46bafac-534f-4c55-b0ba-5cde578a2635.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  
}
}@media (max-width: 767px){#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  
}
}
#s-86fee22a-8baa-44ef-952a-158c6aadfcdc {
  background-image: url(https://i.shgcdn.com/16cfd6fa-d9b7-4fdb-bb17-9392348821f7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-86fee22a-8baa-44ef-952a-158c6aadfcdc > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-86fee22a-8baa-44ef-952a-158c6aadfcdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8154ece7-a5f4-40ab-b0e2-c5b85f1937d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8154ece7-a5f4-40ab-b0e2-c5b85f1937d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-05cb5e7d-08d4-4e8c-9445-ad11a5521e22 {
  min-height: 50px;
}








#s-05cb5e7d-08d4-4e8c-9445-ad11a5521e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05cb5e7d-08d4-4e8c-9445-ad11a5521e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6d47949-9db7-4426-a5eb-09cfbebf56ef {
  min-height: 50px;
}








#s-a6d47949-9db7-4426-a5eb-09cfbebf56ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d47949-9db7-4426-a5eb-09cfbebf56ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54c8c4ab-0333-4837-a29b-2602d21f93e4 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-858cec1f-cd22-433c-8f98-f91ef3c52f85 {
  padding-bottom: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-858cec1f-cd22-433c-8f98-f91ef3c52f85 .shogun-countdown span, #s-858cec1f-cd22-433c-8f98-f91ef3c52f85 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-f09adf25-4c1b-4e42-86d6-dfe22ae21c34 {
  min-height: 50px;
}








#s-f09adf25-4c1b-4e42-86d6-dfe22ae21c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09adf25-4c1b-4e42-86d6-dfe22ae21c34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
  max-width: 1199px;
aspect-ratio: 1199/711;
text-align: center;
}





  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image,
  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
    width: 100%;
    height: auto;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
    
    
  }


.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
      --shg-aspect-ratio: calc(1199/711); 
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
      position: relative;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image,
  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
    width: 100%;
    height: auto;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
    
    
  }


.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
      --shg-aspect-ratio: calc(1199/711); 
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
      position: relative;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image,
  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
    width: 100%;
    height: auto;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
    
    
  }


.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
      --shg-aspect-ratio: calc(1199/711); 
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
      position: relative;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image,
  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
    width: 100%;
    height: auto;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
    
    
  }


.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
      --shg-aspect-ratio: calc(1199/711); 
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
      position: relative;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image,
  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
    width: 100%;
    height: auto;
  }

  #s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
    
    
  }


.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 {
      --shg-aspect-ratio: calc(1199/711); 
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container {
      position: relative;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef76650a-1f0b-4a3e-b86a-7c45ad9bfc55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eef83639-8b9d-4d5d-87c0-d2592cb1dbd2 {
  margin-left: 5%;
margin-right: 0%;
}

#s-e3b85074-a089-48b3-9000-d7479bdb959a {
  min-height: 50px;
}








#s-e3b85074-a089-48b3-9000-d7479bdb959a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b85074-a089-48b3-9000-d7479bdb959a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95ce4299-260a-407e-af20-5714dfd835b2 {
  min-height: 50px;
}








#s-95ce4299-260a-407e-af20-5714dfd835b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ce4299-260a-407e-af20-5714dfd835b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73d19fc0-9ebc-4e27-af22-eb3544c715a4 {
  min-height: 50px;
}








#s-73d19fc0-9ebc-4e27-af22-eb3544c715a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d19fc0-9ebc-4e27-af22-eb3544c715a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-647f0950-0e96-4837-9114-8d1bc4482cd7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-647f0950-0e96-4837-9114-8d1bc4482cd7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-647f0950-0e96-4837-9114-8d1bc4482cd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-647f0950-0e96-4837-9114-8d1bc4482cd7-root {
    text-align: center;
  }


#s-647f0950-0e96-4837-9114-8d1bc4482cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-647f0950-0e96-4837-9114-8d1bc4482cd7-root {
    text-align: center;
  }


#s-647f0950-0e96-4837-9114-8d1bc4482cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-647f0950-0e96-4837-9114-8d1bc4482cd7-root {
    text-align: center;
  }


#s-647f0950-0e96-4837-9114-8d1bc4482cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-647f0950-0e96-4837-9114-8d1bc4482cd7-root {
    text-align: center;
  }


#s-647f0950-0e96-4837-9114-8d1bc4482cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-647f0950-0e96-4837-9114-8d1bc4482cd7-root {
    text-align: center;
  }


#s-647f0950-0e96-4837-9114-8d1bc4482cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 {
  
}
}@media (max-width: 767px){#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 {
  
}
}







#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a3b808-c6cb-48a9-bbb1-bc3f52c49a72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-00ccde08-9e9c-4598-a4bc-d539e0b23874 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 0%;
padding-right: 0%;
min-height: 250px;
background-position: center center;
}








#s-00ccde08-9e9c-4598-a4bc-d539e0b23874 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-00ccde08-9e9c-4598-a4bc-d539e0b23874.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8-root {
    text-align: center;
  }


#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8-root {
    text-align: center;
  }


#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8-root {
    text-align: center;
  }


#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8-root {
    text-align: center;
  }


#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8-root {
    text-align: center;
  }


#s-6c0f59dc-7dd0-4ec9-b00b-33dd8c7814b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-f946f1d4-bd85-4307-a71d-51d6c6dd9171 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f946f1d4-bd85-4307-a71d-51d6c6dd9171"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f946f1d4-bd85-4307-a71d-51d6c6dd9171"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f946f1d4-bd85-4307-a71d-51d6c6dd9171"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f946f1d4-bd85-4307-a71d-51d6c6dd9171"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a7799d6-1474-4500-bb8f-707edbeda49d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5a7799d6-1474-4500-bb8f-707edbeda49d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5a7799d6-1474-4500-bb8f-707edbeda49d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a7799d6-1474-4500-bb8f-707edbeda49d-root {
    text-align: center;
  }


#s-5a7799d6-1474-4500-bb8f-707edbeda49d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a7799d6-1474-4500-bb8f-707edbeda49d-root {
    text-align: center;
  }


#s-5a7799d6-1474-4500-bb8f-707edbeda49d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a7799d6-1474-4500-bb8f-707edbeda49d-root {
    text-align: center;
  }


#s-5a7799d6-1474-4500-bb8f-707edbeda49d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a7799d6-1474-4500-bb8f-707edbeda49d-root {
    text-align: center;
  }


#s-5a7799d6-1474-4500-bb8f-707edbeda49d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a7799d6-1474-4500-bb8f-707edbeda49d-root {
    text-align: center;
  }


#s-5a7799d6-1474-4500-bb8f-707edbeda49d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17-root {
    text-align: center;
  }


#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17-root {
    text-align: center;
  }


#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17-root {
    text-align: center;
  }


#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17-root {
    text-align: center;
  }


#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17-root {
    text-align: center;
  }


#s-10d0d9b1-d290-41a6-8773-f66f6b1c2a17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-c6dc3940-668f-4768-9cea-f17bd338397f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c6dc3940-668f-4768-9cea-f17bd338397f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6dc3940-668f-4768-9cea-f17bd338397f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6dc3940-668f-4768-9cea-f17bd338397f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6dc3940-668f-4768-9cea-f17bd338397f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31479c6a-908f-417c-8940-b9ebeed0a908 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-31479c6a-908f-417c-8940-b9ebeed0a908:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-31479c6a-908f-417c-8940-b9ebeed0a908:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31479c6a-908f-417c-8940-b9ebeed0a908-root {
    text-align: center;
  }


#s-31479c6a-908f-417c-8940-b9ebeed0a908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-31479c6a-908f-417c-8940-b9ebeed0a908-root {
    text-align: center;
  }


#s-31479c6a-908f-417c-8940-b9ebeed0a908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31479c6a-908f-417c-8940-b9ebeed0a908-root {
    text-align: center;
  }


#s-31479c6a-908f-417c-8940-b9ebeed0a908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31479c6a-908f-417c-8940-b9ebeed0a908-root {
    text-align: center;
  }


#s-31479c6a-908f-417c-8940-b9ebeed0a908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-31479c6a-908f-417c-8940-b9ebeed0a908-root {
    text-align: center;
  }


#s-31479c6a-908f-417c-8940-b9ebeed0a908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34b0f895-3e89-44a6-98ca-ec34ae9b838d-root {
    text-align: center;
  }


#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-34b0f895-3e89-44a6-98ca-ec34ae9b838d-root {
    text-align: center;
  }


#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34b0f895-3e89-44a6-98ca-ec34ae9b838d-root {
    text-align: center;
  }


#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34b0f895-3e89-44a6-98ca-ec34ae9b838d-root {
    text-align: center;
  }


#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-34b0f895-3e89-44a6-98ca-ec34ae9b838d-root {
    text-align: center;
  }


#s-34b0f895-3e89-44a6-98ca-ec34ae9b838d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 {
  
}
}@media (max-width: 767px){#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 {
  
}
}







#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40cbafc3-5535-45d8-bfc6-2f1115921cc7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-f2e02ccb-b6e2-4efa-ac86-adf34892f7b0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f2e02ccb-b6e2-4efa-ac86-adf34892f7b0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f2e02ccb-b6e2-4efa-ac86-adf34892f7b0 .shg-sld-nav-button.shg-sld-left,
#s-f2e02ccb-b6e2-4efa-ac86-adf34892f7b0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-419fcc7b-7944-47f4-a8df-d3896ac6eff0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-419fcc7b-7944-47f4-a8df-d3896ac6eff0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-27919a9c-83e5-42c6-b46d-1c03ca4dda9f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-27919a9c-83e5-42c6-b46d-1c03ca4dda9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c6672859-6a28-4203-a0bf-f8f6c5f132e4 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c6672859-6a28-4203-a0bf-f8f6c5f132e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-4157cf53-f20b-4d82-a763-428dcad85de2 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image,
  #s-4157cf53-f20b-4d82-a763-428dcad85de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 {
    width: 100%;
    height: auto;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
    
    
  }


.s-4157cf53-f20b-4d82-a763-428dcad85de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4157cf53-f20b-4d82-a763-428dcad85de2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
      position: relative;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image,
  #s-4157cf53-f20b-4d82-a763-428dcad85de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 {
    width: 100%;
    height: auto;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
    
    
  }


.s-4157cf53-f20b-4d82-a763-428dcad85de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4157cf53-f20b-4d82-a763-428dcad85de2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
      position: relative;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image,
  #s-4157cf53-f20b-4d82-a763-428dcad85de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 {
    width: 100%;
    height: auto;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
    
    
  }


.s-4157cf53-f20b-4d82-a763-428dcad85de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4157cf53-f20b-4d82-a763-428dcad85de2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
      position: relative;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image,
  #s-4157cf53-f20b-4d82-a763-428dcad85de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 {
    width: 100%;
    height: auto;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
    
    
  }


.s-4157cf53-f20b-4d82-a763-428dcad85de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4157cf53-f20b-4d82-a763-428dcad85de2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
      position: relative;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image,
  #s-4157cf53-f20b-4d82-a763-428dcad85de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 {
    width: 100%;
    height: auto;
  }

  #s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
    
    
  }


.s-4157cf53-f20b-4d82-a763-428dcad85de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4157cf53-f20b-4d82-a763-428dcad85de2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container {
      position: relative;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4157cf53-f20b-4d82-a763-428dcad85de2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image,
  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
    width: 100%;
    height: auto;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
    
    
  }


.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shogun-image-content {
  
    align-items: center;
  
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
      position: relative;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image,
  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
    width: 100%;
    height: auto;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
    
    
  }


.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shogun-image-content {
  
    align-items: center;
  
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
      position: relative;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image,
  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
    width: 100%;
    height: auto;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
    
    
  }


.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shogun-image-content {
  
    align-items: center;
  
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
      position: relative;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image,
  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
    width: 100%;
    height: auto;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
    
    
  }


.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shogun-image-content {
  
    align-items: center;
  
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
      position: relative;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image,
  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
    width: 100%;
    height: auto;
  }

  #s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
    
    
  }


.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 .shogun-image-content {
  
    align-items: center;
  
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container {
      position: relative;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83faa9f7-a30d-41f9-9ca7-66ad44c33641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image,
  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
    width: 100%;
    height: auto;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
    
    
  }


.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
      position: relative;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image,
  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
    width: 100%;
    height: auto;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
    
    
  }


.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
      position: relative;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image,
  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
    width: 100%;
    height: auto;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
    
    
  }


.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
      position: relative;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image,
  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
    width: 100%;
    height: auto;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
    
    
  }


.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
      position: relative;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image,
  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
    width: 100%;
    height: auto;
  }

  #s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
    
    
  }


.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container {
      position: relative;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d8626-2a6d-4c41-a7a1-943d12e4f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d1aaa3e4-b609-465b-a5c1-281ea88fd8c4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-92413a48-8eba-4aef-8aba-f26fee940c1d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-c293e98a-f8ec-40ee-a4da-9ffc6bc1c620 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-26ed4790-26fa-4e5f-8eb7-c8100ab81ff5 {
  min-height: 50px;
}








#s-26ed4790-26fa-4e5f-8eb7-c8100ab81ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ed4790-26fa-4e5f-8eb7-c8100ab81ff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e4097e3-c52e-4cf6-a5c6-8321c900cab9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
min-height: 250px;
background-position: center center;
}








#s-6e4097e3-c52e-4cf6-a5c6-8321c900cab9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6e4097e3-c52e-4cf6-a5c6-8321c900cab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676-root {
    text-align: center;
  }


#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676-root {
    text-align: center;
  }


#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676-root {
    text-align: center;
  }


#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676-root {
    text-align: center;
  }


#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676-root {
    text-align: center;
  }


#s-b9db5b1c-85c4-4a3f-9adb-7a8904df4676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-bf31d027-805d-4c45-8eab-0d5291dc9789 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-bf31d027-805d-4c45-8eab-0d5291dc9789"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf31d027-805d-4c45-8eab-0d5291dc9789"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf31d027-805d-4c45-8eab-0d5291dc9789"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf31d027-805d-4c45-8eab-0d5291dc9789"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eec0a96b-453b-4be9-a824-61c10ab886eb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-eec0a96b-453b-4be9-a824-61c10ab886eb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eec0a96b-453b-4be9-a824-61c10ab886eb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eec0a96b-453b-4be9-a824-61c10ab886eb-root {
    text-align: center;
  }


#s-eec0a96b-453b-4be9-a824-61c10ab886eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eec0a96b-453b-4be9-a824-61c10ab886eb-root {
    text-align: center;
  }


#s-eec0a96b-453b-4be9-a824-61c10ab886eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eec0a96b-453b-4be9-a824-61c10ab886eb-root {
    text-align: center;
  }


#s-eec0a96b-453b-4be9-a824-61c10ab886eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eec0a96b-453b-4be9-a824-61c10ab886eb-root {
    text-align: center;
  }


#s-eec0a96b-453b-4be9-a824-61c10ab886eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eec0a96b-453b-4be9-a824-61c10ab886eb-root {
    text-align: center;
  }


#s-eec0a96b-453b-4be9-a824-61c10ab886eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e-root {
    text-align: center;
  }


#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e-root {
    text-align: center;
  }


#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e-root {
    text-align: center;
  }


#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e-root {
    text-align: center;
  }


#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e-root {
    text-align: center;
  }


#s-6edbe48b-9d55-47ae-b112-dd0f82d60f3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-4a0a706a-68f4-444a-a0bc-22968aeb88cc {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-4a0a706a-68f4-444a-a0bc-22968aeb88cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a0a706a-68f4-444a-a0bc-22968aeb88cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a0a706a-68f4-444a-a0bc-22968aeb88cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a0a706a-68f4-444a-a0bc-22968aeb88cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5922e257-10e3-4a80-840c-123e0aa187ae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5922e257-10e3-4a80-840c-123e0aa187ae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5922e257-10e3-4a80-840c-123e0aa187ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5922e257-10e3-4a80-840c-123e0aa187ae-root {
    text-align: center;
  }


#s-5922e257-10e3-4a80-840c-123e0aa187ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5922e257-10e3-4a80-840c-123e0aa187ae-root {
    text-align: center;
  }


#s-5922e257-10e3-4a80-840c-123e0aa187ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5922e257-10e3-4a80-840c-123e0aa187ae-root {
    text-align: center;
  }


#s-5922e257-10e3-4a80-840c-123e0aa187ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5922e257-10e3-4a80-840c-123e0aa187ae-root {
    text-align: center;
  }


#s-5922e257-10e3-4a80-840c-123e0aa187ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5922e257-10e3-4a80-840c-123e0aa187ae-root {
    text-align: center;
  }


#s-5922e257-10e3-4a80-840c-123e0aa187ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-65b836e1-1f24-48e5-9719-d3d16b3727df {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-65b836e1-1f24-48e5-9719-d3d16b3727df:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-65b836e1-1f24-48e5-9719-d3d16b3727df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65b836e1-1f24-48e5-9719-d3d16b3727df-root {
    text-align: center;
  }


#s-65b836e1-1f24-48e5-9719-d3d16b3727df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65b836e1-1f24-48e5-9719-d3d16b3727df-root {
    text-align: center;
  }


#s-65b836e1-1f24-48e5-9719-d3d16b3727df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65b836e1-1f24-48e5-9719-d3d16b3727df-root {
    text-align: center;
  }


#s-65b836e1-1f24-48e5-9719-d3d16b3727df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65b836e1-1f24-48e5-9719-d3d16b3727df-root {
    text-align: center;
  }


#s-65b836e1-1f24-48e5-9719-d3d16b3727df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65b836e1-1f24-48e5-9719-d3d16b3727df-root {
    text-align: center;
  }


#s-65b836e1-1f24-48e5-9719-d3d16b3727df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Belleza;
  display:  block ;
}
}
#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(13, 15, 16, 1);
}
@media (min-width: 1200px){#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 {
  
}
}@media (max-width: 767px){#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 {
  
}
}







#s-22ce0e3b-6140-4a44-9906-1b559e414fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ce0e3b-6140-4a44-9906-1b559e414fe8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-95ae7754-aa44-4e51-a240-743767da3e82 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-95ae7754-aa44-4e51-a240-743767da3e82 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95ae7754-aa44-4e51-a240-743767da3e82 .shg-sld-nav-button.shg-sld-left,
#s-95ae7754-aa44-4e51-a240-743767da3e82 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b4666e53-b32a-45ac-8946-fe2dc935b226 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b4666e53-b32a-45ac-8946-fe2dc935b226 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3fe06e9e-b986-4b28-a96a-7c200f60c14f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3fe06e9e-b986-4b28-a96a-7c200f60c14f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-62d9a5ab-3a10-4e07-831e-970c642b5a7f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-62d9a5ab-3a10-4e07-831e-970c642b5a7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Belleza";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c4a0d19e-5278-4172-ba2e-85224103748b {
  max-width: 2863px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image,
  #s-c4a0d19e-5278-4172-ba2e-85224103748b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b {
    width: 100%;
    height: auto;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
    
    
  }


.s-c4a0d19e-5278-4172-ba2e-85224103748b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a0d19e-5278-4172-ba2e-85224103748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
      position: relative;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image,
  #s-c4a0d19e-5278-4172-ba2e-85224103748b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b {
    width: 100%;
    height: auto;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
    
    
  }


.s-c4a0d19e-5278-4172-ba2e-85224103748b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a0d19e-5278-4172-ba2e-85224103748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
      position: relative;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image,
  #s-c4a0d19e-5278-4172-ba2e-85224103748b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b {
    width: 100%;
    height: auto;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
    
    
  }


.s-c4a0d19e-5278-4172-ba2e-85224103748b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a0d19e-5278-4172-ba2e-85224103748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
      position: relative;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image,
  #s-c4a0d19e-5278-4172-ba2e-85224103748b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b {
    width: 100%;
    height: auto;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
    
    
  }


.s-c4a0d19e-5278-4172-ba2e-85224103748b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a0d19e-5278-4172-ba2e-85224103748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
      position: relative;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image,
  #s-c4a0d19e-5278-4172-ba2e-85224103748b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b {
    width: 100%;
    height: auto;
  }

  #s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
    
    
  }


.s-c4a0d19e-5278-4172-ba2e-85224103748b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a0d19e-5278-4172-ba2e-85224103748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container {
      position: relative;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a0d19e-5278-4172-ba2e-85224103748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
  max-width: 1548px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image,
  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
    width: 100%;
    height: auto;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
    
    
  }


.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shogun-image-content {
  
    align-items: center;
  
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
      position: relative;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image,
  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
    width: 100%;
    height: auto;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
    
    
  }


.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shogun-image-content {
  
    align-items: center;
  
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
      position: relative;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image,
  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
    width: 100%;
    height: auto;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
    
    
  }


.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shogun-image-content {
  
    align-items: center;
  
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
      position: relative;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image,
  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
    width: 100%;
    height: auto;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
    
    
  }


.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shogun-image-content {
  
    align-items: center;
  
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
      position: relative;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image,
  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
    width: 100%;
    height: auto;
  }

  #s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
    
    
  }


.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf .shogun-image-content {
  
    align-items: center;
  
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container {
      position: relative;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3ef9920-b72e-4866-8401-6d5a5d3b65cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2691f51e-b614-475e-b564-a3d31f0db556 {
  max-width: 6202px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image,
  #s-2691f51e-b614-475e-b564-a3d31f0db556 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 {
    width: 100%;
    height: auto;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
    
    
  }


.s-2691f51e-b614-475e-b564-a3d31f0db556 .shogun-image-content {
  
    align-items: center;
  
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2691f51e-b614-475e-b564-a3d31f0db556 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
      position: relative;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image,
  #s-2691f51e-b614-475e-b564-a3d31f0db556 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 {
    width: 100%;
    height: auto;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
    
    
  }


.s-2691f51e-b614-475e-b564-a3d31f0db556 .shogun-image-content {
  
    align-items: center;
  
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2691f51e-b614-475e-b564-a3d31f0db556 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
      position: relative;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image,
  #s-2691f51e-b614-475e-b564-a3d31f0db556 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 {
    width: 100%;
    height: auto;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
    
    
  }


.s-2691f51e-b614-475e-b564-a3d31f0db556 .shogun-image-content {
  
    align-items: center;
  
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2691f51e-b614-475e-b564-a3d31f0db556 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
      position: relative;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image,
  #s-2691f51e-b614-475e-b564-a3d31f0db556 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 {
    width: 100%;
    height: auto;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
    
    
  }


.s-2691f51e-b614-475e-b564-a3d31f0db556 .shogun-image-content {
  
    align-items: center;
  
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2691f51e-b614-475e-b564-a3d31f0db556 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
      position: relative;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image,
  #s-2691f51e-b614-475e-b564-a3d31f0db556 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 {
    width: 100%;
    height: auto;
  }

  #s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
    
    
  }


.s-2691f51e-b614-475e-b564-a3d31f0db556 .shogun-image-content {
  
    align-items: center;
  
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2691f51e-b614-475e-b564-a3d31f0db556 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container {
      position: relative;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2691f51e-b614-475e-b564-a3d31f0db556 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bba10b34-2c8c-494d-847b-52587d2ed005 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-46094e0b-a90f-4d7a-be7c-809a6767b654 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

#s-efa91761-c087-41ed-a067-f1f99a44df10 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(13, 15, 16, 1);
}

/*
  $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}
