.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-574dd63c-914a-4f3e-95f1-c10b56a64125 {
  min-height: 50px;
}








#s-574dd63c-914a-4f3e-95f1-c10b56a64125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574dd63c-914a-4f3e-95f1-c10b56a64125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b45be9-830d-4437-810f-345445bcb5d4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d1b45be9-830d-4437-810f-345445bcb5d4 {
  display: none;
}
#s-d1b45be9-830d-4437-810f-345445bcb5d4, #wrap-s-d1b45be9-830d-4437-810f-345445bcb5d4 { display: none !important; }}







#s-d1b45be9-830d-4437-810f-345445bcb5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1b45be9-830d-4437-810f-345445bcb5d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c {
  margin-top: 0%;
max-width: 2880px;
aspect-ratio: 2880/662;
text-align: center;
}





  #s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c img.shogun-image,
  #s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c {
    width: 100%;
    height: auto;
  }



  #s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c img.shogun-image {
    

    
    
    
  }


#s-bb8b3aef-f4fe-494e-a6d0-d9f64f7d4a1c .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-dbd43e85-180b-4d52-b714-08067ea668cc {
  margin-top: 0.75%;
margin-left: 0.75%;
margin-right: 0.75%;
}

@media (min-width: 0px) {
[id="s-dbd43e85-180b-4d52-b714-08067ea668cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-dbd43e85-180b-4d52-b714-08067ea668cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-dbd43e85-180b-4d52-b714-08067ea668cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-dbd43e85-180b-4d52-b714-08067ea668cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

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

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

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

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

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

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

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

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

#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
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: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0.5px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e-root {
    text-align: center;
  }


#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e-root {
    text-align: center;
  }


#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e-root {
    text-align: center;
  }


#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e-root {
    text-align: center;
  }


#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e-root {
    text-align: center;
  }


#s-1a0b4a82-a8f2-47ae-86e3-f3f049d7c04e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-51004479-4604-4b06-bb3c-a80b50f5b39c {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-51004479-4604-4b06-bb3c-a80b50f5b39c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51004479-4604-4b06-bb3c-a80b50f5b39c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-51004479-4604-4b06-bb3c-a80b50f5b39c-root {
    text-align: center;
  }


#s-51004479-4604-4b06-bb3c-a80b50f5b39c.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-51004479-4604-4b06-bb3c-a80b50f5b39c-root {
    text-align: center;
  }


#s-51004479-4604-4b06-bb3c-a80b50f5b39c.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51004479-4604-4b06-bb3c-a80b50f5b39c-root {
    text-align: center;
  }


#s-51004479-4604-4b06-bb3c-a80b50f5b39c.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51004479-4604-4b06-bb3c-a80b50f5b39c-root {
    text-align: center;
  }


#s-51004479-4604-4b06-bb3c-a80b50f5b39c.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-51004479-4604-4b06-bb3c-a80b50f5b39c-root {
    text-align: center;
  }


#s-51004479-4604-4b06-bb3c-a80b50f5b39c.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-818bd74c-776f-4c4b-8a66-2234f5acd71f {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
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: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-818bd74c-776f-4c4b-8a66-2234f5acd71f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-818bd74c-776f-4c4b-8a66-2234f5acd71f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-818bd74c-776f-4c4b-8a66-2234f5acd71f-root {
    text-align: center;
  }


#s-818bd74c-776f-4c4b-8a66-2234f5acd71f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-818bd74c-776f-4c4b-8a66-2234f5acd71f-root {
    text-align: center;
  }


#s-818bd74c-776f-4c4b-8a66-2234f5acd71f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-818bd74c-776f-4c4b-8a66-2234f5acd71f-root {
    text-align: center;
  }


#s-818bd74c-776f-4c4b-8a66-2234f5acd71f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-818bd74c-776f-4c4b-8a66-2234f5acd71f-root {
    text-align: center;
  }


#s-818bd74c-776f-4c4b-8a66-2234f5acd71f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-818bd74c-776f-4c4b-8a66-2234f5acd71f-root {
    text-align: center;
  }


#s-818bd74c-776f-4c4b-8a66-2234f5acd71f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-67566334-800b-4f12-b4e0-950efce1f67f {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
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: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-67566334-800b-4f12-b4e0-950efce1f67f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67566334-800b-4f12-b4e0-950efce1f67f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-67566334-800b-4f12-b4e0-950efce1f67f-root {
    text-align: center;
  }


#s-67566334-800b-4f12-b4e0-950efce1f67f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67566334-800b-4f12-b4e0-950efce1f67f-root {
    text-align: center;
  }


#s-67566334-800b-4f12-b4e0-950efce1f67f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67566334-800b-4f12-b4e0-950efce1f67f-root {
    text-align: center;
  }


#s-67566334-800b-4f12-b4e0-950efce1f67f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67566334-800b-4f12-b4e0-950efce1f67f-root {
    text-align: center;
  }


#s-67566334-800b-4f12-b4e0-950efce1f67f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67566334-800b-4f12-b4e0-950efce1f67f-root {
    text-align: center;
  }


#s-67566334-800b-4f12-b4e0-950efce1f67f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36 {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
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: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36-root {
    text-align: center;
  }


#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36-root {
    text-align: center;
  }


#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36-root {
    text-align: center;
  }


#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36-root {
    text-align: center;
  }


#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36-root {
    text-align: center;
  }


#s-f54089ef-1eb8-41da-bdf7-60f8f0b28f36.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1 {
  border-style: solid;
margin-top: 7px;
margin-bottom: 7px;
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: rgba(27, 27, 27, 1);
border-radius: 1px;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-9152d227-f32a-4fd4-ab49-a3680cbec4a1-root {
    text-align: center;
  }


#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9152d227-f32a-4fd4-ab49-a3680cbec4a1-root {
    text-align: center;
  }


#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9152d227-f32a-4fd4-ab49-a3680cbec4a1-root {
    text-align: center;
  }


#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9152d227-f32a-4fd4-ab49-a3680cbec4a1-root {
    text-align: center;
  }


#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9152d227-f32a-4fd4-ab49-a3680cbec4a1-root {
    text-align: center;
  }


#s-9152d227-f32a-4fd4-ab49-a3680cbec4a1.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-501950c6-bc90-4d19-9421-1bbe63e67636 {
  min-height: 40px;
}








#s-501950c6-bc90-4d19-9421-1bbe63e67636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501950c6-bc90-4d19-9421-1bbe63e67636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05 {
  display: none;
}
#s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05, #wrap-s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05 { display: none !important; }}







#s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1993c1a-a7f4-4d0e-897a-79d1d13a7b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78855174-29d6-4482-91da-8fe94e12528e {
  max-width: 2880px;
aspect-ratio: 2880/1296;
text-align: center;
}





  #s-78855174-29d6-4482-91da-8fe94e12528e img.shogun-image,
  #s-78855174-29d6-4482-91da-8fe94e12528e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78855174-29d6-4482-91da-8fe94e12528e {
    width: 100%;
    height: auto;
  }



  #s-78855174-29d6-4482-91da-8fe94e12528e img.shogun-image {
    

    
    
    
  }


#s-78855174-29d6-4482-91da-8fe94e12528e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ab0e7f20-4bc6-4295-bc39-4cff44b98b3f {
  min-height: 50px;
}








#s-ab0e7f20-4bc6-4295-bc39-4cff44b98b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab0e7f20-4bc6-4295-bc39-4cff44b98b3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588deeda-359e-408b-9e13-02d623bc0853 {
  margin-top: 1.5%;
margin-left: 0.5%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-588deeda-359e-408b-9e13-02d623bc0853"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-79b8d4a3-40a6-414e-bfe2-787972d34be5 {
  margin-left: 0%;
margin-right: 13%;
min-height: 50px;
}








#s-79b8d4a3-40a6-414e-bfe2-787972d34be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b8d4a3-40a6-414e-bfe2-787972d34be5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 67%;
aspect-ratio: 735/184;
text-align: center;
}





  #s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af img.shogun-image,
  #s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af {
    width: 100%;
    height: auto;
  }



  #s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af img.shogun-image {
    

    
    
    
  }


#s-4141a204-ec4d-46f1-a7c1-ae6c83f4e9af .shogun-image-content {
  
    align-items: center;
  
}

#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d-root {
    text-align: center;
  }


#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d-root {
    text-align: center;
  }


#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d-root {
    text-align: center;
  }


#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d-root {
    text-align: center;
  }


#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d-root {
    text-align: center;
  }


#s-1b4e2d6b-0d35-4e3e-99c7-59dbc4a8aa8d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-2d64258d-3251-4567-b5f4-1bba4148fd5c {
  min-height: 40px;
}
@media (max-width: 767px){#s-2d64258d-3251-4567-b5f4-1bba4148fd5c {
  display: none;
}
#s-2d64258d-3251-4567-b5f4-1bba4148fd5c, #wrap-s-2d64258d-3251-4567-b5f4-1bba4148fd5c { display: none !important; }}







#s-2d64258d-3251-4567-b5f4-1bba4148fd5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d64258d-3251-4567-b5f4-1bba4148fd5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f939a68-06e6-4288-bcd7-241c554976c0 {
  margin-top: 1.5%;
margin-bottom: 1.5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4f939a68-06e6-4288-bcd7-241c554976c0 {
  display: none;
}
#s-4f939a68-06e6-4288-bcd7-241c554976c0, #wrap-s-4f939a68-06e6-4288-bcd7-241c554976c0 { display: none !important; }}







#s-4f939a68-06e6-4288-bcd7-241c554976c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f939a68-06e6-4288-bcd7-241c554976c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fcbe70a-1cac-4fb7-8021-421a6110363e {
  min-height: 50px;
}








#s-6fcbe70a-1cac-4fb7-8021-421a6110363e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fcbe70a-1cac-4fb7-8021-421a6110363e.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-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
  margin-bottom: 9px;
max-width: 2880px;
aspect-ratio: 2880/148;
text-align: center;
}





  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image,
  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
    width: 100%;
    height: auto;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
    
    
  }


.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
      --shg-aspect-ratio: calc(2880/148); 
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
      position: relative;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image,
  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
    width: 100%;
    height: auto;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
    
    
  }


.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
      --shg-aspect-ratio: calc(2880/148); 
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
      position: relative;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image,
  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
    width: 100%;
    height: auto;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
    
    
  }


.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
      --shg-aspect-ratio: calc(2880/148); 
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
      position: relative;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image,
  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
    width: 100%;
    height: auto;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
    
    
  }


.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
      --shg-aspect-ratio: calc(2880/148); 
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
      position: relative;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image,
  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
    width: 100%;
    height: auto;
  }

  #s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
    
    
  }


.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c {
      --shg-aspect-ratio: calc(2880/148); 
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container {
      position: relative;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aac2368-8f98-47ea-82b1-ff20b25a8b2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-ea6444f4-6bac-4d00-80bb-7aee29846ccf {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ea6444f4-6bac-4d00-80bb-7aee29846ccf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ea6444f4-6bac-4d00-80bb-7aee29846ccf .shg-sld-nav-button.shg-sld-left,
#s-ea6444f4-6bac-4d00-80bb-7aee29846ccf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fe226a48-d636-45ff-b3ae-05899a80c584 {
  margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-fe226a48-d636-45ff-b3ae-05899a80c584"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fe226a48-d636-45ff-b3ae-05899a80c584"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe226a48-d636-45ff-b3ae-05899a80c584"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe226a48-d636-45ff-b3ae-05899a80c584"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2ec74b15-2f5c-4fe3-8388-5d4dc39afdb3 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2ec74b15-2f5c-4fe3-8388-5d4dc39afdb3 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-2ec74b15-2f5c-4fe3-8388-5d4dc39afdb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ec74b15-2f5c-4fe3-8388-5d4dc39afdb3 {
  cursor: pointer;
}#s-2ec74b15-2f5c-4fe3-8388-5d4dc39afdb3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 img.shogun-image,
  #s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 {
    width: 100%;
    height: auto;
  }



  #s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 img.shogun-image {
    

    
    
    
  }


#s-e41daf17-c1c5-4c92-ad30-9cdb1af8e579 .shogun-image-content {
  
    align-items: center;
  
}

#s-48f69da8-5fe5-4c68-aa87-84b76fa94510 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-48f69da8-5fe5-4c68-aa87-84b76fa94510 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-48f69da8-5fe5-4c68-aa87-84b76fa94510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f69da8-5fe5-4c68-aa87-84b76fa94510 {
  cursor: pointer;
}#s-48f69da8-5fe5-4c68-aa87-84b76fa94510.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 img.shogun-image,
  #s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 {
    width: 100%;
    height: auto;
  }



  #s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 img.shogun-image {
    

    
    
    
  }


#s-d32a37b7-a14d-49b4-ac02-954bb8b7c3b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-04ec5d28-bf2d-4a4c-8bc6-ad9ee74300ed {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-04ec5d28-bf2d-4a4c-8bc6-ad9ee74300ed {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-04ec5d28-bf2d-4a4c-8bc6-ad9ee74300ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ec5d28-bf2d-4a4c-8bc6-ad9ee74300ed {
  cursor: pointer;
}#s-04ec5d28-bf2d-4a4c-8bc6-ad9ee74300ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 img.shogun-image,
  #s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 {
    width: 100%;
    height: auto;
  }



  #s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 img.shogun-image {
    

    
    
    
  }


