.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-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 940px;
}








#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15db6ed1-d72d-41b1-834b-c64d7e89e6d1 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
}








#s-15db6ed1-d72d-41b1-834b-c64d7e89e6d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15db6ed1-d72d-41b1-834b-c64d7e89e6d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 20px;
min-height: 0px;
}
@media (max-width: 767px){#s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70 {
  display: none;
}
#s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70, #wrap-s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70 { display:none !important; }}







#s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e82cc0-d8d5-4407-a32d-2930e7dfdf70.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-179422df-6e8c-48e6-91cd-f2bcbe58f50c {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-179422df-6e8c-48e6-91cd-f2bcbe58f50c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Para Supreme Normal";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



.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-3080715f-d77c-4046-8568-a1889be79bad {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-7f44fc39-4ecf-4891-af16-30c585980aa3 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
min-height: 0px;
}
@media (min-width: 1200px){#s-7f44fc39-4ecf-4891-af16-30c585980aa3 {
  display: none;
}
#s-7f44fc39-4ecf-4891-af16-30c585980aa3, #wrap-s-7f44fc39-4ecf-4891-af16-30c585980aa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f44fc39-4ecf-4891-af16-30c585980aa3 {
  display: none;
}
#s-7f44fc39-4ecf-4891-af16-30c585980aa3, #wrap-s-7f44fc39-4ecf-4891-af16-30c585980aa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f44fc39-4ecf-4891-af16-30c585980aa3 {
  display: none;
}
#s-7f44fc39-4ecf-4891-af16-30c585980aa3, #wrap-s-7f44fc39-4ecf-4891-af16-30c585980aa3 { display:none !important; }}







#s-7f44fc39-4ecf-4891-af16-30c585980aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f44fc39-4ecf-4891-af16-30c585980aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a9f07da-de29-4ad4-a876-c1e2116dccbf {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-6a9f07da-de29-4ad4-a876-c1e2116dccbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Para Supreme Normal";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4b28904f-87d9-48f0-9edd-955b52af78d2 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  
}
}@media (max-width: 767px){#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  
}
}







#s-98a3ea5b-3a66-4831-b670-14ce696c399e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-98a3ea5b-3a66-4831-b670-14ce696c399e {
  cursor: pointer;
}#s-98a3ea5b-3a66-4831-b670-14ce696c399e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-37b48aba-fe0a-432f-b28c-839a0349fdb9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37b48aba-fe0a-432f-b28c-839a0349fdb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-48128775-b2e2-4504-9d43-ced8b53b31fd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-48128775-b2e2-4504-9d43-ced8b53b31fd {
  display: none;
}
#s-48128775-b2e2-4504-9d43-ced8b53b31fd, #wrap-s-48128775-b2e2-4504-9d43-ced8b53b31fd { display:none !important; }}
#s-48128775-b2e2-4504-9d43-ced8b53b31fd {
  background-image: url(https://i.shgcdn.com/7f1f58ae-753f-4ec2-a903-a8e65a33f749/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48128775-b2e2-4504-9d43-ced8b53b31fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48128775-b2e2-4504-9d43-ced8b53b31fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-846c3249-afc3-4efc-b9ba-6840173a04a1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-846c3249-afc3-4efc-b9ba-6840173a04a1 {
  display: none;
}
#s-846c3249-afc3-4efc-b9ba-6840173a04a1, #wrap-s-846c3249-afc3-4efc-b9ba-6840173a04a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-846c3249-afc3-4efc-b9ba-6840173a04a1 {
  display: none;
}
#s-846c3249-afc3-4efc-b9ba-6840173a04a1, #wrap-s-846c3249-afc3-4efc-b9ba-6840173a04a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-846c3249-afc3-4efc-b9ba-6840173a04a1 {
  display: none;
}
#s-846c3249-afc3-4efc-b9ba-6840173a04a1, #wrap-s-846c3249-afc3-4efc-b9ba-6840173a04a1 { display:none !important; }}
#s-846c3249-afc3-4efc-b9ba-6840173a04a1 {
  background-image: url(https://i.shgcdn.com/7018360b-f544-4256-838b-6275459fa4f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-846c3249-afc3-4efc-b9ba-6840173a04a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-846c3249-afc3-4efc-b9ba-6840173a04a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6aa198d-bd01-42d8-a597-8124da3f249a {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a6aa198d-bd01-42d8-a597-8124da3f249a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6aa198d-bd01-42d8-a597-8124da3f249a {
  
}
}@media (max-width: 767px){#s-a6aa198d-bd01-42d8-a597-8124da3f249a {
  display: none;
}
#s-a6aa198d-bd01-42d8-a597-8124da3f249a, #wrap-s-a6aa198d-bd01-42d8-a597-8124da3f249a { display:none !important; }}







#s-a6aa198d-bd01-42d8-a597-8124da3f249a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6aa198d-bd01-42d8-a597-8124da3f249a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5965442a-3f91-43e3-9724-c6dca4c249d5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-d55290da-90a9-4228-a3a0-7d8e4e9d2789 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

.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-4c28aae3-c36b-448a-868c-3fe1393acfce {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-4c28aae3-c36b-448a-868c-3fe1393acfce img.shogun-image {
    

    
    
    
  }


#s-4c28aae3-c36b-448a-868c-3fe1393acfce .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21-root {
    text-align: left;
  }


#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21-root {
    text-align: left;
  }


#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21-root {
    text-align: left;
  }


#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21-root {
    text-align: left;
  }


#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21-root {
    text-align: left;
  }


#s-8f2c4ea1-b1b5-4690-9c63-b4f905016f21.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c {
  display: none;
}
#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c, #wrap-s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c {
  display: none;
}
#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c, #wrap-s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c {
  display: none;
}
#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c, #wrap-s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c { display:none !important; }}







#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ac9251f-8a04-4f97-93b9-7ecb70e1121c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0adc8586-9975-4d51-8017-965fa9a8addf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-06d2c339-3f22-4999-9c23-b812bb77ccc2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-8ec3facd-2870-4a09-94e7-87e1401846e7 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-8ec3facd-2870-4a09-94e7-87e1401846e7 img.shogun-image {
    

    
    
    
  }


#s-8ec3facd-2870-4a09-94e7-87e1401846e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0f58870-8912-4181-9174-9591ecf7d2bc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c0f58870-8912-4181-9174-9591ecf7d2bc:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c0f58870-8912-4181-9174-9591ecf7d2bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0f58870-8912-4181-9174-9591ecf7d2bc-root {
    text-align: center;
  }


#s-c0f58870-8912-4181-9174-9591ecf7d2bc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0f58870-8912-4181-9174-9591ecf7d2bc-root {
    text-align: center;
  }


#s-c0f58870-8912-4181-9174-9591ecf7d2bc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0f58870-8912-4181-9174-9591ecf7d2bc-root {
    text-align: center;
  }


#s-c0f58870-8912-4181-9174-9591ecf7d2bc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0f58870-8912-4181-9174-9591ecf7d2bc-root {
    text-align: center;
  }


#s-c0f58870-8912-4181-9174-9591ecf7d2bc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0f58870-8912-4181-9174-9591ecf7d2bc-root {
    text-align: center;
  }


#s-c0f58870-8912-4181-9174-9591ecf7d2bc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-20119586-93d1-448f-8d22-6bba5f0711db {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-20119586-93d1-448f-8d22-6bba5f0711db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20119586-93d1-448f-8d22-6bba5f0711db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20119586-93d1-448f-8d22-6bba5f0711db {
  
}
}@media (max-width: 767px){#s-20119586-93d1-448f-8d22-6bba5f0711db {
  
}
}







#s-20119586-93d1-448f-8d22-6bba5f0711db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-20119586-93d1-448f-8d22-6bba5f0711db {
  cursor: pointer;
}#s-20119586-93d1-448f-8d22-6bba5f0711db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52ee7e74-cafa-4ac6-9594-f5ddd4cf7862"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-177efd61-49e1-425b-a60a-8330136286e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-177efd61-49e1-425b-a60a-8330136286e3 {
  display: none;
}
#s-177efd61-49e1-425b-a60a-8330136286e3, #wrap-s-177efd61-49e1-425b-a60a-8330136286e3 { display:none !important; }}
#s-177efd61-49e1-425b-a60a-8330136286e3 {
  background-image: url(https://i.shgcdn.com/ea3daf94-2fde-4897-9f5c-717056a8cc33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-177efd61-49e1-425b-a60a-8330136286e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177efd61-49e1-425b-a60a-8330136286e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 {
  display: none;
}
#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52, #wrap-s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 {
  display: none;
}
#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52, #wrap-s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 {
  display: none;
}
#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52, #wrap-s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 { display:none !important; }}







#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b802fae-5a9c-4592-8c7d-21a509a3ab52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa {
  
}
}@media (max-width: 767px){#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa {
  display: none;
}
#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa, #wrap-s-2f363b3d-b091-4cdf-a177-402a93d8aeaa { display:none !important; }}







#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f363b3d-b091-4cdf-a177-402a93d8aeaa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-48fab6f1-c3f4-45a8-9303-e8b0fdf87319 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-559bcd61-a655-4842-aa8d-a2c583716f18 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-d9de484a-17d1-46f1-8ba1-dae3f329261d {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-d9de484a-17d1-46f1-8ba1-dae3f329261d img.shogun-image {
    

    
    
    
  }


#s-d9de484a-17d1-46f1-8ba1-dae3f329261d .shogun-image-content {
  
    align-items: center;
  
}

#s-20548241-8164-4612-b9bd-452c2ff968ba {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-20548241-8164-4612-b9bd-452c2ff968ba:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-20548241-8164-4612-b9bd-452c2ff968ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20548241-8164-4612-b9bd-452c2ff968ba-root {
    text-align: left;
  }


#s-20548241-8164-4612-b9bd-452c2ff968ba.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20548241-8164-4612-b9bd-452c2ff968ba-root {
    text-align: left;
  }


#s-20548241-8164-4612-b9bd-452c2ff968ba.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20548241-8164-4612-b9bd-452c2ff968ba-root {
    text-align: left;
  }


#s-20548241-8164-4612-b9bd-452c2ff968ba.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20548241-8164-4612-b9bd-452c2ff968ba-root {
    text-align: left;
  }


#s-20548241-8164-4612-b9bd-452c2ff968ba.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20548241-8164-4612-b9bd-452c2ff968ba-root {
    text-align: left;
  }


#s-20548241-8164-4612-b9bd-452c2ff968ba.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b01a2b4a-78bf-41cd-9b10-211d5d708455 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-b01a2b4a-78bf-41cd-9b10-211d5d708455 {
  display: none;
}
#s-b01a2b4a-78bf-41cd-9b10-211d5d708455, #wrap-s-b01a2b4a-78bf-41cd-9b10-211d5d708455 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b01a2b4a-78bf-41cd-9b10-211d5d708455 {
  display: none;
}
#s-b01a2b4a-78bf-41cd-9b10-211d5d708455, #wrap-s-b01a2b4a-78bf-41cd-9b10-211d5d708455 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b01a2b4a-78bf-41cd-9b10-211d5d708455 {
  display: none;
}
#s-b01a2b4a-78bf-41cd-9b10-211d5d708455, #wrap-s-b01a2b4a-78bf-41cd-9b10-211d5d708455 { display:none !important; }}







#s-b01a2b4a-78bf-41cd-9b10-211d5d708455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b01a2b4a-78bf-41cd-9b10-211d5d708455.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86fd72e5-b2a0-49b7-bd58-2d42053c5628 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-ccd5557b-f8a1-4832-94a9-4db46a6ef1d7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-705053c6-9b43-49ed-82a3-1f30a5f4dd2a {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-705053c6-9b43-49ed-82a3-1f30a5f4dd2a img.shogun-image {
    

    
    
    
  }


#s-705053c6-9b43-49ed-82a3-1f30a5f4dd2a .shogun-image-content {
  
    align-items: center;
  
}

#s-66430370-e238-488d-ba48-f20f6f0140f1 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-66430370-e238-488d-ba48-f20f6f0140f1:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-66430370-e238-488d-ba48-f20f6f0140f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66430370-e238-488d-ba48-f20f6f0140f1-root {
    text-align: center;
  }


#s-66430370-e238-488d-ba48-f20f6f0140f1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66430370-e238-488d-ba48-f20f6f0140f1-root {
    text-align: center;
  }


#s-66430370-e238-488d-ba48-f20f6f0140f1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66430370-e238-488d-ba48-f20f6f0140f1-root {
    text-align: center;
  }


#s-66430370-e238-488d-ba48-f20f6f0140f1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66430370-e238-488d-ba48-f20f6f0140f1-root {
    text-align: center;
  }


#s-66430370-e238-488d-ba48-f20f6f0140f1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66430370-e238-488d-ba48-f20f6f0140f1-root {
    text-align: center;
  }


#s-66430370-e238-488d-ba48-f20f6f0140f1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  
}
}@media (max-width: 767px){#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  
}
}







#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f {
  cursor: pointer;
}#s-ad34ba1c-de58-4d08-b443-4ccfe1b75f9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c3386fa-b9c7-49ea-b173-da12fcb22b0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-724943c2-cc03-420a-90f5-3580e05d8764 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-724943c2-cc03-420a-90f5-3580e05d8764 {
  display: none;
}
#s-724943c2-cc03-420a-90f5-3580e05d8764, #wrap-s-724943c2-cc03-420a-90f5-3580e05d8764 { display:none !important; }}







#s-724943c2-cc03-420a-90f5-3580e05d8764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-724943c2-cc03-420a-90f5-3580e05d8764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc {
  display: none;
}
#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc, #wrap-s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc {
  display: none;
}
#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc, #wrap-s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc {
  display: none;
}
#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc, #wrap-s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc { display:none !important; }}







#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9459d2-af3d-4b4f-8cc6-a24161abe9dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60a9e100-5c79-42e8-89a4-b7dbee4be455 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-60a9e100-5c79-42e8-89a4-b7dbee4be455 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60a9e100-5c79-42e8-89a4-b7dbee4be455 {
  
}
}@media (max-width: 767px){#s-60a9e100-5c79-42e8-89a4-b7dbee4be455 {
  display: none;
}
#s-60a9e100-5c79-42e8-89a4-b7dbee4be455, #wrap-s-60a9e100-5c79-42e8-89a4-b7dbee4be455 { display:none !important; }}







#s-60a9e100-5c79-42e8-89a4-b7dbee4be455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60a9e100-5c79-42e8-89a4-b7dbee4be455.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-614d88a1-4eba-40fe-b47c-331ccaa4b217 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-5c7bb564-9158-43d4-924b-47b7f2b023cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-727715b2-1f72-46bd-b1f9-02113ed5d6a2 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-727715b2-1f72-46bd-b1f9-02113ed5d6a2 img.shogun-image {
    

    
    
    
  }


#s-727715b2-1f72-46bd-b1f9-02113ed5d6a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc4b965f-8a54-465e-976b-07df37f27693 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-bc4b965f-8a54-465e-976b-07df37f27693:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bc4b965f-8a54-465e-976b-07df37f27693:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc4b965f-8a54-465e-976b-07df37f27693-root {
    text-align: left;
  }


#s-bc4b965f-8a54-465e-976b-07df37f27693.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc4b965f-8a54-465e-976b-07df37f27693-root {
    text-align: left;
  }


#s-bc4b965f-8a54-465e-976b-07df37f27693.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc4b965f-8a54-465e-976b-07df37f27693-root {
    text-align: left;
  }


#s-bc4b965f-8a54-465e-976b-07df37f27693.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc4b965f-8a54-465e-976b-07df37f27693-root {
    text-align: left;
  }


#s-bc4b965f-8a54-465e-976b-07df37f27693.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc4b965f-8a54-465e-976b-07df37f27693-root {
    text-align: left;
  }


#s-bc4b965f-8a54-465e-976b-07df37f27693.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-c114c9e4-a000-40d6-bba1-d9640b251524 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-c114c9e4-a000-40d6-bba1-d9640b251524 {
  display: none;
}
#s-c114c9e4-a000-40d6-bba1-d9640b251524, #wrap-s-c114c9e4-a000-40d6-bba1-d9640b251524 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c114c9e4-a000-40d6-bba1-d9640b251524 {
  display: none;
}
#s-c114c9e4-a000-40d6-bba1-d9640b251524, #wrap-s-c114c9e4-a000-40d6-bba1-d9640b251524 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c114c9e4-a000-40d6-bba1-d9640b251524 {
  display: none;
}
#s-c114c9e4-a000-40d6-bba1-d9640b251524, #wrap-s-c114c9e4-a000-40d6-bba1-d9640b251524 { display:none !important; }}







#s-c114c9e4-a000-40d6-bba1-d9640b251524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c114c9e4-a000-40d6-bba1-d9640b251524.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6be3968d-7540-44cb-9b53-a6d7d9a33526 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-b26c02c0-e4fb-4e54-8e87-4e0c8ab28ccf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-df306899-1c61-45cf-8c86-1d9cc2192e7f {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-df306899-1c61-45cf-8c86-1d9cc2192e7f img.shogun-image {
    

    
    
    
  }


#s-df306899-1c61-45cf-8c86-1d9cc2192e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac-root {
    text-align: center;
  }


#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac-root {
    text-align: center;
  }


#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac-root {
    text-align: center;
  }


#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac-root {
    text-align: center;
  }


#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac-root {
    text-align: center;
  }


#s-e54b4d5e-403a-4bfa-a8ba-b5e2ed335aac.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  
}
}@media (max-width: 767px){#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  
}
}







#s-0715ce98-6236-4201-9a47-ec2d78b47a2a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0715ce98-6236-4201-9a47-ec2d78b47a2a {
  cursor: pointer;
}#s-0715ce98-6236-4201-9a47-ec2d78b47a2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98faee97-12e9-4237-866d-b16a92a519b7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98faee97-12e9-4237-866d-b16a92a519b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-521c0ca6-4b8b-498e-9050-479cc39ff5e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-521c0ca6-4b8b-498e-9050-479cc39ff5e3 {
  display: none;
}
#s-521c0ca6-4b8b-498e-9050-479cc39ff5e3, #wrap-s-521c0ca6-4b8b-498e-9050-479cc39ff5e3 { display:none !important; }}







#s-521c0ca6-4b8b-498e-9050-479cc39ff5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-521c0ca6-4b8b-498e-9050-479cc39ff5e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-438e2d21-5203-4414-beda-ea77b54aa8b5 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-438e2d21-5203-4414-beda-ea77b54aa8b5 {
  display: none;
}
#s-438e2d21-5203-4414-beda-ea77b54aa8b5, #wrap-s-438e2d21-5203-4414-beda-ea77b54aa8b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-438e2d21-5203-4414-beda-ea77b54aa8b5 {
  display: none;
}
#s-438e2d21-5203-4414-beda-ea77b54aa8b5, #wrap-s-438e2d21-5203-4414-beda-ea77b54aa8b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-438e2d21-5203-4414-beda-ea77b54aa8b5 {
  display: none;
}
#s-438e2d21-5203-4414-beda-ea77b54aa8b5, #wrap-s-438e2d21-5203-4414-beda-ea77b54aa8b5 { display:none !important; }}







#s-438e2d21-5203-4414-beda-ea77b54aa8b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-438e2d21-5203-4414-beda-ea77b54aa8b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5820421-34db-4af1-8266-2df3771214cf {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b5820421-34db-4af1-8266-2df3771214cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5820421-34db-4af1-8266-2df3771214cf {
  
}
}@media (max-width: 767px){#s-b5820421-34db-4af1-8266-2df3771214cf {
  display: none;
}
#s-b5820421-34db-4af1-8266-2df3771214cf, #wrap-s-b5820421-34db-4af1-8266-2df3771214cf { display:none !important; }}







