.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-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (max-width: 767px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}
#s-e5837f21-a289-4a25-bf61-244a0342408b {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  display: none;
}
#s-e5837f21-a289-4a25-bf61-244a0342408b, #wrap-s-e5837f21-a289-4a25-bf61-244a0342408b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  display: none;
}
#s-e5837f21-a289-4a25-bf61-244a0342408b, #wrap-s-e5837f21-a289-4a25-bf61-244a0342408b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (max-width: 767px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}
#s-e5837f21-a289-4a25-bf61-244a0342408b {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e5837f21-a289-4a25-bf61-244a0342408b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e5837f21-a289-4a25-bf61-244a0342408b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-95c74935-462f-4b93-a8fe-24a41e461bbc {
  margin-top: -33px;
margin-left: 3%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-95c74935-462f-4b93-a8fe-24a41e461bbc {
  display: none;
}
#s-95c74935-462f-4b93-a8fe-24a41e461bbc, #wrap-s-95c74935-462f-4b93-a8fe-24a41e461bbc { display: none !important; }}@media (max-width: 767px){#s-95c74935-462f-4b93-a8fe-24a41e461bbc {
  display: none;
}
#s-95c74935-462f-4b93-a8fe-24a41e461bbc, #wrap-s-95c74935-462f-4b93-a8fe-24a41e461bbc { display: none !important; }}
#s-95c74935-462f-4b93-a8fe-24a41e461bbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 6px;
  text-align: left;
}



.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-722298d1-dd9d-470e-9770-93ff1b62fd65 {
  margin-top: 8px;
margin-bottom: 3px;
min-height: 1px;
}
@media (min-width: 1200px){#s-722298d1-dd9d-470e-9770-93ff1b62fd65 {
  display: none;
}
#s-722298d1-dd9d-470e-9770-93ff1b62fd65, #wrap-s-722298d1-dd9d-470e-9770-93ff1b62fd65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-722298d1-dd9d-470e-9770-93ff1b62fd65 {
  display: none;
}
#s-722298d1-dd9d-470e-9770-93ff1b62fd65, #wrap-s-722298d1-dd9d-470e-9770-93ff1b62fd65 { display: none !important; }}
@media (min-width: 0px) {
[id="s-722298d1-dd9d-470e-9770-93ff1b62fd65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-722298d1-dd9d-470e-9770-93ff1b62fd65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-722298d1-dd9d-470e-9770-93ff1b62fd65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-722298d1-dd9d-470e-9770-93ff1b62fd65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (max-width: 767px) {
  [id="s-722298d1-dd9d-470e-9770-93ff1b62fd65"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b3582ad6-bdea-4766-8c65-15b09a083eaa {
  margin-top: 50px;
margin-left: 49px;
margin-bottom: 12px;
margin-right: 49px;
padding-left: 4%;
padding-right: 4%;
opacity: 1;
}
@media (min-width: 1200px){#s-b3582ad6-bdea-4766-8c65-15b09a083eaa {
  display: none;
}
#s-b3582ad6-bdea-4766-8c65-15b09a083eaa, #wrap-s-b3582ad6-bdea-4766-8c65-15b09a083eaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3582ad6-bdea-4766-8c65-15b09a083eaa {
  display: none;
}
#s-b3582ad6-bdea-4766-8c65-15b09a083eaa, #wrap-s-b3582ad6-bdea-4766-8c65-15b09a083eaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3582ad6-bdea-4766-8c65-15b09a083eaa {
  
}
}@media (max-width: 767px){#s-b3582ad6-bdea-4766-8c65-15b09a083eaa {
  
}
}
.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-6f334e9a-da20-4426-a0b9-8238ceed5238 {
  margin-top: 10px;
margin-bottom: 12px;
margin-right: 5%;
padding-top: 7px;
padding-left: 51px;
padding-bottom: 7px;
padding-right: 51px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(168, 80, 80, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f334e9a-da20-4426-a0b9-8238ceed5238:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f334e9a-da20-4426-a0b9-8238ceed5238:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6f334e9a-da20-4426-a0b9-8238ceed5238 {
  display: none;
}
#s-6f334e9a-da20-4426-a0b9-8238ceed5238, #wrap-s-6f334e9a-da20-4426-a0b9-8238ceed5238 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f334e9a-da20-4426-a0b9-8238ceed5238 {
  display: none;
}
#s-6f334e9a-da20-4426-a0b9-8238ceed5238, #wrap-s-6f334e9a-da20-4426-a0b9-8238ceed5238 { display: none !important; }}

  #s-6f334e9a-da20-4426-a0b9-8238ceed5238-root {
    text-align: center;
  }


#s-6f334e9a-da20-4426-a0b9-8238ceed5238.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f334e9a-da20-4426-a0b9-8238ceed5238-root {
    text-align: center;
  }


#s-6f334e9a-da20-4426-a0b9-8238ceed5238.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f334e9a-da20-4426-a0b9-8238ceed5238-root {
    text-align: center;
  }


#s-6f334e9a-da20-4426-a0b9-8238ceed5238.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f334e9a-da20-4426-a0b9-8238ceed5238-root {
    text-align: center;
  }


#s-6f334e9a-da20-4426-a0b9-8238ceed5238.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f334e9a-da20-4426-a0b9-8238ceed5238-root {
    text-align: center;
  }


#s-6f334e9a-da20-4426-a0b9-8238ceed5238.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6d4c42f2-19b3-4050-bfcd-61525914331a {
  max-width: 2000px;
aspect-ratio: 2000/2201;
text-align: center;
}
@media (min-width: 1200px){#s-6d4c42f2-19b3-4050-bfcd-61525914331a {
  display: none;
}
#s-6d4c42f2-19b3-4050-bfcd-61525914331a, #wrap-s-6d4c42f2-19b3-4050-bfcd-61525914331a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d4c42f2-19b3-4050-bfcd-61525914331a {
  display: none;
}
#s-6d4c42f2-19b3-4050-bfcd-61525914331a, #wrap-s-6d4c42f2-19b3-4050-bfcd-61525914331a { display: none !important; }}




  #s-6d4c42f2-19b3-4050-bfcd-61525914331a img.shogun-image,
  #s-6d4c42f2-19b3-4050-bfcd-61525914331a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d4c42f2-19b3-4050-bfcd-61525914331a {
    width: 100%;
    height: auto;
  }



  #s-6d4c42f2-19b3-4050-bfcd-61525914331a img.shogun-image {
    

    
    
    
  }


#s-6d4c42f2-19b3-4050-bfcd-61525914331a .shogun-image-content {
  
    align-items: center;
  
}

#s-a7d813a0-edbf-4256-b2b9-683c36fd6439 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
}
@media (min-width: 1200px){#s-a7d813a0-edbf-4256-b2b9-683c36fd6439 {
  display: none;
}
#s-a7d813a0-edbf-4256-b2b9-683c36fd6439, #wrap-s-a7d813a0-edbf-4256-b2b9-683c36fd6439 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7d813a0-edbf-4256-b2b9-683c36fd6439 {
  display: none;
}
#s-a7d813a0-edbf-4256-b2b9-683c36fd6439, #wrap-s-a7d813a0-edbf-4256-b2b9-683c36fd6439 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7d813a0-edbf-4256-b2b9-683c36fd6439 {
  display: none;
}
#s-a7d813a0-edbf-4256-b2b9-683c36fd6439, #wrap-s-a7d813a0-edbf-4256-b2b9-683c36fd6439 { display: none !important; }}@media (max-width: 767px){#s-a7d813a0-edbf-4256-b2b9-683c36fd6439 {
  display: none;
}
#s-a7d813a0-edbf-4256-b2b9-683c36fd6439, #wrap-s-a7d813a0-edbf-4256-b2b9-683c36fd6439 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.5px);
}

[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.5px);
}

}

@media (min-width: 992px) {
[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.5px);
}

[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.5px);
}