#s-e81c03d9-c1bf-4b9e-85d6-9e4bd1b5c436 .shogun-image-content {
  
    align-items: center;
  
}

#s-af2d5a45-dd03-4f64-b3ba-902ff66ba89a {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-af2d5a45-dd03-4f64-b3ba-902ff66ba89a {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-af2d5a45-dd03-4f64-b3ba-902ff66ba89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af2d5a45-dd03-4f64-b3ba-902ff66ba89a {
  cursor: pointer;
}#s-af2d5a45-dd03-4f64-b3ba-902ff66ba89a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 img.shogun-image,
  #s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 {
    width: 100%;
    height: auto;
  }



  #s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 img.shogun-image {
    

    
    
    
  }


#s-e64544a1-b813-47ca-96d1-5ff1e6ff4328 .shogun-image-content {
  
    align-items: center;
  
}

#s-79ea06bf-775e-4175-a546-6c434c780cc6 {
  margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-79ea06bf-775e-4175-a546-6c434c780cc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79ea06bf-775e-4175-a546-6c434c780cc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79ea06bf-775e-4175-a546-6c434c780cc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ea06bf-775e-4175-a546-6c434c780cc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-bfd6be4f-80d9-456c-a194-ba6dd6912292 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bfd6be4f-80d9-456c-a194-ba6dd6912292 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-bfd6be4f-80d9-456c-a194-ba6dd6912292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfd6be4f-80d9-456c-a194-ba6dd6912292 {
  cursor: pointer;
}#s-bfd6be4f-80d9-456c-a194-ba6dd6912292.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb img.shogun-image,
  #s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb {
    width: 100%;
    height: auto;
  }



  #s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb img.shogun-image {
    

    
    
    
  }


#s-16ef85e3-0c7a-4d93-879e-41b3ed1108fb .shogun-image-content {
  
    align-items: center;
  
}

#s-57805ddd-55f5-4456-8147-c2fcb972e001 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-57805ddd-55f5-4456-8147-c2fcb972e001 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-57805ddd-55f5-4456-8147-c2fcb972e001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57805ddd-55f5-4456-8147-c2fcb972e001 {
  cursor: pointer;
}#s-57805ddd-55f5-4456-8147-c2fcb972e001.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-25b8795b-2aa3-48b8-807b-6cce37758d07 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-25b8795b-2aa3-48b8-807b-6cce37758d07 img.shogun-image,
  #s-25b8795b-2aa3-48b8-807b-6cce37758d07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25b8795b-2aa3-48b8-807b-6cce37758d07 {
    width: 100%;
    height: auto;
  }



  #s-25b8795b-2aa3-48b8-807b-6cce37758d07 img.shogun-image {
    

    
    
    
  }


#s-25b8795b-2aa3-48b8-807b-6cce37758d07 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ff877ec-5bda-451d-801e-d5641eb0eee3 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5ff877ec-5bda-451d-801e-d5641eb0eee3 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-5ff877ec-5bda-451d-801e-d5641eb0eee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff877ec-5bda-451d-801e-d5641eb0eee3 {
  cursor: pointer;
}#s-5ff877ec-5bda-451d-801e-d5641eb0eee3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d img.shogun-image,
  #s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d {
    width: 100%;
    height: auto;
  }



  #s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d img.shogun-image {
    

    
    
    
  }


#s-0e1f90a1-eb5b-4962-b8c2-c1229a113d6d .shogun-image-content {
  
    align-items: center;
  
}

#s-fc116523-89b4-4de5-a20c-b9997c6f852a {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fc116523-89b4-4de5-a20c-b9997c6f852a {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-fc116523-89b4-4de5-a20c-b9997c6f852a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc116523-89b4-4de5-a20c-b9997c6f852a {
  cursor: pointer;
}#s-fc116523-89b4-4de5-a20c-b9997c6f852a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b3fab8f-8892-4ced-960f-7e892c7fe979 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-1b3fab8f-8892-4ced-960f-7e892c7fe979 img.shogun-image,
  #s-1b3fab8f-8892-4ced-960f-7e892c7fe979 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b3fab8f-8892-4ced-960f-7e892c7fe979 {
    width: 100%;
    height: auto;
  }



  #s-1b3fab8f-8892-4ced-960f-7e892c7fe979 img.shogun-image {
    

    
    
    
  }


#s-1b3fab8f-8892-4ced-960f-7e892c7fe979 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2 {
  min-height: 40px;
}
@media (max-width: 767px){#s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2 {
  display: none;
}
#s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2, #wrap-s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2 { display: none !important; }}







#s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bd37bfb-31c4-4dcf-bb5c-3fa5533673b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58ad0469-38f2-462a-875f-956c99db15e4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-58ad0469-38f2-462a-875f-956c99db15e4 {
  display: none;
}
#s-58ad0469-38f2-462a-875f-956c99db15e4, #wrap-s-58ad0469-38f2-462a-875f-956c99db15e4 { display: none !important; }}







#s-58ad0469-38f2-462a-875f-956c99db15e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ad0469-38f2-462a-875f-956c99db15e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 {
  margin-bottom: 1%;
max-width: 2876px;
aspect-ratio: 2876/754;
text-align: center;
}





  #s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 img.shogun-image,
  #s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 {
    width: 100%;
    height: auto;
  }



  #s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 img.shogun-image {
    

    
    
    
  }


#s-2525fbe0-1ddd-43e1-a391-a66614e7dfd3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-43543a54-7eda-4e72-aee2-0b1c811fe894 {
  min-height: 40px;
}
@media (max-width: 767px){#s-43543a54-7eda-4e72-aee2-0b1c811fe894 {
  display: none;
}
#s-43543a54-7eda-4e72-aee2-0b1c811fe894, #wrap-s-43543a54-7eda-4e72-aee2-0b1c811fe894 { display: none !important; }}







#s-43543a54-7eda-4e72-aee2-0b1c811fe894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43543a54-7eda-4e72-aee2-0b1c811fe894.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79fe17b9-096c-4a48-b818-2f4f4a365896 {
  margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-79fe17b9-096c-4a48-b818-2f4f4a365896 {
  display: none;
}
#s-79fe17b9-096c-4a48-b818-2f4f4a365896, #wrap-s-79fe17b9-096c-4a48-b818-2f4f4a365896 { display: none !important; }}
@media (min-width: 0px) {
[id="s-79fe17b9-096c-4a48-b818-2f4f4a365896"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79fe17b9-096c-4a48-b818-2f4f4a365896"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79fe17b9-096c-4a48-b818-2f4f4a365896"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79fe17b9-096c-4a48-b818-2f4f4a365896"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7852522d-59e0-4b4e-98f3-a55127934c98 {
  max-width: 1350px;
aspect-ratio: 1350/1500;
text-align: center;
}





  #s-7852522d-59e0-4b4e-98f3-a55127934c98 img.shogun-image,
  #s-7852522d-59e0-4b4e-98f3-a55127934c98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7852522d-59e0-4b4e-98f3-a55127934c98 {
    width: 100%;
    height: auto;
  }



  #s-7852522d-59e0-4b4e-98f3-a55127934c98 img.shogun-image {
    

    
    
    
  }


#s-7852522d-59e0-4b4e-98f3-a55127934c98 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5 {
  margin-top: 6%;
margin-left: 0%;
margin-bottom: 7%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
}
@media (max-width: 767px){#s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5 {
  display: none;
}
#s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5, #wrap-s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c331bffd-7a0d-4c8a-99b1-1e1fbe1a35a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-a95b5df1-d48c-44db-984d-e3f3e0e2a48c {
  min-height: 50px;
}








#s-a95b5df1-d48c-44db-984d-e3f3e0e2a48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95b5df1-d48c-44db-984d-e3f3e0e2a48c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af325762-85ef-420b-84e8-0f30060be3d2 {
  margin-right: 3%;
min-height: 50px;
}








#s-af325762-85ef-420b-84e8-0f30060be3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af325762-85ef-420b-84e8-0f30060be3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c {
  margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
max-width: 67%;
aspect-ratio: 765/184;
text-align: left;
}





  #s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c img.shogun-image,
  #s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c {
    width: 100%;
    height: auto;
  }



  #s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c img.shogun-image {
    

    
    
    
  }


#s-dbea3c02-0c7a-46d7-8ec5-da2ea55a2c8c .shogun-image-content {
  
    align-items: center;
  
}

#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8 {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(27, 27, 27, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(27, 27, 27, 0.2) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8-root {
    text-align: left;
  }


#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8-root {
    text-align: left;
  }


#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8-root {
    text-align: left;
  }


#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8-root {
    text-align: left;
  }


#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8-root {
    text-align: left;
  }


#s-34b5306a-ff2b-4670-bb90-3ac1fe131fa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f {
  margin-top: 0%;
margin-bottom: 0%;
max-width: 1350px;
aspect-ratio: 1350/1500;
text-align: center;
}





  #s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f img.shogun-image,
  #s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f {
    width: 100%;
    height: auto;
  }



  #s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f img.shogun-image {
    

    
    
    
  }


#s-6e49092b-d8f4-42b6-a52b-d03c0a5d9c5f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9f5fc945-feb5-4934-bba0-03f82c59f9e3 {
  margin-top: 6%;
margin-left: 0%;
margin-bottom: 7%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
}
@media (max-width: 767px){#s-9f5fc945-feb5-4934-bba0-03f82c59f9e3 {
  display: none;
}
#s-9f5fc945-feb5-4934-bba0-03f82c59f9e3, #wrap-s-9f5fc945-feb5-4934-bba0-03f82c59f9e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5fc945-feb5-4934-bba0-03f82c59f9e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-c92ab006-60f9-46b8-931f-67b97018ecbd {
  min-height: 50px;
}








#s-c92ab006-60f9-46b8-931f-67b97018ecbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c92ab006-60f9-46b8-931f-67b97018ecbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-180c9979-f26f-4fad-8d00-ba0c01b0d694 {
  margin-right: 3%;
min-height: 50px;
}








#s-180c9979-f26f-4fad-8d00-ba0c01b0d694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-180c9979-f26f-4fad-8d00-ba0c01b0d694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c {
  margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
max-width: 67%;
aspect-ratio: 765/184;
text-align: left;
}





  #s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c img.shogun-image,
  #s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c {
    width: 100%;
    height: auto;
  }



  #s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c img.shogun-image {
    

    
    
    
  }


#s-1a0e4c2e-56de-444b-887c-f0e4de30ac7c .shogun-image-content {
  
    align-items: center;
  
}

#s-58c011f1-5764-4330-851a-5cd06d07223b {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(27, 27, 27, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-58c011f1-5764-4330-851a-5cd06d07223b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(27, 27, 27, 0.2) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58c011f1-5764-4330-851a-5cd06d07223b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-58c011f1-5764-4330-851a-5cd06d07223b {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-58c011f1-5764-4330-851a-5cd06d07223b-root {
    text-align: left;
  }


#s-58c011f1-5764-4330-851a-5cd06d07223b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58c011f1-5764-4330-851a-5cd06d07223b-root {
    text-align: left;
  }


#s-58c011f1-5764-4330-851a-5cd06d07223b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58c011f1-5764-4330-851a-5cd06d07223b-root {
    text-align: left;
  }


#s-58c011f1-5764-4330-851a-5cd06d07223b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58c011f1-5764-4330-851a-5cd06d07223b-root {
    text-align: left;
  }


#s-58c011f1-5764-4330-851a-5cd06d07223b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58c011f1-5764-4330-851a-5cd06d07223b-root {
    text-align: left;
  }


#s-58c011f1-5764-4330-851a-5cd06d07223b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9 {
  min-height: 40px;
}
@media (max-width: 767px){#s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9 {
  display: none;
}
#s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9, #wrap-s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9 { display: none !important; }}







#s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a73bdaad-c6fc-40c5-a86e-a84ed9bb17a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92 {
  min-height: 50px;
}
@media (max-width: 767px){#s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92 {
  display: none;
}
#s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92, #wrap-s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92 { display: none !important; }}







#s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca0a305-3a3a-4e6e-9f09-5a19d9a0bf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbcc447e-147c-4169-9246-2e23530130f0 {
  max-width: 2880px;
aspect-ratio: 2880/1296;
text-align: center;
}





  #s-dbcc447e-147c-4169-9246-2e23530130f0 img.shogun-image,
  #s-dbcc447e-147c-4169-9246-2e23530130f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbcc447e-147c-4169-9246-2e23530130f0 {
    width: 100%;
    height: auto;
  }



  #s-dbcc447e-147c-4169-9246-2e23530130f0 img.shogun-image {
    

    
    
    
  }


#s-dbcc447e-147c-4169-9246-2e23530130f0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-66a1ef0c-1ec5-44b0-a966-7fcd52586ec0 {
  min-height: 50px;
}








#s-66a1ef0c-1ec5-44b0-a966-7fcd52586ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66a1ef0c-1ec5-44b0-a966-7fcd52586ec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f {
  margin-top: 13%;