#s-b5820421-34db-4af1-8266-2df3771214cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5820421-34db-4af1-8266-2df3771214cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-101b13cc-9fcc-43ab-9c22-aa2b5fe72f68 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-5a7c0172-ffb8-4973-9c64-8a36ad04a007 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-75244072-0f6d-4579-9c88-b687e5a01db7 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-75244072-0f6d-4579-9c88-b687e5a01db7 img.shogun-image {
    

    
    
    
  }


#s-75244072-0f6d-4579-9c88-b687e5a01db7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5366504-d695-45dd-b905-a1594fb9687e {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-a5366504-d695-45dd-b905-a1594fb9687e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a5366504-d695-45dd-b905-a1594fb9687e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5366504-d695-45dd-b905-a1594fb9687e-root {
    text-align: left;
  }


#s-a5366504-d695-45dd-b905-a1594fb9687e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5366504-d695-45dd-b905-a1594fb9687e-root {
    text-align: left;
  }


#s-a5366504-d695-45dd-b905-a1594fb9687e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5366504-d695-45dd-b905-a1594fb9687e-root {
    text-align: left;
  }


#s-a5366504-d695-45dd-b905-a1594fb9687e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5366504-d695-45dd-b905-a1594fb9687e-root {
    text-align: left;
  }


#s-a5366504-d695-45dd-b905-a1594fb9687e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5366504-d695-45dd-b905-a1594fb9687e-root {
    text-align: left;
  }


#s-a5366504-d695-45dd-b905-a1594fb9687e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed {
  display: none;
}
#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed, #wrap-s-ff33eaa8-0c42-49a6-acad-612ae0f239ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed {
  display: none;
}
#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed, #wrap-s-ff33eaa8-0c42-49a6-acad-612ae0f239ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed {
  display: none;
}
#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed, #wrap-s-ff33eaa8-0c42-49a6-acad-612ae0f239ed { display:none !important; }}







#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff33eaa8-0c42-49a6-acad-612ae0f239ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eaa6dd17-f9f1-4b58-ade4-0715c153b496 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-9aba68dc-6b74-423b-88df-b45ba73d5eac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-c3fb1162-6df6-4fd4-8414-33061911f232 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-c3fb1162-6df6-4fd4-8414-33061911f232 img.shogun-image {
    

    
    
    
  }


#s-c3fb1162-6df6-4fd4-8414-33061911f232 .shogun-image-content {
  
    align-items: center;
  
}

#s-72c2c7e9-0189-4ca9-a169-96226a386d3c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-72c2c7e9-0189-4ca9-a169-96226a386d3c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-72c2c7e9-0189-4ca9-a169-96226a386d3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72c2c7e9-0189-4ca9-a169-96226a386d3c-root {
    text-align: center;
  }


#s-72c2c7e9-0189-4ca9-a169-96226a386d3c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72c2c7e9-0189-4ca9-a169-96226a386d3c-root {
    text-align: center;
  }


#s-72c2c7e9-0189-4ca9-a169-96226a386d3c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72c2c7e9-0189-4ca9-a169-96226a386d3c-root {
    text-align: center;
  }


#s-72c2c7e9-0189-4ca9-a169-96226a386d3c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72c2c7e9-0189-4ca9-a169-96226a386d3c-root {
    text-align: center;
  }


#s-72c2c7e9-0189-4ca9-a169-96226a386d3c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72c2c7e9-0189-4ca9-a169-96226a386d3c-root {
    text-align: center;
  }


#s-72c2c7e9-0189-4ca9-a169-96226a386d3c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  
}
}@media (max-width: 767px){#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  
}
}







#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082 {
  cursor: pointer;
}#s-b38e4ef8-a8ca-4a14-ad4b-ec83f257a082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b04748d8-db82-441c-ae08-e8e2399cd689 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b04748d8-db82-441c-ae08-e8e2399cd689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a {
  display: none;
}
#s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a, #wrap-s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a { display:none !important; }}







#s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9ed6d5-dbf4-4786-8f02-3da6c9c8809a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2663b72a-f1c4-40e4-b351-89bc676e9af1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-2663b72a-f1c4-40e4-b351-89bc676e9af1 {
  display: none;
}
#s-2663b72a-f1c4-40e4-b351-89bc676e9af1, #wrap-s-2663b72a-f1c4-40e4-b351-89bc676e9af1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2663b72a-f1c4-40e4-b351-89bc676e9af1 {
  display: none;
}
#s-2663b72a-f1c4-40e4-b351-89bc676e9af1, #wrap-s-2663b72a-f1c4-40e4-b351-89bc676e9af1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2663b72a-f1c4-40e4-b351-89bc676e9af1 {
  display: none;
}
#s-2663b72a-f1c4-40e4-b351-89bc676e9af1, #wrap-s-2663b72a-f1c4-40e4-b351-89bc676e9af1 { display:none !important; }}







#s-2663b72a-f1c4-40e4-b351-89bc676e9af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2663b72a-f1c4-40e4-b351-89bc676e9af1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-918e4b62-3a42-4c42-87d9-529aac8a97b8 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-918e4b62-3a42-4c42-87d9-529aac8a97b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-918e4b62-3a42-4c42-87d9-529aac8a97b8 {
  
}
}@media (max-width: 767px){#s-918e4b62-3a42-4c42-87d9-529aac8a97b8 {
  display: none;
}
#s-918e4b62-3a42-4c42-87d9-529aac8a97b8, #wrap-s-918e4b62-3a42-4c42-87d9-529aac8a97b8 { display:none !important; }}







#s-918e4b62-3a42-4c42-87d9-529aac8a97b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-918e4b62-3a42-4c42-87d9-529aac8a97b8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63b96511-7c39-4542-85fd-eb37a392aae3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-61478456-1e4d-4a5d-8820-d318a8ed232c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-c353df48-b5b4-4e56-a69d-502152204134 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-c353df48-b5b4-4e56-a69d-502152204134 img.shogun-image {
    

    
    
    
  }


#s-c353df48-b5b4-4e56-a69d-502152204134 .shogun-image-content {
  
    align-items: center;
  
}

#s-63922ec8-4dc6-4d42-863a-68ff8498444a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-63922ec8-4dc6-4d42-863a-68ff8498444a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-63922ec8-4dc6-4d42-863a-68ff8498444a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63922ec8-4dc6-4d42-863a-68ff8498444a-root {
    text-align: left;
  }


#s-63922ec8-4dc6-4d42-863a-68ff8498444a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63922ec8-4dc6-4d42-863a-68ff8498444a-root {
    text-align: left;
  }


#s-63922ec8-4dc6-4d42-863a-68ff8498444a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63922ec8-4dc6-4d42-863a-68ff8498444a-root {
    text-align: left;
  }


#s-63922ec8-4dc6-4d42-863a-68ff8498444a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63922ec8-4dc6-4d42-863a-68ff8498444a-root {
    text-align: left;
  }


#s-63922ec8-4dc6-4d42-863a-68ff8498444a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63922ec8-4dc6-4d42-863a-68ff8498444a-root {
    text-align: left;
  }


#s-63922ec8-4dc6-4d42-863a-68ff8498444a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-07c3b686-550d-47e0-bd76-6469f26fbdf4 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-07c3b686-550d-47e0-bd76-6469f26fbdf4 {
  display: none;
}
#s-07c3b686-550d-47e0-bd76-6469f26fbdf4, #wrap-s-07c3b686-550d-47e0-bd76-6469f26fbdf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07c3b686-550d-47e0-bd76-6469f26fbdf4 {
  display: none;
}
#s-07c3b686-550d-47e0-bd76-6469f26fbdf4, #wrap-s-07c3b686-550d-47e0-bd76-6469f26fbdf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07c3b686-550d-47e0-bd76-6469f26fbdf4 {
  display: none;
}
#s-07c3b686-550d-47e0-bd76-6469f26fbdf4, #wrap-s-07c3b686-550d-47e0-bd76-6469f26fbdf4 { display:none !important; }}







#s-07c3b686-550d-47e0-bd76-6469f26fbdf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07c3b686-550d-47e0-bd76-6469f26fbdf4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a360b2c9-77ab-4aa3-bf92-67074a7ace0f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-604e1cf3-ac9e-46cd-9257-1721ebdaaa60 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-b1c535dc-6fbe-49de-8b60-b8bb6685b85a {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-b1c535dc-6fbe-49de-8b60-b8bb6685b85a img.shogun-image {
    

    
    
    
  }


#s-b1c535dc-6fbe-49de-8b60-b8bb6685b85a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d-root {
    text-align: center;
  }


#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d-root {
    text-align: center;
  }


#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d-root {
    text-align: center;
  }


#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d-root {
    text-align: center;
  }


#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d-root {
    text-align: center;
  }


#s-fa9230e8-21a8-4326-9946-1f1cf7f19f1d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  
}
}@media (max-width: 767px){#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  
}
}







#s-21c3100f-dff8-4f06-bc08-f1c2db56390b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-21c3100f-dff8-4f06-bc08-f1c2db56390b {
  cursor: pointer;
}#s-21c3100f-dff8-4f06-bc08-f1c2db56390b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-956c85ff-ffc7-460a-9bd0-80f65fa84996 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956c85ff-ffc7-460a-9bd0-80f65fa84996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5ae14ca5-2ce5-4062-bcae-75c0108999b6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-5ae14ca5-2ce5-4062-bcae-75c0108999b6 {
  display: none;
}
#s-5ae14ca5-2ce5-4062-bcae-75c0108999b6, #wrap-s-5ae14ca5-2ce5-4062-bcae-75c0108999b6 { display:none !important; }}







#s-5ae14ca5-2ce5-4062-bcae-75c0108999b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae14ca5-2ce5-4062-bcae-75c0108999b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71ffdb65-c5ba-4906-a5f1-9d073272399b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-71ffdb65-c5ba-4906-a5f1-9d073272399b {
  display: none;
}
#s-71ffdb65-c5ba-4906-a5f1-9d073272399b, #wrap-s-71ffdb65-c5ba-4906-a5f1-9d073272399b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71ffdb65-c5ba-4906-a5f1-9d073272399b {
  display: none;
}
#s-71ffdb65-c5ba-4906-a5f1-9d073272399b, #wrap-s-71ffdb65-c5ba-4906-a5f1-9d073272399b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71ffdb65-c5ba-4906-a5f1-9d073272399b {
  display: none;
}
#s-71ffdb65-c5ba-4906-a5f1-9d073272399b, #wrap-s-71ffdb65-c5ba-4906-a5f1-9d073272399b { display:none !important; }}







#s-71ffdb65-c5ba-4906-a5f1-9d073272399b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ffdb65-c5ba-4906-a5f1-9d073272399b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9481fa21-684b-440a-b587-4b94f74c2077 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9481fa21-684b-440a-b587-4b94f74c2077 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9481fa21-684b-440a-b587-4b94f74c2077 {
  
}
}@media (max-width: 767px){#s-9481fa21-684b-440a-b587-4b94f74c2077 {
  display: none;
}
#s-9481fa21-684b-440a-b587-4b94f74c2077, #wrap-s-9481fa21-684b-440a-b587-4b94f74c2077 { display:none !important; }}







#s-9481fa21-684b-440a-b587-4b94f74c2077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9481fa21-684b-440a-b587-4b94f74c2077.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b31fa838-f0af-450a-a3e3-bd60de6cb2b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-493062e4-5bde-4e76-891d-84f8e14c831b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-01185b81-b5f4-4510-9054-f96abb524bcf {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-01185b81-b5f4-4510-9054-f96abb524bcf img.shogun-image {
    

    
    
    
  }


#s-01185b81-b5f4-4510-9054-f96abb524bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85d95b56-3ce4-45a2-a571-7e16c166c0e7-root {
    text-align: left;
  }


#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85d95b56-3ce4-45a2-a571-7e16c166c0e7-root {
    text-align: left;
  }


#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85d95b56-3ce4-45a2-a571-7e16c166c0e7-root {
    text-align: left;
  }


#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85d95b56-3ce4-45a2-a571-7e16c166c0e7-root {
    text-align: left;
  }


#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85d95b56-3ce4-45a2-a571-7e16c166c0e7-root {
    text-align: left;
  }


#s-85d95b56-3ce4-45a2-a571-7e16c166c0e7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-8371f2c6-d83d-41f2-80ec-78f035adaba8 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-8371f2c6-d83d-41f2-80ec-78f035adaba8 {
  display: none;
}
#s-8371f2c6-d83d-41f2-80ec-78f035adaba8, #wrap-s-8371f2c6-d83d-41f2-80ec-78f035adaba8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8371f2c6-d83d-41f2-80ec-78f035adaba8 {
  display: none;
}
#s-8371f2c6-d83d-41f2-80ec-78f035adaba8, #wrap-s-8371f2c6-d83d-41f2-80ec-78f035adaba8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8371f2c6-d83d-41f2-80ec-78f035adaba8 {
  display: none;
}
#s-8371f2c6-d83d-41f2-80ec-78f035adaba8, #wrap-s-8371f2c6-d83d-41f2-80ec-78f035adaba8 { display:none !important; }}







#s-8371f2c6-d83d-41f2-80ec-78f035adaba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8371f2c6-d83d-41f2-80ec-78f035adaba8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15846153-d391-4196-ab5d-8ece5ee1f3a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-48951ba7-13b4-45ae-8dca-bfa9c598e2f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-b94f1051-766f-4506-9208-ec290e536049 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-b94f1051-766f-4506-9208-ec290e536049 img.shogun-image {
    

    
    
    
  }


#s-b94f1051-766f-4506-9208-ec290e536049 .shogun-image-content {
  
    align-items: center;
  
}

#s-c23b699f-1d41-4d07-996b-c16c640bf22e {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c23b699f-1d41-4d07-996b-c16c640bf22e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c23b699f-1d41-4d07-996b-c16c640bf22e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c23b699f-1d41-4d07-996b-c16c640bf22e-root {
    text-align: center;
  }


#s-c23b699f-1d41-4d07-996b-c16c640bf22e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c23b699f-1d41-4d07-996b-c16c640bf22e-root {
    text-align: center;
  }


#s-c23b699f-1d41-4d07-996b-c16c640bf22e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c23b699f-1d41-4d07-996b-c16c640bf22e-root {
    text-align: center;
  }


#s-c23b699f-1d41-4d07-996b-c16c640bf22e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c23b699f-1d41-4d07-996b-c16c640bf22e-root {
    text-align: center;
  }


#s-c23b699f-1d41-4d07-996b-c16c640bf22e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c23b699f-1d41-4d07-996b-c16c640bf22e-root {
    text-align: center;
  }


#s-c23b699f-1d41-4d07-996b-c16c640bf22e.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  
}
}@media (max-width: 767px){#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  
}
}







#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6 {
  cursor: pointer;
}#s-e4b1efa1-43b8-4981-a8cb-1d98c23acdb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ce38eb3-6e9b-48e9-8ed9-62fea1d26381"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0b6a6ef4-2e59-4905-b51b-21364999531b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-0b6a6ef4-2e59-4905-b51b-21364999531b {
  display: none;
}
#s-0b6a6ef4-2e59-4905-b51b-21364999531b, #wrap-s-0b6a6ef4-2e59-4905-b51b-21364999531b { display:none !important; }}







#s-0b6a6ef4-2e59-4905-b51b-21364999531b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b6a6ef4-2e59-4905-b51b-21364999531b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f {
  display: none;
}
#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f, #wrap-s-e0bc318b-dc0f-4a6c-ace3-3961431d653f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f {
  display: none;
}
#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f, #wrap-s-e0bc318b-dc0f-4a6c-ace3-3961431d653f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f {
  display: none;
}
#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f, #wrap-s-e0bc318b-dc0f-4a6c-ace3-3961431d653f { display:none !important; }}







#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0bc318b-dc0f-4a6c-ace3-3961431d653f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-731bd1d2-fda3-4a40-9da8-929b95b52b89 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-731bd1d2-fda3-4a40-9da8-929b95b52b89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-731bd1d2-fda3-4a40-9da8-929b95b52b89 {
  
}
}@media (max-width: 767px){#s-731bd1d2-fda3-4a40-9da8-929b95b52b89 {
  display: none;
}
#s-731bd1d2-fda3-4a40-9da8-929b95b52b89, #wrap-s-731bd1d2-fda3-4a40-9da8-929b95b52b89 { display:none !important; }}







#s-731bd1d2-fda3-4a40-9da8-929b95b52b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731bd1d2-fda3-4a40-9da8-929b95b52b89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ea0c1f5-65cf-4626-913c-88483b4f7fb3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-fa934615-e6fe-4d4f-b4fe-7e2130c9ebe8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-530b3aad-c27f-4bd5-af0d-97dcf1aecbbd {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-530b3aad-c27f-4bd5-af0d-97dcf1aecbbd img.shogun-image {
    

    
    
    
  }


#s-530b3aad-c27f-4bd5-af0d-97dcf1aecbbd .shogun-image-content {
  
    align-items: center;
  
}

#s-76f1a368-0126-4a39-b876-6840d66a4613 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-76f1a368-0126-4a39-b876-6840d66a4613:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-76f1a368-0126-4a39-b876-6840d66a4613:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76f1a368-0126-4a39-b876-6840d66a4613-root {
    text-align: left;
  }


#s-76f1a368-0126-4a39-b876-6840d66a4613.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76f1a368-0126-4a39-b876-6840d66a4613-root {
    text-align: left;
  }


#s-76f1a368-0126-4a39-b876-6840d66a4613.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76f1a368-0126-4a39-b876-6840d66a4613-root {
    text-align: left;
  }


#s-76f1a368-0126-4a39-b876-6840d66a4613.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76f1a368-0126-4a39-b876-6840d66a4613-root {
    text-align: left;
  }


#s-76f1a368-0126-4a39-b876-6840d66a4613.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76f1a368-0126-4a39-b876-6840d66a4613-root {
    text-align: left;
  }


#s-76f1a368-0126-4a39-b876-6840d66a4613.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 {
  display: none;
}
#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14, #wrap-s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 {
  display: none;
}
#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14, #wrap-s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 {
  display: none;
}
#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14, #wrap-s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 { display:none !important; }}







#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b869bf-8d51-4a70-b2a8-ebec70358a14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a762b9b1-45cb-4a49-ab0c-ef4b453a7370 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-41fb637c-1d1c-4005-b349-b3c067b14997 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-0e7ddee9-401b-4252-a4ad-59ec7fa62a8d {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-0e7ddee9-401b-4252-a4ad-59ec7fa62a8d img.shogun-image {
    

    
    
    
  }


#s-0e7ddee9-401b-4252-a4ad-59ec7fa62a8d .shogun-image-content {
  
    align-items: center;
  
}

#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3b9ef18-a0a6-4952-91aa-798f50e9db13-root {
    text-align: center;
  }


#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3b9ef18-a0a6-4952-91aa-798f50e9db13-root {
    text-align: center;
  }


#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3b9ef18-a0a6-4952-91aa-798f50e9db13-root {
    text-align: center;
  }


#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3b9ef18-a0a6-4952-91aa-798f50e9db13-root {
    text-align: center;
  }


#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3b9ef18-a0a6-4952-91aa-798f50e9db13-root {
    text-align: center;
  }


#s-f3b9ef18-a0a6-4952-91aa-798f50e9db13.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  
}
}@media (max-width: 767px){#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  
}
}







#s-c4a7c205-10c0-4924-9bd2-cc910f051821 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c4a7c205-10c0-4924-9bd2-cc910f051821 {
  cursor: pointer;
}#s-c4a7c205-10c0-4924-9bd2-cc910f051821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-518b2ac8-4ecb-4b4a-932a-03a18a32f64a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3ca65d09-e101-4693-93cb-871414e95d60 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-3ca65d09-e101-4693-93cb-871414e95d60 {
  display: none;
}
#s-3ca65d09-e101-4693-93cb-871414e95d60, #wrap-s-3ca65d09-e101-4693-93cb-871414e95d60 { display:none !important; }}