[id="s-a7d813a0-edbf-4256-b2b9-683c36fd6439"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.5px);
}

}

#s-ad3feaff-c084-495e-b424-3c69783809df {
  margin-top: 131px;
margin-left: 17px;
margin-bottom: 3px;
margin-right: 0%;
padding-top: 40px;
padding-left: 12%;
padding-bottom: 40px;
padding-right: 12%;
opacity: 1;
}
@media (min-width: 1200px){#s-ad3feaff-c084-495e-b424-3c69783809df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad3feaff-c084-495e-b424-3c69783809df {
  display: none;
}
#s-ad3feaff-c084-495e-b424-3c69783809df, #wrap-s-ad3feaff-c084-495e-b424-3c69783809df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad3feaff-c084-495e-b424-3c69783809df {
  display: none;
}
#s-ad3feaff-c084-495e-b424-3c69783809df, #wrap-s-ad3feaff-c084-495e-b424-3c69783809df { display: none !important; }}@media (max-width: 767px){#s-ad3feaff-c084-495e-b424-3c69783809df {
  display: none;
}
#s-ad3feaff-c084-495e-b424-3c69783809df, #wrap-s-ad3feaff-c084-495e-b424-3c69783809df { display: none !important; }}
#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -23px;
margin-left: 9%;
margin-bottom: -9px;
margin-right: 2%;
padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 {
  display: none;
}
#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148, #wrap-s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 {
  display: none;
}
#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148, #wrap-s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 { display: none !important; }}@media (max-width: 767px){#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 {
  display: none;
}
#s-2b0d33a0-72d1-46fa-8b8b-176f8359c148, #wrap-s-2b0d33a0-72d1-46fa-8b8b-176f8359c148 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2b0d33a0-72d1-46fa-8b8b-176f8359c148"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b0d33a0-72d1-46fa-8b8b-176f8359c148"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b0d33a0-72d1-46fa-8b8b-176f8359c148"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b0d33a0-72d1-46fa-8b8b-176f8359c148"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2b0d33a0-72d1-46fa-8b8b-176f8359c148"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6432afbe-9817-425e-8c97-134cfd44fa53 {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-6432afbe-9817-425e-8c97-134cfd44fa53 {
  display: none;
}
#s-6432afbe-9817-425e-8c97-134cfd44fa53, #wrap-s-6432afbe-9817-425e-8c97-134cfd44fa53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6432afbe-9817-425e-8c97-134cfd44fa53 {
  display: none;
}
#s-6432afbe-9817-425e-8c97-134cfd44fa53, #wrap-s-6432afbe-9817-425e-8c97-134cfd44fa53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6432afbe-9817-425e-8c97-134cfd44fa53 {
  
}
}@media (max-width: 767px){#s-6432afbe-9817-425e-8c97-134cfd44fa53 {
  
}
}
#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9 {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9 {
  display: none;
}
#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9, #wrap-s-c8367fbb-29cd-46ba-bb23-b3862bf346a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9 {
  display: none;
}
#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9, #wrap-s-c8367fbb-29cd-46ba-bb23-b3862bf346a9 { display: none !important; }}

  #s-c8367fbb-29cd-46ba-bb23-b3862bf346a9-root {
    text-align: center;
  }


#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8367fbb-29cd-46ba-bb23-b3862bf346a9-root {
    text-align: center;
  }


#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8367fbb-29cd-46ba-bb23-b3862bf346a9-root {
    text-align: center;
  }


#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8367fbb-29cd-46ba-bb23-b3862bf346a9-root {
    text-align: center;
  }


#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8367fbb-29cd-46ba-bb23-b3862bf346a9-root {
    text-align: center;
  }


#s-c8367fbb-29cd-46ba-bb23-b3862bf346a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5 {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -85%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(148, 78, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5 {
  display: none;
}
#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5, #wrap-s-c4afeb75-08c3-467b-b56c-085f3bc24fe5 { display: none !important; }}@media (max-width: 767px){#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5 {
  display: none;
}
#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5, #wrap-s-c4afeb75-08c3-467b-b56c-085f3bc24fe5 { display: none !important; }}

  #s-c4afeb75-08c3-467b-b56c-085f3bc24fe5-root {
    text-align: center;
  }


#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4afeb75-08c3-467b-b56c-085f3bc24fe5-root {
    text-align: center;
  }


#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4afeb75-08c3-467b-b56c-085f3bc24fe5-root {
    text-align: center;
  }


#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4afeb75-08c3-467b-b56c-085f3bc24fe5-root {
    text-align: center;
  }


#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4afeb75-08c3-467b-b56c-085f3bc24fe5-root {
    text-align: center;
  }


#s-c4afeb75-08c3-467b-b56c-085f3bc24fe5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 {
  display: none;
}
#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5, #wrap-s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 {
  display: none;
}
#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5, #wrap-s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 {
  
}
}@media (max-width: 767px){#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 {
  
}
}







#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dff29ae1-e2c4-42f3-a572-9e5fa40501e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a407046e-546a-4e46-8749-a8f98f88b723 {
  text-align: center;
}







  #s-a407046e-546a-4e46-8749-a8f98f88b723 img.shogun-image {
    

    
    
    
  }


#s-a407046e-546a-4e46-8749-a8f98f88b723 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  display: none;
}
#s-abd68681-2d9f-4ceb-953b-12408ec0109a, #wrap-s-abd68681-2d9f-4ceb-953b-12408ec0109a { display: none !important; }}@media (max-width: 767px){#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  display: none;
}
#s-abd68681-2d9f-4ceb-953b-12408ec0109a, #wrap-s-abd68681-2d9f-4ceb-953b-12408ec0109a { display: none !important; }}
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-abd68681-2d9f-4ceb-953b-12408ec0109a {
  background-image: url(https://i.shgcdn.com/b3ca035f-e685-4f44-8756-c9dc7beaf87b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-abd68681-2d9f-4ceb-953b-12408ec0109a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abd68681-2d9f-4ceb-953b-12408ec0109a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74964410-3ce5-4f0a-b65a-09888309112f {
  margin-left: 0%;
margin-right: 0%;
min-height: 238px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-74964410-3ce5-4f0a-b65a-09888309112f {
  display: none;
}
#s-74964410-3ce5-4f0a-b65a-09888309112f, #wrap-s-74964410-3ce5-4f0a-b65a-09888309112f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74964410-3ce5-4f0a-b65a-09888309112f {
  display: none;
}
#s-74964410-3ce5-4f0a-b65a-09888309112f, #wrap-s-74964410-3ce5-4f0a-b65a-09888309112f { display: none !important; }}@media (max-width: 767px){#s-74964410-3ce5-4f0a-b65a-09888309112f {
  display: none;
}
#s-74964410-3ce5-4f0a-b65a-09888309112f, #wrap-s-74964410-3ce5-4f0a-b65a-09888309112f { display: none !important; }}
@media (min-width: 0px) {
[id="s-74964410-3ce5-4f0a-b65a-09888309112f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74964410-3ce5-4f0a-b65a-09888309112f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74964410-3ce5-4f0a-b65a-09888309112f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74964410-3ce5-4f0a-b65a-09888309112f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7966cac0-c256-4805-a5a4-0b9596816a7c {
  margin-top: 131px;
margin-left: 17px;
margin-bottom: 3px;
margin-right: 0%;
padding-top: 40px;
padding-left: 12%;
padding-bottom: 40px;
padding-right: 12%;
opacity: 1;
}
@media (min-width: 1200px){#s-7966cac0-c256-4805-a5a4-0b9596816a7c {
  display: none;
}
#s-7966cac0-c256-4805-a5a4-0b9596816a7c, #wrap-s-7966cac0-c256-4805-a5a4-0b9596816a7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7966cac0-c256-4805-a5a4-0b9596816a7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7966cac0-c256-4805-a5a4-0b9596816a7c {
  display: none;
}
#s-7966cac0-c256-4805-a5a4-0b9596816a7c, #wrap-s-7966cac0-c256-4805-a5a4-0b9596816a7c { display: none !important; }}@media (max-width: 767px){#s-7966cac0-c256-4805-a5a4-0b9596816a7c {
  display: none;
}
#s-7966cac0-c256-4805-a5a4-0b9596816a7c, #wrap-s-7966cac0-c256-4805-a5a4-0b9596816a7c { display: none !important; }}
#s-0b33f8ce-abfa-4254-9140-69520079a547 {
  margin-top: 96px;