margin-left: 1%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae9a7280-46b0-4bd8-a6cf-2e1e38c6d76f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f739658b-f842-4d97-bc6c-908d61330b70 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-f739658b-f842-4d97-bc6c-908d61330b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f739658b-f842-4d97-bc6c-908d61330b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd4d3f5-9081-4dff-a418-3380f22ba694 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 694px;
aspect-ratio: 694/183;
text-align: center;
}





  #s-3cd4d3f5-9081-4dff-a418-3380f22ba694 img.shogun-image,
  #s-3cd4d3f5-9081-4dff-a418-3380f22ba694 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3cd4d3f5-9081-4dff-a418-3380f22ba694 {
    width: 100%;
    height: auto;
  }



  #s-3cd4d3f5-9081-4dff-a418-3380f22ba694 img.shogun-image {
    

    
    
    
  }


#s-3cd4d3f5-9081-4dff-a418-3380f22ba694 .shogun-image-content {
  
    align-items: center;
  
}

#s-8be0f3f5-a08d-45f2-838d-c353294066c4 {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-8be0f3f5-a08d-45f2-838d-c353294066c4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8be0f3f5-a08d-45f2-838d-c353294066c4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-8be0f3f5-a08d-45f2-838d-c353294066c4 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-8be0f3f5-a08d-45f2-838d-c353294066c4-root {
    text-align: center;
  }


#s-8be0f3f5-a08d-45f2-838d-c353294066c4.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8be0f3f5-a08d-45f2-838d-c353294066c4-root {
    text-align: center;
  }


#s-8be0f3f5-a08d-45f2-838d-c353294066c4.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8be0f3f5-a08d-45f2-838d-c353294066c4-root {
    text-align: center;
  }


#s-8be0f3f5-a08d-45f2-838d-c353294066c4.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8be0f3f5-a08d-45f2-838d-c353294066c4-root {
    text-align: center;
  }


#s-8be0f3f5-a08d-45f2-838d-c353294066c4.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8be0f3f5-a08d-45f2-838d-c353294066c4-root {
    text-align: center;
  }


#s-8be0f3f5-a08d-45f2-838d-c353294066c4.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6 {
  min-height: 40px;
}
@media (max-width: 767px){#s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6 {
  display: none;
}
#s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6, #wrap-s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6 { display: none !important; }}







#s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffbd6f8d-5794-49ca-af5d-27a8efef67c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56 {
  min-height: 50px;
}
@media (max-width: 767px){#s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56 {
  display: none;
}
#s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56, #wrap-s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56 { display: none !important; }}







#s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48101cf5-9ff2-49a9-b2bd-c7ae4c430b56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 {
  max-width: 2880px;
aspect-ratio: 2880/1296;
text-align: center;
}





  #s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 img.shogun-image,
  #s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 {
    width: 100%;
    height: auto;
  }



  #s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 img.shogun-image {
    

    
    
    
  }


#s-a171962a-ac67-4979-a0d7-1cb6d6df3af5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d442674d-87ac-45ed-8156-8c501a904e13 {
  min-height: 50px;
}








#s-d442674d-87ac-45ed-8156-8c501a904e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d442674d-87ac-45ed-8156-8c501a904e13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4577fc7f-7e93-4957-aa95-6468eaa636e5 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4577fc7f-7e93-4957-aa95-6468eaa636e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-0ab11ab4-ea44-461f-a435-a4a45101e40b {
  margin-left: 1%;
margin-right: 0%;
min-height: 50px;
}








#s-0ab11ab4-ea44-461f-a435-a4a45101e40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab11ab4-ea44-461f-a435-a4a45101e40b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-407a7048-8e4d-422c-a6b2-608c3242007c {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 63%;
aspect-ratio: 701/138;
text-align: center;
}





  #s-407a7048-8e4d-422c-a6b2-608c3242007c img.shogun-image,
  #s-407a7048-8e4d-422c-a6b2-608c3242007c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-407a7048-8e4d-422c-a6b2-608c3242007c {
    width: 100%;
    height: auto;
  }



  #s-407a7048-8e4d-422c-a6b2-608c3242007c img.shogun-image {
    

    
    
    
  }


#s-407a7048-8e4d-422c-a6b2-608c3242007c .shogun-image-content {
  
    align-items: center;
  
}

#s-e4119607-eec9-4b97-8d0a-0c1e61de447e {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-e4119607-eec9-4b97-8d0a-0c1e61de447e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e4119607-eec9-4b97-8d0a-0c1e61de447e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e4119607-eec9-4b97-8d0a-0c1e61de447e {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-e4119607-eec9-4b97-8d0a-0c1e61de447e-root {
    text-align: center;
  }


#s-e4119607-eec9-4b97-8d0a-0c1e61de447e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4119607-eec9-4b97-8d0a-0c1e61de447e-root {
    text-align: center;
  }


#s-e4119607-eec9-4b97-8d0a-0c1e61de447e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4119607-eec9-4b97-8d0a-0c1e61de447e-root {
    text-align: center;
  }


#s-e4119607-eec9-4b97-8d0a-0c1e61de447e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4119607-eec9-4b97-8d0a-0c1e61de447e-root {
    text-align: center;
  }


#s-e4119607-eec9-4b97-8d0a-0c1e61de447e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4119607-eec9-4b97-8d0a-0c1e61de447e-root {
    text-align: center;
  }


#s-e4119607-eec9-4b97-8d0a-0c1e61de447e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-1580f04a-13de-420e-b0e9-e30ebb2b25a7 {
  min-height: 40px;
}
@media (max-width: 767px){#s-1580f04a-13de-420e-b0e9-e30ebb2b25a7 {
  display: none;
}
#s-1580f04a-13de-420e-b0e9-e30ebb2b25a7, #wrap-s-1580f04a-13de-420e-b0e9-e30ebb2b25a7 { display: none !important; }}







#s-1580f04a-13de-420e-b0e9-e30ebb2b25a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1580f04a-13de-420e-b0e9-e30ebb2b25a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eda6615-dee8-4e3a-95d7-2415723f9e5c {
  margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-8eda6615-dee8-4e3a-95d7-2415723f9e5c {
  display: none;
}
#s-8eda6615-dee8-4e3a-95d7-2415723f9e5c, #wrap-s-8eda6615-dee8-4e3a-95d7-2415723f9e5c { display: none !important; }}
@media (min-width: 0px) {
[id="s-8eda6615-dee8-4e3a-95d7-2415723f9e5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eda6615-dee8-4e3a-95d7-2415723f9e5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8eda6615-dee8-4e3a-95d7-2415723f9e5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eda6615-dee8-4e3a-95d7-2415723f9e5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 {
  max-width: 1350px;
aspect-ratio: 1350/1500;
text-align: center;
}





  #s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 img.shogun-image,
  #s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 {
    width: 100%;
    height: auto;
  }



  #s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 img.shogun-image {
    

    
    
    
  }


#s-41eb49d4-39a3-46f8-b60a-6a5bb87906b0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6f31f14e-e6aa-4476-953d-84a38ce2d755 {
  margin-top: 6%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-6f31f14e-e6aa-4476-953d-84a38ce2d755 {
  display: none;
}
#s-6f31f14e-e6aa-4476-953d-84a38ce2d755, #wrap-s-6f31f14e-e6aa-4476-953d-84a38ce2d755 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f31f14e-e6aa-4476-953d-84a38ce2d755"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-e664c581-c99f-4ad9-a1f8-ab9683882176 {
  min-height: 50px;
}








#s-e664c581-c99f-4ad9-a1f8-ab9683882176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e664c581-c99f-4ad9-a1f8-ab9683882176.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a910e52-3d7d-41e2-81af-0f0055a877ae {
  min-height: 50px;
}








#s-2a910e52-3d7d-41e2-81af-0f0055a877ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a910e52-3d7d-41e2-81af-0f0055a877ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 {
  margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
max-width: 54%;
aspect-ratio: 610/67;
text-align: left;
}





  #s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 img.shogun-image,
  #s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 {
    width: 100%;
    height: auto;
  }



  #s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 img.shogun-image {
    

    
    
    
  }


#s-c1d5ac26-60b2-48dd-901e-ea7a7d0d26d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-646cbf47-b088-404b-861d-3075a07c8016 {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-646cbf47-b088-404b-861d-3075a07c8016:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-646cbf47-b088-404b-861d-3075a07c8016:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-646cbf47-b088-404b-861d-3075a07c8016 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-646cbf47-b088-404b-861d-3075a07c8016-root {
    text-align: left;
  }


#s-646cbf47-b088-404b-861d-3075a07c8016.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-646cbf47-b088-404b-861d-3075a07c8016-root {
    text-align: left;
  }


#s-646cbf47-b088-404b-861d-3075a07c8016.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-646cbf47-b088-404b-861d-3075a07c8016-root {
    text-align: left;
  }


#s-646cbf47-b088-404b-861d-3075a07c8016.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-646cbf47-b088-404b-861d-3075a07c8016-root {
    text-align: left;
  }


#s-646cbf47-b088-404b-861d-3075a07c8016.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-646cbf47-b088-404b-861d-3075a07c8016-root {
    text-align: left;
  }


#s-646cbf47-b088-404b-861d-3075a07c8016.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 {
  max-width: 1350px;
aspect-ratio: 1350/1500;
text-align: center;
}





  #s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 img.shogun-image,
  #s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 {
    width: 100%;
    height: auto;
  }



  #s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 img.shogun-image {
    

    
    
    
  }


#s-b8a58bb2-931a-4071-9bff-32e35cbcb8d4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9cfd70b2-4404-4437-9330-56117dd58bb3 {
  margin-left: 0%;
margin-bottom: 7%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-9cfd70b2-4404-4437-9330-56117dd58bb3 {
  display: none;
}
#s-9cfd70b2-4404-4437-9330-56117dd58bb3, #wrap-s-9cfd70b2-4404-4437-9330-56117dd58bb3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cfd70b2-4404-4437-9330-56117dd58bb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-efdcdd04-cc78-4be0-af6e-b139f2a7258b {
  min-height: 50px;
}








#s-efdcdd04-cc78-4be0-af6e-b139f2a7258b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efdcdd04-cc78-4be0-af6e-b139f2a7258b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2963a6e1-af01-46f0-87a6-c6ce5e049983 {
  margin-right: 1%;
min-height: 50px;
}








#s-2963a6e1-af01-46f0-87a6-c6ce5e049983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2963a6e1-af01-46f0-87a6-c6ce5e049983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13ac7fd3-2308-439a-844a-976dbe04d333 {
  margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
max-width: 67%;
aspect-ratio: 749/94;
text-align: left;
}





  #s-13ac7fd3-2308-439a-844a-976dbe04d333 img.shogun-image,
  #s-13ac7fd3-2308-439a-844a-976dbe04d333 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13ac7fd3-2308-439a-844a-976dbe04d333 {
    width: 100%;
    height: auto;
  }



  #s-13ac7fd3-2308-439a-844a-976dbe04d333 img.shogun-image {
    

    
    
    
  }


#s-13ac7fd3-2308-439a-844a-976dbe04d333 .shogun-image-content {
  
    align-items: center;
  
}

#s-b062ac4e-e23c-43f9-b331-aed881860d50 {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(27, 27, 27, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b062ac4e-e23c-43f9-b331-aed881860d50:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(27, 27, 27, 0.2) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b062ac4e-e23c-43f9-b331-aed881860d50:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b062ac4e-e23c-43f9-b331-aed881860d50 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-b062ac4e-e23c-43f9-b331-aed881860d50-root {
    text-align: left;
  }


#s-b062ac4e-e23c-43f9-b331-aed881860d50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b062ac4e-e23c-43f9-b331-aed881860d50-root {
    text-align: left;
  }


#s-b062ac4e-e23c-43f9-b331-aed881860d50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b062ac4e-e23c-43f9-b331-aed881860d50-root {
    text-align: left;
  }


#s-b062ac4e-e23c-43f9-b331-aed881860d50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b062ac4e-e23c-43f9-b331-aed881860d50-root {
    text-align: left;
  }


#s-b062ac4e-e23c-43f9-b331-aed881860d50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b062ac4e-e23c-43f9-b331-aed881860d50-root {
    text-align: left;
  }


#s-b062ac4e-e23c-43f9-b331-aed881860d50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1 {
  min-height: 40px;
}
@media (max-width: 767px){#s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1 {
  display: none;
}
#s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1, #wrap-s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1 { display: none !important; }}







#s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22841659-1f3c-4d0f-b6a7-87e4fa46e8b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6 {
  display: none;
}
#s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6, #wrap-s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6 { display: none !important; }}







#s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e5ca944-42e6-4c4b-9aab-73008cfdfed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326f5b79-afef-4974-949d-d6734de73901 {
  max-width: 2880px;
aspect-ratio: 2880/1296;
text-align: center;
}





  #s-326f5b79-afef-4974-949d-d6734de73901 img.shogun-image,
  #s-326f5b79-afef-4974-949d-d6734de73901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-326f5b79-afef-4974-949d-d6734de73901 {
    width: 100%;
    height: auto;
  }



  #s-326f5b79-afef-4974-949d-d6734de73901 img.shogun-image {
    

    
    
    
  }


#s-326f5b79-afef-4974-949d-d6734de73901 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ba76a82d-ecd0-4917-82be-2e25d8593aae {
  min-height: 50px;
}