#s-3ca65d09-e101-4693-93cb-871414e95d60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca65d09-e101-4693-93cb-871414e95d60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 {
  display: none;
}
#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2, #wrap-s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 {
  display: none;
}
#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2, #wrap-s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 {
  display: none;
}
#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2, #wrap-s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 { display:none !important; }}







#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd9e22ee-4d88-4358-bcef-c945fac9b3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20ba01b0-33e6-47c1-ac26-04d5087a3909 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-20ba01b0-33e6-47c1-ac26-04d5087a3909 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20ba01b0-33e6-47c1-ac26-04d5087a3909 {
  
}
}@media (max-width: 767px){#s-20ba01b0-33e6-47c1-ac26-04d5087a3909 {
  display: none;
}
#s-20ba01b0-33e6-47c1-ac26-04d5087a3909, #wrap-s-20ba01b0-33e6-47c1-ac26-04d5087a3909 { display:none !important; }}







#s-20ba01b0-33e6-47c1-ac26-04d5087a3909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ba01b0-33e6-47c1-ac26-04d5087a3909.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3290de61-46dc-4c2a-af76-1f809853a64b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-0dcd4ade-7f98-4f2d-8dc6-6c149ae28558 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-384ea0e7-6eb6-412f-9f71-47c463871855 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-384ea0e7-6eb6-412f-9f71-47c463871855 img.shogun-image {
    

    
    
    
  }


#s-384ea0e7-6eb6-412f-9f71-47c463871855 .shogun-image-content {
  
    align-items: center;
  
}

#s-7816e38c-692d-48b2-a546-81d0024f3547 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-7816e38c-692d-48b2-a546-81d0024f3547:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7816e38c-692d-48b2-a546-81d0024f3547:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7816e38c-692d-48b2-a546-81d0024f3547-root {
    text-align: left;
  }


#s-7816e38c-692d-48b2-a546-81d0024f3547.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7816e38c-692d-48b2-a546-81d0024f3547-root {
    text-align: left;
  }


#s-7816e38c-692d-48b2-a546-81d0024f3547.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7816e38c-692d-48b2-a546-81d0024f3547-root {
    text-align: left;
  }


#s-7816e38c-692d-48b2-a546-81d0024f3547.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7816e38c-692d-48b2-a546-81d0024f3547-root {
    text-align: left;
  }


#s-7816e38c-692d-48b2-a546-81d0024f3547.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7816e38c-692d-48b2-a546-81d0024f3547-root {
    text-align: left;
  }


#s-7816e38c-692d-48b2-a546-81d0024f3547.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d {
  display: none;
}
#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d, #wrap-s-08504cd7-48bb-43e5-a2bb-df43e2f6628d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d {
  display: none;
}
#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d, #wrap-s-08504cd7-48bb-43e5-a2bb-df43e2f6628d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d {
  display: none;
}
#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d, #wrap-s-08504cd7-48bb-43e5-a2bb-df43e2f6628d { display:none !important; }}







#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08504cd7-48bb-43e5-a2bb-df43e2f6628d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c318f843-8c2f-4a16-946a-8d9fb4235ed5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-9dd29585-a2ed-446d-90f9-90d8cd32a3fd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-5aa2cb51-536c-4157-b865-a7f766d9ea50 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-5aa2cb51-536c-4157-b865-a7f766d9ea50 img.shogun-image {
    

    
    
    
  }


#s-5aa2cb51-536c-4157-b865-a7f766d9ea50 .shogun-image-content {
  
    align-items: center;
  
}

#s-592919c5-b445-4236-9226-8460f92fbaf8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-592919c5-b445-4236-9226-8460f92fbaf8:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-592919c5-b445-4236-9226-8460f92fbaf8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-592919c5-b445-4236-9226-8460f92fbaf8-root {
    text-align: center;
  }


#s-592919c5-b445-4236-9226-8460f92fbaf8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-592919c5-b445-4236-9226-8460f92fbaf8-root {
    text-align: center;
  }


#s-592919c5-b445-4236-9226-8460f92fbaf8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-592919c5-b445-4236-9226-8460f92fbaf8-root {
    text-align: center;
  }


#s-592919c5-b445-4236-9226-8460f92fbaf8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-592919c5-b445-4236-9226-8460f92fbaf8-root {
    text-align: center;
  }


#s-592919c5-b445-4236-9226-8460f92fbaf8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-592919c5-b445-4236-9226-8460f92fbaf8-root {
    text-align: center;
  }


#s-592919c5-b445-4236-9226-8460f92fbaf8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  
}
}@media (max-width: 767px){#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  
}
}







#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e {
  cursor: pointer;
}#s-266dd18b-4e1f-427d-9cb3-5cc27f2e339e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce4329e-a77e-4bfc-bb7a-c92fddecce85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-016c7de7-380c-438f-ac31-c0cdebbd9469 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-016c7de7-380c-438f-ac31-c0cdebbd9469 {
  display: none;
}
#s-016c7de7-380c-438f-ac31-c0cdebbd9469, #wrap-s-016c7de7-380c-438f-ac31-c0cdebbd9469 { display:none !important; }}







#s-016c7de7-380c-438f-ac31-c0cdebbd9469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016c7de7-380c-438f-ac31-c0cdebbd9469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 {
  display: none;
}
#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1, #wrap-s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 {
  display: none;
}
#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1, #wrap-s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 {
  display: none;
}
#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1, #wrap-s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 { display:none !important; }}







#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4735a893-a41a-4cc4-a6fd-2bb612e9fdb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c264955e-a6fe-4867-9490-5ddef2a97741 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c264955e-a6fe-4867-9490-5ddef2a97741 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c264955e-a6fe-4867-9490-5ddef2a97741 {
  
}
}@media (max-width: 767px){#s-c264955e-a6fe-4867-9490-5ddef2a97741 {
  display: none;
}
#s-c264955e-a6fe-4867-9490-5ddef2a97741, #wrap-s-c264955e-a6fe-4867-9490-5ddef2a97741 { display:none !important; }}







#s-c264955e-a6fe-4867-9490-5ddef2a97741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c264955e-a6fe-4867-9490-5ddef2a97741.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a3667ea-4024-436b-89ea-505350458761 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-f48ae6ee-246c-4569-bb6b-40eaf6081150 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-939fd141-fd28-4ac4-bd1e-3165198baa48 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-939fd141-fd28-4ac4-bd1e-3165198baa48 img.shogun-image {
    

    
    
    
  }


#s-939fd141-fd28-4ac4-bd1e-3165198baa48 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb452382-5ac2-4261-9ce8-850ce804db9f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-fb452382-5ac2-4261-9ce8-850ce804db9f:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fb452382-5ac2-4261-9ce8-850ce804db9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb452382-5ac2-4261-9ce8-850ce804db9f-root {
    text-align: left;
  }


#s-fb452382-5ac2-4261-9ce8-850ce804db9f.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb452382-5ac2-4261-9ce8-850ce804db9f-root {
    text-align: left;
  }


#s-fb452382-5ac2-4261-9ce8-850ce804db9f.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb452382-5ac2-4261-9ce8-850ce804db9f-root {
    text-align: left;
  }


#s-fb452382-5ac2-4261-9ce8-850ce804db9f.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb452382-5ac2-4261-9ce8-850ce804db9f-root {
    text-align: left;
  }


#s-fb452382-5ac2-4261-9ce8-850ce804db9f.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb452382-5ac2-4261-9ce8-850ce804db9f-root {
    text-align: left;
  }


#s-fb452382-5ac2-4261-9ce8-850ce804db9f.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-22c2f8a0-c94f-460d-9efd-eed554516167 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-22c2f8a0-c94f-460d-9efd-eed554516167 {
  display: none;
}
#s-22c2f8a0-c94f-460d-9efd-eed554516167, #wrap-s-22c2f8a0-c94f-460d-9efd-eed554516167 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22c2f8a0-c94f-460d-9efd-eed554516167 {
  display: none;
}
#s-22c2f8a0-c94f-460d-9efd-eed554516167, #wrap-s-22c2f8a0-c94f-460d-9efd-eed554516167 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22c2f8a0-c94f-460d-9efd-eed554516167 {
  display: none;
}
#s-22c2f8a0-c94f-460d-9efd-eed554516167, #wrap-s-22c2f8a0-c94f-460d-9efd-eed554516167 { display:none !important; }}







#s-22c2f8a0-c94f-460d-9efd-eed554516167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c2f8a0-c94f-460d-9efd-eed554516167.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dab68169-3648-4e48-9bbb-c88135c3d901 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-0496af61-4bda-4ce5-aaf4-e5cbed23c132 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-6a2cc63b-5d9a-4705-92b6-6d3015fa8410 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-6a2cc63b-5d9a-4705-92b6-6d3015fa8410 img.shogun-image {
    

    
    
    
  }


#s-6a2cc63b-5d9a-4705-92b6-6d3015fa8410 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7-root {
    text-align: center;
  }


#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7-root {
    text-align: center;
  }


#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7-root {
    text-align: center;
  }


#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7-root {
    text-align: center;
  }


#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7-root {
    text-align: center;
  }


#s-bb0c6fa6-e0a2-4828-bf99-93cd246b13a7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  
}
}@media (max-width: 767px){#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  
}
}







#s-ea837142-daa2-495c-a8c3-4574774fce17 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ea837142-daa2-495c-a8c3-4574774fce17 {
  cursor: pointer;
}#s-ea837142-daa2-495c-a8c3-4574774fce17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-249838b1-79f0-46a4-9626-df4624a12a76 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-249838b1-79f0-46a4-9626-df4624a12a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2e173f68-6a6a-465b-8613-9f08b105b959 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-2e173f68-6a6a-465b-8613-9f08b105b959 {
  display: none;
}
#s-2e173f68-6a6a-465b-8613-9f08b105b959, #wrap-s-2e173f68-6a6a-465b-8613-9f08b105b959 { display:none !important; }}







#s-2e173f68-6a6a-465b-8613-9f08b105b959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e173f68-6a6a-465b-8613-9f08b105b959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-259cefc2-7627-4e79-8e09-91502f8e8a7b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-259cefc2-7627-4e79-8e09-91502f8e8a7b {
  display: none;
}
#s-259cefc2-7627-4e79-8e09-91502f8e8a7b, #wrap-s-259cefc2-7627-4e79-8e09-91502f8e8a7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-259cefc2-7627-4e79-8e09-91502f8e8a7b {
  display: none;
}
#s-259cefc2-7627-4e79-8e09-91502f8e8a7b, #wrap-s-259cefc2-7627-4e79-8e09-91502f8e8a7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-259cefc2-7627-4e79-8e09-91502f8e8a7b {
  display: none;
}
#s-259cefc2-7627-4e79-8e09-91502f8e8a7b, #wrap-s-259cefc2-7627-4e79-8e09-91502f8e8a7b { display:none !important; }}







#s-259cefc2-7627-4e79-8e09-91502f8e8a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-259cefc2-7627-4e79-8e09-91502f8e8a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e674904-a895-4032-9869-b613a62da350 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8e674904-a895-4032-9869-b613a62da350 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e674904-a895-4032-9869-b613a62da350 {
  
}
}@media (max-width: 767px){#s-8e674904-a895-4032-9869-b613a62da350 {
  display: none;
}
#s-8e674904-a895-4032-9869-b613a62da350, #wrap-s-8e674904-a895-4032-9869-b613a62da350 { display:none !important; }}







#s-8e674904-a895-4032-9869-b613a62da350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e674904-a895-4032-9869-b613a62da350.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a97e2172-26e3-4856-b2ff-fcc7e7a7cad3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-4273f905-7389-4fd1-8b3f-0957e3218955 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7372db08-40e9-4161-a41f-202454a5e983 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-7372db08-40e9-4161-a41f-202454a5e983 img.shogun-image {
    

    
    
    
  }


#s-7372db08-40e9-4161-a41f-202454a5e983 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5-root {
    text-align: left;
  }


#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5-root {
    text-align: left;
  }


#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5-root {
    text-align: left;
  }


#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5-root {
    text-align: left;
  }


#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5-root {
    text-align: left;
  }


#s-a8f59d71-f478-4bfc-8ef7-0ac0fd443be5.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-bc758855-780b-4d75-8834-7117da2d3db5 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-bc758855-780b-4d75-8834-7117da2d3db5 {
  display: none;
}
#s-bc758855-780b-4d75-8834-7117da2d3db5, #wrap-s-bc758855-780b-4d75-8834-7117da2d3db5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc758855-780b-4d75-8834-7117da2d3db5 {
  display: none;
}
#s-bc758855-780b-4d75-8834-7117da2d3db5, #wrap-s-bc758855-780b-4d75-8834-7117da2d3db5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc758855-780b-4d75-8834-7117da2d3db5 {
  display: none;
}
#s-bc758855-780b-4d75-8834-7117da2d3db5, #wrap-s-bc758855-780b-4d75-8834-7117da2d3db5 { display:none !important; }}







#s-bc758855-780b-4d75-8834-7117da2d3db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc758855-780b-4d75-8834-7117da2d3db5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7f6c13c9-83fd-4d80-a3df-3de185592b87 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-a3cebebb-35b8-422b-9097-2a5774fbd1d9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-1cd12f4c-5477-4e06-b0f5-b067b11fa9f5 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-1cd12f4c-5477-4e06-b0f5-b067b11fa9f5 img.shogun-image {
    

    
    
    
  }


#s-1cd12f4c-5477-4e06-b0f5-b067b11fa9f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-67780e5d-2450-4996-b98d-c55a50717591 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-67780e5d-2450-4996-b98d-c55a50717591:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-67780e5d-2450-4996-b98d-c55a50717591:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67780e5d-2450-4996-b98d-c55a50717591-root {
    text-align: center;
  }


#s-67780e5d-2450-4996-b98d-c55a50717591.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67780e5d-2450-4996-b98d-c55a50717591-root {
    text-align: center;
  }


#s-67780e5d-2450-4996-b98d-c55a50717591.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67780e5d-2450-4996-b98d-c55a50717591-root {
    text-align: center;
  }


#s-67780e5d-2450-4996-b98d-c55a50717591.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67780e5d-2450-4996-b98d-c55a50717591-root {
    text-align: center;
  }


#s-67780e5d-2450-4996-b98d-c55a50717591.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67780e5d-2450-4996-b98d-c55a50717591-root {
    text-align: center;
  }


#s-67780e5d-2450-4996-b98d-c55a50717591.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  
}
}@media (max-width: 767px){#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  
}
}







#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1e759959-a1a5-41ea-a3ff-20b755a209a6 {
  cursor: pointer;
}#s-1e759959-a1a5-41ea-a3ff-20b755a209a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27161b18-b8b3-4480-87f6-1cf1674e757d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27161b18-b8b3-4480-87f6-1cf1674e757d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96 {
  display: none;
}
#s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96, #wrap-s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96 { display:none !important; }}







#s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eb25ca6-3210-4aa1-8cfd-004f4e202e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccae0197-e34e-4581-925c-ca04bbf9b822 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-ccae0197-e34e-4581-925c-ca04bbf9b822 {
  display: none;
}
#s-ccae0197-e34e-4581-925c-ca04bbf9b822, #wrap-s-ccae0197-e34e-4581-925c-ca04bbf9b822 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccae0197-e34e-4581-925c-ca04bbf9b822 {
  display: none;
}
#s-ccae0197-e34e-4581-925c-ca04bbf9b822, #wrap-s-ccae0197-e34e-4581-925c-ca04bbf9b822 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccae0197-e34e-4581-925c-ca04bbf9b822 {
  display: none;
}
#s-ccae0197-e34e-4581-925c-ca04bbf9b822, #wrap-s-ccae0197-e34e-4581-925c-ca04bbf9b822 { display:none !important; }}







#s-ccae0197-e34e-4581-925c-ca04bbf9b822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccae0197-e34e-4581-925c-ca04bbf9b822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94af3085-d379-402c-8cc6-a12cd47891d4 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-94af3085-d379-402c-8cc6-a12cd47891d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94af3085-d379-402c-8cc6-a12cd47891d4 {
  
}
}@media (max-width: 767px){#s-94af3085-d379-402c-8cc6-a12cd47891d4 {
  display: none;
}
#s-94af3085-d379-402c-8cc6-a12cd47891d4, #wrap-s-94af3085-d379-402c-8cc6-a12cd47891d4 { display:none !important; }}







#s-94af3085-d379-402c-8cc6-a12cd47891d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94af3085-d379-402c-8cc6-a12cd47891d4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c4a52a7-3ce0-4870-88ff-c6e0a0c207e3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-460c59b2-9dba-404b-bc32-6cfd2473152f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-a377c0bd-fb63-4d40-8a7f-f50c713cb497 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-a377c0bd-fb63-4d40-8a7f-f50c713cb497 img.shogun-image {
    

    
    
    
  }


#s-a377c0bd-fb63-4d40-8a7f-f50c713cb497 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2248972-2903-4116-b075-b0c81141c354 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-d2248972-2903-4116-b075-b0c81141c354:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d2248972-2903-4116-b075-b0c81141c354:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2248972-2903-4116-b075-b0c81141c354-root {
    text-align: left;
  }


#s-d2248972-2903-4116-b075-b0c81141c354.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2248972-2903-4116-b075-b0c81141c354-root {
    text-align: left;
  }


#s-d2248972-2903-4116-b075-b0c81141c354.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2248972-2903-4116-b075-b0c81141c354-root {
    text-align: left;
  }


#s-d2248972-2903-4116-b075-b0c81141c354.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2248972-2903-4116-b075-b0c81141c354-root {
    text-align: left;
  }


#s-d2248972-2903-4116-b075-b0c81141c354.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2248972-2903-4116-b075-b0c81141c354-root {
    text-align: left;
  }


#s-d2248972-2903-4116-b075-b0c81141c354.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a {
  display: none;
}
#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a, #wrap-s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a {
  display: none;
}
#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a, #wrap-s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a {
  display: none;
}
#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a, #wrap-s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a { display:none !important; }}







#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8fd94d8-47fc-4efe-b63d-23efb873dd1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-703bd876-2261-49bb-977c-acb858a372bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-dc1d6f8c-3b60-4b8c-8d68-7e4254900154 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-f9b20ff2-2825-4359-b51a-4d03bae3f5a8 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-f9b20ff2-2825-4359-b51a-4d03bae3f5a8 img.shogun-image {
    

    
    
    
  }


#s-f9b20ff2-2825-4359-b51a-4d03bae3f5a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e5be3c8-102e-4bc8-af47-5271701dc4f6-root {
    text-align: center;
  }


#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e5be3c8-102e-4bc8-af47-5271701dc4f6-root {
    text-align: center;
  }


#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e5be3c8-102e-4bc8-af47-5271701dc4f6-root {
    text-align: center;
  }


#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e5be3c8-102e-4bc8-af47-5271701dc4f6-root {
    text-align: center;
  }


#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e5be3c8-102e-4bc8-af47-5271701dc4f6-root {
    text-align: center;
  }


#s-7e5be3c8-102e-4bc8-af47-5271701dc4f6.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  
}
}@media (max-width: 767px){#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  
}
}







#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3 {
  cursor: pointer;
}#s-7d6388c5-d64c-4cc7-b581-72ff01d3f1a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02c9c763-e78d-480e-97f2-c3d2038d29d9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02c9c763-e78d-480e-97f2-c3d2038d29d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6f90143b-0f69-4d1c-b2fc-089bd454b274 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-6f90143b-0f69-4d1c-b2fc-089bd454b274 {
  display: none;
}
#s-6f90143b-0f69-4d1c-b2fc-089bd454b274, #wrap-s-6f90143b-0f69-4d1c-b2fc-089bd454b274 { display:none !important; }}