margin-left: 9%;
margin-bottom: 3px;
margin-right: 9%;
padding-top: 40px;
padding-left: 12%;
padding-bottom: 40px;
padding-right: 12%;
opacity: 1;
}
@media (min-width: 1200px){#s-0b33f8ce-abfa-4254-9140-69520079a547 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b33f8ce-abfa-4254-9140-69520079a547 {
  display: none;
}
#s-0b33f8ce-abfa-4254-9140-69520079a547, #wrap-s-0b33f8ce-abfa-4254-9140-69520079a547 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b33f8ce-abfa-4254-9140-69520079a547 {
  display: none;
}
#s-0b33f8ce-abfa-4254-9140-69520079a547, #wrap-s-0b33f8ce-abfa-4254-9140-69520079a547 { display: none !important; }}@media (max-width: 767px){#s-0b33f8ce-abfa-4254-9140-69520079a547 {
  display: none;
}
#s-0b33f8ce-abfa-4254-9140-69520079a547, #wrap-s-0b33f8ce-abfa-4254-9140-69520079a547 { display: none !important; }}
#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 11px;
margin-left: 9%;
margin-bottom: -9px;
margin-right: 2%;
padding-top: 11px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 {
  display: none;
}
#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8, #wrap-s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 {
  display: none;
}
#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8, #wrap-s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 { display: none !important; }}@media (max-width: 767px){#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 {
  display: none;
}
#s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8, #wrap-s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7601b33f-53f8-4ca9-bfd6-96fb66cb77b8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 {
  display: none;
}
#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92, #wrap-s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 {
  display: none;
}
#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92, #wrap-s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 {
  
}
}@media (max-width: 767px){#s-ca4a6db2-5f5d-42a1-9e49-0a2cfabe8b92 {
  
}
}
#s-dbc42b7f-5b7d-445a-abd6-927fa4007801 {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dbc42b7f-5b7d-445a-abd6-927fa4007801:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbc42b7f-5b7d-445a-abd6-927fa4007801:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dbc42b7f-5b7d-445a-abd6-927fa4007801 {
  display: none;
}
#s-dbc42b7f-5b7d-445a-abd6-927fa4007801, #wrap-s-dbc42b7f-5b7d-445a-abd6-927fa4007801 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbc42b7f-5b7d-445a-abd6-927fa4007801 {
  display: none;
}
#s-dbc42b7f-5b7d-445a-abd6-927fa4007801, #wrap-s-dbc42b7f-5b7d-445a-abd6-927fa4007801 { display: none !important; }}

  #s-dbc42b7f-5b7d-445a-abd6-927fa4007801-root {
    text-align: center;
  }


#s-dbc42b7f-5b7d-445a-abd6-927fa4007801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbc42b7f-5b7d-445a-abd6-927fa4007801-root {
    text-align: center;
  }


#s-dbc42b7f-5b7d-445a-abd6-927fa4007801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbc42b7f-5b7d-445a-abd6-927fa4007801-root {
    text-align: center;
  }


#s-dbc42b7f-5b7d-445a-abd6-927fa4007801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbc42b7f-5b7d-445a-abd6-927fa4007801-root {
    text-align: center;
  }


#s-dbc42b7f-5b7d-445a-abd6-927fa4007801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbc42b7f-5b7d-445a-abd6-927fa4007801-root {
    text-align: center;
  }


#s-dbc42b7f-5b7d-445a-abd6-927fa4007801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-46406fdb-14b9-4525-915a-cabcf52ffd49 {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -85%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-46406fdb-14b9-4525-915a-cabcf52ffd49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46406fdb-14b9-4525-915a-cabcf52ffd49:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-46406fdb-14b9-4525-915a-cabcf52ffd49 {
  display: none;
}
#s-46406fdb-14b9-4525-915a-cabcf52ffd49, #wrap-s-46406fdb-14b9-4525-915a-cabcf52ffd49 { display: none !important; }}@media (max-width: 767px){#s-46406fdb-14b9-4525-915a-cabcf52ffd49 {
  display: none;
}
#s-46406fdb-14b9-4525-915a-cabcf52ffd49, #wrap-s-46406fdb-14b9-4525-915a-cabcf52ffd49 { display: none !important; }}

  #s-46406fdb-14b9-4525-915a-cabcf52ffd49-root {
    text-align: center;
  }


#s-46406fdb-14b9-4525-915a-cabcf52ffd49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46406fdb-14b9-4525-915a-cabcf52ffd49-root {
    text-align: center;
  }


#s-46406fdb-14b9-4525-915a-cabcf52ffd49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46406fdb-14b9-4525-915a-cabcf52ffd49-root {
    text-align: center;
  }


#s-46406fdb-14b9-4525-915a-cabcf52ffd49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46406fdb-14b9-4525-915a-cabcf52ffd49-root {
    text-align: center;
  }


#s-46406fdb-14b9-4525-915a-cabcf52ffd49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46406fdb-14b9-4525-915a-cabcf52ffd49-root {
    text-align: center;
  }


#s-46406fdb-14b9-4525-915a-cabcf52ffd49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 {
  display: none;
}
#s-d59876f1-3038-45a3-89c4-9bae5791aaa5, #wrap-s-d59876f1-3038-45a3-89c4-9bae5791aaa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 {
  display: none;
}
#s-d59876f1-3038-45a3-89c4-9bae5791aaa5, #wrap-s-d59876f1-3038-45a3-89c4-9bae5791aaa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 {
  
}
}@media (max-width: 767px){#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 {
  
}
}







#s-d59876f1-3038-45a3-89c4-9bae5791aaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59876f1-3038-45a3-89c4-9bae5791aaa5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -23px;
margin-left: 9%;
margin-bottom: -9px;
margin-right: 2%;
padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf {
  display: none;
}
#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf, #wrap-s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf {
  display: none;
}
#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf, #wrap-s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf { display: none !important; }}@media (max-width: 767px){#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf {
  display: none;
}
#s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf, #wrap-s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ff7dfe15-abdf-4c2e-be5e-5c502fe052bf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b {
  display: none;
}
#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b, #wrap-s-8ad9fff7-7eac-4a4c-98da-ade794825b9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b {
  display: none;
}
#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b, #wrap-s-8ad9fff7-7eac-4a4c-98da-ade794825b9b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b {
  
}
}@media (max-width: 767px){#s-8ad9fff7-7eac-4a4c-98da-ade794825b9b {
  
}
}
#s-eb80758f-bf35-4bc0-8b26-7af1e872d440 {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-eb80758f-bf35-4bc0-8b26-7af1e872d440:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb80758f-bf35-4bc0-8b26-7af1e872d440:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eb80758f-bf35-4bc0-8b26-7af1e872d440 {
  display: none;
}
#s-eb80758f-bf35-4bc0-8b26-7af1e872d440, #wrap-s-eb80758f-bf35-4bc0-8b26-7af1e872d440 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb80758f-bf35-4bc0-8b26-7af1e872d440 {
  display: none;
}
#s-eb80758f-bf35-4bc0-8b26-7af1e872d440, #wrap-s-eb80758f-bf35-4bc0-8b26-7af1e872d440 { display: none !important; }}

  #s-eb80758f-bf35-4bc0-8b26-7af1e872d440-root {
    text-align: center;
  }


#s-eb80758f-bf35-4bc0-8b26-7af1e872d440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb80758f-bf35-4bc0-8b26-7af1e872d440-root {
    text-align: center;
  }