#s-ba76a82d-ecd0-4917-82be-2e25d8593aae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba76a82d-ecd0-4917-82be-2e25d8593aae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68 {
  margin-top: 3%;
margin-left: 1%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c65374f-ce5a-4ca3-b63a-27a8ed265e68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-23be088d-6adb-45d8-a1c4-ea4be9d2fb67 {
  margin-left: 1%;
margin-right: 6%;
min-height: 50px;
}








#s-23be088d-6adb-45d8-a1c4-ea4be9d2fb67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23be088d-6adb-45d8-a1c4-ea4be9d2fb67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c7d69b8-73f2-4901-9841-13b71ee36377 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 84%;
aspect-ratio: 933/182;
text-align: center;
}





  #s-0c7d69b8-73f2-4901-9841-13b71ee36377 img.shogun-image,
  #s-0c7d69b8-73f2-4901-9841-13b71ee36377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c7d69b8-73f2-4901-9841-13b71ee36377 {
    width: 100%;
    height: auto;
  }



  #s-0c7d69b8-73f2-4901-9841-13b71ee36377 img.shogun-image {
    

    
    
    
  }


#s-0c7d69b8-73f2-4901-9841-13b71ee36377 .shogun-image-content {
  
    align-items: center;
  
}

#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d {
  border-style: solid;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(27, 27, 27, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(27, 27, 27, 0.2) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d-root {
    text-align: center;
  }


#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d-root {
    text-align: center;
  }


#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d-root {
    text-align: center;
  }


#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d-root {
    text-align: center;
  }


#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d-root {
    text-align: center;
  }


#s-b57883ef-ba71-48d8-b5e5-c1ad318caf8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-fcb39d88-589c-46a2-a0b5-d98b815c242e {
  min-height: 40px;
}
@media (max-width: 767px){#s-fcb39d88-589c-46a2-a0b5-d98b815c242e {
  display: none;
}
#s-fcb39d88-589c-46a2-a0b5-d98b815c242e, #wrap-s-fcb39d88-589c-46a2-a0b5-d98b815c242e { display: none !important; }}







#s-fcb39d88-589c-46a2-a0b5-d98b815c242e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcb39d88-589c-46a2-a0b5-d98b815c242e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7696914d-c8f8-4579-9e04-a6b088a68408 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7696914d-c8f8-4579-9e04-a6b088a68408 {
  display: none;
}
#s-7696914d-c8f8-4579-9e04-a6b088a68408, #wrap-s-7696914d-c8f8-4579-9e04-a6b088a68408 { display: none !important; }}







#s-7696914d-c8f8-4579-9e04-a6b088a68408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7696914d-c8f8-4579-9e04-a6b088a68408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1006429f-aa37-4448-841a-c6b706435f03 {
  margin-bottom: 1%;
text-align: center;
}







  #s-1006429f-aa37-4448-841a-c6b706435f03 img.shogun-image {
    

    
    
    
  }


#s-1006429f-aa37-4448-841a-c6b706435f03 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-352f5bb3-65c9-4a39-9103-878c09cac70d {
  min-height: 40px;
}
@media (max-width: 767px){#s-352f5bb3-65c9-4a39-9103-878c09cac70d {
  display: none;
}
#s-352f5bb3-65c9-4a39-9103-878c09cac70d, #wrap-s-352f5bb3-65c9-4a39-9103-878c09cac70d { display: none !important; }}







#s-352f5bb3-65c9-4a39-9103-878c09cac70d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-352f5bb3-65c9-4a39-9103-878c09cac70d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-442979d7-6d59-48c6-a116-9add8fdaff6f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-442979d7-6d59-48c6-a116-9add8fdaff6f {
  display: none;
}
#s-442979d7-6d59-48c6-a116-9add8fdaff6f, #wrap-s-442979d7-6d59-48c6-a116-9add8fdaff6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-442979d7-6d59-48c6-a116-9add8fdaff6f {
  display: none;
}
#s-442979d7-6d59-48c6-a116-9add8fdaff6f, #wrap-s-442979d7-6d59-48c6-a116-9add8fdaff6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-442979d7-6d59-48c6-a116-9add8fdaff6f {
  display: none;
}
#s-442979d7-6d59-48c6-a116-9add8fdaff6f, #wrap-s-442979d7-6d59-48c6-a116-9add8fdaff6f { display: none !important; }}







#s-442979d7-6d59-48c6-a116-9add8fdaff6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-442979d7-6d59-48c6-a116-9add8fdaff6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-444d5670-23af-494d-88a2-dacb484bf214 {
  max-width: 750px;
aspect-ratio: 750/724;
text-align: center;
}
@media (min-width: 1200px){#s-444d5670-23af-494d-88a2-dacb484bf214 {
  display: none;
}
#s-444d5670-23af-494d-88a2-dacb484bf214, #wrap-s-444d5670-23af-494d-88a2-dacb484bf214 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-444d5670-23af-494d-88a2-dacb484bf214 {
  display: none;
}
#s-444d5670-23af-494d-88a2-dacb484bf214, #wrap-s-444d5670-23af-494d-88a2-dacb484bf214 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-444d5670-23af-494d-88a2-dacb484bf214 {
  display: none;
}
#s-444d5670-23af-494d-88a2-dacb484bf214, #wrap-s-444d5670-23af-494d-88a2-dacb484bf214 { display: none !important; }}




  #s-444d5670-23af-494d-88a2-dacb484bf214 img.shogun-image,
  #s-444d5670-23af-494d-88a2-dacb484bf214 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-444d5670-23af-494d-88a2-dacb484bf214 {
    width: 100%;
    height: auto;
  }



  #s-444d5670-23af-494d-88a2-dacb484bf214 img.shogun-image {
    

    
    
    
  }


#s-444d5670-23af-494d-88a2-dacb484bf214 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 {
  display: none;
}
#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062, #wrap-s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 {
  display: none;
}
#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062, #wrap-s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 {
  display: none;
}
#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062, #wrap-s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 { display: none !important; }}







#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5f62a4-99ca-4826-b63b-7cf49cef1062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84480aa4-68ce-4b27-87bb-aa380f1cf287 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-84480aa4-68ce-4b27-87bb-aa380f1cf287"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-84480aa4-68ce-4b27-87bb-aa380f1cf287"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84480aa4-68ce-4b27-87bb-aa380f1cf287"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84480aa4-68ce-4b27-87bb-aa380f1cf287"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-25438324-d4d3-4c30-ba5b-3b09aa37d7da-root {
    text-align: center;
  }


#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25438324-d4d3-4c30-ba5b-3b09aa37d7da-root {
    text-align: center;
  }


#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25438324-d4d3-4c30-ba5b-3b09aa37d7da-root {
    text-align: center;
  }


#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25438324-d4d3-4c30-ba5b-3b09aa37d7da-root {
    text-align: center;
  }


#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25438324-d4d3-4c30-ba5b-3b09aa37d7da-root {
    text-align: center;
  }


#s-25438324-d4d3-4c30-ba5b-3b09aa37d7da.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-8e7c036e-bf35-4500-9569-e04339cc270e {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-8e7c036e-bf35-4500-9569-e04339cc270e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-8e7c036e-bf35-4500-9569-e04339cc270e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-8e7c036e-bf35-4500-9569-e04339cc270e-root {
    text-align: center;
  }


#s-8e7c036e-bf35-4500-9569-e04339cc270e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e7c036e-bf35-4500-9569-e04339cc270e-root {
    text-align: center;
  }


#s-8e7c036e-bf35-4500-9569-e04339cc270e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e7c036e-bf35-4500-9569-e04339cc270e-root {
    text-align: center;
  }


#s-8e7c036e-bf35-4500-9569-e04339cc270e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e7c036e-bf35-4500-9569-e04339cc270e-root {
    text-align: center;
  }


#s-8e7c036e-bf35-4500-9569-e04339cc270e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e7c036e-bf35-4500-9569-e04339cc270e-root {
    text-align: center;
  }


#s-8e7c036e-bf35-4500-9569-e04339cc270e.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-4fec4d59-bede-45ed-aa36-06f85e50ad59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-4fec4d59-bede-45ed-aa36-06f85e50ad59 {
  display: none;
}
#s-4fec4d59-bede-45ed-aa36-06f85e50ad59, #wrap-s-4fec4d59-bede-45ed-aa36-06f85e50ad59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fec4d59-bede-45ed-aa36-06f85e50ad59 {
  display: none;
}
#s-4fec4d59-bede-45ed-aa36-06f85e50ad59, #wrap-s-4fec4d59-bede-45ed-aa36-06f85e50ad59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fec4d59-bede-45ed-aa36-06f85e50ad59 {
  display: none;
}
#s-4fec4d59-bede-45ed-aa36-06f85e50ad59, #wrap-s-4fec4d59-bede-45ed-aa36-06f85e50ad59 { display: none !important; }}







#s-4fec4d59-bede-45ed-aa36-06f85e50ad59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fec4d59-bede-45ed-aa36-06f85e50ad59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae11c478-8d5e-4f00-b7d3-9c61782d374e {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-ae11c478-8d5e-4f00-b7d3-9c61782d374e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ae11c478-8d5e-4f00-b7d3-9c61782d374e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ae11c478-8d5e-4f00-b7d3-9c61782d374e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ae11c478-8d5e-4f00-b7d3-9c61782d374e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa-root {
    text-align: center;
  }


#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa-root {
    text-align: center;
  }


#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa-root {
    text-align: center;
  }


#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa-root {
    text-align: center;
  }


#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa-root {
    text-align: center;
  }


#s-9aa5e70c-bba2-490e-8f5b-d2cfa370e4fa.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5 {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-c5a5068b-f01b-42fb-a76d-02e619b27dc5-root {
    text-align: center;
  }


#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5a5068b-f01b-42fb-a76d-02e619b27dc5-root {
    text-align: center;
  }


#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5a5068b-f01b-42fb-a76d-02e619b27dc5-root {
    text-align: center;
  }


#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5a5068b-f01b-42fb-a76d-02e619b27dc5-root {
    text-align: center;
  }


#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5a5068b-f01b-42fb-a76d-02e619b27dc5-root {
    text-align: center;
  }


#s-c5a5068b-f01b-42fb-a76d-02e619b27dc5.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-4f27ff8c-e7a1-4af6-8688-91eefc121306 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-4f27ff8c-e7a1-4af6-8688-91eefc121306 {
  display: none;
}
#s-4f27ff8c-e7a1-4af6-8688-91eefc121306, #wrap-s-4f27ff8c-e7a1-4af6-8688-91eefc121306 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f27ff8c-e7a1-4af6-8688-91eefc121306 {
  display: none;
}
#s-4f27ff8c-e7a1-4af6-8688-91eefc121306, #wrap-s-4f27ff8c-e7a1-4af6-8688-91eefc121306 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f27ff8c-e7a1-4af6-8688-91eefc121306 {
  display: none;
}
#s-4f27ff8c-e7a1-4af6-8688-91eefc121306, #wrap-s-4f27ff8c-e7a1-4af6-8688-91eefc121306 { display: none !important; }}







#s-4f27ff8c-e7a1-4af6-8688-91eefc121306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f27ff8c-e7a1-4af6-8688-91eefc121306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64cdef3e-524c-47fb-b376-fa8adbe7e439 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-64cdef3e-524c-47fb-b376-fa8adbe7e439"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-64cdef3e-524c-47fb-b376-fa8adbe7e439"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-64cdef3e-524c-47fb-b376-fa8adbe7e439"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-64cdef3e-524c-47fb-b376-fa8adbe7e439"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2e95820c-032d-4d7c-bae9-16aac98982b2 {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-2e95820c-032d-4d7c-bae9-16aac98982b2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-2e95820c-032d-4d7c-bae9-16aac98982b2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-2e95820c-032d-4d7c-bae9-16aac98982b2-root {
    text-align: center;
  }


#s-2e95820c-032d-4d7c-bae9-16aac98982b2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e95820c-032d-4d7c-bae9-16aac98982b2-root {
    text-align: center;
  }


#s-2e95820c-032d-4d7c-bae9-16aac98982b2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e95820c-032d-4d7c-bae9-16aac98982b2-root {
    text-align: center;
  }


#s-2e95820c-032d-4d7c-bae9-16aac98982b2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e95820c-032d-4d7c-bae9-16aac98982b2-root {
    text-align: center;
  }


#s-2e95820c-032d-4d7c-bae9-16aac98982b2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e95820c-032d-4d7c-bae9-16aac98982b2-root {
    text-align: center;
  }


#s-2e95820c-032d-4d7c-bae9-16aac98982b2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59 {
  border-style: solid;
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: rgba(27, 27, 27, 1);
border-radius: 0px;
min-height: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-c82e2f76-43ca-4d37-9e07-9072b4b30a59-root {
    text-align: center;
  }


#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c82e2f76-43ca-4d37-9e07-9072b4b30a59-root {
    text-align: center;
  }


#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c82e2f76-43ca-4d37-9e07-9072b4b30a59-root {
    text-align: center;
  }


#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c82e2f76-43ca-4d37-9e07-9072b4b30a59-root {
    text-align: center;
  }


#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c82e2f76-43ca-4d37-9e07-9072b4b30a59-root {
    text-align: center;
  }