#s-6f90143b-0f69-4d1c-b2fc-089bd454b274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f90143b-0f69-4d1c-b2fc-089bd454b274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43c1554e-edb3-42f3-ad6b-bb211a1642db {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-43c1554e-edb3-42f3-ad6b-bb211a1642db {
  display: none;
}
#s-43c1554e-edb3-42f3-ad6b-bb211a1642db, #wrap-s-43c1554e-edb3-42f3-ad6b-bb211a1642db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43c1554e-edb3-42f3-ad6b-bb211a1642db {
  display: none;
}
#s-43c1554e-edb3-42f3-ad6b-bb211a1642db, #wrap-s-43c1554e-edb3-42f3-ad6b-bb211a1642db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43c1554e-edb3-42f3-ad6b-bb211a1642db {
  display: none;
}
#s-43c1554e-edb3-42f3-ad6b-bb211a1642db, #wrap-s-43c1554e-edb3-42f3-ad6b-bb211a1642db { display:none !important; }}







#s-43c1554e-edb3-42f3-ad6b-bb211a1642db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c1554e-edb3-42f3-ad6b-bb211a1642db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 {
  
}
}@media (max-width: 767px){#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 {
  display: none;
}
#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9, #wrap-s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 { display:none !important; }}







#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc5f04a-ffec-4144-9067-a21ce953b9c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73a87562-ae3b-47ca-8fa8-afba511f9dfa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-02afb510-1dae-4cf1-89f9-ce4c2c4af26d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-6c0398bd-588c-4278-9d7e-80417fe71276 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-6c0398bd-588c-4278-9d7e-80417fe71276 img.shogun-image {
    

    
    
    
  }


#s-6c0398bd-588c-4278-9d7e-80417fe71276 .shogun-image-content {
  
    align-items: center;
  
}

#s-dde7c117-fac8-4598-9e4e-25c5feb0f497 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-dde7c117-fac8-4598-9e4e-25c5feb0f497:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-dde7c117-fac8-4598-9e4e-25c5feb0f497:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dde7c117-fac8-4598-9e4e-25c5feb0f497-root {
    text-align: left;
  }


#s-dde7c117-fac8-4598-9e4e-25c5feb0f497.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dde7c117-fac8-4598-9e4e-25c5feb0f497-root {
    text-align: left;
  }


#s-dde7c117-fac8-4598-9e4e-25c5feb0f497.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dde7c117-fac8-4598-9e4e-25c5feb0f497-root {
    text-align: left;
  }


#s-dde7c117-fac8-4598-9e4e-25c5feb0f497.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dde7c117-fac8-4598-9e4e-25c5feb0f497-root {
    text-align: left;
  }


#s-dde7c117-fac8-4598-9e4e-25c5feb0f497.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dde7c117-fac8-4598-9e4e-25c5feb0f497-root {
    text-align: left;
  }


#s-dde7c117-fac8-4598-9e4e-25c5feb0f497.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-7cab959f-3c06-43bd-beb3-2d47047c5be0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-7cab959f-3c06-43bd-beb3-2d47047c5be0 {
  display: none;
}
#s-7cab959f-3c06-43bd-beb3-2d47047c5be0, #wrap-s-7cab959f-3c06-43bd-beb3-2d47047c5be0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cab959f-3c06-43bd-beb3-2d47047c5be0 {
  display: none;
}
#s-7cab959f-3c06-43bd-beb3-2d47047c5be0, #wrap-s-7cab959f-3c06-43bd-beb3-2d47047c5be0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cab959f-3c06-43bd-beb3-2d47047c5be0 {
  display: none;
}
#s-7cab959f-3c06-43bd-beb3-2d47047c5be0, #wrap-s-7cab959f-3c06-43bd-beb3-2d47047c5be0 { display:none !important; }}







#s-7cab959f-3c06-43bd-beb3-2d47047c5be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cab959f-3c06-43bd-beb3-2d47047c5be0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66f82470-2fb3-41e1-bd1e-e6d27664a003 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-58a99798-72f4-4eb8-8a28-037c2b906382 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-0025ac51-d2da-46b2-8f5a-bb36029bd35f {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-0025ac51-d2da-46b2-8f5a-bb36029bd35f img.shogun-image {
    

    
    
    
  }


#s-0025ac51-d2da-46b2-8f5a-bb36029bd35f .shogun-image-content {
  
    align-items: center;
  
}

#s-0e149b9a-48d1-4a09-be17-66b90d7658a8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-0e149b9a-48d1-4a09-be17-66b90d7658a8:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0e149b9a-48d1-4a09-be17-66b90d7658a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e149b9a-48d1-4a09-be17-66b90d7658a8-root {
    text-align: center;
  }


#s-0e149b9a-48d1-4a09-be17-66b90d7658a8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e149b9a-48d1-4a09-be17-66b90d7658a8-root {
    text-align: center;
  }


#s-0e149b9a-48d1-4a09-be17-66b90d7658a8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e149b9a-48d1-4a09-be17-66b90d7658a8-root {
    text-align: center;
  }


#s-0e149b9a-48d1-4a09-be17-66b90d7658a8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e149b9a-48d1-4a09-be17-66b90d7658a8-root {
    text-align: center;
  }


#s-0e149b9a-48d1-4a09-be17-66b90d7658a8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e149b9a-48d1-4a09-be17-66b90d7658a8-root {
    text-align: center;
  }


#s-0e149b9a-48d1-4a09-be17-66b90d7658a8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  
}
}@media (max-width: 767px){#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  
}
}







#s-20f6fb89-957a-430c-82f1-591d5074b478 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-20f6fb89-957a-430c-82f1-591d5074b478 {
  cursor: pointer;
}#s-20f6fb89-957a-430c-82f1-591d5074b478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dde08c5-781d-45eb-ace2-573f5bbdc806 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dde08c5-781d-45eb-ace2-573f5bbdc806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d {
  display: none;
}
#s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d, #wrap-s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d { display:none !important; }}







#s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b4034f4-4d2e-4c0d-bfe1-5169e6d5646d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d {
  display: none;
}
#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d, #wrap-s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d {
  display: none;
}
#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d, #wrap-s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d {
  display: none;
}
#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d, #wrap-s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d { display:none !important; }}







#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3a77de-fe7c-4dc7-81c2-fca232ffce9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-798982ea-4e93-4135-82a7-a3f9c3c2808c {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-798982ea-4e93-4135-82a7-a3f9c3c2808c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-798982ea-4e93-4135-82a7-a3f9c3c2808c {
  
}
}@media (max-width: 767px){#s-798982ea-4e93-4135-82a7-a3f9c3c2808c {
  display: none;
}
#s-798982ea-4e93-4135-82a7-a3f9c3c2808c, #wrap-s-798982ea-4e93-4135-82a7-a3f9c3c2808c { display:none !important; }}







#s-798982ea-4e93-4135-82a7-a3f9c3c2808c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-798982ea-4e93-4135-82a7-a3f9c3c2808c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98913ad7-5080-485a-bd8b-3f60134f444e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-4febaf6f-4db9-4259-951d-ec5b49a695d6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-0df9b9d1-55f5-4b0f-9841-2c4371090a6b {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-0df9b9d1-55f5-4b0f-9841-2c4371090a6b img.shogun-image {
    

    
    
    
  }


#s-0df9b9d1-55f5-4b0f-9841-2c4371090a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-06b91610-5540-4cdf-a6ab-6a9362c9820d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-06b91610-5540-4cdf-a6ab-6a9362c9820d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-06b91610-5540-4cdf-a6ab-6a9362c9820d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06b91610-5540-4cdf-a6ab-6a9362c9820d-root {
    text-align: left;
  }


#s-06b91610-5540-4cdf-a6ab-6a9362c9820d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06b91610-5540-4cdf-a6ab-6a9362c9820d-root {
    text-align: left;
  }


#s-06b91610-5540-4cdf-a6ab-6a9362c9820d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06b91610-5540-4cdf-a6ab-6a9362c9820d-root {
    text-align: left;
  }


#s-06b91610-5540-4cdf-a6ab-6a9362c9820d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06b91610-5540-4cdf-a6ab-6a9362c9820d-root {
    text-align: left;
  }


#s-06b91610-5540-4cdf-a6ab-6a9362c9820d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06b91610-5540-4cdf-a6ab-6a9362c9820d-root {
    text-align: left;
  }


#s-06b91610-5540-4cdf-a6ab-6a9362c9820d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d {
  display: none;
}
#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d, #wrap-s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d {
  display: none;
}
#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d, #wrap-s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d {
  display: none;
}
#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d, #wrap-s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d { display:none !important; }}







#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa6d2f5-a3c3-4176-aa80-47b19974f67d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2fde5c0-3c72-4822-8d31-aef87f3aeb15 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-e185626b-6c70-4730-a519-ddd58f7c7d85 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-bdcf1be3-2d4f-4edb-ab38-2c777078c0d0 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-bdcf1be3-2d4f-4edb-ab38-2c777078c0d0 img.shogun-image {
    

    
    
    
  }


#s-bdcf1be3-2d4f-4edb-ab38-2c777078c0d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a-root {
    text-align: center;
  }


#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a-root {
    text-align: center;
  }


#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a-root {
    text-align: center;
  }


#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a-root {
    text-align: center;
  }


#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a-root {
    text-align: center;
  }


#s-e6b85ff0-cb0a-4560-9d06-1e04ec52571a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  
}
}@media (max-width: 767px){#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  
}
}







#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d {
  cursor: pointer;
}#s-bfad14bc-6ce4-4b43-b15a-f8c4213b7f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91da9e96-e03b-4f2d-9422-21865031e037 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91da9e96-e03b-4f2d-9422-21865031e037"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c7391258-3573-4a95-87c9-c29bebf1915f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-c7391258-3573-4a95-87c9-c29bebf1915f {
  display: none;
}
#s-c7391258-3573-4a95-87c9-c29bebf1915f, #wrap-s-c7391258-3573-4a95-87c9-c29bebf1915f { display:none !important; }}







#s-c7391258-3573-4a95-87c9-c29bebf1915f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7391258-3573-4a95-87c9-c29bebf1915f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-969de257-194f-4d81-ba67-3559bf3fd253 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-969de257-194f-4d81-ba67-3559bf3fd253 {
  display: none;
}
#s-969de257-194f-4d81-ba67-3559bf3fd253, #wrap-s-969de257-194f-4d81-ba67-3559bf3fd253 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-969de257-194f-4d81-ba67-3559bf3fd253 {
  display: none;
}
#s-969de257-194f-4d81-ba67-3559bf3fd253, #wrap-s-969de257-194f-4d81-ba67-3559bf3fd253 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-969de257-194f-4d81-ba67-3559bf3fd253 {
  display: none;
}
#s-969de257-194f-4d81-ba67-3559bf3fd253, #wrap-s-969de257-194f-4d81-ba67-3559bf3fd253 { display:none !important; }}







#s-969de257-194f-4d81-ba67-3559bf3fd253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969de257-194f-4d81-ba67-3559bf3fd253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b {
  
}
}@media (max-width: 767px){#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b {
  display: none;
}
#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b, #wrap-s-ed928dc1-8ec5-4159-94b7-59ad51fb936b { display:none !important; }}







#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed928dc1-8ec5-4159-94b7-59ad51fb936b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07607b3a-4796-4369-9f25-e4bcb2330f0b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-da9d686c-a59e-4a7d-a947-36413ca702b9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-a19d80af-a1f3-41eb-ad32-f05dd109a61c {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-a19d80af-a1f3-41eb-ad32-f05dd109a61c img.shogun-image {
    

    
    
    
  }


#s-a19d80af-a1f3-41eb-ad32-f05dd109a61c .shogun-image-content {
  
    align-items: center;
  
}

#s-1e7e3ba6-cab3-433d-9554-024354d375b1 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-1e7e3ba6-cab3-433d-9554-024354d375b1:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1e7e3ba6-cab3-433d-9554-024354d375b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e7e3ba6-cab3-433d-9554-024354d375b1-root {
    text-align: left;
  }


#s-1e7e3ba6-cab3-433d-9554-024354d375b1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e7e3ba6-cab3-433d-9554-024354d375b1-root {
    text-align: left;
  }


#s-1e7e3ba6-cab3-433d-9554-024354d375b1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e7e3ba6-cab3-433d-9554-024354d375b1-root {
    text-align: left;
  }


#s-1e7e3ba6-cab3-433d-9554-024354d375b1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e7e3ba6-cab3-433d-9554-024354d375b1-root {
    text-align: left;
  }


#s-1e7e3ba6-cab3-433d-9554-024354d375b1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e7e3ba6-cab3-433d-9554-024354d375b1-root {
    text-align: left;
  }


#s-1e7e3ba6-cab3-433d-9554-024354d375b1.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 {
  display: none;
}
#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2, #wrap-s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 {
  display: none;
}
#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2, #wrap-s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 {
  display: none;
}
#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2, #wrap-s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 { display:none !important; }}







#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d3a923-6333-49f2-b99d-4f28906ecfb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0dcbc1e-e5a9-4345-b6a0-7cc0db288b93 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-a2f3e03f-e2d6-478f-9acb-6c4a039e66d8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-78c13d21-f0aa-4842-9074-cadf443311e9 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-78c13d21-f0aa-4842-9074-cadf443311e9 img.shogun-image {
    

    
    
    
  }


#s-78c13d21-f0aa-4842-9074-cadf443311e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f2a8638-8859-4b21-828d-7bc9ea8977fc-root {
    text-align: center;
  }


#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f2a8638-8859-4b21-828d-7bc9ea8977fc-root {
    text-align: center;
  }


#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f2a8638-8859-4b21-828d-7bc9ea8977fc-root {
    text-align: center;
  }


#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f2a8638-8859-4b21-828d-7bc9ea8977fc-root {
    text-align: center;
  }


#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f2a8638-8859-4b21-828d-7bc9ea8977fc-root {
    text-align: center;
  }


#s-4f2a8638-8859-4b21-828d-7bc9ea8977fc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  
}
}@media (max-width: 767px){#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  
}
}







#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bba6de13-f1b3-45e8-887f-3633d1ff8384 {
  cursor: pointer;
}#s-bba6de13-f1b3-45e8-887f-3633d1ff8384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6683f93-79f0-4c55-a34c-0054d2141ba1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6683f93-79f0-4c55-a34c-0054d2141ba1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1285c935-5010-4314-9dcc-d15c433d8580 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-1285c935-5010-4314-9dcc-d15c433d8580 {
  display: none;
}
#s-1285c935-5010-4314-9dcc-d15c433d8580, #wrap-s-1285c935-5010-4314-9dcc-d15c433d8580 { display:none !important; }}







#s-1285c935-5010-4314-9dcc-d15c433d8580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1285c935-5010-4314-9dcc-d15c433d8580.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fea24e21-cf39-43a8-b53b-4017dfe21f82 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-fea24e21-cf39-43a8-b53b-4017dfe21f82 {
  display: none;
}
#s-fea24e21-cf39-43a8-b53b-4017dfe21f82, #wrap-s-fea24e21-cf39-43a8-b53b-4017dfe21f82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fea24e21-cf39-43a8-b53b-4017dfe21f82 {
  display: none;
}
#s-fea24e21-cf39-43a8-b53b-4017dfe21f82, #wrap-s-fea24e21-cf39-43a8-b53b-4017dfe21f82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fea24e21-cf39-43a8-b53b-4017dfe21f82 {
  display: none;
}
#s-fea24e21-cf39-43a8-b53b-4017dfe21f82, #wrap-s-fea24e21-cf39-43a8-b53b-4017dfe21f82 { display:none !important; }}







#s-fea24e21-cf39-43a8-b53b-4017dfe21f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fea24e21-cf39-43a8-b53b-4017dfe21f82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b {
  
}
}@media (max-width: 767px){#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b {
  display: none;
}
#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b, #wrap-s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b { display:none !important; }}







#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee6dd5a1-eaab-4843-a09d-9c84883c9e4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a25dcba1-6ae9-4614-82df-72de73522bd0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-286664f5-d827-4071-b106-4eb676f70205 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-99f87612-bddb-4f79-ae11-2859326bb535 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-99f87612-bddb-4f79-ae11-2859326bb535 img.shogun-image {
    

    
    
    
  }


#s-99f87612-bddb-4f79-ae11-2859326bb535 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb48aef-e52d-4eb4-bcce-5960107911dc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-5fb48aef-e52d-4eb4-bcce-5960107911dc:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5fb48aef-e52d-4eb4-bcce-5960107911dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fb48aef-e52d-4eb4-bcce-5960107911dc-root {
    text-align: left;
  }


#s-5fb48aef-e52d-4eb4-bcce-5960107911dc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fb48aef-e52d-4eb4-bcce-5960107911dc-root {
    text-align: left;
  }


#s-5fb48aef-e52d-4eb4-bcce-5960107911dc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fb48aef-e52d-4eb4-bcce-5960107911dc-root {
    text-align: left;
  }


#s-5fb48aef-e52d-4eb4-bcce-5960107911dc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fb48aef-e52d-4eb4-bcce-5960107911dc-root {
    text-align: left;
  }


#s-5fb48aef-e52d-4eb4-bcce-5960107911dc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fb48aef-e52d-4eb4-bcce-5960107911dc-root {
    text-align: left;
  }


#s-5fb48aef-e52d-4eb4-bcce-5960107911dc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-2951b352-1597-406c-b2ed-595b334f4bb6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-2951b352-1597-406c-b2ed-595b334f4bb6 {
  display: none;
}
#s-2951b352-1597-406c-b2ed-595b334f4bb6, #wrap-s-2951b352-1597-406c-b2ed-595b334f4bb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2951b352-1597-406c-b2ed-595b334f4bb6 {
  display: none;
}
#s-2951b352-1597-406c-b2ed-595b334f4bb6, #wrap-s-2951b352-1597-406c-b2ed-595b334f4bb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2951b352-1597-406c-b2ed-595b334f4bb6 {
  display: none;
}
#s-2951b352-1597-406c-b2ed-595b334f4bb6, #wrap-s-2951b352-1597-406c-b2ed-595b334f4bb6 { display:none !important; }}







#s-2951b352-1597-406c-b2ed-595b334f4bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2951b352-1597-406c-b2ed-595b334f4bb6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8506a8cf-1a64-4adb-b8f7-5a3b294b2160 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-c20fbd96-9b9f-4a14-86ce-0497cb527463 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-233633fe-cdda-4475-9f18-4d884e39693a {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-233633fe-cdda-4475-9f18-4d884e39693a img.shogun-image {
    

    
    
    
  }


#s-233633fe-cdda-4475-9f18-4d884e39693a .shogun-image-content {
  
    align-items: center;
  
}

#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06-root {
    text-align: center;
  }


#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06-root {
    text-align: center;
  }


#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06-root {
    text-align: center;
  }


#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06-root {
    text-align: center;
  }


#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06-root {
    text-align: center;
  }


#s-d8f77af5-e899-416b-b7e4-6d9fbdf50e06.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  
}
}@media (max-width: 767px){#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  
}
}







#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2 {
  cursor: pointer;
}#s-457f2c92-0da8-451f-a3ba-77fc4ded0ce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84726222-2558-4d94-83a8-b1b802e73608 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84726222-2558-4d94-83a8-b1b802e73608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8a4f51fa-e57a-48ca-8b35-36042077118c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-8a4f51fa-e57a-48ca-8b35-36042077118c {
  display: none;
}
#s-8a4f51fa-e57a-48ca-8b35-36042077118c, #wrap-s-8a4f51fa-e57a-48ca-8b35-36042077118c { display:none !important; }}







#s-8a4f51fa-e57a-48ca-8b35-36042077118c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4f51fa-e57a-48ca-8b35-36042077118c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a87cf9ee-c072-47ce-bb09-1d94ababa180 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-a87cf9ee-c072-47ce-bb09-1d94ababa180 {
  display: none;
}
#s-a87cf9ee-c072-47ce-bb09-1d94ababa180, #wrap-s-a87cf9ee-c072-47ce-bb09-1d94ababa180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a87cf9ee-c072-47ce-bb09-1d94ababa180 {
  display: none;
}
#s-a87cf9ee-c072-47ce-bb09-1d94ababa180, #wrap-s-a87cf9ee-c072-47ce-bb09-1d94ababa180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a87cf9ee-c072-47ce-bb09-1d94ababa180 {
  display: none;
}
#s-a87cf9ee-c072-47ce-bb09-1d94ababa180, #wrap-s-a87cf9ee-c072-47ce-bb09-1d94ababa180 { display:none !important; }}