#s-eb80758f-bf35-4bc0-8b26-7af1e872d440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb80758f-bf35-4bc0-8b26-7af1e872d440-root {
    text-align: center;
  }


#s-eb80758f-bf35-4bc0-8b26-7af1e872d440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb80758f-bf35-4bc0-8b26-7af1e872d440-root {
    text-align: center;
  }


#s-eb80758f-bf35-4bc0-8b26-7af1e872d440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb80758f-bf35-4bc0-8b26-7af1e872d440-root {
    text-align: center;
  }


#s-eb80758f-bf35-4bc0-8b26-7af1e872d440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e030e991-0c35-4551-889b-90ee527088f6 {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -85%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(148, 78, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e030e991-0c35-4551-889b-90ee527088f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e030e991-0c35-4551-889b-90ee527088f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e030e991-0c35-4551-889b-90ee527088f6 {
  display: none;
}
#s-e030e991-0c35-4551-889b-90ee527088f6, #wrap-s-e030e991-0c35-4551-889b-90ee527088f6 { display: none !important; }}@media (max-width: 767px){#s-e030e991-0c35-4551-889b-90ee527088f6 {
  display: none;
}
#s-e030e991-0c35-4551-889b-90ee527088f6, #wrap-s-e030e991-0c35-4551-889b-90ee527088f6 { display: none !important; }}

  #s-e030e991-0c35-4551-889b-90ee527088f6-root {
    text-align: center;
  }


#s-e030e991-0c35-4551-889b-90ee527088f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e030e991-0c35-4551-889b-90ee527088f6-root {
    text-align: center;
  }


#s-e030e991-0c35-4551-889b-90ee527088f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e030e991-0c35-4551-889b-90ee527088f6-root {
    text-align: center;
  }


#s-e030e991-0c35-4551-889b-90ee527088f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e030e991-0c35-4551-889b-90ee527088f6-root {
    text-align: center;
  }


#s-e030e991-0c35-4551-889b-90ee527088f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e030e991-0c35-4551-889b-90ee527088f6-root {
    text-align: center;
  }


#s-e030e991-0c35-4551-889b-90ee527088f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c118203b-728b-40dd-a1db-635ed37db6c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-c118203b-728b-40dd-a1db-635ed37db6c5 {
  display: none;
}
#s-c118203b-728b-40dd-a1db-635ed37db6c5, #wrap-s-c118203b-728b-40dd-a1db-635ed37db6c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c118203b-728b-40dd-a1db-635ed37db6c5 {
  display: none;
}
#s-c118203b-728b-40dd-a1db-635ed37db6c5, #wrap-s-c118203b-728b-40dd-a1db-635ed37db6c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c118203b-728b-40dd-a1db-635ed37db6c5 {
  
}
}@media (max-width: 767px){#s-c118203b-728b-40dd-a1db-635ed37db6c5 {
  
}
}







#s-c118203b-728b-40dd-a1db-635ed37db6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c118203b-728b-40dd-a1db-635ed37db6c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4178230a-84cc-458a-82d6-886b1d4475a8 {
  margin-top: 9px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-left: 4%;
padding-bottom: 1px;
padding-right: 4%;
max-width: 2005px;
aspect-ratio: 2005/2401;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4178230a-84cc-458a-82d6-886b1d4475a8 {
  display: none;
}
#s-4178230a-84cc-458a-82d6-886b1d4475a8, #wrap-s-4178230a-84cc-458a-82d6-886b1d4475a8 { display: none !important; }}




  #s-4178230a-84cc-458a-82d6-886b1d4475a8 img.shogun-image,
  #s-4178230a-84cc-458a-82d6-886b1d4475a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4178230a-84cc-458a-82d6-886b1d4475a8 {
    width: 100%;
    height: auto;
  }



  #s-4178230a-84cc-458a-82d6-886b1d4475a8 img.shogun-image {
    

    
    
    
  }


#s-4178230a-84cc-458a-82d6-886b1d4475a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 {
  display: none;
}
#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9, #wrap-s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 {
  display: none;
}
#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9, #wrap-s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 { display: none !important; }}@media (max-width: 767px){#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 {
  display: none;
}
#s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9, #wrap-s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9343dd9e-76a5-476e-8d2e-9e6b70ee8ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc115d99-a7d5-4803-830f-15aead079510 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc115d99-a7d5-4803-830f-15aead079510 {
  display: none;
}
#s-dc115d99-a7d5-4803-830f-15aead079510, #wrap-s-dc115d99-a7d5-4803-830f-15aead079510 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc115d99-a7d5-4803-830f-15aead079510 {
  display: none;
}
#s-dc115d99-a7d5-4803-830f-15aead079510, #wrap-s-dc115d99-a7d5-4803-830f-15aead079510 { display: none !important; }}@media (max-width: 767px){#s-dc115d99-a7d5-4803-830f-15aead079510 {
  display: none;
}
#s-dc115d99-a7d5-4803-830f-15aead079510, #wrap-s-dc115d99-a7d5-4803-830f-15aead079510 { display: none !important; }}







#s-dc115d99-a7d5-4803-830f-15aead079510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc115d99-a7d5-4803-830f-15aead079510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8147a60-f527-4301-8d50-e7c873da51c5 {
  margin-top: 102px;
margin-left: -4%;
margin-bottom: 102px;
margin-right: -4%;
padding-top: 30px;
padding-left: 17%;
padding-bottom: 13px;
padding-right: 17%;
}
@media (min-width: 1200px){#s-f8147a60-f527-4301-8d50-e7c873da51c5 {
  display: none;
}
#s-f8147a60-f527-4301-8d50-e7c873da51c5, #wrap-s-f8147a60-f527-4301-8d50-e7c873da51c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8147a60-f527-4301-8d50-e7c873da51c5 {
  display: none;
}
#s-f8147a60-f527-4301-8d50-e7c873da51c5, #wrap-s-f8147a60-f527-4301-8d50-e7c873da51c5 { display: none !important; }}@media (max-width: 767px){#s-f8147a60-f527-4301-8d50-e7c873da51c5 {
  display: none;
}
#s-f8147a60-f527-4301-8d50-e7c873da51c5, #wrap-s-f8147a60-f527-4301-8d50-e7c873da51c5 { display: none !important; }}
#s-239aac0e-716c-4611-83ad-c5109c891576 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -64px;
margin-left: 9%;
margin-bottom: 11px;
margin-right: 4%;
padding-top: 2px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-239aac0e-716c-4611-83ad-c5109c891576 {
  display: none;
}
#s-239aac0e-716c-4611-83ad-c5109c891576, #wrap-s-239aac0e-716c-4611-83ad-c5109c891576 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-239aac0e-716c-4611-83ad-c5109c891576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-239aac0e-716c-4611-83ad-c5109c891576 {
  display: none;
}
#s-239aac0e-716c-4611-83ad-c5109c891576, #wrap-s-239aac0e-716c-4611-83ad-c5109c891576 { display: none !important; }}@media (max-width: 767px){#s-239aac0e-716c-4611-83ad-c5109c891576 {
  display: none;
}
#s-239aac0e-716c-4611-83ad-c5109c891576, #wrap-s-239aac0e-716c-4611-83ad-c5109c891576 { display: none !important; }}
@media (min-width: 0px) {
[id="s-239aac0e-716c-4611-83ad-c5109c891576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239aac0e-716c-4611-83ad-c5109c891576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-239aac0e-716c-4611-83ad-c5109c891576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-239aac0e-716c-4611-83ad-c5109c891576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-239aac0e-716c-4611-83ad-c5109c891576"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25f22de7-9d4e-4e01-9f15-a745f7f16870 {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-25f22de7-9d4e-4e01-9f15-a745f7f16870 {
  display: none;
}
#s-25f22de7-9d4e-4e01-9f15-a745f7f16870, #wrap-s-25f22de7-9d4e-4e01-9f15-a745f7f16870 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25f22de7-9d4e-4e01-9f15-a745f7f16870 {
  display: none;
}
#s-25f22de7-9d4e-4e01-9f15-a745f7f16870, #wrap-s-25f22de7-9d4e-4e01-9f15-a745f7f16870 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25f22de7-9d4e-4e01-9f15-a745f7f16870 {
  
}
}@media (max-width: 767px){#s-25f22de7-9d4e-4e01-9f15-a745f7f16870 {
  
}
}
#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0 {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0 {
  display: none;
}
#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0, #wrap-s-fd3380e6-4420-4fb7-a47f-c03a75f456c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0 {
  display: none;
}
#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0, #wrap-s-fd3380e6-4420-4fb7-a47f-c03a75f456c0 { display: none !important; }}

  #s-fd3380e6-4420-4fb7-a47f-c03a75f456c0-root {
    text-align: center;
  }