#s-c82e2f76-43ca-4d37-9e07-9072b4b30a59.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  block ;
}
}
#s-6d61b76f-de6c-4183-8b55-5c0f9d40392b {
  min-height: 40px;
}








#s-6d61b76f-de6c-4183-8b55-5c0f9d40392b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d61b76f-de6c-4183-8b55-5c0f9d40392b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 {
  display: none;
}
#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8, #wrap-s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 {
  display: none;
}
#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8, #wrap-s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 {
  display: none;
}
#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8, #wrap-s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 { display: none !important; }}







#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d855bd-380f-4ccd-81ea-a76dcf0761b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 {
  margin-top: 0%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 750px;
aspect-ratio: 750/762;
text-align: center;
}
@media (min-width: 1200px){#s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 {
  
}
}




  #s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 img.shogun-image,
  #s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 {
    width: 100%;
    height: auto;
  }



  #s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 img.shogun-image {
    

    
    
    
  }


#s-bd0b5d04-d529-4f47-aa89-0ba6c6da1400 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f94e301-af71-413c-8189-807a21a9a019 {
  border-style: solid;
margin-top: 30%;
margin-bottom: 7%;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-9f94e301-af71-413c-8189-807a21a9a019:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-9f94e301-af71-413c-8189-807a21a9a019:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-9f94e301-af71-413c-8189-807a21a9a019-root {
    text-align: center;
  }


#s-9f94e301-af71-413c-8189-807a21a9a019.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f94e301-af71-413c-8189-807a21a9a019-root {
    text-align: center;
  }


#s-9f94e301-af71-413c-8189-807a21a9a019.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f94e301-af71-413c-8189-807a21a9a019-root {
    text-align: center;
  }


#s-9f94e301-af71-413c-8189-807a21a9a019.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f94e301-af71-413c-8189-807a21a9a019-root {
    text-align: center;
  }


#s-9f94e301-af71-413c-8189-807a21a9a019.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f94e301-af71-413c-8189-807a21a9a019-root {
    text-align: center;
  }


#s-9f94e301-af71-413c-8189-807a21a9a019.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-06408ba5-2f20-414b-a8f3-ddd0585e6fcf {
  min-height: 40px;
}








#s-06408ba5-2f20-414b-a8f3-ddd0585e6fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06408ba5-2f20-414b-a8f3-ddd0585e6fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 {
  margin-bottom: 0px;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 1200px){#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 {
  display: none;
}
#s-c239b45c-8f2d-461d-b471-756a5e5b65e6, #wrap-s-c239b45c-8f2d-461d-b471-756a5e5b65e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 {
  display: none;
}
#s-c239b45c-8f2d-461d-b471-756a5e5b65e6, #wrap-s-c239b45c-8f2d-461d-b471-756a5e5b65e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 {
  display: none;
}
#s-c239b45c-8f2d-461d-b471-756a5e5b65e6, #wrap-s-c239b45c-8f2d-461d-b471-756a5e5b65e6 { display: none !important; }}@media (max-width: 767px){#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 {
  
}
}







#s-c239b45c-8f2d-461d-b471-756a5e5b65e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c239b45c-8f2d-461d-b471-756a5e5b65e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83d9d400-6533-4ec8-b471-f880e00e9b8e {
  margin-top: 5%;
min-height: 50px;
}








#s-83d9d400-6533-4ec8-b471-f880e00e9b8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d9d400-6533-4ec8-b471-f880e00e9b8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
  margin-top: 2.5%;
max-width: 750px;
aspect-ratio: 750/134;
text-align: center;
}





  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image,
  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
    width: 100%;
    height: auto;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
    
    
  }


.s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shogun-image-content {
  
    align-items: center;
  
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
      --shg-aspect-ratio: calc(750/134); 
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
      position: relative;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image,
  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
    width: 100%;
    height: auto;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
    
    
  }


.s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shogun-image-content {
  
    align-items: center;
  
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
      --shg-aspect-ratio: calc(750/134); 
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
      position: relative;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image,
  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
    width: 100%;
    height: auto;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
    
    
  }


.s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shogun-image-content {
  
    align-items: center;
  
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
      --shg-aspect-ratio: calc(750/134); 
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
      position: relative;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image,
  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
    width: 100%;
    height: auto;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
    
    
  }


.s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shogun-image-content {
  
    align-items: center;
  
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
      --shg-aspect-ratio: calc(750/134); 
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
      position: relative;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image,
  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
    width: 100%;
    height: auto;
  }

  #s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
    
    
  }


.s-c7392d2b-67dd-48fa-b72f-eedf09db626e .shogun-image-content {
  
    align-items: center;
  
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e {
      --shg-aspect-ratio: calc(750/134); 
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container {
      position: relative;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7392d2b-67dd-48fa-b72f-eedf09db626e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-abd1d509-9650-4281-831a-fac39bd82c89 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

#s-abd1d509-9650-4281-831a-fac39bd82c89 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-abd1d509-9650-4281-831a-fac39bd82c89 .shg-sld-nav-button.shg-sld-left,
#s-abd1d509-9650-4281-831a-fac39bd82c89 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2aa5b18-f446-45cd-bf06-ca84d1598c06 {
  margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-e2aa5b18-f446-45cd-bf06-ca84d1598c06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2aa5b18-f446-45cd-bf06-ca84d1598c06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2aa5b18-f446-45cd-bf06-ca84d1598c06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2aa5b18-f446-45cd-bf06-ca84d1598c06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-78b216d2-6457-451b-9504-c5847e854322 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-78b216d2-6457-451b-9504-c5847e854322 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-78b216d2-6457-451b-9504-c5847e854322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b216d2-6457-451b-9504-c5847e854322 {
  cursor: pointer;
}#s-78b216d2-6457-451b-9504-c5847e854322.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3e373ea-f849-497c-8e5e-a3b6febce22a {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-b3e373ea-f849-497c-8e5e-a3b6febce22a img.shogun-image,
  #s-b3e373ea-f849-497c-8e5e-a3b6febce22a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3e373ea-f849-497c-8e5e-a3b6febce22a {
    width: 100%;
    height: auto;
  }



  #s-b3e373ea-f849-497c-8e5e-a3b6febce22a img.shogun-image {
    

    
    
    
  }


#s-b3e373ea-f849-497c-8e5e-a3b6febce22a .shogun-image-content {
  
    align-items: center;
  
}

#s-146713b8-0288-4180-b0c3-ae15692434f1 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-146713b8-0288-4180-b0c3-ae15692434f1 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-146713b8-0288-4180-b0c3-ae15692434f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-146713b8-0288-4180-b0c3-ae15692434f1 {
  cursor: pointer;
}#s-146713b8-0288-4180-b0c3-ae15692434f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2609c1e6-44ef-47c9-8342-d4df7957a292 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-2609c1e6-44ef-47c9-8342-d4df7957a292 img.shogun-image,
  #s-2609c1e6-44ef-47c9-8342-d4df7957a292 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2609c1e6-44ef-47c9-8342-d4df7957a292 {
    width: 100%;
    height: auto;
  }



  #s-2609c1e6-44ef-47c9-8342-d4df7957a292 img.shogun-image {
    

    
    
    
  }


#s-2609c1e6-44ef-47c9-8342-d4df7957a292 .shogun-image-content {
  
    align-items: center;
  
}

#s-516cdabe-050a-4ed8-8740-3f447c643ab2 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-516cdabe-050a-4ed8-8740-3f447c643ab2 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-516cdabe-050a-4ed8-8740-3f447c643ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-516cdabe-050a-4ed8-8740-3f447c643ab2 {
  cursor: pointer;
}#s-516cdabe-050a-4ed8-8740-3f447c643ab2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 img.shogun-image,
  #s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 {
    width: 100%;
    height: auto;
  }



  #s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 img.shogun-image {
    

    
    
    
  }


#s-baecd2af-6fb1-47b8-a1d7-5fd9e2eeb186 .shogun-image-content {
  
    align-items: center;
  
}

#s-70f8eeb1-59eb-4376-922f-c5605a033fbf {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-70f8eeb1-59eb-4376-922f-c5605a033fbf {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-70f8eeb1-59eb-4376-922f-c5605a033fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f8eeb1-59eb-4376-922f-c5605a033fbf {
  cursor: pointer;
}#s-70f8eeb1-59eb-4376-922f-c5605a033fbf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2dade7e1-a434-44ac-874a-8e33e3f3e623 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-2dade7e1-a434-44ac-874a-8e33e3f3e623 img.shogun-image,
  #s-2dade7e1-a434-44ac-874a-8e33e3f3e623 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dade7e1-a434-44ac-874a-8e33e3f3e623 {
    width: 100%;
    height: auto;
  }



  #s-2dade7e1-a434-44ac-874a-8e33e3f3e623 img.shogun-image {
    

    
    
    
  }


#s-2dade7e1-a434-44ac-874a-8e33e3f3e623 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d14aeae-af94-461f-8fb5-f815909c27c9 {
  margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-9d14aeae-af94-461f-8fb5-f815909c27c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9d14aeae-af94-461f-8fb5-f815909c27c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d14aeae-af94-461f-8fb5-f815909c27c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d14aeae-af94-461f-8fb5-f815909c27c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0bd8c99a-4f09-4af9-abcf-e15dfc3ee0d9 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0bd8c99a-4f09-4af9-abcf-e15dfc3ee0d9 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-0bd8c99a-4f09-4af9-abcf-e15dfc3ee0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd8c99a-4f09-4af9-abcf-e15dfc3ee0d9 {
  cursor: pointer;
}#s-0bd8c99a-4f09-4af9-abcf-e15dfc3ee0d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 img.shogun-image,
  #s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 {
    width: 100%;
    height: auto;
  }



  #s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 img.shogun-image {
    

    
    
    
  }


#s-8857a77f-d68d-412c-8e8b-1fbd37a474a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-65da7a95-96fc-400f-af5b-7419a11d1767 {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-65da7a95-96fc-400f-af5b-7419a11d1767 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-65da7a95-96fc-400f-af5b-7419a11d1767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65da7a95-96fc-400f-af5b-7419a11d1767 {
  cursor: pointer;
}#s-65da7a95-96fc-400f-af5b-7419a11d1767.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af82b112-30d7-43f8-9dc8-79c182fe6e77 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-af82b112-30d7-43f8-9dc8-79c182fe6e77 img.shogun-image,
  #s-af82b112-30d7-43f8-9dc8-79c182fe6e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af82b112-30d7-43f8-9dc8-79c182fe6e77 {
    width: 100%;
    height: auto;
  }



  #s-af82b112-30d7-43f8-9dc8-79c182fe6e77 img.shogun-image {
    

    
    
    
  }


#s-af82b112-30d7-43f8-9dc8-79c182fe6e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e9c19af-deb3-4f62-921d-35e57357eb4a {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0e9c19af-deb3-4f62-921d-35e57357eb4a {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-0e9c19af-deb3-4f62-921d-35e57357eb4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9c19af-deb3-4f62-921d-35e57357eb4a {
  cursor: pointer;
}#s-0e9c19af-deb3-4f62-921d-35e57357eb4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b832c04b-9024-4aa4-8e51-3e57aba7a649 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-b832c04b-9024-4aa4-8e51-3e57aba7a649 img.shogun-image,
  #s-b832c04b-9024-4aa4-8e51-3e57aba7a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b832c04b-9024-4aa4-8e51-3e57aba7a649 {
    width: 100%;
    height: auto;
  }



  #s-b832c04b-9024-4aa4-8e51-3e57aba7a649 img.shogun-image {
    

    
    
    
  }


#s-b832c04b-9024-4aa4-8e51-3e57aba7a649 .shogun-image-content {
  
    align-items: center;
  
}

#s-e201d881-8f39-4467-9206-83d30623354a {
  margin-top: 1em;
margin-left: 0.7em;
margin-right: 0.7em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e201d881-8f39-4467-9206-83d30623354a {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-e201d881-8f39-4467-9206-83d30623354a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e201d881-8f39-4467-9206-83d30623354a {
  cursor: pointer;
}#s-e201d881-8f39-4467-9206-83d30623354a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d00e823-c92e-4e24-8365-a76d54acb8c6 {
  max-width: 610px;
aspect-ratio: 610/664;
text-align: center;
}





  #s-4d00e823-c92e-4e24-8365-a76d54acb8c6 img.shogun-image,
  #s-4d00e823-c92e-4e24-8365-a76d54acb8c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d00e823-c92e-4e24-8365-a76d54acb8c6 {
    width: 100%;
    height: auto;
  }



  #s-4d00e823-c92e-4e24-8365-a76d54acb8c6 img.shogun-image {
    

    
    
    
  }


#s-4d00e823-c92e-4e24-8365-a76d54acb8c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 {
  display: none;
}
#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52, #wrap-s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 {
  display: none;
}
#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52, #wrap-s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 {
  display: none;
}
#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52, #wrap-s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 { display: none !important; }}







#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81cad4f2-b6b4-4cdf-b673-e11b66e3eb52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 {
  max-width: 750px;
aspect-ratio: 750/528;
text-align: center;
}
@media (min-width: 1200px){#s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 {
  
}
}




  #s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 img.shogun-image,
  #s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 {
    width: 100%;
    height: auto;
  }



  #s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 img.shogun-image {
    

    
    
    
  }