#s-a87cf9ee-c072-47ce-bb09-1d94ababa180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87cf9ee-c072-47ce-bb09-1d94ababa180.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a6259f4-0479-4887-b5f2-042fd6033e1a {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5a6259f4-0479-4887-b5f2-042fd6033e1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a6259f4-0479-4887-b5f2-042fd6033e1a {
  
}
}@media (max-width: 767px){#s-5a6259f4-0479-4887-b5f2-042fd6033e1a {
  display: none;
}
#s-5a6259f4-0479-4887-b5f2-042fd6033e1a, #wrap-s-5a6259f4-0479-4887-b5f2-042fd6033e1a { display:none !important; }}







#s-5a6259f4-0479-4887-b5f2-042fd6033e1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a6259f4-0479-4887-b5f2-042fd6033e1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6efab256-4d80-4a0b-b46f-3920980bdea7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-e9bc3728-382c-4d00-a418-7b5a9c0cf750 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-9ee2eebb-2db4-4936-ad1d-50c08c90bb8b {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-9ee2eebb-2db4-4936-ad1d-50c08c90bb8b img.shogun-image {
    

    
    
    
  }


#s-9ee2eebb-2db4-4936-ad1d-50c08c90bb8b .shogun-image-content {
  
    align-items: center;
  
}

#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb19699e-1e72-4e8d-88c0-0bc9eb570832-root {
    text-align: left;
  }


#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb19699e-1e72-4e8d-88c0-0bc9eb570832-root {
    text-align: left;
  }


#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb19699e-1e72-4e8d-88c0-0bc9eb570832-root {
    text-align: left;
  }


#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb19699e-1e72-4e8d-88c0-0bc9eb570832-root {
    text-align: left;
  }


#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb19699e-1e72-4e8d-88c0-0bc9eb570832-root {
    text-align: left;
  }


#s-fb19699e-1e72-4e8d-88c0-0bc9eb570832.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 {
  display: none;
}
#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9, #wrap-s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 {
  display: none;
}
#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9, #wrap-s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 {
  display: none;
}
#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9, #wrap-s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 { display:none !important; }}







#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9252c5e-f7ad-4b4b-89d5-dd0701ab77e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-29836941-a7b8-441e-994c-5d17e3fd316e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-111eae47-ac80-454e-b2e5-b78cfd4c8ef8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-1f214914-fa7a-4847-833a-0f287500c745 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-1f214914-fa7a-4847-833a-0f287500c745 img.shogun-image {
    

    
    
    
  }


#s-1f214914-fa7a-4847-833a-0f287500c745 .shogun-image-content {
  
    align-items: center;
  
}

#s-c21a6954-0e11-4bef-9000-5d4d73947580 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c21a6954-0e11-4bef-9000-5d4d73947580:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c21a6954-0e11-4bef-9000-5d4d73947580:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c21a6954-0e11-4bef-9000-5d4d73947580-root {
    text-align: center;
  }


#s-c21a6954-0e11-4bef-9000-5d4d73947580.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c21a6954-0e11-4bef-9000-5d4d73947580-root {
    text-align: center;
  }


#s-c21a6954-0e11-4bef-9000-5d4d73947580.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c21a6954-0e11-4bef-9000-5d4d73947580-root {
    text-align: center;
  }


#s-c21a6954-0e11-4bef-9000-5d4d73947580.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c21a6954-0e11-4bef-9000-5d4d73947580-root {
    text-align: center;
  }


#s-c21a6954-0e11-4bef-9000-5d4d73947580.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c21a6954-0e11-4bef-9000-5d4d73947580-root {
    text-align: center;
  }


#s-c21a6954-0e11-4bef-9000-5d4d73947580.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  
}
}@media (max-width: 767px){#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  
}
}







#s-e7b61075-5ea4-4e56-b2d6-424a775a605f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e7b61075-5ea4-4e56-b2d6-424a775a605f {
  cursor: pointer;
}#s-e7b61075-5ea4-4e56-b2d6-424a775a605f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1190b90a-6bb5-4471-ae11-09a1c9bb158a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1190b90a-6bb5-4471-ae11-09a1c9bb158a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5b4cf936-d66d-4ba8-b59f-b98f5328b678 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-5b4cf936-d66d-4ba8-b59f-b98f5328b678 {
  display: none;
}
#s-5b4cf936-d66d-4ba8-b59f-b98f5328b678, #wrap-s-5b4cf936-d66d-4ba8-b59f-b98f5328b678 { display:none !important; }}







#s-5b4cf936-d66d-4ba8-b59f-b98f5328b678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4cf936-d66d-4ba8-b59f-b98f5328b678.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 {
  display: none;
}
#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85, #wrap-s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 {
  display: none;
}
#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85, #wrap-s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 {
  display: none;
}
#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85, #wrap-s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 { display:none !important; }}







#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32159eb0-3b06-4088-8b39-d8e4f4a04d85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 {
  
}
}@media (max-width: 767px){#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 {
  display: none;
}
#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9, #wrap-s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 { display:none !important; }}







#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c8b98ba-32fd-4cbf-a0b8-c54118cc53b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65065b2c-8a4f-42f2-8475-eb1301fe24d2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-4bdf83f8-b081-426f-8c0d-0cea01da29ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-886a1f12-df64-4f52-b4f1-d7a1e6df54c6 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-886a1f12-df64-4f52-b4f1-d7a1e6df54c6 img.shogun-image {
    

    
    
    
  }


#s-886a1f12-df64-4f52-b4f1-d7a1e6df54c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfb58b8b-69c1-4c93-aee5-682dcba9980d-root {
    text-align: left;
  }


#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfb58b8b-69c1-4c93-aee5-682dcba9980d-root {
    text-align: left;
  }


#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfb58b8b-69c1-4c93-aee5-682dcba9980d-root {
    text-align: left;
  }


#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfb58b8b-69c1-4c93-aee5-682dcba9980d-root {
    text-align: left;
  }


#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfb58b8b-69c1-4c93-aee5-682dcba9980d-root {
    text-align: left;
  }


#s-cfb58b8b-69c1-4c93-aee5-682dcba9980d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab {
  display: none;
}
#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab, #wrap-s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab {
  display: none;
}
#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab, #wrap-s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab {
  display: none;
}
#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab, #wrap-s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab { display:none !important; }}







#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a36c01-edaa-4bfe-ab70-ce46bdc163ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-165c06e0-e4b9-4ece-9e11-0b4fb252a8cf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-73b4a113-a224-4b64-97b2-9b3c09454dae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-d4042d7a-3a68-49c8-849d-6de1b90ca184 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-d4042d7a-3a68-49c8-849d-6de1b90ca184 img.shogun-image {
    

    
    
    
  }


#s-d4042d7a-3a68-49c8-849d-6de1b90ca184 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8d86ce-6407-493a-badc-26e5738a8a0a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-4f8d86ce-6407-493a-badc-26e5738a8a0a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4f8d86ce-6407-493a-badc-26e5738a8a0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f8d86ce-6407-493a-badc-26e5738a8a0a-root {
    text-align: center;
  }


#s-4f8d86ce-6407-493a-badc-26e5738a8a0a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f8d86ce-6407-493a-badc-26e5738a8a0a-root {
    text-align: center;
  }


#s-4f8d86ce-6407-493a-badc-26e5738a8a0a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f8d86ce-6407-493a-badc-26e5738a8a0a-root {
    text-align: center;
  }


#s-4f8d86ce-6407-493a-badc-26e5738a8a0a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f8d86ce-6407-493a-badc-26e5738a8a0a-root {
    text-align: center;
  }


#s-4f8d86ce-6407-493a-badc-26e5738a8a0a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f8d86ce-6407-493a-badc-26e5738a8a0a-root {
    text-align: center;
  }


#s-4f8d86ce-6407-493a-badc-26e5738a8a0a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  
}
}@media (max-width: 767px){#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  
}
}







#s-42725c81-3630-4fd2-9275-b3ff5c701d31 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-42725c81-3630-4fd2-9275-b3ff5c701d31 {
  cursor: pointer;
}#s-42725c81-3630-4fd2-9275-b3ff5c701d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29e58f16-0c3f-4833-9dae-ae6c0250196a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29e58f16-0c3f-4833-9dae-ae6c0250196a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9da0d1d9-6f76-467e-a86d-c69e2f88b608 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-9da0d1d9-6f76-467e-a86d-c69e2f88b608 {
  display: none;
}
#s-9da0d1d9-6f76-467e-a86d-c69e2f88b608, #wrap-s-9da0d1d9-6f76-467e-a86d-c69e2f88b608 { display:none !important; }}







#s-9da0d1d9-6f76-467e-a86d-c69e2f88b608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da0d1d9-6f76-467e-a86d-c69e2f88b608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45cea44d-4e3b-470f-a447-5b9ee313c725 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-45cea44d-4e3b-470f-a447-5b9ee313c725 {
  display: none;
}
#s-45cea44d-4e3b-470f-a447-5b9ee313c725, #wrap-s-45cea44d-4e3b-470f-a447-5b9ee313c725 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45cea44d-4e3b-470f-a447-5b9ee313c725 {
  display: none;
}
#s-45cea44d-4e3b-470f-a447-5b9ee313c725, #wrap-s-45cea44d-4e3b-470f-a447-5b9ee313c725 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45cea44d-4e3b-470f-a447-5b9ee313c725 {
  display: none;
}
#s-45cea44d-4e3b-470f-a447-5b9ee313c725, #wrap-s-45cea44d-4e3b-470f-a447-5b9ee313c725 { display:none !important; }}







#s-45cea44d-4e3b-470f-a447-5b9ee313c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45cea44d-4e3b-470f-a447-5b9ee313c725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12e95f36-c161-4d93-80a8-280abb2c44ed {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-12e95f36-c161-4d93-80a8-280abb2c44ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12e95f36-c161-4d93-80a8-280abb2c44ed {
  
}
}@media (max-width: 767px){#s-12e95f36-c161-4d93-80a8-280abb2c44ed {
  display: none;
}
#s-12e95f36-c161-4d93-80a8-280abb2c44ed, #wrap-s-12e95f36-c161-4d93-80a8-280abb2c44ed { display:none !important; }}







#s-12e95f36-c161-4d93-80a8-280abb2c44ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12e95f36-c161-4d93-80a8-280abb2c44ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-446e1933-10f5-4d4b-b288-9c9eafe4027e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-cdf76087-3830-427f-9a85-487af785d718 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-a4fc0c10-e304-43ea-be58-7692de03519d {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-a4fc0c10-e304-43ea-be58-7692de03519d img.shogun-image {
    

    
    
    
  }


#s-a4fc0c10-e304-43ea-be58-7692de03519d .shogun-image-content {
  
    align-items: center;
  
}

#s-c1134229-6bac-4303-9e30-a7930447c369 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c1134229-6bac-4303-9e30-a7930447c369:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c1134229-6bac-4303-9e30-a7930447c369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1134229-6bac-4303-9e30-a7930447c369-root {
    text-align: left;
  }


#s-c1134229-6bac-4303-9e30-a7930447c369.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1134229-6bac-4303-9e30-a7930447c369-root {
    text-align: left;
  }


#s-c1134229-6bac-4303-9e30-a7930447c369.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1134229-6bac-4303-9e30-a7930447c369-root {
    text-align: left;
  }


#s-c1134229-6bac-4303-9e30-a7930447c369.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1134229-6bac-4303-9e30-a7930447c369-root {
    text-align: left;
  }


#s-c1134229-6bac-4303-9e30-a7930447c369.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1134229-6bac-4303-9e30-a7930447c369-root {
    text-align: left;
  }


#s-c1134229-6bac-4303-9e30-a7930447c369.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-3488f36a-a47b-49d1-9e7c-69de542b2b51 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-3488f36a-a47b-49d1-9e7c-69de542b2b51 {
  display: none;
}
#s-3488f36a-a47b-49d1-9e7c-69de542b2b51, #wrap-s-3488f36a-a47b-49d1-9e7c-69de542b2b51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3488f36a-a47b-49d1-9e7c-69de542b2b51 {
  display: none;
}
#s-3488f36a-a47b-49d1-9e7c-69de542b2b51, #wrap-s-3488f36a-a47b-49d1-9e7c-69de542b2b51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3488f36a-a47b-49d1-9e7c-69de542b2b51 {
  display: none;
}
#s-3488f36a-a47b-49d1-9e7c-69de542b2b51, #wrap-s-3488f36a-a47b-49d1-9e7c-69de542b2b51 { display:none !important; }}







#s-3488f36a-a47b-49d1-9e7c-69de542b2b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3488f36a-a47b-49d1-9e7c-69de542b2b51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6d1ff9f-4d6a-4bfc-b237-a85637ed8633 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-2d241f97-d86a-47fd-a3b8-61f0ba8f2dcc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7909def0-12a7-449a-a8cf-43d4b864e08b {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-7909def0-12a7-449a-a8cf-43d4b864e08b img.shogun-image {
    

    
    
    
  }


#s-7909def0-12a7-449a-a8cf-43d4b864e08b .shogun-image-content {
  
    align-items: center;
  
}

#s-e79c276a-57b0-4882-a485-24377fcf3ebd {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-e79c276a-57b0-4882-a485-24377fcf3ebd:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e79c276a-57b0-4882-a485-24377fcf3ebd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e79c276a-57b0-4882-a485-24377fcf3ebd-root {
    text-align: center;
  }


#s-e79c276a-57b0-4882-a485-24377fcf3ebd.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e79c276a-57b0-4882-a485-24377fcf3ebd-root {
    text-align: center;
  }


#s-e79c276a-57b0-4882-a485-24377fcf3ebd.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e79c276a-57b0-4882-a485-24377fcf3ebd-root {
    text-align: center;
  }


#s-e79c276a-57b0-4882-a485-24377fcf3ebd.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e79c276a-57b0-4882-a485-24377fcf3ebd-root {
    text-align: center;
  }


#s-e79c276a-57b0-4882-a485-24377fcf3ebd.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e79c276a-57b0-4882-a485-24377fcf3ebd-root {
    text-align: center;
  }


#s-e79c276a-57b0-4882-a485-24377fcf3ebd.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  
}
}@media (max-width: 767px){#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  
}
}







#s-8d448d8b-381a-496b-baf1-7ea72f377f55 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8d448d8b-381a-496b-baf1-7ea72f377f55 {
  cursor: pointer;
}#s-8d448d8b-381a-496b-baf1-7ea72f377f55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aafc6047-c1df-4407-b9b4-8566027ec3cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aafc6047-c1df-4407-b9b4-8566027ec3cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bd99b7f5-d22b-486e-9eed-f423857a9d1e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-bd99b7f5-d22b-486e-9eed-f423857a9d1e {
  display: none;
}
#s-bd99b7f5-d22b-486e-9eed-f423857a9d1e, #wrap-s-bd99b7f5-d22b-486e-9eed-f423857a9d1e { display:none !important; }}







#s-bd99b7f5-d22b-486e-9eed-f423857a9d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd99b7f5-d22b-486e-9eed-f423857a9d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 {
  display: none;
}
#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0, #wrap-s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 {
  display: none;
}
#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0, #wrap-s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 {
  display: none;
}
#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0, #wrap-s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 { display:none !important; }}







#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d41431d3-33a7-4ba2-97cb-2764fd4019b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 {
  
}
}@media (max-width: 767px){#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 {
  display: none;
}
#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0, #wrap-s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 { display:none !important; }}







#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e8d50b-50a5-4ae8-81b3-df6cdf35abc0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-159fee09-8dd6-49b2-bdc3-26241447bec7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-0914d66b-2d43-49c9-80d8-c35b074d7da8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-be2fd7af-4f52-4437-8398-641d5c9d4b70 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-be2fd7af-4f52-4437-8398-641d5c9d4b70 img.shogun-image {
    

    
    
    
  }


#s-be2fd7af-4f52-4437-8398-641d5c9d4b70 .shogun-image-content {
  
    align-items: center;
  
}

#s-452067d9-2275-451f-9647-ace60574de22 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-452067d9-2275-451f-9647-ace60574de22:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-452067d9-2275-451f-9647-ace60574de22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-452067d9-2275-451f-9647-ace60574de22-root {
    text-align: left;
  }


#s-452067d9-2275-451f-9647-ace60574de22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-452067d9-2275-451f-9647-ace60574de22-root {
    text-align: left;
  }


#s-452067d9-2275-451f-9647-ace60574de22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-452067d9-2275-451f-9647-ace60574de22-root {
    text-align: left;
  }


#s-452067d9-2275-451f-9647-ace60574de22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-452067d9-2275-451f-9647-ace60574de22-root {
    text-align: left;
  }


#s-452067d9-2275-451f-9647-ace60574de22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-452067d9-2275-451f-9647-ace60574de22-root {
    text-align: left;
  }


#s-452067d9-2275-451f-9647-ace60574de22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-ada3bd2e-0668-4ae4-9156-80b5e291b236 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-ada3bd2e-0668-4ae4-9156-80b5e291b236 {
  display: none;
}
#s-ada3bd2e-0668-4ae4-9156-80b5e291b236, #wrap-s-ada3bd2e-0668-4ae4-9156-80b5e291b236 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ada3bd2e-0668-4ae4-9156-80b5e291b236 {
  display: none;
}
#s-ada3bd2e-0668-4ae4-9156-80b5e291b236, #wrap-s-ada3bd2e-0668-4ae4-9156-80b5e291b236 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ada3bd2e-0668-4ae4-9156-80b5e291b236 {
  display: none;
}
#s-ada3bd2e-0668-4ae4-9156-80b5e291b236, #wrap-s-ada3bd2e-0668-4ae4-9156-80b5e291b236 { display:none !important; }}







#s-ada3bd2e-0668-4ae4-9156-80b5e291b236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada3bd2e-0668-4ae4-9156-80b5e291b236.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-021468ec-093c-4084-bcda-ea560b1847de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-d543158c-c981-44e9-a29d-4ad0d8b94135 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-67d94420-b418-44fe-b914-34c2458e4d40 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-67d94420-b418-44fe-b914-34c2458e4d40 img.shogun-image {
    

    
    
    
  }


#s-67d94420-b418-44fe-b914-34c2458e4d40 .shogun-image-content {
  
    align-items: center;
  
}

#s-af9e9219-70e4-4835-810c-1049ff1ebc3d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-af9e9219-70e4-4835-810c-1049ff1ebc3d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-af9e9219-70e4-4835-810c-1049ff1ebc3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af9e9219-70e4-4835-810c-1049ff1ebc3d-root {
    text-align: center;
  }


#s-af9e9219-70e4-4835-810c-1049ff1ebc3d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af9e9219-70e4-4835-810c-1049ff1ebc3d-root {
    text-align: center;
  }


#s-af9e9219-70e4-4835-810c-1049ff1ebc3d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af9e9219-70e4-4835-810c-1049ff1ebc3d-root {
    text-align: center;
  }


#s-af9e9219-70e4-4835-810c-1049ff1ebc3d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af9e9219-70e4-4835-810c-1049ff1ebc3d-root {
    text-align: center;
  }


#s-af9e9219-70e4-4835-810c-1049ff1ebc3d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af9e9219-70e4-4835-810c-1049ff1ebc3d-root {
    text-align: center;
  }


#s-af9e9219-70e4-4835-810c-1049ff1ebc3d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  
}
}@media (max-width: 767px){#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  
}
}