#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd3380e6-4420-4fb7-a47f-c03a75f456c0-root {
    text-align: center;
  }


#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd3380e6-4420-4fb7-a47f-c03a75f456c0-root {
    text-align: center;
  }


#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd3380e6-4420-4fb7-a47f-c03a75f456c0-root {
    text-align: center;
  }


#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd3380e6-4420-4fb7-a47f-c03a75f456c0-root {
    text-align: center;
  }


#s-fd3380e6-4420-4fb7-a47f-c03a75f456c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2f82079c-b23b-471c-af43-a630f9685166 {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -54%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f82079c-b23b-471c-af43-a630f9685166:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f82079c-b23b-471c-af43-a630f9685166:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2f82079c-b23b-471c-af43-a630f9685166 {
  display: none;
}
#s-2f82079c-b23b-471c-af43-a630f9685166, #wrap-s-2f82079c-b23b-471c-af43-a630f9685166 { display: none !important; }}@media (max-width: 767px){#s-2f82079c-b23b-471c-af43-a630f9685166 {
  display: none;
}
#s-2f82079c-b23b-471c-af43-a630f9685166, #wrap-s-2f82079c-b23b-471c-af43-a630f9685166 { display: none !important; }}

  #s-2f82079c-b23b-471c-af43-a630f9685166-root {
    text-align: center;
  }


#s-2f82079c-b23b-471c-af43-a630f9685166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f82079c-b23b-471c-af43-a630f9685166-root {
    text-align: center;
  }


#s-2f82079c-b23b-471c-af43-a630f9685166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f82079c-b23b-471c-af43-a630f9685166-root {
    text-align: center;
  }


#s-2f82079c-b23b-471c-af43-a630f9685166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f82079c-b23b-471c-af43-a630f9685166-root {
    text-align: center;
  }


#s-2f82079c-b23b-471c-af43-a630f9685166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f82079c-b23b-471c-af43-a630f9685166-root {
    text-align: center;
  }


#s-2f82079c-b23b-471c-af43-a630f9685166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d {
  display: none;
}
#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d, #wrap-s-2ece5de4-3fd5-4e53-a688-c5b89af6452d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d {
  display: none;
}
#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d, #wrap-s-2ece5de4-3fd5-4e53-a688-c5b89af6452d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d {
  
}
}@media (max-width: 767px){#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d {
  
}
}







#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ece5de4-3fd5-4e53-a688-c5b89af6452d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db60c402-2c63-4e25-9dff-5ac83810892a {
  max-width: 2000px;
aspect-ratio: 2000/2048;
text-align: center;
}





  #s-db60c402-2c63-4e25-9dff-5ac83810892a img.shogun-image,
  #s-db60c402-2c63-4e25-9dff-5ac83810892a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db60c402-2c63-4e25-9dff-5ac83810892a {
    width: 100%;
    height: auto;
  }



  #s-db60c402-2c63-4e25-9dff-5ac83810892a img.shogun-image {
    

    
    
    
  }


#s-db60c402-2c63-4e25-9dff-5ac83810892a .shogun-image-content {
  
    align-items: center;
  
}

#s-85e181c5-6590-4c1b-a49b-dba8eb449c61 {
  min-height: 50px;
}








#s-85e181c5-6590-4c1b-a49b-dba8eb449c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e181c5-6590-4c1b-a49b-dba8eb449c61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cf3bca-4753-484b-a210-9aa0759ae003 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 8px;
padding-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-95cf3bca-4753-484b-a210-9aa0759ae003"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-95cf3bca-4753-484b-a210-9aa0759ae003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-95cf3bca-4753-484b-a210-9aa0759ae003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-95cf3bca-4753-484b-a210-9aa0759ae003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-0455c452-02e5-47af-ad28-07c663f84f58 {
  padding-left: 0%;
padding-right: 0%;
max-width: 2000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-0455c452-02e5-47af-ad28-07c663f84f58 img.shogun-image,
  #s-0455c452-02e5-47af-ad28-07c663f84f58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0455c452-02e5-47af-ad28-07c663f84f58 {
    width: 100%;
    height: auto;
  }



  #s-0455c452-02e5-47af-ad28-07c663f84f58 img.shogun-image {
    

    
    
    
  }


#s-0455c452-02e5-47af-ad28-07c663f84f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-deed8234-6c64-46c1-803c-b28a5405ada0 {
  background-image: url(https://i.shgcdn.com/011f6b40-1f7f-4ec8-8860-d9f92e229595/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 1px;
margin-bottom: 1px;
max-width: 2000px;
aspect-ratio: 2/3;
text-align: center;
background-position: center center;
}





  #s-deed8234-6c64-46c1-803c-b28a5405ada0 img.shogun-image,
  #s-deed8234-6c64-46c1-803c-b28a5405ada0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deed8234-6c64-46c1-803c-b28a5405ada0 {
    width: 100%;
    height: auto;
  }



  #s-deed8234-6c64-46c1-803c-b28a5405ada0 img.shogun-image {
    

    
    
    
  }


#s-deed8234-6c64-46c1-803c-b28a5405ada0 .shogun-image-content {
  
    align-items: center;
  
}

#s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc {
  margin-top: 1px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
max-width: 2000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc img.shogun-image,
  #s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc {
    width: 100%;
    height: auto;
  }



  #s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc img.shogun-image {
    

    
    
    
  }


#s-736e88b5-7cf0-49a8-882d-cdc71c2f0acc .shogun-image-content {
  
    align-items: center;
  
}

#s-daf53501-ee8c-498a-a363-32f6cb3b6de0 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-daf53501-ee8c-498a-a363-32f6cb3b6de0 {
  display: none;
}
#s-daf53501-ee8c-498a-a363-32f6cb3b6de0, #wrap-s-daf53501-ee8c-498a-a363-32f6cb3b6de0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-daf53501-ee8c-498a-a363-32f6cb3b6de0 {
  display: none;
}
#s-daf53501-ee8c-498a-a363-32f6cb3b6de0, #wrap-s-daf53501-ee8c-498a-a363-32f6cb3b6de0 { display: none !important; }}@media (max-width: 767px){#s-daf53501-ee8c-498a-a363-32f6cb3b6de0 {
  display: none;
}
#s-daf53501-ee8c-498a-a363-32f6cb3b6de0, #wrap-s-daf53501-ee8c-498a-a363-32f6cb3b6de0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-daf53501-ee8c-498a-a363-32f6cb3b6de0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daf53501-ee8c-498a-a363-32f6cb3b6de0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 80.5px);
}

}

@media (min-width: 992px) {
[id="s-daf53501-ee8c-498a-a363-32f6cb3b6de0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 80.5px);
}

}

@media (min-width: 1200px) {
[id="s-daf53501-ee8c-498a-a363-32f6cb3b6de0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 80.5px);
}

}