#s-a18192f5-ec44-4e95-a474-9ee2e7ee10c2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5e7e9ac9-8c88-40c7-a444-833773610e88 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-5e7e9ac9-8c88-40c7-a444-833773610e88 {
  display: none;
}
#s-5e7e9ac9-8c88-40c7-a444-833773610e88, #wrap-s-5e7e9ac9-8c88-40c7-a444-833773610e88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e7e9ac9-8c88-40c7-a444-833773610e88 {
  display: none;
}
#s-5e7e9ac9-8c88-40c7-a444-833773610e88, #wrap-s-5e7e9ac9-8c88-40c7-a444-833773610e88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e7e9ac9-8c88-40c7-a444-833773610e88 {
  display: none;
}
#s-5e7e9ac9-8c88-40c7-a444-833773610e88, #wrap-s-5e7e9ac9-8c88-40c7-a444-833773610e88 { display: none !important; }}







#s-5e7e9ac9-8c88-40c7-a444-833773610e88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e7e9ac9-8c88-40c7-a444-833773610e88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-096fd713-d02a-4b67-99d0-063c5ffbf694 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-096fd713-d02a-4b67-99d0-063c5ffbf694 {
  display: none;
}
#s-096fd713-d02a-4b67-99d0-063c5ffbf694, #wrap-s-096fd713-d02a-4b67-99d0-063c5ffbf694 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-096fd713-d02a-4b67-99d0-063c5ffbf694 {
  display: none;
}
#s-096fd713-d02a-4b67-99d0-063c5ffbf694, #wrap-s-096fd713-d02a-4b67-99d0-063c5ffbf694 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-096fd713-d02a-4b67-99d0-063c5ffbf694 {
  display: none;
}
#s-096fd713-d02a-4b67-99d0-063c5ffbf694, #wrap-s-096fd713-d02a-4b67-99d0-063c5ffbf694 { display: none !important; }}@media (max-width: 767px){#s-096fd713-d02a-4b67-99d0-063c5ffbf694 {
  
}
}
@media (min-width: 0px) {
[id="s-096fd713-d02a-4b67-99d0-063c5ffbf694"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-096fd713-d02a-4b67-99d0-063c5ffbf694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-096fd713-d02a-4b67-99d0-063c5ffbf694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-096fd713-d02a-4b67-99d0-063c5ffbf694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a5c2f5a-c75d-4608-b4c0-d073d7f08885 {
  min-height: 40px;
}








#s-7a5c2f5a-c75d-4608-b4c0-d073d7f08885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a5c2f5a-c75d-4608-b4c0-d073d7f08885.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 {
  max-width: 750px;
aspect-ratio: 750/846;
text-align: center;
}





  #s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 img.shogun-image,
  #s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 {
    width: 100%;
    height: auto;
  }



  #s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 img.shogun-image {
    

    
    
    
  }


#s-55aa7a4e-8cc3-49f4-bcfd-715fcbddaf85 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c352f956-d946-47ad-a21c-0c92454e82db {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c352f956-d946-47ad-a21c-0c92454e82db:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-c352f956-d946-47ad-a21c-0c92454e82db:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-c352f956-d946-47ad-a21c-0c92454e82db-root {
    text-align: center;
  }


#s-c352f956-d946-47ad-a21c-0c92454e82db.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c352f956-d946-47ad-a21c-0c92454e82db-root {
    text-align: center;
  }


#s-c352f956-d946-47ad-a21c-0c92454e82db.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c352f956-d946-47ad-a21c-0c92454e82db-root {
    text-align: center;
  }


#s-c352f956-d946-47ad-a21c-0c92454e82db.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c352f956-d946-47ad-a21c-0c92454e82db-root {
    text-align: center;
  }


#s-c352f956-d946-47ad-a21c-0c92454e82db.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c352f956-d946-47ad-a21c-0c92454e82db-root {
    text-align: center;
  }


#s-c352f956-d946-47ad-a21c-0c92454e82db.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-2297848a-3050-452c-a8c4-d7764579f0ee {
  min-height: 40px;
}








#s-2297848a-3050-452c-a8c4-d7764579f0ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2297848a-3050-452c-a8c4-d7764579f0ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 {
  max-width: 750px;
aspect-ratio: 750/834;
text-align: center;
}





  #s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 img.shogun-image,
  #s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 {
    width: 100%;
    height: auto;
  }



  #s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 img.shogun-image {
    

    
    
    
  }


#s-a292f0a2-4755-4d85-9ac7-e177dc4385c4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-467187bf-d3a9-4f0d-b2e0-f528bc594332 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-467187bf-d3a9-4f0d-b2e0-f528bc594332:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-467187bf-d3a9-4f0d-b2e0-f528bc594332:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-467187bf-d3a9-4f0d-b2e0-f528bc594332-root {
    text-align: center;
  }


#s-467187bf-d3a9-4f0d-b2e0-f528bc594332.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-467187bf-d3a9-4f0d-b2e0-f528bc594332-root {
    text-align: center;
  }


#s-467187bf-d3a9-4f0d-b2e0-f528bc594332.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-467187bf-d3a9-4f0d-b2e0-f528bc594332-root {
    text-align: center;
  }


#s-467187bf-d3a9-4f0d-b2e0-f528bc594332.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-467187bf-d3a9-4f0d-b2e0-f528bc594332-root {
    text-align: center;
  }


#s-467187bf-d3a9-4f0d-b2e0-f528bc594332.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-467187bf-d3a9-4f0d-b2e0-f528bc594332-root {
    text-align: center;
  }


#s-467187bf-d3a9-4f0d-b2e0-f528bc594332.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-10e3a781-b0bd-443f-98c8-2ad754137f00 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-10e3a781-b0bd-443f-98c8-2ad754137f00 {
  display: none;
}
#s-10e3a781-b0bd-443f-98c8-2ad754137f00, #wrap-s-10e3a781-b0bd-443f-98c8-2ad754137f00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10e3a781-b0bd-443f-98c8-2ad754137f00 {
  display: none;
}
#s-10e3a781-b0bd-443f-98c8-2ad754137f00, #wrap-s-10e3a781-b0bd-443f-98c8-2ad754137f00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10e3a781-b0bd-443f-98c8-2ad754137f00 {
  display: none;
}
#s-10e3a781-b0bd-443f-98c8-2ad754137f00, #wrap-s-10e3a781-b0bd-443f-98c8-2ad754137f00 { display: none !important; }}







#s-10e3a781-b0bd-443f-98c8-2ad754137f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e3a781-b0bd-443f-98c8-2ad754137f00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb {
  display: none;
}
#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb, #wrap-s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb {
  display: none;
}
#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb, #wrap-s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb {
  display: none;
}
#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb, #wrap-s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb { display: none !important; }}







#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d1e876-d8d0-40b8-8af7-8cc71d0bdccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 {
  max-width: 750px;
aspect-ratio: 750/872;
text-align: center;
}
@media (min-width: 1200px){#s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 {
  
}
}




  #s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 img.shogun-image,
  #s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 {
    width: 100%;
    height: auto;
  }



  #s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 img.shogun-image {
    

    
    
    
  }


#s-a93e4c5e-fac3-4281-961b-27fcb7a7aaa8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2-root {
    text-align: center;
  }


#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2-root {
    text-align: center;
  }


#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2-root {
    text-align: center;
  }


#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2-root {
    text-align: center;
  }


#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2-root {
    text-align: center;
  }


#s-e5e6eec9-f66a-47cc-a007-8faa0e033ac2.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-7e8edf44-a892-4f9f-b585-ff075f26ab72 {
  min-height: 40px;
}








#s-7e8edf44-a892-4f9f-b585-ff075f26ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8edf44-a892-4f9f-b585-ff075f26ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a239e9d7-f169-456a-b2f3-1c71757129d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a239e9d7-f169-456a-b2f3-1c71757129d5 {
  display: none;
}
#s-a239e9d7-f169-456a-b2f3-1c71757129d5, #wrap-s-a239e9d7-f169-456a-b2f3-1c71757129d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a239e9d7-f169-456a-b2f3-1c71757129d5 {
  display: none;
}
#s-a239e9d7-f169-456a-b2f3-1c71757129d5, #wrap-s-a239e9d7-f169-456a-b2f3-1c71757129d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a239e9d7-f169-456a-b2f3-1c71757129d5 {
  display: none;
}
#s-a239e9d7-f169-456a-b2f3-1c71757129d5, #wrap-s-a239e9d7-f169-456a-b2f3-1c71757129d5 { display: none !important; }}







#s-a239e9d7-f169-456a-b2f3-1c71757129d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a239e9d7-f169-456a-b2f3-1c71757129d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f29f917-22a4-4719-abd7-cb4d71376131 {
  max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9f29f917-22a4-4719-abd7-cb4d71376131 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f29f917-22a4-4719-abd7-cb4d71376131 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f29f917-22a4-4719-abd7-cb4d71376131 {
  
}
}




  #s-9f29f917-22a4-4719-abd7-cb4d71376131 img.shogun-image,
  #s-9f29f917-22a4-4719-abd7-cb4d71376131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f29f917-22a4-4719-abd7-cb4d71376131 {
    width: 100%;
    height: auto;
  }



  #s-9f29f917-22a4-4719-abd7-cb4d71376131 img.shogun-image {
    

    
    
    
  }


#s-9f29f917-22a4-4719-abd7-cb4d71376131 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c899db7e-45c6-4d40-b6de-ade5f5c60768 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c899db7e-45c6-4d40-b6de-ade5f5c60768:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-c899db7e-45c6-4d40-b6de-ade5f5c60768:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-c899db7e-45c6-4d40-b6de-ade5f5c60768-root {
    text-align: center;
  }


#s-c899db7e-45c6-4d40-b6de-ade5f5c60768.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c899db7e-45c6-4d40-b6de-ade5f5c60768-root {
    text-align: center;
  }


#s-c899db7e-45c6-4d40-b6de-ade5f5c60768.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c899db7e-45c6-4d40-b6de-ade5f5c60768-root {
    text-align: center;
  }


#s-c899db7e-45c6-4d40-b6de-ade5f5c60768.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c899db7e-45c6-4d40-b6de-ade5f5c60768-root {
    text-align: center;
  }


#s-c899db7e-45c6-4d40-b6de-ade5f5c60768.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c899db7e-45c6-4d40-b6de-ade5f5c60768-root {
    text-align: center;
  }


#s-c899db7e-45c6-4d40-b6de-ade5f5c60768.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-293f56bf-8da9-40e7-875c-66244a5b603d {
  min-height: 40px;
}








#s-293f56bf-8da9-40e7-875c-66244a5b603d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293f56bf-8da9-40e7-875c-66244a5b603d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 {
  display: none;
}
#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3, #wrap-s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 {
  display: none;
}
#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3, #wrap-s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 {
  display: none;
}
#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3, #wrap-s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 { display: none !important; }}@media (max-width: 767px){#s-b59cdfb4-e5a0-45dd-a053-db69add94ac3 {
  
}
}
@media (min-width: 0px) {
[id="s-b59cdfb4-e5a0-45dd-a053-db69add94ac3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b59cdfb4-e5a0-45dd-a053-db69add94ac3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b59cdfb4-e5a0-45dd-a053-db69add94ac3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b59cdfb4-e5a0-45dd-a053-db69add94ac3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd9115db-dfc1-4236-a537-7edba2ab4908 {
  min-height: 40px;
}








#s-bd9115db-dfc1-4236-a537-7edba2ab4908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9115db-dfc1-4236-a537-7edba2ab4908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a {
  max-width: 750px;
aspect-ratio: 750/784;
text-align: center;
}





  #s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a img.shogun-image,
  #s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a {
    width: 100%;
    height: auto;
  }



  #s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a img.shogun-image {
    

    
    
    
  }


#s-e8f394bd-16f6-47f0-af06-ebc9f61dec2a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c158bf00-594d-4c70-9143-6faae43ca8a0 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c158bf00-594d-4c70-9143-6faae43ca8a0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-c158bf00-594d-4c70-9143-6faae43ca8a0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-c158bf00-594d-4c70-9143-6faae43ca8a0-root {
    text-align: center;
  }


#s-c158bf00-594d-4c70-9143-6faae43ca8a0.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c158bf00-594d-4c70-9143-6faae43ca8a0-root {
    text-align: center;
  }


#s-c158bf00-594d-4c70-9143-6faae43ca8a0.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c158bf00-594d-4c70-9143-6faae43ca8a0-root {
    text-align: center;
  }


#s-c158bf00-594d-4c70-9143-6faae43ca8a0.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c158bf00-594d-4c70-9143-6faae43ca8a0-root {
    text-align: center;
  }


#s-c158bf00-594d-4c70-9143-6faae43ca8a0.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c158bf00-594d-4c70-9143-6faae43ca8a0-root {
    text-align: center;
  }


#s-c158bf00-594d-4c70-9143-6faae43ca8a0.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-81772ced-7ed6-484b-a62c-6d1c70e35b2c {
  min-height: 40px;
}








#s-81772ced-7ed6-484b-a62c-6d1c70e35b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81772ced-7ed6-484b-a62c-6d1c70e35b2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 {
  max-width: 750px;
aspect-ratio: 750/786;
text-align: center;
}





  #s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 img.shogun-image,
  #s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 {
    width: 100%;
    height: auto;
  }



  #s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 img.shogun-image {
    

    
    
    
  }