#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca {
  cursor: pointer;
}#s-01d3c05c-c1e2-4184-88e1-b0d2fba32bca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6756cf68-068d-4c61-b1fa-a8289f40369f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6756cf68-068d-4c61-b1fa-a8289f40369f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-063acc28-811f-4bcd-8595-60caf1a16496 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-063acc28-811f-4bcd-8595-60caf1a16496 {
  display: none;
}
#s-063acc28-811f-4bcd-8595-60caf1a16496, #wrap-s-063acc28-811f-4bcd-8595-60caf1a16496 { display:none !important; }}







#s-063acc28-811f-4bcd-8595-60caf1a16496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-063acc28-811f-4bcd-8595-60caf1a16496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d031920a-1919-4a4f-a3fd-d62e7542d304 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-d031920a-1919-4a4f-a3fd-d62e7542d304 {
  display: none;
}
#s-d031920a-1919-4a4f-a3fd-d62e7542d304, #wrap-s-d031920a-1919-4a4f-a3fd-d62e7542d304 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d031920a-1919-4a4f-a3fd-d62e7542d304 {
  display: none;
}
#s-d031920a-1919-4a4f-a3fd-d62e7542d304, #wrap-s-d031920a-1919-4a4f-a3fd-d62e7542d304 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d031920a-1919-4a4f-a3fd-d62e7542d304 {
  display: none;
}
#s-d031920a-1919-4a4f-a3fd-d62e7542d304, #wrap-s-d031920a-1919-4a4f-a3fd-d62e7542d304 { display:none !important; }}







#s-d031920a-1919-4a4f-a3fd-d62e7542d304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d031920a-1919-4a4f-a3fd-d62e7542d304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0906a8e-a151-481a-8f6d-92604e77d374 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c0906a8e-a151-481a-8f6d-92604e77d374 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0906a8e-a151-481a-8f6d-92604e77d374 {
  
}
}@media (max-width: 767px){#s-c0906a8e-a151-481a-8f6d-92604e77d374 {
  display: none;
}
#s-c0906a8e-a151-481a-8f6d-92604e77d374, #wrap-s-c0906a8e-a151-481a-8f6d-92604e77d374 { display:none !important; }}







#s-c0906a8e-a151-481a-8f6d-92604e77d374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0906a8e-a151-481a-8f6d-92604e77d374.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa35f03e-4346-4c98-ba77-91ab312c0c2f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-16a97c7d-5385-43d5-be7a-ffb157efb5b5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-c2be77e6-6abd-4163-8eb4-4c5730f0d72c {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-c2be77e6-6abd-4163-8eb4-4c5730f0d72c img.shogun-image {
    

    
    
    
  }


#s-c2be77e6-6abd-4163-8eb4-4c5730f0d72c .shogun-image-content {
  
    align-items: center;
  
}

#s-6af1978c-f43c-4425-b45d-2bf49e779d89 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-6af1978c-f43c-4425-b45d-2bf49e779d89:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6af1978c-f43c-4425-b45d-2bf49e779d89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6af1978c-f43c-4425-b45d-2bf49e779d89-root {
    text-align: left;
  }


#s-6af1978c-f43c-4425-b45d-2bf49e779d89.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6af1978c-f43c-4425-b45d-2bf49e779d89-root {
    text-align: left;
  }


#s-6af1978c-f43c-4425-b45d-2bf49e779d89.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6af1978c-f43c-4425-b45d-2bf49e779d89-root {
    text-align: left;
  }


#s-6af1978c-f43c-4425-b45d-2bf49e779d89.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6af1978c-f43c-4425-b45d-2bf49e779d89-root {
    text-align: left;
  }


#s-6af1978c-f43c-4425-b45d-2bf49e779d89.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6af1978c-f43c-4425-b45d-2bf49e779d89-root {
    text-align: left;
  }


#s-6af1978c-f43c-4425-b45d-2bf49e779d89.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b6098020-21d7-41cf-a829-c4d91337eee3 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-b6098020-21d7-41cf-a829-c4d91337eee3 {
  display: none;
}
#s-b6098020-21d7-41cf-a829-c4d91337eee3, #wrap-s-b6098020-21d7-41cf-a829-c4d91337eee3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6098020-21d7-41cf-a829-c4d91337eee3 {
  display: none;
}
#s-b6098020-21d7-41cf-a829-c4d91337eee3, #wrap-s-b6098020-21d7-41cf-a829-c4d91337eee3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6098020-21d7-41cf-a829-c4d91337eee3 {
  display: none;
}
#s-b6098020-21d7-41cf-a829-c4d91337eee3, #wrap-s-b6098020-21d7-41cf-a829-c4d91337eee3 { display:none !important; }}







#s-b6098020-21d7-41cf-a829-c4d91337eee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6098020-21d7-41cf-a829-c4d91337eee3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e94254e8-1f64-45cd-9c18-91ee91dcab07 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-e6b2b124-36f0-4b41-b4d2-4b70314290a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-ef4162ef-b544-4334-82e2-68b10109ad36 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-ef4162ef-b544-4334-82e2-68b10109ad36 img.shogun-image {
    

    
    
    
  }


#s-ef4162ef-b544-4334-82e2-68b10109ad36 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf5fdf74-94ba-46a7-b582-907856a5b2df {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-bf5fdf74-94ba-46a7-b582-907856a5b2df:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bf5fdf74-94ba-46a7-b582-907856a5b2df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf5fdf74-94ba-46a7-b582-907856a5b2df-root {
    text-align: center;
  }


#s-bf5fdf74-94ba-46a7-b582-907856a5b2df.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf5fdf74-94ba-46a7-b582-907856a5b2df-root {
    text-align: center;
  }


#s-bf5fdf74-94ba-46a7-b582-907856a5b2df.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf5fdf74-94ba-46a7-b582-907856a5b2df-root {
    text-align: center;
  }


#s-bf5fdf74-94ba-46a7-b582-907856a5b2df.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf5fdf74-94ba-46a7-b582-907856a5b2df-root {
    text-align: center;
  }


#s-bf5fdf74-94ba-46a7-b582-907856a5b2df.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf5fdf74-94ba-46a7-b582-907856a5b2df-root {
    text-align: center;
  }


#s-bf5fdf74-94ba-46a7-b582-907856a5b2df.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  
}
}@media (max-width: 767px){#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  
}
}







#s-c82fb37e-9d69-48c4-8015-529c7067fd76 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c82fb37e-9d69-48c4-8015-529c7067fd76 {
  cursor: pointer;
}#s-c82fb37e-9d69-48c4-8015-529c7067fd76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1407de-2402-4d0a-ba9c-8dc6b8a6ed20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a {
  display: none;
}
#s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a, #wrap-s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a { display:none !important; }}







#s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c211abb3-c21a-4adb-87a1-3da5c5a6f15a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d {
  display: none;
}
#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d, #wrap-s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d {
  display: none;
}
#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d, #wrap-s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d {
  display: none;
}
#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d, #wrap-s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d { display:none !important; }}







#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55d21a3-b5c7-41ab-8610-a9aad9d3230d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f77ce29d-19bf-4580-8d19-45412c15338d {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f77ce29d-19bf-4580-8d19-45412c15338d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f77ce29d-19bf-4580-8d19-45412c15338d {
  
}
}@media (max-width: 767px){#s-f77ce29d-19bf-4580-8d19-45412c15338d {
  display: none;
}
#s-f77ce29d-19bf-4580-8d19-45412c15338d, #wrap-s-f77ce29d-19bf-4580-8d19-45412c15338d { display:none !important; }}







#s-f77ce29d-19bf-4580-8d19-45412c15338d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77ce29d-19bf-4580-8d19-45412c15338d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fc48ebd-dd73-4788-a5a3-52340969766a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-56d56f9b-770b-42f6-a087-9ee29be69de2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7b378628-820e-4c66-a544-f9c10f5fe961 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-7b378628-820e-4c66-a544-f9c10f5fe961 img.shogun-image {
    

    
    
    
  }


#s-7b378628-820e-4c66-a544-f9c10f5fe961 .shogun-image-content {
  
    align-items: center;
  
}

#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c31db92d-f4d5-4427-8821-26bd86b9a0b8-root {
    text-align: left;
  }


#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c31db92d-f4d5-4427-8821-26bd86b9a0b8-root {
    text-align: left;
  }


#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c31db92d-f4d5-4427-8821-26bd86b9a0b8-root {
    text-align: left;
  }


#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c31db92d-f4d5-4427-8821-26bd86b9a0b8-root {
    text-align: left;
  }


#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c31db92d-f4d5-4427-8821-26bd86b9a0b8-root {
    text-align: left;
  }


#s-c31db92d-f4d5-4427-8821-26bd86b9a0b8.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 {
  display: none;
}
#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2, #wrap-s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 {
  display: none;
}
#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2, #wrap-s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 {
  display: none;
}
#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2, #wrap-s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 { display:none !important; }}







#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4cdc79e-598f-4d14-a65e-6b6cc9b653f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2be6048-c3d3-4953-b7b1-df85f6414807 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-115eaf43-450a-4958-93d8-0ec95bd70ed7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-d33551d5-9273-4b0a-afa0-1e9328ea3d02 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-d33551d5-9273-4b0a-afa0-1e9328ea3d02 img.shogun-image {
    

    
    
    
  }


#s-d33551d5-9273-4b0a-afa0-1e9328ea3d02 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71-root {
    text-align: center;
  }


#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71-root {
    text-align: center;
  }


#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71-root {
    text-align: center;
  }


#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71-root {
    text-align: center;
  }


#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71-root {
    text-align: center;
  }


#s-0a2e18f0-8c37-41ed-84d7-cd5a7e116f71.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  
}
}@media (max-width: 767px){#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  
}
}







#s-223cf854-45e2-4c5c-9916-f79875973db1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-223cf854-45e2-4c5c-9916-f79875973db1 {
  cursor: pointer;
}#s-223cf854-45e2-4c5c-9916-f79875973db1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-407a5b3f-94b8-48d3-be49-6ab6a895bcfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d67b513c-d11a-4b7b-8f5d-c3377d33795e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-d67b513c-d11a-4b7b-8f5d-c3377d33795e {
  display: none;
}
#s-d67b513c-d11a-4b7b-8f5d-c3377d33795e, #wrap-s-d67b513c-d11a-4b7b-8f5d-c3377d33795e { display:none !important; }}







#s-d67b513c-d11a-4b7b-8f5d-c3377d33795e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d67b513c-d11a-4b7b-8f5d-c3377d33795e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddcb4e13-18bf-4532-a0e9-51f38010388e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-ddcb4e13-18bf-4532-a0e9-51f38010388e {
  display: none;
}
#s-ddcb4e13-18bf-4532-a0e9-51f38010388e, #wrap-s-ddcb4e13-18bf-4532-a0e9-51f38010388e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddcb4e13-18bf-4532-a0e9-51f38010388e {
  display: none;
}
#s-ddcb4e13-18bf-4532-a0e9-51f38010388e, #wrap-s-ddcb4e13-18bf-4532-a0e9-51f38010388e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddcb4e13-18bf-4532-a0e9-51f38010388e {
  display: none;
}
#s-ddcb4e13-18bf-4532-a0e9-51f38010388e, #wrap-s-ddcb4e13-18bf-4532-a0e9-51f38010388e { display:none !important; }}







#s-ddcb4e13-18bf-4532-a0e9-51f38010388e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddcb4e13-18bf-4532-a0e9-51f38010388e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50c61b42-2154-4fbe-900a-042c64df578b {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-50c61b42-2154-4fbe-900a-042c64df578b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50c61b42-2154-4fbe-900a-042c64df578b {
  
}
}@media (max-width: 767px){#s-50c61b42-2154-4fbe-900a-042c64df578b {
  display: none;
}
#s-50c61b42-2154-4fbe-900a-042c64df578b, #wrap-s-50c61b42-2154-4fbe-900a-042c64df578b { display:none !important; }}







#s-50c61b42-2154-4fbe-900a-042c64df578b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50c61b42-2154-4fbe-900a-042c64df578b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53c1356f-ab2d-4de7-b856-87b773003878 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-3ed0362b-1532-402a-ad45-3bbe8231a60b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-3853b73f-4827-4177-a4e8-80cfa75c8f01 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-3853b73f-4827-4177-a4e8-80cfa75c8f01 img.shogun-image {
    

    
    
    
  }


#s-3853b73f-4827-4177-a4e8-80cfa75c8f01 .shogun-image-content {
  
    align-items: center;
  
}

#s-e71a4fb4-8276-4676-963f-59554060e445 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-e71a4fb4-8276-4676-963f-59554060e445:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e71a4fb4-8276-4676-963f-59554060e445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e71a4fb4-8276-4676-963f-59554060e445-root {
    text-align: left;
  }


#s-e71a4fb4-8276-4676-963f-59554060e445.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e71a4fb4-8276-4676-963f-59554060e445-root {
    text-align: left;
  }


#s-e71a4fb4-8276-4676-963f-59554060e445.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e71a4fb4-8276-4676-963f-59554060e445-root {
    text-align: left;
  }


#s-e71a4fb4-8276-4676-963f-59554060e445.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e71a4fb4-8276-4676-963f-59554060e445-root {
    text-align: left;
  }


#s-e71a4fb4-8276-4676-963f-59554060e445.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e71a4fb4-8276-4676-963f-59554060e445-root {
    text-align: left;
  }


#s-e71a4fb4-8276-4676-963f-59554060e445.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b {
  display: none;
}
#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b, #wrap-s-0ff74279-2b44-4392-8b3d-07626b7f3b4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b {
  display: none;
}
#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b, #wrap-s-0ff74279-2b44-4392-8b3d-07626b7f3b4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b {
  display: none;
}
#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b, #wrap-s-0ff74279-2b44-4392-8b3d-07626b7f3b4b { display:none !important; }}







#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff74279-2b44-4392-8b3d-07626b7f3b4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed9039a8-a032-4fca-af4d-cc93578bf4e1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-6ec9b8dd-57be-4a2f-80e6-7340024b69cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7455db2d-7006-40ce-87f2-9f21e3b84dfd {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-7455db2d-7006-40ce-87f2-9f21e3b84dfd img.shogun-image {
    

    
    
    
  }


#s-7455db2d-7006-40ce-87f2-9f21e3b84dfd .shogun-image-content {
  
    align-items: center;
  
}

#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4-root {
    text-align: center;
  }


#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4-root {
    text-align: center;
  }


#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4-root {
    text-align: center;
  }


#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4-root {
    text-align: center;
  }


#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4-root {
    text-align: center;
  }


#s-8dc08f5c-b85a-439b-9854-ee3cba1b58f4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  
}
}@media (max-width: 767px){#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  
}
}







#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240 {
  cursor: pointer;
}#s-72618dc7-6fb9-4a3c-9cb7-3fb2a81a9240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-265552fa-f26b-4dcb-83f2-0d1b3ff67996 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-265552fa-f26b-4dcb-83f2-0d1b3ff67996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-65e7bcf7-830a-4a8e-aba0-61b8458e3330 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-65e7bcf7-830a-4a8e-aba0-61b8458e3330 {
  display: none;
}
#s-65e7bcf7-830a-4a8e-aba0-61b8458e3330, #wrap-s-65e7bcf7-830a-4a8e-aba0-61b8458e3330 { display:none !important; }}







#s-65e7bcf7-830a-4a8e-aba0-61b8458e3330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e7bcf7-830a-4a8e-aba0-61b8458e3330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe {
  display: none;
}
#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe, #wrap-s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe {
  display: none;
}
#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe, #wrap-s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe {
  display: none;
}
#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe, #wrap-s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe { display:none !important; }}







#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a2006b-a7e3-4ffd-aeec-201ae21cb7fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781651e8-174a-4394-9ecd-4881bfdf029d {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-781651e8-174a-4394-9ecd-4881bfdf029d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-781651e8-174a-4394-9ecd-4881bfdf029d {
  
}
}@media (max-width: 767px){#s-781651e8-174a-4394-9ecd-4881bfdf029d {
  display: none;
}
#s-781651e8-174a-4394-9ecd-4881bfdf029d, #wrap-s-781651e8-174a-4394-9ecd-4881bfdf029d { display:none !important; }}







#s-781651e8-174a-4394-9ecd-4881bfdf029d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-781651e8-174a-4394-9ecd-4881bfdf029d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88674a4e-aeb4-4217-a37e-adc65ad320c1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-83ac1cee-0586-458a-85b7-e7373ee40e16 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-77abb9ec-8e75-4355-9447-c7054974ae64 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-77abb9ec-8e75-4355-9447-c7054974ae64 img.shogun-image {
    

    
    
    
  }


#s-77abb9ec-8e75-4355-9447-c7054974ae64 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d659c36-82e6-4fb9-aa93-c3df968b5501 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-7d659c36-82e6-4fb9-aa93-c3df968b5501:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7d659c36-82e6-4fb9-aa93-c3df968b5501:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d659c36-82e6-4fb9-aa93-c3df968b5501-root {
    text-align: left;
  }


#s-7d659c36-82e6-4fb9-aa93-c3df968b5501.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d659c36-82e6-4fb9-aa93-c3df968b5501-root {
    text-align: left;
  }


#s-7d659c36-82e6-4fb9-aa93-c3df968b5501.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d659c36-82e6-4fb9-aa93-c3df968b5501-root {
    text-align: left;
  }


#s-7d659c36-82e6-4fb9-aa93-c3df968b5501.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d659c36-82e6-4fb9-aa93-c3df968b5501-root {
    text-align: left;
  }


#s-7d659c36-82e6-4fb9-aa93-c3df968b5501.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d659c36-82e6-4fb9-aa93-c3df968b5501-root {
    text-align: left;
  }


#s-7d659c36-82e6-4fb9-aa93-c3df968b5501.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 {
  display: none;
}
#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6, #wrap-s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 {
  display: none;
}
#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6, #wrap-s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 {
  display: none;
}
#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6, #wrap-s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 { display:none !important; }}







#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1150436-24bc-4d0a-94e5-bc46b4d06bc6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a0718bf-a102-4f92-86b7-48fba2eafa30 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-ed9624a4-9be1-4b44-ba5d-007387bb56fe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-e559458d-9018-442a-89a5-f430046ac0d6 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-e559458d-9018-442a-89a5-f430046ac0d6 img.shogun-image {
    

    
    
    
  }


#s-e559458d-9018-442a-89a5-f430046ac0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d001157-8d03-48cc-b4f3-93419efff9d7 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-9d001157-8d03-48cc-b4f3-93419efff9d7:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9d001157-8d03-48cc-b4f3-93419efff9d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d001157-8d03-48cc-b4f3-93419efff9d7-root {
    text-align: center;
  }


#s-9d001157-8d03-48cc-b4f3-93419efff9d7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d001157-8d03-48cc-b4f3-93419efff9d7-root {
    text-align: center;
  }


#s-9d001157-8d03-48cc-b4f3-93419efff9d7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d001157-8d03-48cc-b4f3-93419efff9d7-root {
    text-align: center;
  }


#s-9d001157-8d03-48cc-b4f3-93419efff9d7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d001157-8d03-48cc-b4f3-93419efff9d7-root {
    text-align: center;
  }


#s-9d001157-8d03-48cc-b4f3-93419efff9d7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d001157-8d03-48cc-b4f3-93419efff9d7-root {
    text-align: center;
  }


#s-9d001157-8d03-48cc-b4f3-93419efff9d7.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  
}
}@media (max-width: 767px){#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  
}
}







#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f461a0ef-b262-4b97-bcb3-805f26f97d15 {
  cursor: pointer;
}#s-f461a0ef-b262-4b97-bcb3-805f26f97d15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2588527f-46d7-4991-b10f-bb9779199db1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2588527f-46d7-4991-b10f-bb9779199db1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-016b7e61-9938-4eb2-b68c-c6503bee7348 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-016b7e61-9938-4eb2-b68c-c6503bee7348 {
  display: none;
}
#s-016b7e61-9938-4eb2-b68c-c6503bee7348, #wrap-s-016b7e61-9938-4eb2-b68c-c6503bee7348 { display:none !important; }}