#s-d9de98d5-c343-4e72-b5c6-88987fd8009b {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 728px;
aspect-ratio: 728/864;
text-align: center;
}





  #s-d9de98d5-c343-4e72-b5c6-88987fd8009b img.shogun-image,
  #s-d9de98d5-c343-4e72-b5c6-88987fd8009b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9de98d5-c343-4e72-b5c6-88987fd8009b {
    width: 100%;
    height: auto;
  }



  #s-d9de98d5-c343-4e72-b5c6-88987fd8009b img.shogun-image {
    

    
    
    
  }


#s-d9de98d5-c343-4e72-b5c6-88987fd8009b .shogun-image-content {
  
    align-items: center;
  
}

#s-0e42d519-452a-4463-98d8-846fcf880b3b {
  margin-top: 150px;
margin-left: 0%;
margin-bottom: 66px;
margin-right: 16%;
padding-left: 3%;
padding-right: 3%;
opacity: 1;
}
@media (min-width: 1200px){#s-0e42d519-452a-4463-98d8-846fcf880b3b {
  display: none;
}
#s-0e42d519-452a-4463-98d8-846fcf880b3b, #wrap-s-0e42d519-452a-4463-98d8-846fcf880b3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e42d519-452a-4463-98d8-846fcf880b3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e42d519-452a-4463-98d8-846fcf880b3b {
  display: none;
}
#s-0e42d519-452a-4463-98d8-846fcf880b3b, #wrap-s-0e42d519-452a-4463-98d8-846fcf880b3b { display: none !important; }}@media (max-width: 767px){#s-0e42d519-452a-4463-98d8-846fcf880b3b {
  display: none;
}
#s-0e42d519-452a-4463-98d8-846fcf880b3b, #wrap-s-0e42d519-452a-4463-98d8-846fcf880b3b { display: none !important; }}
#s-3fea22cb-9b7e-4161-a821-ff684608eed4 {
  margin-top: 150px;
margin-left: 0%;
margin-bottom: 66px;
margin-right: 16%;
padding-left: 3%;
padding-right: 3%;
opacity: 1;
}
@media (min-width: 1200px){#s-3fea22cb-9b7e-4161-a821-ff684608eed4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fea22cb-9b7e-4161-a821-ff684608eed4 {
  display: none;
}
#s-3fea22cb-9b7e-4161-a821-ff684608eed4, #wrap-s-3fea22cb-9b7e-4161-a821-ff684608eed4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fea22cb-9b7e-4161-a821-ff684608eed4 {
  display: none;
}
#s-3fea22cb-9b7e-4161-a821-ff684608eed4, #wrap-s-3fea22cb-9b7e-4161-a821-ff684608eed4 { display: none !important; }}@media (max-width: 767px){#s-3fea22cb-9b7e-4161-a821-ff684608eed4 {
  display: none;
}
#s-3fea22cb-9b7e-4161-a821-ff684608eed4, #wrap-s-3fea22cb-9b7e-4161-a821-ff684608eed4 { display: none !important; }}
#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -19px;
margin-left: 9%;
margin-bottom: 11px;
margin-right: 2%;
padding-top: 2px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 {
  display: none;
}
#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282, #wrap-s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 {
  display: none;
}
#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282, #wrap-s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 { display: none !important; }}@media (max-width: 767px){#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 {
  display: none;
}
#s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282, #wrap-s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8a7c94c7-2bdd-4de0-a63d-4b17dd923282"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 {
  display: none;
}
#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59, #wrap-s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 {
  display: none;
}
#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59, #wrap-s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 {
  
}
}@media (max-width: 767px){#s-93d4c6f6-9a6a-4c5f-b31d-6bd8662eea59 {
  
}
}
#s-f440bacc-1153-4c25-add2-3634c1e58097 {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f440bacc-1153-4c25-add2-3634c1e58097:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f440bacc-1153-4c25-add2-3634c1e58097:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f440bacc-1153-4c25-add2-3634c1e58097 {
  display: none;
}
#s-f440bacc-1153-4c25-add2-3634c1e58097, #wrap-s-f440bacc-1153-4c25-add2-3634c1e58097 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f440bacc-1153-4c25-add2-3634c1e58097 {
  display: none;
}
#s-f440bacc-1153-4c25-add2-3634c1e58097, #wrap-s-f440bacc-1153-4c25-add2-3634c1e58097 { display: none !important; }}

  #s-f440bacc-1153-4c25-add2-3634c1e58097-root {
    text-align: center;
  }


#s-f440bacc-1153-4c25-add2-3634c1e58097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f440bacc-1153-4c25-add2-3634c1e58097-root {
    text-align: center;
  }


#s-f440bacc-1153-4c25-add2-3634c1e58097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f440bacc-1153-4c25-add2-3634c1e58097-root {
    text-align: center;
  }


#s-f440bacc-1153-4c25-add2-3634c1e58097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f440bacc-1153-4c25-add2-3634c1e58097-root {
    text-align: center;
  }


#s-f440bacc-1153-4c25-add2-3634c1e58097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f440bacc-1153-4c25-add2-3634c1e58097-root {
    text-align: center;
  }


#s-f440bacc-1153-4c25-add2-3634c1e58097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7 {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -54%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7 {
  display: none;
}
#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7, #wrap-s-b8249b15-0d7f-4f61-bf7e-39f917f883d7 { display: none !important; }}@media (max-width: 767px){#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7 {
  display: none;
}
#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7, #wrap-s-b8249b15-0d7f-4f61-bf7e-39f917f883d7 { display: none !important; }}

  #s-b8249b15-0d7f-4f61-bf7e-39f917f883d7-root {
    text-align: center;
  }


#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8249b15-0d7f-4f61-bf7e-39f917f883d7-root {
    text-align: center;
  }


#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8249b15-0d7f-4f61-bf7e-39f917f883d7-root {
    text-align: center;
  }


#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8249b15-0d7f-4f61-bf7e-39f917f883d7-root {
    text-align: center;
  }


#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8249b15-0d7f-4f61-bf7e-39f917f883d7-root {
    text-align: center;
  }


#s-b8249b15-0d7f-4f61-bf7e-39f917f883d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-41190199-55e2-4970-baee-8c0620f1d39c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-41190199-55e2-4970-baee-8c0620f1d39c {
  display: none;
}
#s-41190199-55e2-4970-baee-8c0620f1d39c, #wrap-s-41190199-55e2-4970-baee-8c0620f1d39c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41190199-55e2-4970-baee-8c0620f1d39c {
  display: none;
}
#s-41190199-55e2-4970-baee-8c0620f1d39c, #wrap-s-41190199-55e2-4970-baee-8c0620f1d39c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41190199-55e2-4970-baee-8c0620f1d39c {
  
}
}@media (max-width: 767px){#s-41190199-55e2-4970-baee-8c0620f1d39c {
  
}
}







#s-41190199-55e2-4970-baee-8c0620f1d39c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41190199-55e2-4970-baee-8c0620f1d39c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-200aea6a-2ece-44ca-a51d-cd03c43b1072 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -19px;
margin-left: 9%;
margin-bottom: 11px;
margin-right: 2%;
padding-top: 2px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-200aea6a-2ece-44ca-a51d-cd03c43b1072 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-200aea6a-2ece-44ca-a51d-cd03c43b1072 {
  display: none;
}
#s-200aea6a-2ece-44ca-a51d-cd03c43b1072, #wrap-s-200aea6a-2ece-44ca-a51d-cd03c43b1072 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-200aea6a-2ece-44ca-a51d-cd03c43b1072 {
  display: none;
}
#s-200aea6a-2ece-44ca-a51d-cd03c43b1072, #wrap-s-200aea6a-2ece-44ca-a51d-cd03c43b1072 { display: none !important; }}@media (max-width: 767px){#s-200aea6a-2ece-44ca-a51d-cd03c43b1072 {
  display: none;
}
#s-200aea6a-2ece-44ca-a51d-cd03c43b1072, #wrap-s-200aea6a-2ece-44ca-a51d-cd03c43b1072 { display: none !important; }}
@media (min-width: 0px) {
[id="s-200aea6a-2ece-44ca-a51d-cd03c43b1072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-200aea6a-2ece-44ca-a51d-cd03c43b1072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-200aea6a-2ece-44ca-a51d-cd03c43b1072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-200aea6a-2ece-44ca-a51d-cd03c43b1072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-200aea6a-2ece-44ca-a51d-cd03c43b1072"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce {
  margin-top: 65px;
margin-left: 94px;
margin-bottom: 62px;
margin-right: 94px;
opacity: 1;
}
@media (min-width: 1200px){#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce {
  display: none;
}
#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce, #wrap-s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce {
  display: none;
}
#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce, #wrap-s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce {
  
}
}@media (max-width: 767px){#s-e5f41f01-d60f-43ec-b5d4-c8934c9b1fce {
  
}
}
#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b {
  margin-top: -20px;