#s-f67e809a-61a2-4ea4-88b2-481a4d06a5a7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd-root {
    text-align: center;
  }


#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd-root {
    text-align: center;
  }


#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd-root {
    text-align: center;
  }


#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd-root {
    text-align: center;
  }


#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd-root {
    text-align: center;
  }


#s-ae434c77-4d9c-49ea-a992-6e1dbdb37dbd.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-de3deb22-552c-44cc-b953-65655641f674 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-de3deb22-552c-44cc-b953-65655641f674 {
  display: none;
}
#s-de3deb22-552c-44cc-b953-65655641f674, #wrap-s-de3deb22-552c-44cc-b953-65655641f674 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de3deb22-552c-44cc-b953-65655641f674 {
  display: none;
}
#s-de3deb22-552c-44cc-b953-65655641f674, #wrap-s-de3deb22-552c-44cc-b953-65655641f674 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de3deb22-552c-44cc-b953-65655641f674 {
  display: none;
}
#s-de3deb22-552c-44cc-b953-65655641f674, #wrap-s-de3deb22-552c-44cc-b953-65655641f674 { display: none !important; }}







#s-de3deb22-552c-44cc-b953-65655641f674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de3deb22-552c-44cc-b953-65655641f674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c073916a-b38d-4c2e-abeb-5f4a319ef540 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c073916a-b38d-4c2e-abeb-5f4a319ef540 {
  display: none;
}
#s-c073916a-b38d-4c2e-abeb-5f4a319ef540, #wrap-s-c073916a-b38d-4c2e-abeb-5f4a319ef540 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c073916a-b38d-4c2e-abeb-5f4a319ef540 {
  display: none;
}
#s-c073916a-b38d-4c2e-abeb-5f4a319ef540, #wrap-s-c073916a-b38d-4c2e-abeb-5f4a319ef540 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c073916a-b38d-4c2e-abeb-5f4a319ef540 {
  display: none;
}
#s-c073916a-b38d-4c2e-abeb-5f4a319ef540, #wrap-s-c073916a-b38d-4c2e-abeb-5f4a319ef540 { display: none !important; }}







#s-c073916a-b38d-4c2e-abeb-5f4a319ef540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c073916a-b38d-4c2e-abeb-5f4a319ef540.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de7f0b13-466f-4672-988f-55b37395c2ca {
  max-width: 750px;
aspect-ratio: 750/844;
text-align: center;
}
@media (min-width: 1200px){#s-de7f0b13-466f-4672-988f-55b37395c2ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de7f0b13-466f-4672-988f-55b37395c2ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de7f0b13-466f-4672-988f-55b37395c2ca {
  
}
}




  #s-de7f0b13-466f-4672-988f-55b37395c2ca img.shogun-image,
  #s-de7f0b13-466f-4672-988f-55b37395c2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de7f0b13-466f-4672-988f-55b37395c2ca {
    width: 100%;
    height: auto;
  }



  #s-de7f0b13-466f-4672-988f-55b37395c2ca img.shogun-image {
    

    
    
    
  }


#s-de7f0b13-466f-4672-988f-55b37395c2ca .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a1059846-3f09-4803-8cb2-7f6bcea1db87 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-a1059846-3f09-4803-8cb2-7f6bcea1db87:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-a1059846-3f09-4803-8cb2-7f6bcea1db87:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-a1059846-3f09-4803-8cb2-7f6bcea1db87-root {
    text-align: center;
  }


#s-a1059846-3f09-4803-8cb2-7f6bcea1db87.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1059846-3f09-4803-8cb2-7f6bcea1db87-root {
    text-align: center;
  }


#s-a1059846-3f09-4803-8cb2-7f6bcea1db87.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1059846-3f09-4803-8cb2-7f6bcea1db87-root {
    text-align: center;
  }


#s-a1059846-3f09-4803-8cb2-7f6bcea1db87.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1059846-3f09-4803-8cb2-7f6bcea1db87-root {
    text-align: center;
  }


#s-a1059846-3f09-4803-8cb2-7f6bcea1db87.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1059846-3f09-4803-8cb2-7f6bcea1db87-root {
    text-align: center;
  }


#s-a1059846-3f09-4803-8cb2-7f6bcea1db87.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-5c6c88a7-33ee-493c-8ccd-99c8eb641e54 {
  min-height: 40px;
}








#s-5c6c88a7-33ee-493c-8ccd-99c8eb641e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6c88a7-33ee-493c-8ccd-99c8eb641e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b {
  display: none;
}
#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b, #wrap-s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b {
  display: none;
}
#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b, #wrap-s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b {
  display: none;
}
#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b, #wrap-s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b { display: none !important; }}







#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06ba5e3-6e87-46f1-8d07-037e2196ac0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7755119e-e627-43a8-95e2-374203a5f663 {
  text-align: center;
}
@media (min-width: 1200px){#s-7755119e-e627-43a8-95e2-374203a5f663 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7755119e-e627-43a8-95e2-374203a5f663 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7755119e-e627-43a8-95e2-374203a5f663 {
  
}
}






  #s-7755119e-e627-43a8-95e2-374203a5f663 img.shogun-image {
    

    
    
    
  }


#s-7755119e-e627-43a8-95e2-374203a5f663 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b {
  min-height: 40px;
}
@media (min-width: 1200px){#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b {
  display: none;
}
#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b, #wrap-s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b {
  display: none;
}
#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b, #wrap-s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b {
  display: none;
}
#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b, #wrap-s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b { display: none !important; }}







#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35d4eb4d-6c5e-4722-931c-d2bd9b4c8a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c74a17-bcf5-4151-9697-963e65b7bc2e {
  min-height: 50px;
}
@media (max-width: 767px){#s-83c74a17-bcf5-4151-9697-963e65b7bc2e {
  display: none;
}
#s-83c74a17-bcf5-4151-9697-963e65b7bc2e, #wrap-s-83c74a17-bcf5-4151-9697-963e65b7bc2e { display: none !important; }}







#s-83c74a17-bcf5-4151-9697-963e65b7bc2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83c74a17-bcf5-4151-9697-963e65b7bc2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97a95691-42fc-4d14-8a0f-5c67c6d4acfc {
  min-height: 50px;
}








#s-97a95691-42fc-4d14-8a0f-5c67c6d4acfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a95691-42fc-4d14-8a0f-5c67c6d4acfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
  margin-bottom: 1.5%;
max-width: 2880px;
aspect-ratio: 2880/72;
text-align: center;
}





  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image,
  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
    width: 100%;
    height: auto;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
    
    
  }


.s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
      --shg-aspect-ratio: calc(2880/72); 
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
      position: relative;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image,
  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
    width: 100%;
    height: auto;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
    
    
  }


.s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
      --shg-aspect-ratio: calc(2880/72); 
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
      position: relative;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image,
  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
    width: 100%;
    height: auto;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
    
    
  }


.s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
      --shg-aspect-ratio: calc(2880/72); 
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
      position: relative;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image,
  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
    width: 100%;
    height: auto;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
    
    
  }


.s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
      --shg-aspect-ratio: calc(2880/72); 
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
      position: relative;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image,
  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
    width: 100%;
    height: auto;
  }

  #s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
    
    
  }


.s-1e6908aa-b510-423f-89a1-4dceedc23bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 {
      --shg-aspect-ratio: calc(2880/72); 
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container {
      position: relative;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6908aa-b510-423f-89a1-4dceedc23bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-07daf1ae-4779-4368-b3f4-81db58931b11 {
  margin-bottom: 2em;
padding-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-07daf1ae-4779-4368-b3f4-81db58931b11 {
  display: none;
}
#s-07daf1ae-4779-4368-b3f4-81db58931b11, #wrap-s-07daf1ae-4779-4368-b3f4-81db58931b11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07daf1ae-4779-4368-b3f4-81db58931b11 {
  display: none;
}
#s-07daf1ae-4779-4368-b3f4-81db58931b11, #wrap-s-07daf1ae-4779-4368-b3f4-81db58931b11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07daf1ae-4779-4368-b3f4-81db58931b11 {
  display: none;
}
#s-07daf1ae-4779-4368-b3f4-81db58931b11, #wrap-s-07daf1ae-4779-4368-b3f4-81db58931b11 { display: none !important; }}
#s-07daf1ae-4779-4368-b3f4-81db58931b11 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "sofia-pro";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}



#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f {
  margin-top: -3%;
margin-bottom: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f {
  display: none;
}
#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f, #wrap-s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f {
  display: none;
}
#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f, #wrap-s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f {
  display: none;
}
#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f, #wrap-s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f { display: none !important; }}







#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a1bd26b-08c5-4b0a-afa2-faaff2a7892f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eaf16b0-2850-4795-b354-cc28cb0b14b5 {
  margin-bottom: 2em;
padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1eaf16b0-2850-4795-b354-cc28cb0b14b5 {
  display: none;
}
#s-1eaf16b0-2850-4795-b354-cc28cb0b14b5, #wrap-s-1eaf16b0-2850-4795-b354-cc28cb0b14b5 { display: none !important; }}
#s-1eaf16b0-2850-4795-b354-cc28cb0b14b5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "sofia-pro";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-1eaf16b0-2850-4795-b354-cc28cb0b14b5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "sofia-pro";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 2px;
  
}


}
#s-888a253e-4fda-4f12-a01d-0bb0f132a91d {
  margin-bottom: 1%;
max-width: 750px;
aspect-ratio: 750/72;
text-align: center;
}
@media (min-width: 1200px){#s-888a253e-4fda-4f12-a01d-0bb0f132a91d {
  display: none;
}
#s-888a253e-4fda-4f12-a01d-0bb0f132a91d, #wrap-s-888a253e-4fda-4f12-a01d-0bb0f132a91d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-888a253e-4fda-4f12-a01d-0bb0f132a91d {
  display: none;
}
#s-888a253e-4fda-4f12-a01d-0bb0f132a91d, #wrap-s-888a253e-4fda-4f12-a01d-0bb0f132a91d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-888a253e-4fda-4f12-a01d-0bb0f132a91d {
  display: none;
}
#s-888a253e-4fda-4f12-a01d-0bb0f132a91d, #wrap-s-888a253e-4fda-4f12-a01d-0bb0f132a91d { display: none !important; }}




  #s-888a253e-4fda-4f12-a01d-0bb0f132a91d img.shogun-image,
  #s-888a253e-4fda-4f12-a01d-0bb0f132a91d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-888a253e-4fda-4f12-a01d-0bb0f132a91d {
    width: 100%;
    height: auto;
  }



  #s-888a253e-4fda-4f12-a01d-0bb0f132a91d img.shogun-image {
    

    
    
    
  }


#s-888a253e-4fda-4f12-a01d-0bb0f132a91d .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb2d342-db64-4f2b-bb24-236cff06b947 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 231, 235, 1);
border-style: solid;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdb2d342-db64-4f2b-bb24-236cff06b947 {
  
}
}@media (max-width: 767px){#s-cdb2d342-db64-4f2b-bb24-236cff06b947 {
  display: none;
}
#s-cdb2d342-db64-4f2b-bb24-236cff06b947, #wrap-s-cdb2d342-db64-4f2b-bb24-236cff06b947 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cdb2d342-db64-4f2b-bb24-236cff06b947"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cdb2d342-db64-4f2b-bb24-236cff06b947"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb2d342-db64-4f2b-bb24-236cff06b947"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb2d342-db64-4f2b-bb24-236cff06b947"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 {
  margin-bottom: 14px;
max-width: 908px;
aspect-ratio: 908/1022;
text-align: center;
}





  #s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 img.shogun-image,
  #s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 {
    width: 100%;
    height: auto;
  }



  #s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 img.shogun-image {
    

    
    
    
  }


#s-d80fd144-241d-498e-8ce3-8b5bb64da3b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7b73045-e4da-4af0-8d11-77b5986c9a56 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-c7b73045-e4da-4af0-8d11-77b5986c9a56:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7b73045-e4da-4af0-8d11-77b5986c9a56:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-c7b73045-e4da-4af0-8d11-77b5986c9a56 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-c7b73045-e4da-4af0-8d11-77b5986c9a56-root {
    text-align: center;
  }


#s-c7b73045-e4da-4af0-8d11-77b5986c9a56.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7b73045-e4da-4af0-8d11-77b5986c9a56-root {
    text-align: center;
  }


#s-c7b73045-e4da-4af0-8d11-77b5986c9a56.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7b73045-e4da-4af0-8d11-77b5986c9a56-root {
    text-align: center;
  }


#s-c7b73045-e4da-4af0-8d11-77b5986c9a56.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7b73045-e4da-4af0-8d11-77b5986c9a56-root {
    text-align: center;
  }


#s-c7b73045-e4da-4af0-8d11-77b5986c9a56.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7b73045-e4da-4af0-8d11-77b5986c9a56-root {
    text-align: center;
  }


#s-c7b73045-e4da-4af0-8d11-77b5986c9a56.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 {
  margin-bottom: 14px;
max-width: 908px;
aspect-ratio: 908/1028;
text-align: center;
}





  #s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 img.shogun-image,
  #s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 {
    width: 100%;
    height: auto;
  }



  #s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 img.shogun-image {
    

    
    
    
  }