#s-016b7e61-9938-4eb2-b68c-c6503bee7348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016b7e61-9938-4eb2-b68c-c6503bee7348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b {
  display: none;
}
#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b, #wrap-s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b {
  display: none;
}
#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b, #wrap-s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b {
  display: none;
}
#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b, #wrap-s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b { display:none !important; }}







#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b29a7bb-6226-4801-a1f0-8358ba64cd3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 {
  
}
}@media (max-width: 767px){#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 {
  display: none;
}
#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773, #wrap-s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 { display:none !important; }}







#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ccdbd97-ceda-44f1-a29b-f8fc9808c773.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3cbdcc8d-d094-40b6-ad7d-c25f4026ead6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-eb62599c-37e3-40c5-8f84-963d0601921f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-210ee081-ecbe-4ad8-8077-1d5a1f2610e6 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-210ee081-ecbe-4ad8-8077-1d5a1f2610e6 img.shogun-image {
    

    
    
    
  }


#s-210ee081-ecbe-4ad8-8077-1d5a1f2610e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eefa1136-bb21-4491-a40d-955c1a3c4bfc-root {
    text-align: left;
  }


#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eefa1136-bb21-4491-a40d-955c1a3c4bfc-root {
    text-align: left;
  }


#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eefa1136-bb21-4491-a40d-955c1a3c4bfc-root {
    text-align: left;
  }


#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eefa1136-bb21-4491-a40d-955c1a3c4bfc-root {
    text-align: left;
  }


#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eefa1136-bb21-4491-a40d-955c1a3c4bfc-root {
    text-align: left;
  }


#s-eefa1136-bb21-4491-a40d-955c1a3c4bfc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 {
  display: none;
}
#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5, #wrap-s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 {
  display: none;
}
#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5, #wrap-s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 {
  display: none;
}
#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5, #wrap-s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 { display:none !important; }}







#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3cead4f-44cf-4e90-9781-cd6f14f05db5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-483569e2-9ed3-4de7-a439-737cfc611e11 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-0bc1362f-5970-447f-b16d-afff931cc094 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-41894675-9a16-409e-baeb-edbd9a8e62ea {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-41894675-9a16-409e-baeb-edbd9a8e62ea img.shogun-image {
    

    
    
    
  }


#s-41894675-9a16-409e-baeb-edbd9a8e62ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3112727c-f02f-4ed1-b191-457a0363fdbc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-3112727c-f02f-4ed1-b191-457a0363fdbc:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3112727c-f02f-4ed1-b191-457a0363fdbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3112727c-f02f-4ed1-b191-457a0363fdbc-root {
    text-align: center;
  }


#s-3112727c-f02f-4ed1-b191-457a0363fdbc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3112727c-f02f-4ed1-b191-457a0363fdbc-root {
    text-align: center;
  }


#s-3112727c-f02f-4ed1-b191-457a0363fdbc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3112727c-f02f-4ed1-b191-457a0363fdbc-root {
    text-align: center;
  }


#s-3112727c-f02f-4ed1-b191-457a0363fdbc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3112727c-f02f-4ed1-b191-457a0363fdbc-root {
    text-align: center;
  }


#s-3112727c-f02f-4ed1-b191-457a0363fdbc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3112727c-f02f-4ed1-b191-457a0363fdbc-root {
    text-align: center;
  }


#s-3112727c-f02f-4ed1-b191-457a0363fdbc.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  
}
}@media (max-width: 767px){#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  
}
}







#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0 {
  cursor: pointer;
}#s-c0f6d036-dc34-4a27-946e-7f3875cc65f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b4b554-324c-4624-b2a0-f0a5ce130447 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5b4b554-324c-4624-b2a0-f0a5ce130447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-721c3ad6-a247-44a0-b6c8-333b819c75a4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-721c3ad6-a247-44a0-b6c8-333b819c75a4 {
  display: none;
}
#s-721c3ad6-a247-44a0-b6c8-333b819c75a4, #wrap-s-721c3ad6-a247-44a0-b6c8-333b819c75a4 { display:none !important; }}







#s-721c3ad6-a247-44a0-b6c8-333b819c75a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-721c3ad6-a247-44a0-b6c8-333b819c75a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c4a6c1f-9082-48b5-a28d-72260e825c51 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-0c4a6c1f-9082-48b5-a28d-72260e825c51 {
  display: none;
}
#s-0c4a6c1f-9082-48b5-a28d-72260e825c51, #wrap-s-0c4a6c1f-9082-48b5-a28d-72260e825c51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c4a6c1f-9082-48b5-a28d-72260e825c51 {
  display: none;
}
#s-0c4a6c1f-9082-48b5-a28d-72260e825c51, #wrap-s-0c4a6c1f-9082-48b5-a28d-72260e825c51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c4a6c1f-9082-48b5-a28d-72260e825c51 {
  display: none;
}
#s-0c4a6c1f-9082-48b5-a28d-72260e825c51, #wrap-s-0c4a6c1f-9082-48b5-a28d-72260e825c51 { display:none !important; }}







#s-0c4a6c1f-9082-48b5-a28d-72260e825c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c4a6c1f-9082-48b5-a28d-72260e825c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d {
  
}
}@media (max-width: 767px){#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d {
  display: none;
}
#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d, #wrap-s-0f57034b-2645-4eba-9c57-0c6e2e8e720d { display:none !important; }}







#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f57034b-2645-4eba-9c57-0c6e2e8e720d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08dd6c63-afbb-4dd0-8c11-2e233672316d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-d5cad07d-b389-4c11-8385-7ef662fa5345 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-0cced739-7715-487f-abf7-c773a82dee38 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-0cced739-7715-487f-abf7-c773a82dee38 img.shogun-image {
    

    
    
    
  }


#s-0cced739-7715-487f-abf7-c773a82dee38 .shogun-image-content {
  
    align-items: center;
  
}

#s-638ac917-e20d-47dc-9655-cbca3f3c7d22 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-638ac917-e20d-47dc-9655-cbca3f3c7d22:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-638ac917-e20d-47dc-9655-cbca3f3c7d22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-638ac917-e20d-47dc-9655-cbca3f3c7d22-root {
    text-align: left;
  }


#s-638ac917-e20d-47dc-9655-cbca3f3c7d22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-638ac917-e20d-47dc-9655-cbca3f3c7d22-root {
    text-align: left;
  }


#s-638ac917-e20d-47dc-9655-cbca3f3c7d22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-638ac917-e20d-47dc-9655-cbca3f3c7d22-root {
    text-align: left;
  }


#s-638ac917-e20d-47dc-9655-cbca3f3c7d22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-638ac917-e20d-47dc-9655-cbca3f3c7d22-root {
    text-align: left;
  }


#s-638ac917-e20d-47dc-9655-cbca3f3c7d22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-638ac917-e20d-47dc-9655-cbca3f3c7d22-root {
    text-align: left;
  }


#s-638ac917-e20d-47dc-9655-cbca3f3c7d22.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-3b95b4f9-2b25-467b-a824-e073570f6736 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-3b95b4f9-2b25-467b-a824-e073570f6736 {
  display: none;
}
#s-3b95b4f9-2b25-467b-a824-e073570f6736, #wrap-s-3b95b4f9-2b25-467b-a824-e073570f6736 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b95b4f9-2b25-467b-a824-e073570f6736 {
  display: none;
}
#s-3b95b4f9-2b25-467b-a824-e073570f6736, #wrap-s-3b95b4f9-2b25-467b-a824-e073570f6736 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b95b4f9-2b25-467b-a824-e073570f6736 {
  display: none;
}
#s-3b95b4f9-2b25-467b-a824-e073570f6736, #wrap-s-3b95b4f9-2b25-467b-a824-e073570f6736 { display:none !important; }}







#s-3b95b4f9-2b25-467b-a824-e073570f6736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b95b4f9-2b25-467b-a824-e073570f6736.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-147d7cf5-863d-403d-8783-dfcba9e9a730 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-6702e0e1-6538-4049-a17d-4878dba8ee43 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7b236ef3-8584-47f9-8a52-ef82027cc8c8 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-7b236ef3-8584-47f9-8a52-ef82027cc8c8 img.shogun-image {
    

    
    
    
  }


#s-7b236ef3-8584-47f9-8a52-ef82027cc8c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-216bb0a2-4114-4706-ab03-8fdc364a73d4 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-216bb0a2-4114-4706-ab03-8fdc364a73d4:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-216bb0a2-4114-4706-ab03-8fdc364a73d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-216bb0a2-4114-4706-ab03-8fdc364a73d4-root {
    text-align: center;
  }


#s-216bb0a2-4114-4706-ab03-8fdc364a73d4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-216bb0a2-4114-4706-ab03-8fdc364a73d4-root {
    text-align: center;
  }


#s-216bb0a2-4114-4706-ab03-8fdc364a73d4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-216bb0a2-4114-4706-ab03-8fdc364a73d4-root {
    text-align: center;
  }


#s-216bb0a2-4114-4706-ab03-8fdc364a73d4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-216bb0a2-4114-4706-ab03-8fdc364a73d4-root {
    text-align: center;
  }


#s-216bb0a2-4114-4706-ab03-8fdc364a73d4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-216bb0a2-4114-4706-ab03-8fdc364a73d4-root {
    text-align: center;
  }


#s-216bb0a2-4114-4706-ab03-8fdc364a73d4.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  
}
}@media (max-width: 767px){#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  
}
}







#s-20ac8308-2bb7-433b-aae5-d2101873c40c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-20ac8308-2bb7-433b-aae5-d2101873c40c {
  cursor: pointer;
}#s-20ac8308-2bb7-433b-aae5-d2101873c40c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5091528-78d2-46a4-a441-ef09b1c850fe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5091528-78d2-46a4-a441-ef09b1c850fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f53b788a-9ab7-492c-b980-e75be9fba221 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-f53b788a-9ab7-492c-b980-e75be9fba221 {
  display: none;
}
#s-f53b788a-9ab7-492c-b980-e75be9fba221, #wrap-s-f53b788a-9ab7-492c-b980-e75be9fba221 { display:none !important; }}







#s-f53b788a-9ab7-492c-b980-e75be9fba221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f53b788a-9ab7-492c-b980-e75be9fba221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47bb6822-1726-4457-9d3d-05e9374eb22d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-47bb6822-1726-4457-9d3d-05e9374eb22d {
  display: none;
}
#s-47bb6822-1726-4457-9d3d-05e9374eb22d, #wrap-s-47bb6822-1726-4457-9d3d-05e9374eb22d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47bb6822-1726-4457-9d3d-05e9374eb22d {
  display: none;
}
#s-47bb6822-1726-4457-9d3d-05e9374eb22d, #wrap-s-47bb6822-1726-4457-9d3d-05e9374eb22d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47bb6822-1726-4457-9d3d-05e9374eb22d {
  display: none;
}
#s-47bb6822-1726-4457-9d3d-05e9374eb22d, #wrap-s-47bb6822-1726-4457-9d3d-05e9374eb22d { display:none !important; }}







#s-47bb6822-1726-4457-9d3d-05e9374eb22d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47bb6822-1726-4457-9d3d-05e9374eb22d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-745cf95d-af0c-4b95-a878-f2ece69fff9e {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-745cf95d-af0c-4b95-a878-f2ece69fff9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-745cf95d-af0c-4b95-a878-f2ece69fff9e {
  
}
}@media (max-width: 767px){#s-745cf95d-af0c-4b95-a878-f2ece69fff9e {
  display: none;
}
#s-745cf95d-af0c-4b95-a878-f2ece69fff9e, #wrap-s-745cf95d-af0c-4b95-a878-f2ece69fff9e { display:none !important; }}







#s-745cf95d-af0c-4b95-a878-f2ece69fff9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745cf95d-af0c-4b95-a878-f2ece69fff9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-edd46ac7-919b-4a23-b402-b856aee682f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-cb40b82c-77b2-41ab-a701-d4cfada09100 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-64006237-11a8-46d6-b046-91fa8f04c9c3 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-64006237-11a8-46d6-b046-91fa8f04c9c3 img.shogun-image {
    

    
    
    
  }


#s-64006237-11a8-46d6-b046-91fa8f04c9c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d07f50d5-81a6-493f-b9a2-0797ea9fed53-root {
    text-align: left;
  }


#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d07f50d5-81a6-493f-b9a2-0797ea9fed53-root {
    text-align: left;
  }


#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d07f50d5-81a6-493f-b9a2-0797ea9fed53-root {
    text-align: left;
  }


#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d07f50d5-81a6-493f-b9a2-0797ea9fed53-root {
    text-align: left;
  }


#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d07f50d5-81a6-493f-b9a2-0797ea9fed53-root {
    text-align: left;
  }


#s-d07f50d5-81a6-493f-b9a2-0797ea9fed53.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-68617fa8-df6b-451e-b658-e1095c959336 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-68617fa8-df6b-451e-b658-e1095c959336 {
  display: none;
}
#s-68617fa8-df6b-451e-b658-e1095c959336, #wrap-s-68617fa8-df6b-451e-b658-e1095c959336 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68617fa8-df6b-451e-b658-e1095c959336 {
  display: none;
}
#s-68617fa8-df6b-451e-b658-e1095c959336, #wrap-s-68617fa8-df6b-451e-b658-e1095c959336 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68617fa8-df6b-451e-b658-e1095c959336 {
  display: none;
}
#s-68617fa8-df6b-451e-b658-e1095c959336, #wrap-s-68617fa8-df6b-451e-b658-e1095c959336 { display:none !important; }}







#s-68617fa8-df6b-451e-b658-e1095c959336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68617fa8-df6b-451e-b658-e1095c959336.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4973e774-6685-43d8-bfe5-a433e85fd741 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-506071e2-e5cb-439e-9ff5-0078f5348bb6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-b07b9074-66df-4c4d-828e-30920547bbca {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-b07b9074-66df-4c4d-828e-30920547bbca img.shogun-image {
    

    
    
    
  }


#s-b07b9074-66df-4c4d-828e-30920547bbca .shogun-image-content {
  
    align-items: center;
  
}

#s-730a2deb-ee58-40d3-9a43-57a237d1a066 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-730a2deb-ee58-40d3-9a43-57a237d1a066:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-730a2deb-ee58-40d3-9a43-57a237d1a066:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-730a2deb-ee58-40d3-9a43-57a237d1a066-root {
    text-align: center;
  }


#s-730a2deb-ee58-40d3-9a43-57a237d1a066.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-730a2deb-ee58-40d3-9a43-57a237d1a066-root {
    text-align: center;
  }


#s-730a2deb-ee58-40d3-9a43-57a237d1a066.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-730a2deb-ee58-40d3-9a43-57a237d1a066-root {
    text-align: center;
  }


#s-730a2deb-ee58-40d3-9a43-57a237d1a066.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-730a2deb-ee58-40d3-9a43-57a237d1a066-root {
    text-align: center;
  }


#s-730a2deb-ee58-40d3-9a43-57a237d1a066.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-730a2deb-ee58-40d3-9a43-57a237d1a066-root {
    text-align: center;
  }


#s-730a2deb-ee58-40d3-9a43-57a237d1a066.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  
}
}@media (max-width: 767px){#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  
}
}







#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b4d7b3e7-76ac-4e14-9934-469552da23b0 {
  cursor: pointer;
}#s-b4d7b3e7-76ac-4e14-9934-469552da23b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee961722-f7ec-4fb7-8b53-b3d64546c0af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee961722-f7ec-4fb7-8b53-b3d64546c0af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5 {
  display: none;
}
#s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5, #wrap-s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5 { display:none !important; }}







#s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9772c9f-733e-4a8b-82eb-edd0c8f8dde5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 {
  display: none;
}
#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238, #wrap-s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 {
  display: none;
}
#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238, #wrap-s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 {
  display: none;
}
#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238, #wrap-s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 { display:none !important; }}







#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c0597fa-a1e9-4c03-96d4-cdd0fd85f238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ac9699f-e25e-4244-be60-0eeaccb2714f {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ac9699f-e25e-4244-be60-0eeaccb2714f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ac9699f-e25e-4244-be60-0eeaccb2714f {
  
}
}@media (max-width: 767px){#s-5ac9699f-e25e-4244-be60-0eeaccb2714f {
  display: none;
}
#s-5ac9699f-e25e-4244-be60-0eeaccb2714f, #wrap-s-5ac9699f-e25e-4244-be60-0eeaccb2714f { display:none !important; }}







#s-5ac9699f-e25e-4244-be60-0eeaccb2714f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac9699f-e25e-4244-be60-0eeaccb2714f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c6fdd994-74c1-4ba9-b981-5b3e681e3af8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-ca41bfd8-e8d7-4acf-a2e7-201b5a27ec37 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-9b34ff3a-79ef-45c6-870b-cf1204088a7b {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 68px;
text-align: left;
}







  #s-9b34ff3a-79ef-45c6-870b-cf1204088a7b img.shogun-image {
    

    
    
    
  }


#s-9b34ff3a-79ef-45c6-870b-cf1204088a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c-root {
    text-align: left;
  }


#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c-root {
    text-align: left;
  }


#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c-root {
    text-align: left;
  }


#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c-root {
    text-align: left;
  }


#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c-root {
    text-align: left;
  }


#s-72fb8bb7-14a4-4e5a-a885-e676a53ea03c.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac {
  display: none;
}
#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac, #wrap-s-4e578bd3-0b73-4f50-8fc4-ae56486377ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac {
  display: none;
}
#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac, #wrap-s-4e578bd3-0b73-4f50-8fc4-ae56486377ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac {
  display: none;
}
#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac, #wrap-s-4e578bd3-0b73-4f50-8fc4-ae56486377ac { display:none !important; }}







#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e578bd3-0b73-4f50-8fc4-ae56486377ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2d0e97ce-0123-4f59-8b81-63bbce0085d4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-48258f96-4f7a-4a97-b616-449f7ebcae47 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-991a9b6a-63e0-4762-8bff-0fa628f870fc {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-991a9b6a-63e0-4762-8bff-0fa628f870fc img.shogun-image {
    

    
    
    
  }


#s-991a9b6a-63e0-4762-8bff-0fa628f870fc .shogun-image-content {
  
    align-items: center;
  
}

#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9-root {
    text-align: center;
  }


#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9-root {
    text-align: center;
  }


#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9-root {
    text-align: center;
  }


#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9-root {
    text-align: center;
  }


#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9-root {
    text-align: center;
  }


#s-dff1db62-8f49-44dc-8e7d-8a7ecf5035f9.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  
}
}@media (max-width: 767px){#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  
}
}







#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7 {
  cursor: pointer;
}#s-86dee07e-3426-43c9-93c2-6c0dfdffc9e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7ee5f34-6c58-47ac-9794-0d5553a358a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7ee5f34-6c58-47ac-9794-0d5553a358a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-134268ed-a6ee-4df6-8936-9b850fa7d516 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-134268ed-a6ee-4df6-8936-9b850fa7d516 {
  display: none;
}
#s-134268ed-a6ee-4df6-8936-9b850fa7d516, #wrap-s-134268ed-a6ee-4df6-8936-9b850fa7d516 { display:none !important; }}







#s-134268ed-a6ee-4df6-8936-9b850fa7d516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134268ed-a6ee-4df6-8936-9b850fa7d516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a {
  display: none;
}
#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a, #wrap-s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a {
  display: none;
}
#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a, #wrap-s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a {
  display: none;
}
#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a, #wrap-s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a { display:none !important; }}







#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05cd9088-e64b-4e49-a2f7-a1e28bbeaa9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 {
  
}
}@media (max-width: 767px){#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 {
  display: none;
}
#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78, #wrap-s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 { display:none !important; }}