margin-bottom: 33px;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b {
  display: none;
}
#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b, #wrap-s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b {
  display: none;
}
#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b, #wrap-s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b { display: none !important; }}

  #s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b-root {
    text-align: center;
  }


#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b-root {
    text-align: center;
  }


#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b-root {
    text-align: center;
  }


#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b-root {
    text-align: center;
  }


#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b-root {
    text-align: center;
  }


#s-7a5ee8d4-fcd6-47c7-8a5b-dca6f614536b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb {
  border-style: solid;
margin-top: -18px;
margin-bottom: -4px;
margin-right: -54%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(148, 78, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb {
  display: none;
}
#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb, #wrap-s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb { display: none !important; }}@media (max-width: 767px){#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb {
  display: none;
}
#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb, #wrap-s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb { display: none !important; }}

  #s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb-root {
    text-align: center;
  }


#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb-root {
    text-align: center;
  }


#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb-root {
    text-align: center;
  }


#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb-root {
    text-align: center;
  }


#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb-root {
    text-align: center;
  }


#s-d4c8b5f6-b0b6-4a58-a9d7-77c2405c2cdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5b828a5b-7a75-4496-8313-7f86f9fba322 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b828a5b-7a75-4496-8313-7f86f9fba322 {
  display: none;
}
#s-5b828a5b-7a75-4496-8313-7f86f9fba322, #wrap-s-5b828a5b-7a75-4496-8313-7f86f9fba322 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b828a5b-7a75-4496-8313-7f86f9fba322 {
  display: none;
}
#s-5b828a5b-7a75-4496-8313-7f86f9fba322, #wrap-s-5b828a5b-7a75-4496-8313-7f86f9fba322 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b828a5b-7a75-4496-8313-7f86f9fba322 {
  
}
}@media (max-width: 767px){#s-5b828a5b-7a75-4496-8313-7f86f9fba322 {
  
}
}







#s-5b828a5b-7a75-4496-8313-7f86f9fba322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b828a5b-7a75-4496-8313-7f86f9fba322.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf6b6abf-211f-46c9-b94b-6fa532643f71 {
  min-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bf6b6abf-211f-46c9-b94b-6fa532643f71 {
  display: none;
}
#s-bf6b6abf-211f-46c9-b94b-6fa532643f71, #wrap-s-bf6b6abf-211f-46c9-b94b-6fa532643f71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf6b6abf-211f-46c9-b94b-6fa532643f71 {
  display: none;
}
#s-bf6b6abf-211f-46c9-b94b-6fa532643f71, #wrap-s-bf6b6abf-211f-46c9-b94b-6fa532643f71 { display: none !important; }}@media (max-width: 767px){#s-bf6b6abf-211f-46c9-b94b-6fa532643f71 {
  display: none;
}
#s-bf6b6abf-211f-46c9-b94b-6fa532643f71, #wrap-s-bf6b6abf-211f-46c9-b94b-6fa532643f71 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bf6b6abf-211f-46c9-b94b-6fa532643f71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf6b6abf-211f-46c9-b94b-6fa532643f71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-bf6b6abf-211f-46c9-b94b-6fa532643f71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf6b6abf-211f-46c9-b94b-6fa532643f71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
max-width: 728px;
aspect-ratio: 728/864;
text-align: center;
}





  #s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 img.shogun-image,
  #s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 {
    width: 100%;
    height: auto;
  }



  #s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 img.shogun-image {
    

    
    
    
  }


#s-93de7982-0076-4b9f-bdc1-cbf83b37fe07 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae45bf1-4723-48ed-9944-24d73ea933e1 {
  margin-top: 149px;
margin-left: 16%;
margin-bottom: 66px;
margin-right: 16%;
padding-left: 3%;
padding-right: 3%;
opacity: 1;
}
@media (min-width: 1200px){#s-3ae45bf1-4723-48ed-9944-24d73ea933e1 {
  display: none;
}
#s-3ae45bf1-4723-48ed-9944-24d73ea933e1, #wrap-s-3ae45bf1-4723-48ed-9944-24d73ea933e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae45bf1-4723-48ed-9944-24d73ea933e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ae45bf1-4723-48ed-9944-24d73ea933e1 {
  display: none;
}
#s-3ae45bf1-4723-48ed-9944-24d73ea933e1, #wrap-s-3ae45bf1-4723-48ed-9944-24d73ea933e1 { display: none !important; }}@media (max-width: 767px){#s-3ae45bf1-4723-48ed-9944-24d73ea933e1 {
  display: none;
}
#s-3ae45bf1-4723-48ed-9944-24d73ea933e1, #wrap-s-3ae45bf1-4723-48ed-9944-24d73ea933e1 { display: none !important; }}
#s-bf3096ec-831e-480e-9f2d-3f3476048c4b {
  margin-top: 129px;
margin-left: 16%;
margin-bottom: 66px;
margin-right: 14%;
padding-top: 28px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
opacity: 1;
}
@media (min-width: 1200px){#s-bf3096ec-831e-480e-9f2d-3f3476048c4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf3096ec-831e-480e-9f2d-3f3476048c4b {
  display: none;
}
#s-bf3096ec-831e-480e-9f2d-3f3476048c4b, #wrap-s-bf3096ec-831e-480e-9f2d-3f3476048c4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf3096ec-831e-480e-9f2d-3f3476048c4b {
  display: none;
}
#s-bf3096ec-831e-480e-9f2d-3f3476048c4b, #wrap-s-bf3096ec-831e-480e-9f2d-3f3476048c4b { display: none !important; }}@media (max-width: 767px){#s-bf3096ec-831e-480e-9f2d-3f3476048c4b {
  display: none;
}
#s-bf3096ec-831e-480e-9f2d-3f3476048c4b, #wrap-s-bf3096ec-831e-480e-9f2d-3f3476048c4b { display: none !important; }}
#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a {
  border-style: solid;
margin-top: -7px;
margin-bottom: 8px;
margin-right: 1%;
padding-top: 14px;
padding-left: 32px;
padding-bottom: 14px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a {
  display: none;
}
#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a, #wrap-s-625b9292-d144-4fc0-88d3-2c5c1f08d00a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a {
  display: none;
}
#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a, #wrap-s-625b9292-d144-4fc0-88d3-2c5c1f08d00a { display: none !important; }}@media (max-width: 767px){#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a {
  display: none;
}
#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a, #wrap-s-625b9292-d144-4fc0-88d3-2c5c1f08d00a { display: none !important; }}

  #s-625b9292-d144-4fc0-88d3-2c5c1f08d00a-root {
    text-align: center;
  }


#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-625b9292-d144-4fc0-88d3-2c5c1f08d00a-root {
    text-align: center;
  }


#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-625b9292-d144-4fc0-88d3-2c5c1f08d00a-root {
    text-align: center;
  }


#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-625b9292-d144-4fc0-88d3-2c5c1f08d00a-root {
    text-align: center;
  }


#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-625b9292-d144-4fc0-88d3-2c5c1f08d00a-root {
    text-align: center;
  }