#s-021df38f-73c8-4d91-b396-0ea8cbe2dcc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9df34c74-a852-496e-bb52-5a55fd70bdde {
  text-align: left;
}
@media (min-width: 1200px){#s-9df34c74-a852-496e-bb52-5a55fd70bdde {
  display: none;
}
#s-9df34c74-a852-496e-bb52-5a55fd70bdde, #wrap-s-9df34c74-a852-496e-bb52-5a55fd70bdde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9df34c74-a852-496e-bb52-5a55fd70bdde {
  display: none;
}
#s-9df34c74-a852-496e-bb52-5a55fd70bdde, #wrap-s-9df34c74-a852-496e-bb52-5a55fd70bdde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9df34c74-a852-496e-bb52-5a55fd70bdde {
  display: none;
}
#s-9df34c74-a852-496e-bb52-5a55fd70bdde, #wrap-s-9df34c74-a852-496e-bb52-5a55fd70bdde { display: none !important; }}
#s-74f5d38b-083a-4593-b723-18b4f873d4b6 {
  border-style: solid;
margin-left: 5%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-74f5d38b-083a-4593-b723-18b4f873d4b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74f5d38b-083a-4593-b723-18b4f873d4b6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-74f5d38b-083a-4593-b723-18b4f873d4b6 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-74f5d38b-083a-4593-b723-18b4f873d4b6-root {
    text-align: center;
  }


#s-74f5d38b-083a-4593-b723-18b4f873d4b6.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74f5d38b-083a-4593-b723-18b4f873d4b6-root {
    text-align: center;
  }


#s-74f5d38b-083a-4593-b723-18b4f873d4b6.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74f5d38b-083a-4593-b723-18b4f873d4b6-root {
    text-align: center;
  }


#s-74f5d38b-083a-4593-b723-18b4f873d4b6.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74f5d38b-083a-4593-b723-18b4f873d4b6-root {
    text-align: center;
  }


#s-74f5d38b-083a-4593-b723-18b4f873d4b6.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74f5d38b-083a-4593-b723-18b4f873d4b6-root {
    text-align: center;
  }


#s-74f5d38b-083a-4593-b723-18b4f873d4b6.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 {
  margin-bottom: 14px;
max-width: 910px;
aspect-ratio: 910/1028;
text-align: center;
}





  #s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 img.shogun-image,
  #s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 {
    width: 100%;
    height: auto;
  }



  #s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 img.shogun-image {
    

    
    
    
  }


#s-dbfb1f2f-3e4f-4478-bf2f-655fed2b49b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd8a5882-69fa-4e39-9ad8-12691579f884 {
  border-style: solid;
margin-left: 5%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-bd8a5882-69fa-4e39-9ad8-12691579f884:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bd8a5882-69fa-4e39-9ad8-12691579f884:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
color: rgba(27, 27, 27, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-bd8a5882-69fa-4e39-9ad8-12691579f884 {
  padding-left: 15px;
padding-right: 15px;
}
}

  #s-bd8a5882-69fa-4e39-9ad8-12691579f884-root {
    text-align: center;
  }


#s-bd8a5882-69fa-4e39-9ad8-12691579f884.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd8a5882-69fa-4e39-9ad8-12691579f884-root {
    text-align: center;
  }


#s-bd8a5882-69fa-4e39-9ad8-12691579f884.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd8a5882-69fa-4e39-9ad8-12691579f884-root {
    text-align: center;
  }


#s-bd8a5882-69fa-4e39-9ad8-12691579f884.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd8a5882-69fa-4e39-9ad8-12691579f884-root {
    text-align: center;
  }


#s-bd8a5882-69fa-4e39-9ad8-12691579f884.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 11px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd8a5882-69fa-4e39-9ad8-12691579f884-root {
    text-align: center;
  }


#s-bd8a5882-69fa-4e39-9ad8-12691579f884.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(229, 231, 235, 1);
border-style: solid;
min-height: 40px;
}
@media (max-width: 767px){#s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3 {
  display: none;
}
#s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3, #wrap-s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3 { display: none !important; }}







#s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b622a267-41a7-4216-a4ee-f2dc83cfb6d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 {
  display: none;
}
#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20, #wrap-s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 {
  display: none;
}
#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20, #wrap-s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 {
  display: none;
}
#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20, #wrap-s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 { display: none !important; }}







#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8d691a-d668-4771-aa2f-9c8d3523ad20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a41f106-e292-495d-b93e-d252d8d9e3d2 {
  max-width: 750px;
aspect-ratio: 750/848;
text-align: center;
}
@media (min-width: 1200px){#s-9a41f106-e292-495d-b93e-d252d8d9e3d2 {
  display: none;
}
#s-9a41f106-e292-495d-b93e-d252d8d9e3d2, #wrap-s-9a41f106-e292-495d-b93e-d252d8d9e3d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a41f106-e292-495d-b93e-d252d8d9e3d2 {
  display: none;
}
#s-9a41f106-e292-495d-b93e-d252d8d9e3d2, #wrap-s-9a41f106-e292-495d-b93e-d252d8d9e3d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a41f106-e292-495d-b93e-d252d8d9e3d2 {
  display: none;
}
#s-9a41f106-e292-495d-b93e-d252d8d9e3d2, #wrap-s-9a41f106-e292-495d-b93e-d252d8d9e3d2 { display: none !important; }}




  #s-9a41f106-e292-495d-b93e-d252d8d9e3d2 img.shogun-image,
  #s-9a41f106-e292-495d-b93e-d252d8d9e3d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a41f106-e292-495d-b93e-d252d8d9e3d2 {
    width: 100%;
    height: auto;
  }



  #s-9a41f106-e292-495d-b93e-d252d8d9e3d2 img.shogun-image {
    

    
    
    
  }


#s-9a41f106-e292-495d-b93e-d252d8d9e3d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcd315f5-ede7-434b-a4f9-714cba120e78 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-fcd315f5-ede7-434b-a4f9-714cba120e78:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-fcd315f5-ede7-434b-a4f9-714cba120e78:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-fcd315f5-ede7-434b-a4f9-714cba120e78-root {
    text-align: center;
  }


#s-fcd315f5-ede7-434b-a4f9-714cba120e78.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcd315f5-ede7-434b-a4f9-714cba120e78-root {
    text-align: center;
  }


#s-fcd315f5-ede7-434b-a4f9-714cba120e78.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd315f5-ede7-434b-a4f9-714cba120e78-root {
    text-align: center;
  }


#s-fcd315f5-ede7-434b-a4f9-714cba120e78.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd315f5-ede7-434b-a4f9-714cba120e78-root {
    text-align: center;
  }


#s-fcd315f5-ede7-434b-a4f9-714cba120e78.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcd315f5-ede7-434b-a4f9-714cba120e78-root {
    text-align: center;
  }


#s-fcd315f5-ede7-434b-a4f9-714cba120e78.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-abd1f677-50da-41f3-a018-8aa6e51c8838 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-abd1f677-50da-41f3-a018-8aa6e51c8838 {
  display: none;
}
#s-abd1f677-50da-41f3-a018-8aa6e51c8838, #wrap-s-abd1f677-50da-41f3-a018-8aa6e51c8838 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abd1f677-50da-41f3-a018-8aa6e51c8838 {
  display: none;
}
#s-abd1f677-50da-41f3-a018-8aa6e51c8838, #wrap-s-abd1f677-50da-41f3-a018-8aa6e51c8838 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abd1f677-50da-41f3-a018-8aa6e51c8838 {
  display: none;
}
#s-abd1f677-50da-41f3-a018-8aa6e51c8838, #wrap-s-abd1f677-50da-41f3-a018-8aa6e51c8838 { display: none !important; }}







#s-abd1f677-50da-41f3-a018-8aa6e51c8838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abd1f677-50da-41f3-a018-8aa6e51c8838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a87eb25-678d-457b-8129-cc49b9b85307 {
  max-width: 750px;
aspect-ratio: 750/834;
text-align: center;
}
@media (min-width: 1200px){#s-8a87eb25-678d-457b-8129-cc49b9b85307 {
  display: none;
}
#s-8a87eb25-678d-457b-8129-cc49b9b85307, #wrap-s-8a87eb25-678d-457b-8129-cc49b9b85307 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a87eb25-678d-457b-8129-cc49b9b85307 {
  display: none;
}
#s-8a87eb25-678d-457b-8129-cc49b9b85307, #wrap-s-8a87eb25-678d-457b-8129-cc49b9b85307 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a87eb25-678d-457b-8129-cc49b9b85307 {
  display: none;
}
#s-8a87eb25-678d-457b-8129-cc49b9b85307, #wrap-s-8a87eb25-678d-457b-8129-cc49b9b85307 { display: none !important; }}




  #s-8a87eb25-678d-457b-8129-cc49b9b85307 img.shogun-image,
  #s-8a87eb25-678d-457b-8129-cc49b9b85307 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a87eb25-678d-457b-8129-cc49b9b85307 {
    width: 100%;
    height: auto;
  }



  #s-8a87eb25-678d-457b-8129-cc49b9b85307 img.shogun-image {
    

    
    
    
  }


#s-8a87eb25-678d-457b-8129-cc49b9b85307 .shogun-image-content {
  
    align-items: center;
  
}

#s-50f568e0-ffa4-48b3-9824-ffb93f41136f {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-50f568e0-ffa4-48b3-9824-ffb93f41136f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-50f568e0-ffa4-48b3-9824-ffb93f41136f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-50f568e0-ffa4-48b3-9824-ffb93f41136f-root {
    text-align: center;
  }


#s-50f568e0-ffa4-48b3-9824-ffb93f41136f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50f568e0-ffa4-48b3-9824-ffb93f41136f-root {
    text-align: center;
  }


#s-50f568e0-ffa4-48b3-9824-ffb93f41136f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50f568e0-ffa4-48b3-9824-ffb93f41136f-root {
    text-align: center;
  }


#s-50f568e0-ffa4-48b3-9824-ffb93f41136f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50f568e0-ffa4-48b3-9824-ffb93f41136f-root {
    text-align: center;
  }


#s-50f568e0-ffa4-48b3-9824-ffb93f41136f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50f568e0-ffa4-48b3-9824-ffb93f41136f-root {
    text-align: center;
  }


#s-50f568e0-ffa4-48b3-9824-ffb93f41136f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-74052d62-88da-4605-8e1b-bbcf28461fdb {
  min-height: 40px;
}
@media (min-width: 1200px){#s-74052d62-88da-4605-8e1b-bbcf28461fdb {
  display: none;
}
#s-74052d62-88da-4605-8e1b-bbcf28461fdb, #wrap-s-74052d62-88da-4605-8e1b-bbcf28461fdb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74052d62-88da-4605-8e1b-bbcf28461fdb {
  display: none;
}
#s-74052d62-88da-4605-8e1b-bbcf28461fdb, #wrap-s-74052d62-88da-4605-8e1b-bbcf28461fdb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74052d62-88da-4605-8e1b-bbcf28461fdb {
  display: none;
}
#s-74052d62-88da-4605-8e1b-bbcf28461fdb, #wrap-s-74052d62-88da-4605-8e1b-bbcf28461fdb { display: none !important; }}







#s-74052d62-88da-4605-8e1b-bbcf28461fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74052d62-88da-4605-8e1b-bbcf28461fdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 {
  max-width: 750px;
aspect-ratio: 750/844;
text-align: center;
}
@media (min-width: 1200px){#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 {
  display: none;
}
#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2, #wrap-s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 {
  display: none;
}
#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2, #wrap-s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 {
  display: none;
}
#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2, #wrap-s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 { display: none !important; }}




  #s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 img.shogun-image,
  #s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 {
    width: 100%;
    height: auto;
  }



  #s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 img.shogun-image {
    

    
    
    
  }


#s-d4b4ac35-e849-4bd1-adb7-5116bd20e1e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f {
  border-style: solid;
margin-top: 15px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 27, 27, 1);
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(27, 27, 27, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 27, 27, 1) !important;}

  #s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f-root {
    text-align: center;
  }


#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f-root {
    text-align: center;
  }


#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f-root {
    text-align: center;
  }


#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f-root {
    text-align: center;
  }


#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 17px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f-root {
    text-align: center;
  }


#s-eebe9f52-7679-4bfb-b619-8c8a1a232e7f.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 15px;
  
  
  font-family: sofia-pro;
  display:  inline-block ;
}
}
#s-4a67be19-1d21-4664-8653-38d6270dca59 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-4a67be19-1d21-4664-8653-38d6270dca59 {
  display: none;
}
#s-4a67be19-1d21-4664-8653-38d6270dca59, #wrap-s-4a67be19-1d21-4664-8653-38d6270dca59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a67be19-1d21-4664-8653-38d6270dca59 {
  display: none;
}
#s-4a67be19-1d21-4664-8653-38d6270dca59, #wrap-s-4a67be19-1d21-4664-8653-38d6270dca59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a67be19-1d21-4664-8653-38d6270dca59 {
  display: none;
}
#s-4a67be19-1d21-4664-8653-38d6270dca59, #wrap-s-4a67be19-1d21-4664-8653-38d6270dca59 { display: none !important; }}







#s-4a67be19-1d21-4664-8653-38d6270dca59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a67be19-1d21-4664-8653-38d6270dca59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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}