#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab1f0a5-7dcc-4e46-8ef8-b4eb5a1a2a78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d0fd44a-c26e-4aaa-b04d-63836d8a7fd5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-023ced20-aa51-432f-a5d1-13a3501433f7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7145235f-f4e7-4152-af86-cb79b80d1949 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-7145235f-f4e7-4152-af86-cb79b80d1949 img.shogun-image {
    

    
    
    
  }


#s-7145235f-f4e7-4152-af86-cb79b80d1949 .shogun-image-content {
  
    align-items: center;
  
}

#s-130a65f1-9967-42f5-9021-bbf3be5e003a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-130a65f1-9967-42f5-9021-bbf3be5e003a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-130a65f1-9967-42f5-9021-bbf3be5e003a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-130a65f1-9967-42f5-9021-bbf3be5e003a-root {
    text-align: left;
  }


#s-130a65f1-9967-42f5-9021-bbf3be5e003a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-130a65f1-9967-42f5-9021-bbf3be5e003a-root {
    text-align: left;
  }


#s-130a65f1-9967-42f5-9021-bbf3be5e003a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-130a65f1-9967-42f5-9021-bbf3be5e003a-root {
    text-align: left;
  }


#s-130a65f1-9967-42f5-9021-bbf3be5e003a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-130a65f1-9967-42f5-9021-bbf3be5e003a-root {
    text-align: left;
  }


#s-130a65f1-9967-42f5-9021-bbf3be5e003a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-130a65f1-9967-42f5-9021-bbf3be5e003a-root {
    text-align: left;
  }


#s-130a65f1-9967-42f5-9021-bbf3be5e003a.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-7c3787eb-9df8-4736-be68-df547e33d034 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-7c3787eb-9df8-4736-be68-df547e33d034 {
  display: none;
}
#s-7c3787eb-9df8-4736-be68-df547e33d034, #wrap-s-7c3787eb-9df8-4736-be68-df547e33d034 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c3787eb-9df8-4736-be68-df547e33d034 {
  display: none;
}
#s-7c3787eb-9df8-4736-be68-df547e33d034, #wrap-s-7c3787eb-9df8-4736-be68-df547e33d034 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c3787eb-9df8-4736-be68-df547e33d034 {
  display: none;
}
#s-7c3787eb-9df8-4736-be68-df547e33d034, #wrap-s-7c3787eb-9df8-4736-be68-df547e33d034 { display:none !important; }}







#s-7c3787eb-9df8-4736-be68-df547e33d034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3787eb-9df8-4736-be68-df547e33d034.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11d8293a-ced4-4b83-817a-d3b631e991cd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-eb44fde7-81b8-4843-b996-f624861e9a26 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-e11ff504-969c-43c7-b782-251f94cc5ee4 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-e11ff504-969c-43c7-b782-251f94cc5ee4 img.shogun-image {
    

    
    
    
  }


#s-e11ff504-969c-43c7-b782-251f94cc5ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-965762a4-17f2-4273-8fe3-ad140177fc96 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-965762a4-17f2-4273-8fe3-ad140177fc96:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-965762a4-17f2-4273-8fe3-ad140177fc96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-965762a4-17f2-4273-8fe3-ad140177fc96-root {
    text-align: center;
  }


#s-965762a4-17f2-4273-8fe3-ad140177fc96.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-965762a4-17f2-4273-8fe3-ad140177fc96-root {
    text-align: center;
  }


#s-965762a4-17f2-4273-8fe3-ad140177fc96.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-965762a4-17f2-4273-8fe3-ad140177fc96-root {
    text-align: center;
  }


#s-965762a4-17f2-4273-8fe3-ad140177fc96.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-965762a4-17f2-4273-8fe3-ad140177fc96-root {
    text-align: center;
  }


#s-965762a4-17f2-4273-8fe3-ad140177fc96.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-965762a4-17f2-4273-8fe3-ad140177fc96-root {
    text-align: center;
  }


#s-965762a4-17f2-4273-8fe3-ad140177fc96.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  
}
}@media (max-width: 767px){#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  
}
}







#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1 {
  cursor: pointer;
}#s-dc07fb9b-a094-4bd3-b47f-6fc22cd28cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1feefeec-36e4-4d4a-ac21-a7d5a36f9052"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6 {
  display: none;
}
#s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6, #wrap-s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6 { display:none !important; }}







#s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad0388d5-3d7c-4b07-b3d5-d4d70927e1b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 {
  display: none;
}
#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16, #wrap-s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 {
  display: none;
}
#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16, #wrap-s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 {
  display: none;
}
#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16, #wrap-s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 { display:none !important; }}







#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc2b0f5-3dba-447c-a4a0-63ab38f38c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e681cf04-2b78-414f-a853-281d31e858c2 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e681cf04-2b78-414f-a853-281d31e858c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e681cf04-2b78-414f-a853-281d31e858c2 {
  
}
}@media (max-width: 767px){#s-e681cf04-2b78-414f-a853-281d31e858c2 {
  display: none;
}
#s-e681cf04-2b78-414f-a853-281d31e858c2, #wrap-s-e681cf04-2b78-414f-a853-281d31e858c2 { display:none !important; }}







#s-e681cf04-2b78-414f-a853-281d31e858c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e681cf04-2b78-414f-a853-281d31e858c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2a084b7-e5cd-4fd4-a480-f7e90bc31c1a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-95e09b43-9a6c-4c2a-9938-1bee484e3f87 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-c903fbd2-7ff9-4b6a-af56-273bfedfd071 {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-c903fbd2-7ff9-4b6a-af56-273bfedfd071 img.shogun-image {
    

    
    
    
  }


#s-c903fbd2-7ff9-4b6a-af56-273bfedfd071 .shogun-image-content {
  
    align-items: center;
  
}

#s-fccd6073-ea29-4c80-9492-6d645b37936d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-fccd6073-ea29-4c80-9492-6d645b37936d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fccd6073-ea29-4c80-9492-6d645b37936d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fccd6073-ea29-4c80-9492-6d645b37936d-root {
    text-align: left;
  }


#s-fccd6073-ea29-4c80-9492-6d645b37936d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fccd6073-ea29-4c80-9492-6d645b37936d-root {
    text-align: left;
  }


#s-fccd6073-ea29-4c80-9492-6d645b37936d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fccd6073-ea29-4c80-9492-6d645b37936d-root {
    text-align: left;
  }


#s-fccd6073-ea29-4c80-9492-6d645b37936d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fccd6073-ea29-4c80-9492-6d645b37936d-root {
    text-align: left;
  }


#s-fccd6073-ea29-4c80-9492-6d645b37936d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fccd6073-ea29-4c80-9492-6d645b37936d-root {
    text-align: left;
  }


#s-fccd6073-ea29-4c80-9492-6d645b37936d.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-b780ed6b-0676-4a87-9b38-b400c38afe91 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-b780ed6b-0676-4a87-9b38-b400c38afe91 {
  display: none;
}
#s-b780ed6b-0676-4a87-9b38-b400c38afe91, #wrap-s-b780ed6b-0676-4a87-9b38-b400c38afe91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b780ed6b-0676-4a87-9b38-b400c38afe91 {
  display: none;
}
#s-b780ed6b-0676-4a87-9b38-b400c38afe91, #wrap-s-b780ed6b-0676-4a87-9b38-b400c38afe91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b780ed6b-0676-4a87-9b38-b400c38afe91 {
  display: none;
}
#s-b780ed6b-0676-4a87-9b38-b400c38afe91, #wrap-s-b780ed6b-0676-4a87-9b38-b400c38afe91 { display:none !important; }}







#s-b780ed6b-0676-4a87-9b38-b400c38afe91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b780ed6b-0676-4a87-9b38-b400c38afe91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ab265c8-e119-4aaa-a2e9-ed97a9f3d8a3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-6838edc2-1191-432d-9457-f7218e395a48 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-6fcfe34b-fac3-4451-88fd-20767e4e4464 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-6fcfe34b-fac3-4451-88fd-20767e4e4464 img.shogun-image {
    

    
    
    
  }


#s-6fcfe34b-fac3-4451-88fd-20767e4e4464 .shogun-image-content {
  
    align-items: center;
  
}

#s-d11f174a-dda1-43ec-a285-339a2e975d90 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-d11f174a-dda1-43ec-a285-339a2e975d90:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d11f174a-dda1-43ec-a285-339a2e975d90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d11f174a-dda1-43ec-a285-339a2e975d90-root {
    text-align: center;
  }


#s-d11f174a-dda1-43ec-a285-339a2e975d90.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d11f174a-dda1-43ec-a285-339a2e975d90-root {
    text-align: center;
  }


#s-d11f174a-dda1-43ec-a285-339a2e975d90.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d11f174a-dda1-43ec-a285-339a2e975d90-root {
    text-align: center;
  }


#s-d11f174a-dda1-43ec-a285-339a2e975d90.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d11f174a-dda1-43ec-a285-339a2e975d90-root {
    text-align: center;
  }


#s-d11f174a-dda1-43ec-a285-339a2e975d90.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d11f174a-dda1-43ec-a285-339a2e975d90-root {
    text-align: center;
  }


#s-d11f174a-dda1-43ec-a285-339a2e975d90.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  
}
}@media (max-width: 767px){#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  
}
}







#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1 {
  cursor: pointer;
}#s-9baa0f0d-d440-47b5-bda0-bfefef83a1b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93396ce2-a884-4da3-9f42-a3c132c3c37b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93396ce2-a884-4da3-9f42-a3c132c3c37b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-caa8aad4-a76b-41fd-a0d7-990625374d7b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-caa8aad4-a76b-41fd-a0d7-990625374d7b {
  display: none;
}
#s-caa8aad4-a76b-41fd-a0d7-990625374d7b, #wrap-s-caa8aad4-a76b-41fd-a0d7-990625374d7b { display:none !important; }}







#s-caa8aad4-a76b-41fd-a0d7-990625374d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa8aad4-a76b-41fd-a0d7-990625374d7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-673ea0fb-b5c5-44ea-8663-518646a5ed17 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-673ea0fb-b5c5-44ea-8663-518646a5ed17 {
  display: none;
}
#s-673ea0fb-b5c5-44ea-8663-518646a5ed17, #wrap-s-673ea0fb-b5c5-44ea-8663-518646a5ed17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-673ea0fb-b5c5-44ea-8663-518646a5ed17 {
  display: none;
}
#s-673ea0fb-b5c5-44ea-8663-518646a5ed17, #wrap-s-673ea0fb-b5c5-44ea-8663-518646a5ed17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-673ea0fb-b5c5-44ea-8663-518646a5ed17 {
  display: none;
}
#s-673ea0fb-b5c5-44ea-8663-518646a5ed17, #wrap-s-673ea0fb-b5c5-44ea-8663-518646a5ed17 { display:none !important; }}







#s-673ea0fb-b5c5-44ea-8663-518646a5ed17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-673ea0fb-b5c5-44ea-8663-518646a5ed17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda {
  
}
}@media (max-width: 767px){#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda {
  display: none;
}
#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda, #wrap-s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda { display:none !important; }}







#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7be6ae-2350-43bd-b6b1-f8ab08cbbbda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c25d0a3-8178-4373-aabb-e74da322b724 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-c184cd6b-fed2-42fc-9a10-7fb7fc31b177 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-8b54537b-0393-4105-8456-075f2a88d84c {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-8b54537b-0393-4105-8456-075f2a88d84c img.shogun-image {
    

    
    
    
  }


#s-8b54537b-0393-4105-8456-075f2a88d84c .shogun-image-content {
  
    align-items: center;
  
}

#s-64afbac4-9f19-4f69-9e9f-0edad6027b79 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-64afbac4-9f19-4f69-9e9f-0edad6027b79:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-64afbac4-9f19-4f69-9e9f-0edad6027b79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64afbac4-9f19-4f69-9e9f-0edad6027b79-root {
    text-align: left;
  }


#s-64afbac4-9f19-4f69-9e9f-0edad6027b79.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64afbac4-9f19-4f69-9e9f-0edad6027b79-root {
    text-align: left;
  }


#s-64afbac4-9f19-4f69-9e9f-0edad6027b79.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64afbac4-9f19-4f69-9e9f-0edad6027b79-root {
    text-align: left;
  }


#s-64afbac4-9f19-4f69-9e9f-0edad6027b79.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64afbac4-9f19-4f69-9e9f-0edad6027b79-root {
    text-align: left;
  }


#s-64afbac4-9f19-4f69-9e9f-0edad6027b79.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64afbac4-9f19-4f69-9e9f-0edad6027b79-root {
    text-align: left;
  }


#s-64afbac4-9f19-4f69-9e9f-0edad6027b79.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-265ce90b-63b5-4a73-b262-21d4369a42b2 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-265ce90b-63b5-4a73-b262-21d4369a42b2 {
  display: none;
}
#s-265ce90b-63b5-4a73-b262-21d4369a42b2, #wrap-s-265ce90b-63b5-4a73-b262-21d4369a42b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-265ce90b-63b5-4a73-b262-21d4369a42b2 {
  display: none;
}
#s-265ce90b-63b5-4a73-b262-21d4369a42b2, #wrap-s-265ce90b-63b5-4a73-b262-21d4369a42b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-265ce90b-63b5-4a73-b262-21d4369a42b2 {
  display: none;
}
#s-265ce90b-63b5-4a73-b262-21d4369a42b2, #wrap-s-265ce90b-63b5-4a73-b262-21d4369a42b2 { display:none !important; }}







#s-265ce90b-63b5-4a73-b262-21d4369a42b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-265ce90b-63b5-4a73-b262-21d4369a42b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-749f14b4-1945-4d60-b6f9-067349c1b7a5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-f10287db-9281-41d9-ad0f-db55e4cf3bc5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-069986ec-d212-4b64-a647-0bdb1eb7c6a3 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-069986ec-d212-4b64-a647-0bdb1eb7c6a3 img.shogun-image {
    

    
    
    
  }


#s-069986ec-d212-4b64-a647-0bdb1eb7c6a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-abf45ef4-58eb-41e9-85a1-5e6418194825 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-abf45ef4-58eb-41e9-85a1-5e6418194825:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-abf45ef4-58eb-41e9-85a1-5e6418194825:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abf45ef4-58eb-41e9-85a1-5e6418194825-root {
    text-align: center;
  }


#s-abf45ef4-58eb-41e9-85a1-5e6418194825.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf45ef4-58eb-41e9-85a1-5e6418194825-root {
    text-align: center;
  }


#s-abf45ef4-58eb-41e9-85a1-5e6418194825.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf45ef4-58eb-41e9-85a1-5e6418194825-root {
    text-align: center;
  }


#s-abf45ef4-58eb-41e9-85a1-5e6418194825.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf45ef4-58eb-41e9-85a1-5e6418194825-root {
    text-align: center;
  }


#s-abf45ef4-58eb-41e9-85a1-5e6418194825.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf45ef4-58eb-41e9-85a1-5e6418194825-root {
    text-align: center;
  }


#s-abf45ef4-58eb-41e9-85a1-5e6418194825.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  
}
}@media (max-width: 767px){#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  
}
}







#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c {
  cursor: pointer;
}#s-ba815bcd-dbab-436b-8cd2-1e5515a1492c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px;
max-width: 940px;
}

@media (min-width: 0px) {
[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c895b111-77fb-4d54-b6a3-3aa4b4a322e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd {
  display: none;
}
#s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd, #wrap-s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd { display:none !important; }}







#s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a9a1f6f-5c35-40e4-b3f3-0a56afdbb1dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 280px;
background-position: center center;
}
@media (min-width: 1200px){#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a {
  display: none;
}
#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a, #wrap-s-7f1215fa-3ba6-486d-a4c2-0716e687f13a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a {
  display: none;
}
#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a, #wrap-s-7f1215fa-3ba6-486d-a4c2-0716e687f13a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a {
  display: none;
}
#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a, #wrap-s-7f1215fa-3ba6-486d-a4c2-0716e687f13a { display:none !important; }}







#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f1215fa-3ba6-486d-a4c2-0716e687f13a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 {
  border-style: solid;
margin-top: 15%;
margin-bottom: 15%;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 {
  
}
}@media (max-width: 767px){#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 {
  display: none;
}
#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7, #wrap-s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 { display:none !important; }}







#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7d970b-6d08-4b2c-8d17-8b1a321412d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2238f87f-d6da-4939-bd24-dadccb84aad3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-4be56845-eee0-4837-a665-07ddb0cb05fe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-63528812-177b-4514-a63d-9c77b0a8061a {
  padding-top: 5px;
padding-bottom: 12px;
max-width: 140px;
text-align: left;
}







  #s-63528812-177b-4514-a63d-9c77b0a8061a img.shogun-image {
    

    
    
    
  }


#s-63528812-177b-4514-a63d-9c77b0a8061a .shogun-image-content {
  
    align-items: center;
  
}

#s-184898f3-7c30-4896-87c7-c04d65bf4cf0 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-184898f3-7c30-4896-87c7-c04d65bf4cf0:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-184898f3-7c30-4896-87c7-c04d65bf4cf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-184898f3-7c30-4896-87c7-c04d65bf4cf0-root {
    text-align: left;
  }


#s-184898f3-7c30-4896-87c7-c04d65bf4cf0.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-184898f3-7c30-4896-87c7-c04d65bf4cf0-root {
    text-align: left;
  }


#s-184898f3-7c30-4896-87c7-c04d65bf4cf0.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-184898f3-7c30-4896-87c7-c04d65bf4cf0-root {
    text-align: left;
  }


#s-184898f3-7c30-4896-87c7-c04d65bf4cf0.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-184898f3-7c30-4896-87c7-c04d65bf4cf0-root {
    text-align: left;
  }


#s-184898f3-7c30-4896-87c7-c04d65bf4cf0.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-184898f3-7c30-4896-87c7-c04d65bf4cf0-root {
    text-align: left;
  }


#s-184898f3-7c30-4896-87c7-c04d65bf4cf0.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-de4c3957-0944-46c0-bd77-c81575d8847a {
  border-style: solid;
margin-top: 5px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-de4c3957-0944-46c0-bd77-c81575d8847a {
  display: none;
}
#s-de4c3957-0944-46c0-bd77-c81575d8847a, #wrap-s-de4c3957-0944-46c0-bd77-c81575d8847a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de4c3957-0944-46c0-bd77-c81575d8847a {
  display: none;
}
#s-de4c3957-0944-46c0-bd77-c81575d8847a, #wrap-s-de4c3957-0944-46c0-bd77-c81575d8847a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de4c3957-0944-46c0-bd77-c81575d8847a {
  display: none;
}
#s-de4c3957-0944-46c0-bd77-c81575d8847a, #wrap-s-de4c3957-0944-46c0-bd77-c81575d8847a { display:none !important; }}







#s-de4c3957-0944-46c0-bd77-c81575d8847a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4c3957-0944-46c0-bd77-c81575d8847a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20693400-f3eb-4c20-86f5-d242f99a3007 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

#s-70b1745c-b140-42c7-9f97-c5062c8b4990 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-72ef03f2-c6ab-4a75-9f4d-b885b1fff0d2 {
  padding-top: 5px;
padding-bottom: 12px;
text-align: center;
}







  #s-72ef03f2-c6ab-4a75-9f4d-b885b1fff0d2 img.shogun-image {
    

    
    
    
  }


#s-72ef03f2-c6ab-4a75-9f4d-b885b1fff0d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(7, 0, 0, 1);
}
#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db-root {
    text-align: center;
  }


#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db-root {
    text-align: center;
  }


#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db-root {
    text-align: center;
  }


#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db-root {
    text-align: center;
  }


#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db-root {
    text-align: center;
  }


#s-c95e27e6-d6a6-4ee8-9e05-2fbf5fe619db.shg-btn {
  color: rgba(7, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c04c2cda-b25b-482a-aafe-bcf26db24cf7 hr {
  border-top: 2px solid #ddd;
}

#s-f5fcf3b4-091b-478c-b5a1-11f1f5a29142 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}

/*
  $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}