#s-625b9292-d144-4fc0-88d3-2c5c1f08d00a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-450c2cb0-9230-41bb-8b20-040f26244ffd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-color: rgba(168, 80, 80, 1);
border-radius: 2px;
background-color: rgba(148, 78, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-450c2cb0-9230-41bb-8b20-040f26244ffd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-450c2cb0-9230-41bb-8b20-040f26244ffd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-450c2cb0-9230-41bb-8b20-040f26244ffd {
  display: none;
}
#s-450c2cb0-9230-41bb-8b20-040f26244ffd, #wrap-s-450c2cb0-9230-41bb-8b20-040f26244ffd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-450c2cb0-9230-41bb-8b20-040f26244ffd {
  display: none;
}
#s-450c2cb0-9230-41bb-8b20-040f26244ffd, #wrap-s-450c2cb0-9230-41bb-8b20-040f26244ffd { display: none !important; }}@media (max-width: 767px){#s-450c2cb0-9230-41bb-8b20-040f26244ffd {
  display: none;
}
#s-450c2cb0-9230-41bb-8b20-040f26244ffd, #wrap-s-450c2cb0-9230-41bb-8b20-040f26244ffd { display: none !important; }}

  #s-450c2cb0-9230-41bb-8b20-040f26244ffd-root {
    text-align: center;
  }


#s-450c2cb0-9230-41bb-8b20-040f26244ffd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-450c2cb0-9230-41bb-8b20-040f26244ffd-root {
    text-align: center;
  }


#s-450c2cb0-9230-41bb-8b20-040f26244ffd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-450c2cb0-9230-41bb-8b20-040f26244ffd-root {
    text-align: center;
  }


#s-450c2cb0-9230-41bb-8b20-040f26244ffd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-450c2cb0-9230-41bb-8b20-040f26244ffd-root {
    text-align: center;
  }


#s-450c2cb0-9230-41bb-8b20-040f26244ffd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-450c2cb0-9230-41bb-8b20-040f26244ffd-root {
    text-align: center;
  }


#s-450c2cb0-9230-41bb-8b20-040f26244ffd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}@media (max-width: 767px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}







#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: -4px;
margin-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  display: none;
}
#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb, #wrap-s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  display: none;
}
#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb, #wrap-s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (max-width: 767px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}
@media (min-width: 0px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 62px;
margin-right: -90%;
opacity: 1;
}
@media (min-width: 1200px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  display: none;
}
#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7, #wrap-s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 { display: none !important; }}@media (max-width: 767px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  display: none;
}
#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7, #wrap-s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 { display: none !important; }}
#s-d09164ed-0006-49a4-b492-643d21592db3 {
  margin-top: 36px;
margin-left: 10%;
margin-bottom: 28px;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d09164ed-0006-49a4-b492-643d21592db3 {
  display: none;
}
#s-d09164ed-0006-49a4-b492-643d21592db3, #wrap-s-d09164ed-0006-49a4-b492-643d21592db3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d09164ed-0006-49a4-b492-643d21592db3 {
  display: none;
}
#s-d09164ed-0006-49a4-b492-643d21592db3, #wrap-s-d09164ed-0006-49a4-b492-643d21592db3 { display: none !important; }}
#s-3d35ae12-dba3-4ae1-b658-ead243bc1689 {
  margin-top: 3px;
margin-bottom: 25px;
margin-right: 6%;
padding-top: 7px;
padding-left: 74px;
padding-bottom: 7px;
padding-right: 74px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(168, 80, 80, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(38, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d35ae12-dba3-4ae1-b658-ead243bc1689:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d35ae12-dba3-4ae1-b658-ead243bc1689:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3d35ae12-dba3-4ae1-b658-ead243bc1689 {
  display: none;
}
#s-3d35ae12-dba3-4ae1-b658-ead243bc1689, #wrap-s-3d35ae12-dba3-4ae1-b658-ead243bc1689 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d35ae12-dba3-4ae1-b658-ead243bc1689 {
  display: none;
}
#s-3d35ae12-dba3-4ae1-b658-ead243bc1689, #wrap-s-3d35ae12-dba3-4ae1-b658-ead243bc1689 { display: none !important; }}

  #s-3d35ae12-dba3-4ae1-b658-ead243bc1689-root {
    text-align: center;
  }


#s-3d35ae12-dba3-4ae1-b658-ead243bc1689.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d35ae12-dba3-4ae1-b658-ead243bc1689-root {
    text-align: center;
  }


#s-3d35ae12-dba3-4ae1-b658-ead243bc1689.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d35ae12-dba3-4ae1-b658-ead243bc1689-root {
    text-align: center;
  }


#s-3d35ae12-dba3-4ae1-b658-ead243bc1689.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d35ae12-dba3-4ae1-b658-ead243bc1689-root {
    text-align: center;
  }


#s-3d35ae12-dba3-4ae1-b658-ead243bc1689.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d35ae12-dba3-4ae1-b658-ead243bc1689-root {
    text-align: center;
  }


#s-3d35ae12-dba3-4ae1-b658-ead243bc1689.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-6fb39a76-f86f-4adb-8542-e4994498cb8a {
  margin-top: -31px;
margin-bottom: -4px;
margin-right: -73%;
padding-top: 13px;
padding-left: 32px;
padding-bottom: 13px;
padding-right: 32px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6fb39a76-f86f-4adb-8542-e4994498cb8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fb39a76-f86f-4adb-8542-e4994498cb8a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6fb39a76-f86f-4adb-8542-e4994498cb8a {
  display: none;
}
#s-6fb39a76-f86f-4adb-8542-e4994498cb8a, #wrap-s-6fb39a76-f86f-4adb-8542-e4994498cb8a { display: none !important; }}@media (max-width: 767px){#s-6fb39a76-f86f-4adb-8542-e4994498cb8a {
  display: none;
}
#s-6fb39a76-f86f-4adb-8542-e4994498cb8a, #wrap-s-6fb39a76-f86f-4adb-8542-e4994498cb8a { display: none !important; }}

  #s-6fb39a76-f86f-4adb-8542-e4994498cb8a-root {
    text-align: center;
  }


#s-6fb39a76-f86f-4adb-8542-e4994498cb8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fb39a76-f86f-4adb-8542-e4994498cb8a-root {
    text-align: center;
  }


#s-6fb39a76-f86f-4adb-8542-e4994498cb8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb39a76-f86f-4adb-8542-e4994498cb8a-root {
    text-align: center;
  }


#s-6fb39a76-f86f-4adb-8542-e4994498cb8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb39a76-f86f-4adb-8542-e4994498cb8a-root {
    text-align: center;
  }


#s-6fb39a76-f86f-4adb-8542-e4994498cb8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fb39a76-f86f-4adb-8542-e4994498cb8a-root {
    text-align: center;
  }


#s-6fb39a76-f86f-4adb-8542-e4994498cb8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b911505f-dd29-4b28-be11-b946a5dfcb88 {
  max-width: 728px;
aspect-ratio: 728/864;
text-align: center;
}





  #s-b911505f-dd29-4b28-be11-b946a5dfcb88 img.shogun-image,
  #s-b911505f-dd29-4b28-be11-b946a5dfcb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b911505f-dd29-4b28-be11-b946a5dfcb88 {
    width: 100%;
    height: auto;
  }



  #s-b911505f-dd29-4b28-be11-b946a5dfcb88 img.shogun-image {
    

    
    
    
  }


#s-b911505f-dd29-4b28-be11-b946a5dfcb88 .shogun-image-content {
  
    align-items: center;
  
}

#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 452px;
background-position: center center;
}
@media (min-width: 1200px){#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 {
  display: none;
}
#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3, #wrap-s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 {
  display: none;
}
#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3, #wrap-s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 {
  
}
}@media (max-width: 767px){#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 {
  
}
}







#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0305aa11-02ab-4145-9a2d-aee0428ce4c3.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}
