.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-c4d19be1-acad-424e-858b-43686125a7b5 {
  min-height: 50px;
}








#s-c4d19be1-acad-424e-858b-43686125a7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d19be1-acad-424e-858b-43686125a7b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e {
  background-image: url(https://i.shgcdn.com/f2a26a9d-0639-4150-b9f5-fd1a9af4d5ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e {
  display: none;
}
#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e, #wrap-s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e { display:none !important; }}@media (max-width: 767px){#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e {
  display: none;
}
#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e, #wrap-s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e { display:none !important; }}







#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e {
  cursor: pointer;
}#s-c0bdc27a-6674-4e77-90fd-8ca90ce0a88e.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a0935f-b7ce-4f4c-ad02-db2a83774f26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eb343ee6-0659-421b-b86d-21e908870b8d {
  padding-top: 2em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-eb343ee6-0659-421b-b86d-21e908870b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb343ee6-0659-421b-b86d-21e908870b8d.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: #000;
  text-transform: none;
  font-weight: normal;
  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-fa102eba-dfd9-461f-ba0c-b904dcda4858 {
  text-align: left;
}

#s-fa102eba-dfd9-461f-ba0c-b904dcda4858 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 96px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-fa102eba-dfd9-461f-ba0c-b904dcda4858 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


.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 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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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;
}

#s-a1c5c573-ac0d-4d03-9833-4396cb065706 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
}

.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.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-6c4b157d-411f-47f7-8d41-7554868f918a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(218, 255, 52, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6c4b157d-411f-47f7-8d41-7554868f918a:hover {background-color: rgba(218, 255, 52, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c4b157d-411f-47f7-8d41-7554868f918a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c4b157d-411f-47f7-8d41-7554868f918a-btn-wrapper {
    text-align: left;
  }


#s-6c4b157d-411f-47f7-8d41-7554868f918a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ae70e073-adf4-4b61-a44e-27c374038a55 {
  text-align: center;
}
@media (min-width: 1200px){#s-ae70e073-adf4-4b61-a44e-27c374038a55 {
  display: none;
}
#s-ae70e073-adf4-4b61-a44e-27c374038a55, #wrap-s-ae70e073-adf4-4b61-a44e-27c374038a55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae70e073-adf4-4b61-a44e-27c374038a55 {
  display: none;
}
#s-ae70e073-adf4-4b61-a44e-27c374038a55, #wrap-s-ae70e073-adf4-4b61-a44e-27c374038a55 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae70e073-adf4-4b61-a44e-27c374038a55 {
  display: none;
}
#s-ae70e073-adf4-4b61-a44e-27c374038a55, #wrap-s-ae70e073-adf4-4b61-a44e-27c374038a55 { display:none !important; }}



  #s-ae70e073-adf4-4b61-a44e-27c374038a55 img.shogun-image {
    
    width: px;
  }


#s-ae70e073-adf4-4b61-a44e-27c374038a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c {
  background-image: url(https://i.shgcdn.com/f2a26a9d-0639-4150-b9f5-fd1a9af4d5ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: right center;
}
@media (min-width: 1200px){#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c {
  display: none;
}
#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c, #wrap-s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c {
  display: none;
}
#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c, #wrap-s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c { display:none !important; }}@media (max-width: 767px){#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c {
  display: none;
}
#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c, #wrap-s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c { display:none !important; }}







#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c {
  cursor: pointer;
}#s-7ccf9541-6fd4-44a5-96e7-87c660f2d77c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c {
  margin-top: 30%;
margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a0d3ae-fda4-4aca-a3e2-6ec6651f345c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-95351825-3527-4139-839e-6bddefe09b32 {
  text-align: left;
}

#s-95351825-3527-4139-839e-6bddefe09b32 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-95351825-3527-4139-839e-6bddefe09b32 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-48ab89de-a5ee-45c7-8ab5-4759646157c0 {
  margin-top: 1em;
margin-bottom: 1em;
margin-right: 10%;
}

#s-d4a53d31-f5f4-40e2-8d28-b80439da83f1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d4a53d31-f5f4-40e2-8d28-b80439da83f1:hover {background-color: rgba(218, 255, 52, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d4a53d31-f5f4-40e2-8d28-b80439da83f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4a53d31-f5f4-40e2-8d28-b80439da83f1-btn-wrapper {
    text-align: left;
  }


#s-d4a53d31-f5f4-40e2-8d28-b80439da83f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.5em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-320c9055-0a22-4905-9c8d-ac1972b71985 {
  min-height: 50px;
}








#s-320c9055-0a22-4905-9c8d-ac1972b71985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-320c9055-0a22-4905-9c8d-ac1972b71985.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a0993b5-5d31-4255-b786-7b7c8208f05a {
  margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a0993b5-5d31-4255-b786-7b7c8208f05a {
  display: none;
}
#s-7a0993b5-5d31-4255-b786-7b7c8208f05a, #wrap-s-7a0993b5-5d31-4255-b786-7b7c8208f05a { display:none !important; }}@media (max-width: 767px){#s-7a0993b5-5d31-4255-b786-7b7c8208f05a {
  display: none;
}
#s-7a0993b5-5d31-4255-b786-7b7c8208f05a, #wrap-s-7a0993b5-5d31-4255-b786-7b7c8208f05a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7a0993b5-5d31-4255-b786-7b7c8208f05a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-7ad476ef-ebee-4b01-b032-21ef01e5d133 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-7ad476ef-ebee-4b01-b032-21ef01e5d133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ad476ef-ebee-4b01-b032-21ef01e5d133 {
  cursor: pointer;
}#s-7ad476ef-ebee-4b01-b032-21ef01e5d133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eb9eae0-534d-47c0-b5cc-fd78a23bb43a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7eb9eae0-534d-47c0-b5cc-fd78a23bb43a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-7eb9eae0-534d-47c0-b5cc-fd78a23bb43a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-33b830de-4ed7-4fdf-a28c-d369e86f4e82 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-33b830de-4ed7-4fdf-a28c-d369e86f4e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b830de-4ed7-4fdf-a28c-d369e86f4e82 {
  cursor: pointer;
}#s-33b830de-4ed7-4fdf-a28c-d369e86f4e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69926b75-e99f-42a8-a5b8-7929be27b7e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69926b75-e99f-42a8-a5b8-7929be27b7e8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-69926b75-e99f-42a8-a5b8-7929be27b7e8 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0282939b-53c9-4cfe-95da-a24ece361ad0 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1px;
padding-bottom: 1em;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0282939b-53c9-4cfe-95da-a24ece361ad0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0282939b-53c9-4cfe-95da-a24ece361ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6982fdfb-41a4-42bc-a934-62491f9caf2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6982fdfb-41a4-42bc-a934-62491f9caf2b .shogun-heading-component h1 {
  color: rgba(40, 230, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-9de8c086-7506-41d2-9e44-a70323ce7744 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-9de8c086-7506-41d2-9e44-a70323ce7744 {
  display: none;
}
#s-9de8c086-7506-41d2-9e44-a70323ce7744, #wrap-s-9de8c086-7506-41d2-9e44-a70323ce7744 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9de8c086-7506-41d2-9e44-a70323ce7744 {
  display: none;
}
#s-9de8c086-7506-41d2-9e44-a70323ce7744, #wrap-s-9de8c086-7506-41d2-9e44-a70323ce7744 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9de8c086-7506-41d2-9e44-a70323ce7744 {
  display: none;
}
#s-9de8c086-7506-41d2-9e44-a70323ce7744, #wrap-s-9de8c086-7506-41d2-9e44-a70323ce7744 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9de8c086-7506-41d2-9e44-a70323ce7744"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6d8ecba2-b2d4-4cc4-8c83-a3e6f4fa4656 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-6d8ecba2-b2d4-4cc4-8c83-a3e6f4fa4656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8ecba2-b2d4-4cc4-8c83-a3e6f4fa4656 {
  cursor: pointer;
}#s-6d8ecba2-b2d4-4cc4-8c83-a3e6f4fa4656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79a65207-c0b6-470d-8048-63fbe6d02725 {
  text-align: center;
}

#s-79a65207-c0b6-470d-8048-63fbe6d02725 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-79a65207-c0b6-470d-8048-63fbe6d02725 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-7e035c0c-deff-4261-b042-4148b2522249 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-7e035c0c-deff-4261-b042-4148b2522249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e035c0c-deff-4261-b042-4148b2522249 {
  cursor: pointer;
}#s-7e035c0c-deff-4261-b042-4148b2522249.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4bedd5e-fae5-4e46-8cba-c491495764ba {
  text-align: center;
}

#s-b4bedd5e-fae5-4e46-8cba-c491495764ba .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-b4bedd5e-fae5-4e46-8cba-c491495764ba .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-eec075ef-8a65-41c6-8eb2-491dac60b0b3 {
  border-style: solid;
margin-top: 1em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-eec075ef-8a65-41c6-8eb2-491dac60b0b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-eec075ef-8a65-41c6-8eb2-491dac60b0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc84fe6-ccf7-4a6d-a909-85c934ba2a2f {
  text-align: center;
}

#s-adc84fe6-ccf7-4a6d-a909-85c934ba2a2f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-997b3852-a615-4b42-a287-c4442a623a83 {
  display: none;
}
#s-997b3852-a615-4b42-a287-c4442a623a83, #wrap-s-997b3852-a615-4b42-a287-c4442a623a83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-997b3852-a615-4b42-a287-c4442a623a83 {
  display: none;
}
#s-997b3852-a615-4b42-a287-c4442a623a83, #wrap-s-997b3852-a615-4b42-a287-c4442a623a83 { display:none !important; }}@media (max-width: 767px){#s-997b3852-a615-4b42-a287-c4442a623a83 {
  display: none;
}
#s-997b3852-a615-4b42-a287-c4442a623a83, #wrap-s-997b3852-a615-4b42-a287-c4442a623a83 { display:none !important; }}
@media (min-width: 0px) {
[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-997b3852-a615-4b42-a287-c4442a623a83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-88a5f3ba-19c4-42bb-b9e2-a88142236324 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-88a5f3ba-19c4-42bb-b9e2-a88142236324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88a5f3ba-19c4-42bb-b9e2-a88142236324 {
  cursor: pointer;
}#s-88a5f3ba-19c4-42bb-b9e2-a88142236324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee6b0317-e457-4233-8881-514f51c1a401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee6b0317-e457-4233-8881-514f51c1a401 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-ee6b0317-e457-4233-8881-514f51c1a401 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-677e5a5d-bf49-4162-a2fb-b8e263671860 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-677e5a5d-bf49-4162-a2fb-b8e263671860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677e5a5d-bf49-4162-a2fb-b8e263671860 {
  cursor: pointer;
}#s-677e5a5d-bf49-4162-a2fb-b8e263671860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a86ec8-39a8-4831-a1db-a74c49a04b4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9a86ec8-39a8-4831-a1db-a74c49a04b4c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-d9a86ec8-39a8-4831-a1db-a74c49a04b4c .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-6e74f379-fa6d-4e37-b33e-99fee3270ce8 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6e74f379-fa6d-4e37-b33e-99fee3270ce8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6e74f379-fa6d-4e37-b33e-99fee3270ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22554393-dc2d-4238-8452-e260e0c48c4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22554393-dc2d-4238-8452-e260e0c48c4b .shogun-heading-component h1 {
  color: rgba(40, 230, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e66087fa-4493-4446-a4ec-dbaa2cf27b2e {
  min-height: 50px;
}








#s-e66087fa-4493-4446-a4ec-dbaa2cf27b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e66087fa-4493-4446-a4ec-dbaa2cf27b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-730056ed-0e2b-42a0-84b1-445ece855b0d {
  margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
min-height: 50px;
background-color: rgba(255, 234, 1, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-730056ed-0e2b-42a0-84b1-445ece855b0d {
  display: none;
}
#s-730056ed-0e2b-42a0-84b1-445ece855b0d, #wrap-s-730056ed-0e2b-42a0-84b1-445ece855b0d { display:none !important; }}@media (max-width: 767px){#s-730056ed-0e2b-42a0-84b1-445ece855b0d {
  display: none;
}
#s-730056ed-0e2b-42a0-84b1-445ece855b0d, #wrap-s-730056ed-0e2b-42a0-84b1-445ece855b0d { display:none !important; }}







#s-730056ed-0e2b-42a0-84b1-445ece855b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-730056ed-0e2b-42a0-84b1-445ece855b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ced83e7-b677-4953-8603-4805d2dcfdf7 {
  margin-top: 1.5em;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-right: 1.5em;
}

@media (min-width: 0px) {
[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-9ced83e7-b677-4953-8603-4805d2dcfdf7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-39677907-256d-48b2-bc4e-5ccd8f8055c9 {
  text-align: center;
}




  #s-39677907-256d-48b2-bc4e-5ccd8f8055c9 img.shogun-image {
    
    width: px;
  }


#s-39677907-256d-48b2-bc4e-5ccd8f8055c9 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  animation-name: shg-sld-fade;
  animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

#s-d3bc1197-b806-45f0-b18c-541a492fb8b1 {
  text-align: center;
}




  #s-d3bc1197-b806-45f0-b18c-541a492fb8b1 img.shogun-image {
    
    width: px;
  }


#s-d3bc1197-b806-45f0-b18c-541a492fb8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0190b49d-8fcd-4c32-881f-1049772df1a0 {
  text-align: center;
}




  #s-0190b49d-8fcd-4c32-881f-1049772df1a0 img.shogun-image {
    
    width: px;
  }


#s-0190b49d-8fcd-4c32-881f-1049772df1a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-787dbbc3-1b66-4737-bd55-664f49201802 {
  text-align: center;
}




  #s-787dbbc3-1b66-4737-bd55-664f49201802 img.shogun-image {
    
    width: px;
  }


#s-787dbbc3-1b66-4737-bd55-664f49201802 .shogun-image-content {
  
    align-items: center;
  
}

#s-47310b13-8bb6-4962-b515-bd6d68b5b96b {
  text-align: center;
}




  #s-47310b13-8bb6-4962-b515-bd6d68b5b96b img.shogun-image {
    
    width: px;
  }


#s-47310b13-8bb6-4962-b515-bd6d68b5b96b .shogun-image-content {
  
    align-items: center;
  
}

#s-1345e7ac-3049-4e14-803f-3ee80d92d614 {
  text-align: center;
}




  #s-1345e7ac-3049-4e14-803f-3ee80d92d614 img.shogun-image {
    
    width: px;
  }


#s-1345e7ac-3049-4e14-803f-3ee80d92d614 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d129d0-bc17-4b48-a56c-38e4c8ca4b94 {
  text-align: center;
}




  #s-b1d129d0-bc17-4b48-a56c-38e4c8ca4b94 img.shogun-image {
    
    width: px;
  }


#s-b1d129d0-bc17-4b48-a56c-38e4c8ca4b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca674b66-b9d5-4329-83f8-29249eb92df9 {
  text-align: center;
}




  #s-ca674b66-b9d5-4329-83f8-29249eb92df9 img.shogun-image {
    
    width: px;
  }


#s-ca674b66-b9d5-4329-83f8-29249eb92df9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
background-color: rgba(255, 234, 1, 1);
}
@media (min-width: 1200px){#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf {
  display: none;
}
#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf, #wrap-s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf {
  display: none;
}
#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf, #wrap-s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf {
  
}
}@media (max-width: 767px){#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf {
  
}
}







#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5791e4e-928d-463e-a81d-bf2a08f8d3cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7 {
  margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-8c3c488f-e7c3-4bea-a20c-935191a5f9f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-b4aea25b-6802-4872-a91c-e1a879824a58 {
  margin-bottom: 1em;
text-align: center;
}




  #s-b4aea25b-6802-4872-a91c-e1a879824a58 img.shogun-image {
    
    width: px;
  }


#s-b4aea25b-6802-4872-a91c-e1a879824a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-80fa2449-d287-4cb1-b694-dc17699e9e92 {
  text-align: center;
}




  #s-80fa2449-d287-4cb1-b694-dc17699e9e92 img.shogun-image {
    
    width: px;
  }


#s-80fa2449-d287-4cb1-b694-dc17699e9e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c517f60-597d-4d59-8f14-f0d1d0c94257 {
  margin-bottom: 1em;
text-align: center;
}




  #s-1c517f60-597d-4d59-8f14-f0d1d0c94257 img.shogun-image {
    
    width: px;
  }


#s-1c517f60-597d-4d59-8f14-f0d1d0c94257 .shogun-image-content {
  
    align-items: center;
  
}

#s-87949188-4129-4016-af57-f8f9a88c1be1 {
  margin-bottom: 1em;
text-align: center;
}




  #s-87949188-4129-4016-af57-f8f9a88c1be1 img.shogun-image {
    
    width: px;
  }


#s-87949188-4129-4016-af57-f8f9a88c1be1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a647c06a-2e55-4933-853d-8b8d232a1424 {
  text-align: center;
}




  #s-a647c06a-2e55-4933-853d-8b8d232a1424 img.shogun-image {
    
    width: px;
  }


#s-a647c06a-2e55-4933-853d-8b8d232a1424 .shogun-image-content {
  
    align-items: center;
  
}

#s-a58d60ca-7bd9-4a26-b9f6-47376df9113e {
  text-align: center;
}




  #s-a58d60ca-7bd9-4a26-b9f6-47376df9113e img.shogun-image {
    
    width: px;
  }


#s-a58d60ca-7bd9-4a26-b9f6-47376df9113e .shogun-image-content {
  
    align-items: center;
  
}

#s-53e75927-a6f4-42f7-a5bb-78d9ce4cbfc5 {
  text-align: center;
}




  #s-53e75927-a6f4-42f7-a5bb-78d9ce4cbfc5 img.shogun-image {
    
    width: px;
  }


#s-53e75927-a6f4-42f7-a5bb-78d9ce4cbfc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-32489d3c-0d1f-466f-9383-a3b7db60460b {
  text-align: center;
}




  #s-32489d3c-0d1f-466f-9383-a3b7db60460b img.shogun-image {
    
    width: px;
  }


#s-32489d3c-0d1f-466f-9383-a3b7db60460b .shogun-image-content {
  
    align-items: center;
  
}

#s-ef1a6448-d977-4caa-a2f7-1d9180c3690b {
  min-height: 50px;
}








#s-ef1a6448-d977-4caa-a2f7-1d9180c3690b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef1a6448-d977-4caa-a2f7-1d9180c3690b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  display: none;
}
#s-7074cd38-6e22-44ee-84c1-ab827aff7219, #wrap-s-7074cd38-6e22-44ee-84c1-ab827aff7219 { display:none !important; }}@media (max-width: 767px){#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  display: none;
}
#s-7074cd38-6e22-44ee-84c1-ab827aff7219, #wrap-s-7074cd38-6e22-44ee-84c1-ab827aff7219 { display:none !important; }}







#s-7074cd38-6e22-44ee-84c1-ab827aff7219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7074cd38-6e22-44ee-84c1-ab827aff7219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18bdad96-993c-4c9e-b1fd-7a149e621fe0 {
  margin-bottom: 1em;
padding-bottom: 0.5em;
text-align: center;
}

#s-18bdad96-993c-4c9e-b1fd-7a149e621fe0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  margin-top: 1.5px;
margin-left: 3em;
margin-bottom: 1.5px;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  display: none;
}
#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5, #wrap-s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 { display:none !important; }}@media (max-width: 767px){#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  display: none;
}
#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5, #wrap-s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 { display:none !important; }}







#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-bb34d170-ab07-4c85-bded-111130da733f {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-bb34d170-ab07-4c85-bded-111130da733f img.shogun-image {
    
    width: px;
  }


#s-bb34d170-ab07-4c85-bded-111130da733f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-43dad9bb-9085-4292-9d69-476615e3d371 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.65);
}








#s-43dad9bb-9085-4292-9d69-476615e3d371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43dad9bb-9085-4292-9d69-476615e3d371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c390a43-eff2-40e7-b4b1-fac336a31fde {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-8c390a43-eff2-40e7-b4b1-fac336a31fde img.shogun-image {
    
    width: px;
  }


#s-8c390a43-eff2-40e7-b4b1-fac336a31fde .shogun-image-content {
  
    align-items: center;
  
}

#s-762a6159-c91f-4645-9819-f2b9ad47d3ed {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-762a6159-c91f-4645-9819-f2b9ad47d3ed img.shogun-image {
    
    width: px;
  }


#s-762a6159-c91f-4645-9819-f2b9ad47d3ed .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c274a38a-9ade-43e3-bf82-3c479af5f312 {
  min-height: 50px;
}








#s-c274a38a-9ade-43e3-bf82-3c479af5f312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c274a38a-9ade-43e3-bf82-3c479af5f312.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.55);
}








#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5205434-1d87-4751-8b96-1525978b637b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-f5205434-1d87-4751-8b96-1525978b637b img.shogun-image {
    
    width: px;
  }


#s-f5205434-1d87-4751-8b96-1525978b637b .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 img.shogun-image {
    
    width: px;
  }


#s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f img.shogun-image {
    
    width: px;
  }


#s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f .shogun-image-content {
  
    align-items: center;
  
}

#s-542e56af-4a54-428d-a2f1-b47577c8a1d7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-542e56af-4a54-428d-a2f1-b47577c8a1d7 img.shogun-image {
    
    width: px;
  }


#s-542e56af-4a54-428d-a2f1-b47577c8a1d7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8b12f87d-c662-4e78-900e-73a9f10ee813 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-8b12f87d-c662-4e78-900e-73a9f10ee813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b12f87d-c662-4e78-900e-73a9f10ee813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed img.shogun-image {
    
    width: px;
  }


#s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 img.shogun-image {
    
    width: px;
  }


#s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34b2ab17-3665-46e6-8827-aa48bb38f4ff {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-34b2ab17-3665-46e6-8827-aa48bb38f4ff img.shogun-image {
    
    width: px;
  }


#s-34b2ab17-3665-46e6-8827-aa48bb38f4ff .shogun-image-content {
  
    align-items: center;
  
}

#s-93a57b66-1515-4579-bbc6-d067ebe669b9 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
#s-93a57b66-1515-4579-bbc6-d067ebe669b9:hover {opacity: 1 !important;}



  #s-93a57b66-1515-4579-bbc6-d067ebe669b9 img.shogun-image {
    
    width: px;
  }


#s-93a57b66-1515-4579-bbc6-d067ebe669b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4e1cc63a-4424-469b-9892-fa7908a5d47a {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-4e1cc63a-4424-469b-9892-fa7908a5d47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1cc63a-4424-469b-9892-fa7908a5d47a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15dca6e7-57e2-496b-829a-00e959b2dc3d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-15dca6e7-57e2-496b-829a-00e959b2dc3d img.shogun-image {
    
    width: px;
  }


#s-15dca6e7-57e2-496b-829a-00e959b2dc3d .shogun-image-content {
  
    align-items: center;
  
}

#s-4d359698-1193-43b5-bcfa-7423fd9de4b9 {
  border-style: solid;
margin-bottom: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4d359698-1193-43b5-bcfa-7423fd9de4b9 img.shogun-image {
    
    width: px;
  }


#s-4d359698-1193-43b5-bcfa-7423fd9de4b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13588aca-afa3-447b-a70e-110b08045b14 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-13588aca-afa3-447b-a70e-110b08045b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13588aca-afa3-447b-a70e-110b08045b14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d71e552-de11-41c8-8adc-3cde5ad6139b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-2d71e552-de11-41c8-8adc-3cde5ad6139b img.shogun-image {
    
    width: px;
  }


#s-2d71e552-de11-41c8-8adc-3cde5ad6139b .shogun-image-content {
  
    align-items: center;
  
}

#s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 img.shogun-image {
    
    width: px;
  }


#s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9b43c914-c45a-48d5-9e2a-f361a70792c1 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-9b43c914-c45a-48d5-9e2a-f361a70792c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b43c914-c45a-48d5-9e2a-f361a70792c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb27b838-0e22-4b01-9938-6c4819659582 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-cb27b838-0e22-4b01-9938-6c4819659582 img.shogun-image {
    
    width: px;
  }


#s-cb27b838-0e22-4b01-9938-6c4819659582 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 {
  display: none;
}
#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3, #wrap-s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 { display:none !important; }}@media (max-width: 767px){#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 {
  display: none;
}
#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3, #wrap-s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 { display:none !important; }}







#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea.shg-btn {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  display: none;
}
#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943, #wrap-s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  display: none;
}
#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943, #wrap-s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  
}
}@media (max-width: 767px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  
}
}







#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84999040-db60-4ee9-9ed1-16f36cb7527f {
  margin-bottom: 1em;
text-align: center;
}

#s-84999040-db60-4ee9-9ed1-16f36cb7527f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 img.shogun-image {
    
    width: px;
  }


#s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.65);
}








#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443dac51-e3f3-4ad9-b227-cc54f700b863 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-443dac51-e3f3-4ad9-b227-cc54f700b863 img.shogun-image {
    
    width: px;
  }


#s-443dac51-e3f3-4ad9-b227-cc54f700b863 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 img.shogun-image {
    
    width: px;
  }


#s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1 {
  min-height: 50px;
}








#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4534578c-efec-488c-8e36-a3a8d349aecc {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.55);
}








#s-4534578c-efec-488c-8e36-a3a8d349aecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4534578c-efec-488c-8e36-a3a8d349aecc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 img.shogun-image {
    
    width: px;
  }


#s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 .shogun-image-content {
  
    align-items: center;
  
}

#s-607a0483-fa29-4552-a796-37eafde48976 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-607a0483-fa29-4552-a796-37eafde48976 img.shogun-image {
    
    width: px;
  }


#s-607a0483-fa29-4552-a796-37eafde48976 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f44b7ba5-4139-4caf-be9e-74c46ea50187 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-f44b7ba5-4139-4caf-be9e-74c46ea50187 img.shogun-image {
    
    width: px;
  }


#s-f44b7ba5-4139-4caf-be9e-74c46ea50187 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4416327-9a4d-45cf-a857-71195348a566 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b4416327-9a4d-45cf-a857-71195348a566 img.shogun-image {
    
    width: px;
  }


#s-b4416327-9a4d-45cf-a857-71195348a566 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4490fbe-314b-4b02-9975-648450f790d6 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-e4490fbe-314b-4b02-9975-648450f790d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4490fbe-314b-4b02-9975-648450f790d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d img.shogun-image {
    
    width: px;
  }


#s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c img.shogun-image {
    
    width: px;
  }


#s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b253706d-36a5-489c-9f37-14d8a6faaf15 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-b253706d-36a5-489c-9f37-14d8a6faaf15 img.shogun-image {
    
    width: px;
  }


#s-b253706d-36a5-489c-9f37-14d8a6faaf15 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a507fa-27f8-437e-9af5-1364d06f7c4b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
#s-02a507fa-27f8-437e-9af5-1364d06f7c4b:hover {opacity: 1 !important;}



  #s-02a507fa-27f8-437e-9af5-1364d06f7c4b img.shogun-image {
    
    width: px;
  }


#s-02a507fa-27f8-437e-9af5-1364d06f7c4b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ff7913e-89a1-417b-af4f-bc33864cb421 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-7ff7913e-89a1-417b-af4f-bc33864cb421 img.shogun-image {
    
    width: px;
  }


#s-7ff7913e-89a1-417b-af4f-bc33864cb421 .shogun-image-content {
  
    align-items: center;
  
}

#s-c01b9d76-7926-4755-8340-d98737bceb3b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c01b9d76-7926-4755-8340-d98737bceb3b img.shogun-image {
    
    width: px;
  }


#s-c01b9d76-7926-4755-8340-d98737bceb3b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-47032f8c-1cf9-43f3-abbc-9e16b078657f {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-47032f8c-1cf9-43f3-abbc-9e16b078657f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47032f8c-1cf9-43f3-abbc-9e16b078657f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd21d2d4-0322-4c94-ac29-dc76819b2384 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-fd21d2d4-0322-4c94-ac29-dc76819b2384 img.shogun-image {
    
    width: px;
  }


#s-fd21d2d4-0322-4c94-ac29-dc76819b2384 .shogun-image-content {
  
    align-items: center;
  
}

#s-023436bb-6512-4d87-befe-7d41dc33396f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-023436bb-6512-4d87-befe-7d41dc33396f img.shogun-image {
    
    width: px;
  }


#s-023436bb-6512-4d87-befe-7d41dc33396f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-92752bb6-5a9d-4bea-8963-90ce662e42d9 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-92752bb6-5a9d-4bea-8963-90ce662e42d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92752bb6-5a9d-4bea-8963-90ce662e42d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 img.shogun-image {
    
    width: px;
  }


#s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 .shogun-image-content {
  
    align-items: center;
  
}

#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  margin-bottom: 1em;
min-height: 0px;
}
@media (min-width: 1200px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  display: none;
}
#s-056553da-ecb2-4fd3-8f30-88a473af2ea8, #wrap-s-056553da-ecb2-4fd3-8f30-88a473af2ea8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  display: none;
}
#s-056553da-ecb2-4fd3-8f30-88a473af2ea8, #wrap-s-056553da-ecb2-4fd3-8f30-88a473af2ea8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  
}
}@media (max-width: 767px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  
}
}







#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056553da-ecb2-4fd3-8f30-88a473af2ea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-c25d00fc-5457-490d-bfdc-89e89e9a14f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}








#s-c25d00fc-5457-490d-bfdc-89e89e9a14f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25d00fc-5457-490d-bfdc-89e89e9a14f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 4em;
margin-bottom: 1em;
margin-right: 4em;
min-height: 500px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 {
  display: none;
}
#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5, #wrap-s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 { display:none !important; }}@media (max-width: 767px){#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 {
  display: none;
}
#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5, #wrap-s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 { display:none !important; }}







#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5 {
  cursor: pointer;
}#s-75364fe8-06fb-47f2-8cf9-b93754b8b0c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f6f442be-303b-4a74-b3fc-3de15d63f73f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-1b76a99d-0b9c-4e81-ad76-9419f69fcd93 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.6);
}








#s-1b76a99d-0b9c-4e81-ad76-9419f69fcd93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b76a99d-0b9c-4e81-ad76-9419f69fcd93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cc4f186-3743-42e2-923d-b5da0b7388bd {
  margin-left: 3em;
margin-right: 3em;
text-align: left;
}

#s-9cc4f186-3743-42e2-923d-b5da0b7388bd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 96px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-5bb36fd5-4d45-47e5-a787-0fa061f266d8 {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 1em;
margin-right: 5%;
}

#s-e1fdb34f-6d35-41d4-92e3-3aa30c65240a {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e1fdb34f-6d35-41d4-92e3-3aa30c65240a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1fdb34f-6d35-41d4-92e3-3aa30c65240a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1fdb34f-6d35-41d4-92e3-3aa30c65240a-btn-wrapper {
    text-align: center;
  }


#s-e1fdb34f-6d35-41d4-92e3-3aa30c65240a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 1em;
min-height: 300px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 {
  display: none;
}
#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343, #wrap-s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 {
  display: none;
}
#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343, #wrap-s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 { display:none !important; }}@media (max-width: 767px){#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 {
  display: none;
}
#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343, #wrap-s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 { display:none !important; }}







#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343 {
  cursor: pointer;
}#s-fe753ef0-c02f-4500-9ce9-2caeb08fa343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299 {
  margin-top: 5%;
margin-bottom: 30%;
}

@media (min-width: 0px) {
[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-d4aedf2f-c4b4-4e67-a41b-32dd2adec299"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-34fc23e4-d1d5-4f50-8cc8-620b755ef63b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.6);
}








#s-34fc23e4-d1d5-4f50-8cc8-620b755ef63b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34fc23e4-d1d5-4f50-8cc8-620b755ef63b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7256bd57-3685-4594-b183-464870f67b15 {
  text-align: center;
}

#s-7256bd57-3685-4594-b183-464870f67b15 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-fecd7bfb-60ce-4bef-9958-835731f61180 {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 1em;
margin-right: 5%;
}

#s-860a978d-d75d-4714-a7ec-08f5cb0f8d83 {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-860a978d-d75d-4714-a7ec-08f5cb0f8d83:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-860a978d-d75d-4714-a7ec-08f5cb0f8d83:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-860a978d-d75d-4714-a7ec-08f5cb0f8d83-btn-wrapper {
    text-align: center;
  }


#s-860a978d-d75d-4714-a7ec-08f5cb0f8d83.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819 {
  margin-left: 4em;
margin-right: 4em;
}
@media (min-width: 768px) and (max-width: 991px){#s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819 {
  display: none;
}
#s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819, #wrap-s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819 { display:none !important; }}@media (max-width: 767px){#s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819 {
  display: none;
}
#s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819, #wrap-s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-f50f7bb3-58ae-45c3-b4f1-71f19dedc819"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-8ab11fa5-ba42-41d9-8fd6-8ef07812934b {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}




  #s-8ab11fa5-ba42-41d9-8fd6-8ef07812934b img.shogun-image {
    
    width: px;
  }


#s-8ab11fa5-ba42-41d9-8fd6-8ef07812934b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-db267ff2-2347-428b-b0d6-326180147499 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-db267ff2-2347-428b-b0d6-326180147499:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db267ff2-2347-428b-b0d6-326180147499:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-db267ff2-2347-428b-b0d6-326180147499-btn-wrapper {
    text-align: left;
  }


#s-db267ff2-2347-428b-b0d6-326180147499.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-70fdde96-a58b-45df-ae1d-7cd4195c46ad {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-2898a234-71ff-4635-acd4-b233b92174b0 {
  text-align: center;
}




  #s-2898a234-71ff-4635-acd4-b233b92174b0 img.shogun-image {
    
    width: px;
  }


#s-2898a234-71ff-4635-acd4-b233b92174b0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-70fc8a9e-81e4-4405-a965-89b820d92497 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-70fc8a9e-81e4-4405-a965-89b820d92497:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70fc8a9e-81e4-4405-a965-89b820d92497:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-70fc8a9e-81e4-4405-a965-89b820d92497-btn-wrapper {
    text-align: left;
  }


#s-70fc8a9e-81e4-4405-a965-89b820d92497.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-68bb8f4c-b2f8-480b-b09c-11853011d1a6 {
  text-align: center;
}




  #s-68bb8f4c-b2f8-480b-b09c-11853011d1a6 img.shogun-image {
    
    width: px;
  }


#s-68bb8f4c-b2f8-480b-b09c-11853011d1a6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ac5db494-bd3b-4a9a-a490-c5b7cee66445 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ac5db494-bd3b-4a9a-a490-c5b7cee66445:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac5db494-bd3b-4a9a-a490-c5b7cee66445:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ac5db494-bd3b-4a9a-a490-c5b7cee66445-btn-wrapper {
    text-align: left;
  }


#s-ac5db494-bd3b-4a9a-a490-c5b7cee66445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-467904c2-5a47-48a4-94ca-89e9e26bd295 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}




  #s-467904c2-5a47-48a4-94ca-89e9e26bd295 img.shogun-image {
    
    width: px;
  }


#s-467904c2-5a47-48a4-94ca-89e9e26bd295 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5a99e9f8-fff1-4e3f-99f0-472683e050fc {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5a99e9f8-fff1-4e3f-99f0-472683e050fc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a99e9f8-fff1-4e3f-99f0-472683e050fc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5a99e9f8-fff1-4e3f-99f0-472683e050fc-btn-wrapper {
    text-align: left;
  }


#s-5a99e9f8-fff1-4e3f-99f0-472683e050fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-95a7391e-edc3-4a0a-8271-15cab5c4c0a7 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-ba079583-6362-49ae-896e-1ad5eae0d25a {
  text-align: center;
}




  #s-ba079583-6362-49ae-896e-1ad5eae0d25a img.shogun-image {
    
    width: px;
  }


#s-ba079583-6362-49ae-896e-1ad5eae0d25a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4f844d38-a2d1-4b15-bfae-d5f6f17575e9 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4f844d38-a2d1-4b15-bfae-d5f6f17575e9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f844d38-a2d1-4b15-bfae-d5f6f17575e9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4f844d38-a2d1-4b15-bfae-d5f6f17575e9-btn-wrapper {
    text-align: left;
  }


#s-4f844d38-a2d1-4b15-bfae-d5f6f17575e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-2d2ddd64-05df-4062-b125-17d9a0b491c0 {
  text-align: center;
}




  #s-2d2ddd64-05df-4062-b125-17d9a0b491c0 img.shogun-image {
    
    width: px;
  }


#s-2d2ddd64-05df-4062-b125-17d9a0b491c0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c5935acd-eb9e-47d4-8737-4cc773835015 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c5935acd-eb9e-47d4-8737-4cc773835015:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5935acd-eb9e-47d4-8737-4cc773835015:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5935acd-eb9e-47d4-8737-4cc773835015-btn-wrapper {
    text-align: left;
  }


#s-c5935acd-eb9e-47d4-8737-4cc773835015.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c15a72b2-3ec0-4db5-a343-c01174fdfa67 {
  text-align: center;
}




  #s-c15a72b2-3ec0-4db5-a343-c01174fdfa67 img.shogun-image {
    
    width: px;
  }


#s-c15a72b2-3ec0-4db5-a343-c01174fdfa67 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-19eaa041-901b-40ec-bf00-9b47d1f55ee5 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-19eaa041-901b-40ec-bf00-9b47d1f55ee5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19eaa041-901b-40ec-bf00-9b47d1f55ee5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19eaa041-901b-40ec-bf00-9b47d1f55ee5-btn-wrapper {
    text-align: left;
  }


#s-19eaa041-901b-40ec-bf00-9b47d1f55ee5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 {
  margin-bottom: 0.5em;
text-align: center;
}
@media (min-width: 1200px){#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 {
  display: none;
}
#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308, #wrap-s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 {
  display: none;
}
#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308, #wrap-s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 {
  display: none;
}
#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308, #wrap-s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 { display:none !important; }}



  #s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 img.shogun-image {
    
    width: px;
  }


#s-fe6b63e4-994e-46ce-aea7-4d5b8f1d6308 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ff271f-b98f-4e05-badf-1df9fbc5fffe {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-86ff271f-b98f-4e05-badf-1df9fbc5fffe {
  display: none;
}
#s-86ff271f-b98f-4e05-badf-1df9fbc5fffe, #wrap-s-86ff271f-b98f-4e05-badf-1df9fbc5fffe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86ff271f-b98f-4e05-badf-1df9fbc5fffe {
  display: none;
}
#s-86ff271f-b98f-4e05-badf-1df9fbc5fffe, #wrap-s-86ff271f-b98f-4e05-badf-1df9fbc5fffe { display:none !important; }}
@media (min-width: 0px) {
[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-86ff271f-b98f-4e05-badf-1df9fbc5fffe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-16361d74-841b-44a5-aafc-11b00e570876 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
text-align: center;
}




  #s-16361d74-841b-44a5-aafc-11b00e570876 img.shogun-image {
    
    width: px;
  }


#s-16361d74-841b-44a5-aafc-11b00e570876 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d811fedc-7c4a-410d-927e-92f9eb900f0e {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d811fedc-7c4a-410d-927e-92f9eb900f0e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d811fedc-7c4a-410d-927e-92f9eb900f0e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d811fedc-7c4a-410d-927e-92f9eb900f0e-btn-wrapper {
    text-align: left;
  }


#s-d811fedc-7c4a-410d-927e-92f9eb900f0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-0ade09bc-5a62-4f05-a9a5-9b3fa1bf7bc2 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
}

#s-4a12b4a3-e72a-4bfe-8c7d-f2b72b63f5fe {
  text-align: center;
}




  #s-4a12b4a3-e72a-4bfe-8c7d-f2b72b63f5fe img.shogun-image {
    
    width: px;
  }


#s-4a12b4a3-e72a-4bfe-8c7d-f2b72b63f5fe .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1fc0b955-7ae8-4a02-8d1c-ea77fd4fd6fe {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1fc0b955-7ae8-4a02-8d1c-ea77fd4fd6fe:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fc0b955-7ae8-4a02-8d1c-ea77fd4fd6fe:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1fc0b955-7ae8-4a02-8d1c-ea77fd4fd6fe-btn-wrapper {
    text-align: left;
  }


#s-1fc0b955-7ae8-4a02-8d1c-ea77fd4fd6fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-6a5ffba1-cacf-4112-9947-d667765560b1 {
  text-align: center;
}




  #s-6a5ffba1-cacf-4112-9947-d667765560b1 img.shogun-image {
    
    width: px;
  }


#s-6a5ffba1-cacf-4112-9947-d667765560b1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f0274ba3-69d7-403d-bacc-93085d91d628 {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f0274ba3-69d7-403d-bacc-93085d91d628:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0274ba3-69d7-403d-bacc-93085d91d628:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f0274ba3-69d7-403d-bacc-93085d91d628-btn-wrapper {
    text-align: left;
  }


#s-f0274ba3-69d7-403d-bacc-93085d91d628.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4a04f81b-7444-452e-ab35-6a24575b1ddd {
  margin-top: 0.5em;
margin-bottom: 0.5em;
text-align: center;
}




  #s-4a04f81b-7444-452e-ab35-6a24575b1ddd img.shogun-image {
    
    width: px;
  }


#s-4a04f81b-7444-452e-ab35-6a24575b1ddd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7d2bc810-e8b0-40c6-9eb1-73a16ce42f37 {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7d2bc810-e8b0-40c6-9eb1-73a16ce42f37:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d2bc810-e8b0-40c6-9eb1-73a16ce42f37:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d2bc810-e8b0-40c6-9eb1-73a16ce42f37-btn-wrapper {
    text-align: left;
  }


#s-7d2bc810-e8b0-40c6-9eb1-73a16ce42f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-e912406c-e876-4803-81bd-f513d93f6458 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
}

#s-3b07621c-dbee-41e4-b065-b1f4b6335fa2 {
  text-align: center;
}




  #s-3b07621c-dbee-41e4-b065-b1f4b6335fa2 img.shogun-image {
    
    width: px;
  }


#s-3b07621c-dbee-41e4-b065-b1f4b6335fa2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ad6c20d7-b43f-488f-b15c-6746338bf1ac {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ad6c20d7-b43f-488f-b15c-6746338bf1ac:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad6c20d7-b43f-488f-b15c-6746338bf1ac:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ad6c20d7-b43f-488f-b15c-6746338bf1ac-btn-wrapper {
    text-align: left;
  }


#s-ad6c20d7-b43f-488f-b15c-6746338bf1ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-d6b10a5b-0921-470e-b2a5-240753022e26 {
  text-align: center;
}




  #s-d6b10a5b-0921-470e-b2a5-240753022e26 img.shogun-image {
    
    width: px;
  }


#s-d6b10a5b-0921-470e-b2a5-240753022e26 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7fb8882f-59a5-4847-8b8a-9ba621e51c2f {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7fb8882f-59a5-4847-8b8a-9ba621e51c2f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fb8882f-59a5-4847-8b8a-9ba621e51c2f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7fb8882f-59a5-4847-8b8a-9ba621e51c2f-btn-wrapper {
    text-align: left;
  }


#s-7fb8882f-59a5-4847-8b8a-9ba621e51c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b3d7269a-5a71-4635-bc25-37e9997b8305 {
  text-align: center;
}




  #s-b3d7269a-5a71-4635-bc25-37e9997b8305 img.shogun-image {
    
    width: px;
  }


#s-b3d7269a-5a71-4635-bc25-37e9997b8305 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0d0509e7-d0cd-4449-a190-3ad57bd20088 {
  border-style: solid;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(215, 26, 52, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0d0509e7-d0cd-4449-a190-3ad57bd20088:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d0509e7-d0cd-4449-a190-3ad57bd20088:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d0509e7-d0cd-4449-a190-3ad57bd20088-btn-wrapper {
    text-align: left;
  }


#s-0d0509e7-d0cd-4449-a190-3ad57bd20088.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c {
  margin-top: 0.5em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
min-height: 50px;
background-color: rgba(215, 26, 52, 1);
}
@media (min-width: 1200px){#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c {
  display: none;
}
#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c, #wrap-s-a0ccded6-6e2a-481d-b2dc-e96009632e0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c {
  display: none;
}
#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c, #wrap-s-a0ccded6-6e2a-481d-b2dc-e96009632e0c { display:none !important; }}







#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ccded6-6e2a-481d-b2dc-e96009632e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-233da596-cceb-42c9-b619-05849a7d4780 {
  text-align: center;
}

#s-233da596-cceb-42c9-b619-05849a7d4780 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-233da596-cceb-42c9-b619-05849a7d4780 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 {
  margin-top: 1em;
margin-left: 4em;
margin-bottom: 4em;
margin-right: 4em;
min-height: 50px;
background-color: rgba(215, 26, 52, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 {
  display: none;
}
#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197, #wrap-s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 { display:none !important; }}@media (max-width: 767px){#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 {
  display: none;
}
#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197, #wrap-s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 { display:none !important; }}







#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c5bd41-2800-4bdb-8d2b-e7b4b4079197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7fca633-7c41-4020-8ef1-8b26c7b2fd1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7fca633-7c41-4020-8ef1-8b26c7b2fd1a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a7fca633-7c41-4020-8ef1-8b26c7b2fd1a .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  margin-top: 1.5em;
margin-left: 3em;
margin-bottom: 1.5em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  display: none;
}
#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339, #wrap-s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 { display:none !important; }}@media (max-width: 767px){#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  display: none;
}
#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339, #wrap-s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 { display:none !important; }}







#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a97f4c1-dcc3-4606-b1ed-e71636d6b979 {
  margin-bottom: 1em;
text-align: center;
}

#s-0a97f4c1-dcc3-4606-b1ed-e71636d6b979 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-debd68f4-ffe3-4627-a143-d1abbc5dd63f {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-debd68f4-ffe3-4627-a143-d1abbc5dd63f img.shogun-image {
    
    width: px;
  }


#s-debd68f4-ffe3-4627-a143-d1abbc5dd63f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-96f8e9fc-cd20-4639-9534-79152bfd4451 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-96f8e9fc-cd20-4639-9534-79152bfd4451:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-96f8e9fc-cd20-4639-9534-79152bfd4451:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96f8e9fc-cd20-4639-9534-79152bfd4451.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f {
  border-style: solid;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f img.shogun-image {
    
    width: px;
  }


#s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-74657c79-2baa-4525-9922-60e18193b875 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-74657c79-2baa-4525-9922-60e18193b875:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-74657c79-2baa-4525-9922-60e18193b875:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74657c79-2baa-4525-9922-60e18193b875.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 img.shogun-image {
    
    width: px;
  }


#s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4499e30f-e9a7-435e-94de-312fc97a13c3 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4499e30f-e9a7-435e-94de-312fc97a13c3 img.shogun-image {
    
    width: px;
  }


#s-4499e30f-e9a7-435e-94de-312fc97a13c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-16e480b1-274f-4291-9461-0ad21cd35d74 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-16e480b1-274f-4291-9461-0ad21cd35d74:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-16e480b1-274f-4291-9461-0ad21cd35d74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16e480b1-274f-4291-9461-0ad21cd35d74.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-1521f75a-141e-4c15-9042-9bca5c3eeb6f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1521f75a-141e-4c15-9042-9bca5c3eeb6f img.shogun-image {
    
    width: px;
  }


#s-1521f75a-141e-4c15-9042-9bca5c3eeb6f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-033b14c2-e76b-485b-ab69-4b6f5881f539 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-033b14c2-e76b-485b-ab69-4b6f5881f539:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-033b14c2-e76b-485b-ab69-4b6f5881f539:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-033b14c2-e76b-485b-ab69-4b6f5881f539.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-70591c9d-7883-4742-aea1-0e3926f25363 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-70591c9d-7883-4742-aea1-0e3926f25363 img.shogun-image {
    
    width: px;
  }


#s-70591c9d-7883-4742-aea1-0e3926f25363 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-787bbeb5-808c-4605-83ed-a11477a54616 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-787bbeb5-808c-4605-83ed-a11477a54616 img.shogun-image {
    
    width: px;
  }


#s-787bbeb5-808c-4605-83ed-a11477a54616 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d img.shogun-image {
    
    width: px;
  }


#s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-200c864b-f89b-455d-913f-f6f226bcdb20 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-200c864b-f89b-455d-913f-f6f226bcdb20:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-200c864b-f89b-455d-913f-f6f226bcdb20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-200c864b-f89b-455d-913f-f6f226bcdb20.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  display: none;
}
#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2, #wrap-s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  display: none;
}
#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2, #wrap-s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  
}
}@media (max-width: 767px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  
}
}







#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe128f8f-f47c-4ada-b758-15cc44623fad {
  margin-bottom: 1em;
text-align: center;
}

#s-fe128f8f-f47c-4ada-b758-15cc44623fad .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-af012882-f6c9-4c22-b0d6-79a1796ee78b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-af012882-f6c9-4c22-b0d6-79a1796ee78b img.shogun-image {
    
    width: px;
  }


#s-af012882-f6c9-4c22-b0d6-79a1796ee78b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-bbf4ca45-0caf-41cc-b94a-457034091bca {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-bbf4ca45-0caf-41cc-b94a-457034091bca img.shogun-image {
    
    width: px;
  }


#s-bbf4ca45-0caf-41cc-b94a-457034091bca .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9a28f11d-71b0-4449-ba52-30754069fe83 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9a28f11d-71b0-4449-ba52-30754069fe83:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-9a28f11d-71b0-4449-ba52-30754069fe83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a28f11d-71b0-4449-ba52-30754069fe83.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-ac269624-c035-46dd-b062-0a24930fe106 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ac269624-c035-46dd-b062-0a24930fe106 img.shogun-image {
    
    width: px;
  }


#s-ac269624-c035-46dd-b062-0a24930fe106 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 img.shogun-image {
    
    width: px;
  }


#s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 img.shogun-image {
    
    width: px;
  }


#s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b36674fa-8630-4d08-b047-c4524f49dc81 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b36674fa-8630-4d08-b047-c4524f49dc81 img.shogun-image {
    
    width: px;
  }


#s-b36674fa-8630-4d08-b047-c4524f49dc81 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-31eaced6-1f70-4208-b152-ba8845ee6d72 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-31eaced6-1f70-4208-b152-ba8845ee6d72 img.shogun-image {
    
    width: px;
  }


#s-31eaced6-1f70-4208-b152-ba8845ee6d72 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-10625ad7-712e-4abe-a89b-33adff0afd6c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-10625ad7-712e-4abe-a89b-33adff0afd6c img.shogun-image {
    
    width: px;
  }


#s-10625ad7-712e-4abe-a89b-33adff0afd6c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4cca78b-58d6-4d10-8010-83e8d3b77273 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-e4cca78b-58d6-4d10-8010-83e8d3b77273:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4cca78b-58d6-4d10-8010-83e8d3b77273:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4cca78b-58d6-4d10-8010-83e8d3b77273.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c6c91d5e-b5f2-4a01-a305-69e177323a1a {
  min-height: 50px;
}








#s-c6c91d5e-b5f2-4a01-a305-69e177323a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c91d5e-b5f2-4a01-a305-69e177323a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aba74234-382c-4548-b443-98b9fbfe2d32 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 3em;
margin-right: 3em;
min-height: 500px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-aba74234-382c-4548-b443-98b9fbfe2d32 {
  display: none;
}
#s-aba74234-382c-4548-b443-98b9fbfe2d32, #wrap-s-aba74234-382c-4548-b443-98b9fbfe2d32 { display:none !important; }}@media (max-width: 767px){#s-aba74234-382c-4548-b443-98b9fbfe2d32 {
  display: none;
}
#s-aba74234-382c-4548-b443-98b9fbfe2d32, #wrap-s-aba74234-382c-4548-b443-98b9fbfe2d32 { display:none !important; }}







#s-aba74234-382c-4548-b443-98b9fbfe2d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba74234-382c-4548-b443-98b9fbfe2d32 {
  cursor: pointer;
}#s-aba74234-382c-4548-b443-98b9fbfe2d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6 {
  margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae6c0cf-7ea1-4273-be81-0da970b95ee6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-25607bb3-992c-494b-82aa-86faf6cf1e3a {
  text-align: left;
}

#s-25607bb3-992c-494b-82aa-86faf6cf1e3a .shogun-heading-component h1 {
  color: rgba(204, 204, 204, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 96px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-25607bb3-992c-494b-82aa-86faf6cf1e3a .shogun-heading-component h1 a {
  color: rgba(204, 204, 204, 1);
}


#s-08b88cbf-4b2b-49b2-8579-75a65e09db57 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 10%;
}

#s-8c92c09b-58d8-41c6-b1a6-beb4b633c1d5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8c92c09b-58d8-41c6-b1a6-beb4b633c1d5:hover {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c92c09b-58d8-41c6-b1a6-beb4b633c1d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c92c09b-58d8-41c6-b1a6-beb4b633c1d5-btn-wrapper {
    text-align: left;
  }


#s-8c92c09b-58d8-41c6-b1a6-beb4b633c1d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.5em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-dc1b59d0-5edf-4980-933a-6bf001e30e95 {
  text-align: center;
}
@media (min-width: 1200px){#s-dc1b59d0-5edf-4980-933a-6bf001e30e95 {
  display: none;
}
#s-dc1b59d0-5edf-4980-933a-6bf001e30e95, #wrap-s-dc1b59d0-5edf-4980-933a-6bf001e30e95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc1b59d0-5edf-4980-933a-6bf001e30e95 {
  display: none;
}
#s-dc1b59d0-5edf-4980-933a-6bf001e30e95, #wrap-s-dc1b59d0-5edf-4980-933a-6bf001e30e95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc1b59d0-5edf-4980-933a-6bf001e30e95 {
  display: none;
}
#s-dc1b59d0-5edf-4980-933a-6bf001e30e95, #wrap-s-dc1b59d0-5edf-4980-933a-6bf001e30e95 { display:none !important; }}



  #s-dc1b59d0-5edf-4980-933a-6bf001e30e95 img.shogun-image {
    
    width: px;
  }


#s-dc1b59d0-5edf-4980-933a-6bf001e30e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center top;
}
@media (min-width: 1200px){#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 {
  display: none;
}
#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5, #wrap-s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 {
  display: none;
}
#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5, #wrap-s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 { display:none !important; }}@media (max-width: 767px){#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 {
  display: none;
}
#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5, #wrap-s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 { display:none !important; }}







#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5 {
  cursor: pointer;
}#s-a2c9a5ea-fcc6-41af-aea9-20a9b9aaeeb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fab9543b-c46a-4742-ba32-7508b66b9489 {
  margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fab9543b-c46a-4742-ba32-7508b66b9489"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-259e1c3e-cd8f-4fb6-a0f9-6ca785052a44 {
  text-align: left;
}

#s-259e1c3e-cd8f-4fb6-a0f9-6ca785052a44 .shogun-heading-component h1 {
  color: rgba(204, 204, 204, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-259e1c3e-cd8f-4fb6-a0f9-6ca785052a44 .shogun-heading-component h1 a {
  color: rgba(204, 204, 204, 1);
}


#s-f364553e-bdbf-405f-b9c0-079d17fc9c0e {
  margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 10%;
}

#s-71a75621-8b05-4d24-ad7e-142a9738b9cd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-71a75621-8b05-4d24-ad7e-142a9738b9cd:hover {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-71a75621-8b05-4d24-ad7e-142a9738b9cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71a75621-8b05-4d24-ad7e-142a9738b9cd-btn-wrapper {
    text-align: left;
  }


#s-71a75621-8b05-4d24-ad7e-142a9738b9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.5em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-87b06495-9d36-4451-98c0-2c33a3e2f130 {
  min-height: 50px;
}








#s-87b06495-9d36-4451-98c0-2c33a3e2f130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b06495-9d36-4451-98c0-2c33a3e2f130.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99556915-a433-406c-ad0d-3592f616fe72 {
  padding-top: 1em;
padding-left: 3em;
padding-bottom: 1em;
padding-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99556915-a433-406c-ad0d-3592f616fe72 {
  display: none;
}
#s-99556915-a433-406c-ad0d-3592f616fe72, #wrap-s-99556915-a433-406c-ad0d-3592f616fe72 { display:none !important; }}@media (max-width: 767px){#s-99556915-a433-406c-ad0d-3592f616fe72 {
  display: none;
}
#s-99556915-a433-406c-ad0d-3592f616fe72, #wrap-s-99556915-a433-406c-ad0d-3592f616fe72 { display:none !important; }}







#s-99556915-a433-406c-ad0d-3592f616fe72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99556915-a433-406c-ad0d-3592f616fe72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42b1295a-47e7-4937-b39e-27577ccfff94 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-42b1295a-47e7-4937-b39e-27577ccfff94 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cb8718fb-ad81-4ad1-b01b-b956a98ce7da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 0px) {
[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-392ea367-827c-4cca-9f6d-879becb82aea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-e7d5ff3d-7325-47d3-b504-1036b5a64615 {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(160, 160, 157, 1);
border-style: solid;
text-align: center;
}




  #s-e7d5ff3d-7325-47d3-b504-1036b5a64615 img.shogun-image {
    
    width: px;
  }


#s-e7d5ff3d-7325-47d3-b504-1036b5a64615 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfc09295-6204-43ba-ac55-f27db22acbb0 {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-bfc09295-6204-43ba-ac55-f27db22acbb0 img.shogun-image {
    
    width: px;
  }


#s-bfc09295-6204-43ba-ac55-f27db22acbb0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-65227412-9418-4e46-b90b-3fa3a804d7f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-7963b3fa-9d62-4380-9ca9-8ad6dea82159 {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(240, 28, 125, 1);
border-style: solid;
text-align: center;
}
#s-7963b3fa-9d62-4380-9ca9-8ad6dea82159:hover {opacity: 1 !important;}



  #s-7963b3fa-9d62-4380-9ca9-8ad6dea82159 img.shogun-image {
    
    width: px;
  }


#s-7963b3fa-9d62-4380-9ca9-8ad6dea82159 .shogun-image-content {
  
    align-items: center;
  
}

#s-172b136a-1d15-4b80-8eae-e7cfc5cf3c0e {
  border-style: solid;
margin-bottom: 2em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(201, 255, 94, 1);
border-style: solid;
text-align: center;
}




  #s-172b136a-1d15-4b80-8eae-e7cfc5cf3c0e img.shogun-image {
    
    width: px;
  }


#s-172b136a-1d15-4b80-8eae-e7cfc5cf3c0e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-53686edf-aae5-445d-b43e-2275f06d7a03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 0px) {
[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-190bd463-d993-4e84-9316-0e3b2f19cf28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-248b69ea-8654-4642-840d-27fac3e297c4 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(115, 131, 32, 1);
border-style: solid;
text-align: center;
}




  #s-248b69ea-8654-4642-840d-27fac3e297c4 img.shogun-image {
    
    width: px;
  }


#s-248b69ea-8654-4642-840d-27fac3e297c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d4eb914-8adf-4f3b-a5fd-592b8fa27b15 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-8d4eb914-8adf-4f3b-a5fd-592b8fa27b15 img.shogun-image {
    
    width: px;
  }


#s-8d4eb914-8adf-4f3b-a5fd-592b8fa27b15 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-dd68ee26-5969-46a1-b375-02d786314a94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-a7c68906-2c12-425d-951e-7a3457b04baf {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(160, 29, 34, 1);
border-style: solid;
text-align: center;
}




  #s-a7c68906-2c12-425d-951e-7a3457b04baf img.shogun-image {
    
    width: px;
  }


#s-a7c68906-2c12-425d-951e-7a3457b04baf .shogun-image-content {
  
    align-items: center;
  
}

#s-3cc16d7b-5663-47a7-9136-f8ff1368166d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(230, 139, 31, 1);
border-style: solid;
text-align: center;
}




  #s-3cc16d7b-5663-47a7-9136-f8ff1368166d img.shogun-image {
    
    width: px;
  }


#s-3cc16d7b-5663-47a7-9136-f8ff1368166d .shogun-image-content {
  
    align-items: center;
  
}

#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
@media (min-width: 1200px){#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 {
  display: none;
}
#s-96cfe35c-de20-4ee4-8d45-66980c2609f6, #wrap-s-96cfe35c-de20-4ee4-8d45-66980c2609f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 {
  display: none;
}
#s-96cfe35c-de20-4ee4-8d45-66980c2609f6, #wrap-s-96cfe35c-de20-4ee4-8d45-66980c2609f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 {
  
}
}@media (max-width: 767px){#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 {
  
}
}







#s-96cfe35c-de20-4ee4-8d45-66980c2609f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96cfe35c-de20-4ee4-8d45-66980c2609f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40158e20-229e-426c-a9cf-22b4536302c9 {
  margin-bottom: 1em;
text-align: center;
}

#s-40158e20-229e-426c-a9cf-22b4536302c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-6beb77fc-ebf5-4608-9614-4725e39e9dc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 0px) {
[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-7f3c4468-0404-4541-a572-92dc1422db6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-725e5760-5e3d-4a32-8d7c-7bd1e84c95e6 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(160, 160, 157, 1);
border-style: solid;
text-align: center;
}




  #s-725e5760-5e3d-4a32-8d7c-7bd1e84c95e6 img.shogun-image {
    
    width: px;
  }


#s-725e5760-5e3d-4a32-8d7c-7bd1e84c95e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c101d99-8287-4e8d-b997-e666503f7bf5 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-1c101d99-8287-4e8d-b997-e666503f7bf5 img.shogun-image {
    
    width: px;
  }


#s-1c101d99-8287-4e8d-b997-e666503f7bf5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-0b0f54f9-15ae-45ac-ba7c-97e9e7500625"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-d9abf0b6-f84d-43ef-9f69-3bf9465eed9a {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(240, 28, 125, 1);
border-style: solid;
text-align: center;
}
#s-d9abf0b6-f84d-43ef-9f69-3bf9465eed9a:hover {opacity: 1 !important;}



  #s-d9abf0b6-f84d-43ef-9f69-3bf9465eed9a img.shogun-image {
    
    width: px;
  }


#s-d9abf0b6-f84d-43ef-9f69-3bf9465eed9a .shogun-image-content {
  
    align-items: center;
  
}

#s-d54885a0-fd46-4123-86cb-07c9704bf98a {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(201, 255, 94, 1);
border-style: solid;
text-align: center;
}




  #s-d54885a0-fd46-4123-86cb-07c9704bf98a img.shogun-image {
    
    width: px;
  }


#s-d54885a0-fd46-4123-86cb-07c9704bf98a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b8197186-4d4c-479a-b406-e89876dc2341"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 0px) {
[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b178e9a1-0c28-46c1-8708-6923dc36559b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-14e24487-7b42-4d95-a79d-13ba028bfca5 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(115, 131, 32, 1);
border-style: solid;
text-align: center;
}




  #s-14e24487-7b42-4d95-a79d-13ba028bfca5 img.shogun-image {
    
    width: px;
  }


#s-14e24487-7b42-4d95-a79d-13ba028bfca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7113741-18b2-4499-899c-4c768e10587e {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-a7113741-18b2-4499-899c-4c768e10587e img.shogun-image {
    
    width: px;
  }


#s-a7113741-18b2-4499-899c-4c768e10587e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-b1bed3b4-f719-48c4-9b06-fe5f399cba12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-8af3ef87-246d-4ccf-98e7-9a6aa7c283f0 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(160, 29, 34, 1);
border-style: solid;
text-align: center;
}




  #s-8af3ef87-246d-4ccf-98e7-9a6aa7c283f0 img.shogun-image {
    
    width: px;
  }


#s-8af3ef87-246d-4ccf-98e7-9a6aa7c283f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-70f120a4-38a5-4de8-aed8-70ce7f9a632c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(230, 139, 31, 1);
border-style: solid;
text-align: center;
}




  #s-70f120a4-38a5-4de8-aed8-70ce7f9a632c img.shogun-image {
    
    width: px;
  }


#s-70f120a4-38a5-4de8-aed8-70ce7f9a632c .shogun-image-content {
  
    align-items: center;
  
}

#s-b0a6dcfb-8c05-47ef-9290-f2883b46405a {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 50px;
background-color: rgba(241, 242, 242, 1);
}








#s-b0a6dcfb-8c05-47ef-9290-f2883b46405a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a6dcfb-8c05-47ef-9290-f2883b46405a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad {
  display: none;
}
#s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad, #wrap-s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad {
  display: none;
}
#s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad, #wrap-s-c24beb53-3a9b-4847-a57d-2cd9a7ffecad { display:none !important; }}
#s-7d4f9313-f0fc-437f-84e5-a267c38f5749 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d4f9313-f0fc-437f-84e5-a267c38f5749"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b741a157-6fa8-41b9-8542-9fa1b7897843 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-b741a157-6fa8-41b9-8542-9fa1b7897843 img.shogun-image {
    
    width: px;
  }


#s-b741a157-6fa8-41b9-8542-9fa1b7897843 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1777526-3c03-4acc-9e98-71095921acfa {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1777526-3c03-4acc-9e98-71095921acfa .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-c1777526-3c03-4acc-9e98-71095921acfa .shogun-heading-component h1 a {
  color: #000;
}


#s-76011ac1-4205-43ab-890a-6c87ce4bccc7 {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-76011ac1-4205-43ab-890a-6c87ce4bccc7:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-76011ac1-4205-43ab-890a-6c87ce4bccc7:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-76011ac1-4205-43ab-890a-6c87ce4bccc7-btn-wrapper {
    text-align: left;
  }


#s-76011ac1-4205-43ab-890a-6c87ce4bccc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-247dcef1-c694-4c3e-aa8c-ba5cb5f1f588"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f7866e57-3dc5-4d4b-b29f-142dd366a0bd {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-f7866e57-3dc5-4d4b-b29f-142dd366a0bd img.shogun-image {
    
    width: px;
  }


#s-f7866e57-3dc5-4d4b-b29f-142dd366a0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-c505b810-76ef-42bd-b8a4-e46d677e6841 {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c505b810-76ef-42bd-b8a4-e46d677e6841 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-c505b810-76ef-42bd-b8a4-e46d677e6841 .shogun-heading-component h1 a {
  color: #000;
}


#s-c1657bae-78e1-40e8-a707-5640036690be {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-c1657bae-78e1-40e8-a707-5640036690be:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1657bae-78e1-40e8-a707-5640036690be:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-c1657bae-78e1-40e8-a707-5640036690be-btn-wrapper {
    text-align: left;
  }


#s-c1657bae-78e1-40e8-a707-5640036690be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ecaef7b-9b4a-4fe4-9109-9a61e924721e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-efe8b29e-31ca-465a-8cc6-f44bf1765ab6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-efe8b29e-31ca-465a-8cc6-f44bf1765ab6 img.shogun-image {
    
    width: px;
  }


#s-efe8b29e-31ca-465a-8cc6-f44bf1765ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2606470-8365-4512-8186-0b430a4e702a {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2606470-8365-4512-8186-0b430a4e702a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-f2606470-8365-4512-8186-0b430a4e702a .shogun-heading-component h1 a {
  color: #000;
}


#s-34f748aa-19d3-4c0c-9853-aafd8d766343 {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-34f748aa-19d3-4c0c-9853-aafd8d766343:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-34f748aa-19d3-4c0c-9853-aafd8d766343:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-34f748aa-19d3-4c0c-9853-aafd8d766343-btn-wrapper {
    text-align: left;
  }


#s-34f748aa-19d3-4c0c-9853-aafd8d766343.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30fdfd4-91d6-4a2b-85cc-b07241d41fbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f217d1cc-91e1-4966-ba36-93267d925335 {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}




  #s-f217d1cc-91e1-4966-ba36-93267d925335 img.shogun-image {
    
    width: px;
  }


#s-f217d1cc-91e1-4966-ba36-93267d925335 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc6e8de-12de-4fac-af9f-194688e488ba {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbc6e8de-12de-4fac-af9f-194688e488ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c1355e10-7e16-4671-8431-2e7123bb98a5 {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-c1355e10-7e16-4671-8431-2e7123bb98a5:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1355e10-7e16-4671-8431-2e7123bb98a5:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-c1355e10-7e16-4671-8431-2e7123bb98a5-btn-wrapper {
    text-align: left;
  }


#s-c1355e10-7e16-4671-8431-2e7123bb98a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-b5734439-c841-48c8-a0e6-99fe815369c9 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5734439-c841-48c8-a0e6-99fe815369c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0340e272-f3e0-46a6-9835-995e1bf981f2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-0340e272-f3e0-46a6-9835-995e1bf981f2 img.shogun-image {
    
    width: px;
  }


#s-0340e272-f3e0-46a6-9835-995e1bf981f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d0e93e9-4640-4298-b724-9ddd60b85604 {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d0e93e9-4640-4298-b724-9ddd60b85604 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-5d0e93e9-4640-4298-b724-9ddd60b85604 .shogun-heading-component h1 a {
  color: #000;
}


#s-2e55df2d-8ea5-47df-8908-01c6c3f33478 {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-2e55df2d-8ea5-47df-8908-01c6c3f33478:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e55df2d-8ea5-47df-8908-01c6c3f33478:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-2e55df2d-8ea5-47df-8908-01c6c3f33478-btn-wrapper {
    text-align: left;
  }


#s-2e55df2d-8ea5-47df-8908-01c6c3f33478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-84816508-9a93-4429-8035-93e191ef1dbd {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84816508-9a93-4429-8035-93e191ef1dbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1be70ed7-981c-401a-9047-b0633d0efabc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-1be70ed7-981c-401a-9047-b0633d0efabc img.shogun-image {
    
    width: px;
  }


#s-1be70ed7-981c-401a-9047-b0633d0efabc .shogun-image-content {
  
    align-items: center;
  
}

#s-3a8b4ce4-d7c6-474c-ba02-4762f4cede0a {
  margin-top: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a8b4ce4-d7c6-474c-ba02-4762f4cede0a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-3a8b4ce4-d7c6-474c-ba02-4762f4cede0a .shogun-heading-component h1 a {
  color: #000;
}


#s-52ec6903-432a-4a72-bab7-15685e892eb5 {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-52ec6903-432a-4a72-bab7-15685e892eb5:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-52ec6903-432a-4a72-bab7-15685e892eb5:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-52ec6903-432a-4a72-bab7-15685e892eb5-btn-wrapper {
    text-align: left;
  }


#s-52ec6903-432a-4a72-bab7-15685e892eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0 {
  display: none;
}
#s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0, #wrap-s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0 { display:none !important; }}@media (max-width: 767px){#s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0 {
  display: none;
}
#s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0, #wrap-s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ae050f2-a395-4ee6-bb94-3c925c2c41a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-de18dfc6-0de4-49b2-9031-b46df94386f8 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f182faa4-3f1f-46bf-9580-3d515d98e1ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb1e1724-c806-4246-8cba-335add679ea0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-cb1e1724-c806-4246-8cba-335add679ea0 img.shogun-image {
    
    width: px;
  }


#s-cb1e1724-c806-4246-8cba-335add679ea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-17edae8f-a210-4e50-9e8f-2b42f633267d {
  margin-top: 10%;
text-align: left;
}

#s-17edae8f-a210-4e50-9e8f-2b42f633267d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-17edae8f-a210-4e50-9e8f-2b42f633267d .shogun-heading-component h1 a {
  color: #000;
}


#s-ac1b2468-9624-472d-aad7-fcd4cee2836d {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-ac1b2468-9624-472d-aad7-fcd4cee2836d:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ac1b2468-9624-472d-aad7-fcd4cee2836d:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-ac1b2468-9624-472d-aad7-fcd4cee2836d-btn-wrapper {
    text-align: left;
  }


#s-ac1b2468-9624-472d-aad7-fcd4cee2836d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fddd1343-2b0d-4fac-9146-6dc915584257"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84592a6c-f9ea-4605-b34e-51e2dd463797 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-84592a6c-f9ea-4605-b34e-51e2dd463797 img.shogun-image {
    
    width: px;
  }


#s-84592a6c-f9ea-4605-b34e-51e2dd463797 .shogun-image-content {
  
    align-items: center;
  
}

#s-8931f2fe-7a78-4cec-96cb-b29c590c67d1 {
  margin-top: 10%;
text-align: left;
}

#s-8931f2fe-7a78-4cec-96cb-b29c590c67d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8931f2fe-7a78-4cec-96cb-b29c590c67d1 .shogun-heading-component h1 a {
  color: #000;
}


#s-65d0476d-04cb-4709-9a9d-591572ea8b79 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-65d0476d-04cb-4709-9a9d-591572ea8b79:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-65d0476d-04cb-4709-9a9d-591572ea8b79:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-65d0476d-04cb-4709-9a9d-591572ea8b79-btn-wrapper {
    text-align: left;
  }


#s-65d0476d-04cb-4709-9a9d-591572ea8b79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45e30508-fec9-4846-b00d-ac2771477164"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d44b12b-8919-469d-aa58-cb543e3b0a84 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-2d44b12b-8919-469d-aa58-cb543e3b0a84 img.shogun-image {
    
    width: px;
  }


#s-2d44b12b-8919-469d-aa58-cb543e3b0a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d9f1f34-b539-4336-8aa7-64f371b9ef8a {
  margin-top: 10%;
text-align: left;
}

#s-0d9f1f34-b539-4336-8aa7-64f371b9ef8a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-0d9f1f34-b539-4336-8aa7-64f371b9ef8a .shogun-heading-component h1 a {
  color: #000;
}


#s-42dacbfd-e3bf-4081-a2bb-0d5f49915cc3 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-42dacbfd-e3bf-4081-a2bb-0d5f49915cc3:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-42dacbfd-e3bf-4081-a2bb-0d5f49915cc3:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-42dacbfd-e3bf-4081-a2bb-0d5f49915cc3-btn-wrapper {
    text-align: left;
  }


#s-42dacbfd-e3bf-4081-a2bb-0d5f49915cc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca10dc5-79be-4f10-8d75-1aab967c7584"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dae9d1b2-377f-493b-a362-3d77201bb93c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-dae9d1b2-377f-493b-a362-3d77201bb93c img.shogun-image {
    
    width: px;
  }


#s-dae9d1b2-377f-493b-a362-3d77201bb93c .shogun-image-content {
  
    align-items: center;
  
}

#s-d76ee4d1-1b1c-4596-9571-f4ce02d5e95d {
  margin-top: 10%;
text-align: left;
}

#s-d76ee4d1-1b1c-4596-9571-f4ce02d5e95d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-322db154-6b24-412e-a3a3-d30f072b1063 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-322db154-6b24-412e-a3a3-d30f072b1063:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-322db154-6b24-412e-a3a3-d30f072b1063:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-322db154-6b24-412e-a3a3-d30f072b1063-btn-wrapper {
    text-align: left;
  }


#s-322db154-6b24-412e-a3a3-d30f072b1063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9e661b5-30a7-4c39-8e7c-a51508d79e09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f60edfd-e119-450c-a3ee-e3a391d3106e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-4f60edfd-e119-450c-a3ee-e3a391d3106e img.shogun-image {
    
    width: px;
  }


#s-4f60edfd-e119-450c-a3ee-e3a391d3106e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e32b0ff-70a5-42ce-8e23-b8d6cab1b527 {
  margin-top: 10%;
text-align: left;
}

#s-5e32b0ff-70a5-42ce-8e23-b8d6cab1b527 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-5e32b0ff-70a5-42ce-8e23-b8d6cab1b527 .shogun-heading-component h1 a {
  color: #000;
}


#s-d17f5990-94ce-4cbb-a8ef-07059b3fe04c {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-d17f5990-94ce-4cbb-a8ef-07059b3fe04c:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d17f5990-94ce-4cbb-a8ef-07059b3fe04c:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-d17f5990-94ce-4cbb-a8ef-07059b3fe04c-btn-wrapper {
    text-align: left;
  }


#s-d17f5990-94ce-4cbb-a8ef-07059b3fe04c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8c3601-b94e-4786-96f9-3d8e593925d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ea80889-73cd-4d0b-91c2-bf5cbeb69f65 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}




  #s-6ea80889-73cd-4d0b-91c2-bf5cbeb69f65 img.shogun-image {
    
    width: px;
  }


#s-6ea80889-73cd-4d0b-91c2-bf5cbeb69f65 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b0d1ac-1df3-4de0-98e4-548922b9c166 {
  margin-top: 10%;
text-align: left;
}

#s-92b0d1ac-1df3-4de0-98e4-548922b9c166 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-92b0d1ac-1df3-4de0-98e4-548922b9c166 .shogun-heading-component h1 a {
  color: #000;
}


#s-041593ec-9d54-4b1c-b88c-b0a704a3ff7a {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-041593ec-9d54-4b1c-b88c-b0a704a3ff7a:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-041593ec-9d54-4b1c-b88c-b0a704a3ff7a:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}

  #s-041593ec-9d54-4b1c-b88c-b0a704a3ff7a-btn-wrapper {
    text-align: left;
  }


#s-041593ec-9d54-4b1c-b88c-b0a704a3ff7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-bbd287fa-7bb3-429c-9747-71eb862fed1f {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bbd287fa-7bb3-429c-9747-71eb862fed1f {
  display: none;
}
#s-bbd287fa-7bb3-429c-9747-71eb862fed1f, #wrap-s-bbd287fa-7bb3-429c-9747-71eb862fed1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbd287fa-7bb3-429c-9747-71eb862fed1f {
  display: none;
}
#s-bbd287fa-7bb3-429c-9747-71eb862fed1f, #wrap-s-bbd287fa-7bb3-429c-9747-71eb862fed1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbd287fa-7bb3-429c-9747-71eb862fed1f {
  
}
}@media (max-width: 767px){#s-bbd287fa-7bb3-429c-9747-71eb862fed1f {
  
}
}







#s-bbd287fa-7bb3-429c-9747-71eb862fed1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd287fa-7bb3-429c-9747-71eb862fed1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63797f88-3eed-4bac-9cb5-096a64fe7288 {
  padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}

#s-63797f88-3eed-4bac-9cb5-096a64fe7288 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4 {
  margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a7f1a3c6-8175-4be0-8aaa-c589db946ce4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-572b7bb3-4b33-4984-8542-70780e8df9b2 {
  min-height: 50px;
}








#s-572b7bb3-4b33-4984-8542-70780e8df9b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572b7bb3-4b33-4984-8542-70780e8df9b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe3c239-b4ff-45fd-9fea-31940607d4ab {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-8fe3c239-b4ff-45fd-9fea-31940607d4ab img.shogun-image {
    
    width: px;
  }


#s-8fe3c239-b4ff-45fd-9fea-31940607d4ab .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1e49f3fd-3b5f-4a34-8800-fc7dba647dac {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-3af1cc5e-814e-476e-9006-63d8dc3c03a8 {
  margin-left: 1em;
margin-right: 1em;
}

#s-91cc8e54-b9fe-4686-97ec-2a3e36b45d9d {
  min-height: 50px;
}








#s-91cc8e54-b9fe-4686-97ec-2a3e36b45d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91cc8e54-b9fe-4686-97ec-2a3e36b45d9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc5c084b-f976-487c-8792-476600cf499f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-dc5c084b-f976-487c-8792-476600cf499f img.shogun-image {
    
    width: px;
  }


#s-dc5c084b-f976-487c-8792-476600cf499f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6e69f4db-73db-491b-9e3e-b2de136d594e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b483a02b-9bee-44c1-9333-7d53e61142c2 {
  margin-left: 1em;
margin-right: 1em;
}

#s-79ecb91f-f18a-42ff-a872-6351c58e09d2 {
  min-height: 50px;
}








#s-79ecb91f-f18a-42ff-a872-6351c58e09d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79ecb91f-f18a-42ff-a872-6351c58e09d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-525a7eb1-5b0f-409a-b17b-b4347478fd4d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-525a7eb1-5b0f-409a-b17b-b4347478fd4d img.shogun-image {
    
    width: px;
  }


#s-525a7eb1-5b0f-409a-b17b-b4347478fd4d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33ed82ce-8841-4400-a1f4-6690ef488720 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a1c49535-345e-4ac2-94b9-b1ca29682fb2 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e547ce1e-261d-4c4e-b61c-01d0ef379f45 {
  min-height: 50px;
}








#s-e547ce1e-261d-4c4e-b61c-01d0ef379f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e547ce1e-261d-4c4e-b61c-01d0ef379f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ecf8059-dd7c-46a6-a1fc-e5d2a5692c49 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4ecf8059-dd7c-46a6-a1fc-e5d2a5692c49 img.shogun-image {
    
    width: px;
  }


#s-4ecf8059-dd7c-46a6-a1fc-e5d2a5692c49 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3dacb57a-7047-47ed-b737-ba46b5f6fe28 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-6b648691-ebe2-4768-ab42-dc7707b8e557 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc {
  margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4fa5e2e3-a12b-460a-92d6-a265732cd0dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-cfb21edb-18be-4f8b-8bc9-ea054f2d9154 {
  min-height: 50px;
}








#s-cfb21edb-18be-4f8b-8bc9-ea054f2d9154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb21edb-18be-4f8b-8bc9-ea054f2d9154.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7eabd36-e685-4e84-9094-eaa1c8a8d662 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-e7eabd36-e685-4e84-9094-eaa1c8a8d662 img.shogun-image {
    
    width: px;
  }


#s-e7eabd36-e685-4e84-9094-eaa1c8a8d662 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f277e1b-b102-428f-a998-49e71a0fd549 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e5c2196e-05a1-4693-98f8-523f746419b5 {
  margin-left: 1em;
margin-right: 1em;
}

#s-025e5598-53fc-46c6-8c09-85cf3ac04243 {
  min-height: 50px;
}








#s-025e5598-53fc-46c6-8c09-85cf3ac04243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-025e5598-53fc-46c6-8c09-85cf3ac04243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bcc750-15af-4e8e-a8af-da62c2517483 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c0bcc750-15af-4e8e-a8af-da62c2517483 img.shogun-image {
    
    width: px;
  }


#s-c0bcc750-15af-4e8e-a8af-da62c2517483 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9c443340-bacd-4ba8-9112-4512a79f05a6 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-bfff32ff-9974-4e41-9a21-5847fc4370bb {
  margin-left: 1em;
margin-right: 1em;
}

#s-2c510a68-9b6d-4814-9466-ac7f3f0286ec {
  min-height: 50px;
}








#s-2c510a68-9b6d-4814-9466-ac7f3f0286ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c510a68-9b6d-4814-9466-ac7f3f0286ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9474fa-9e45-44aa-a12f-42eaea16b0e9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-fd9474fa-9e45-44aa-a12f-42eaea16b0e9 img.shogun-image {
    
    width: px;
  }


#s-fd9474fa-9e45-44aa-a12f-42eaea16b0e9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cf979f10-8fbe-4886-9a5a-e6b6baf77869 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e5236673-c88f-47ef-95f8-60e16783d041 {
  margin-left: 1em;
margin-right: 1em;
}

#s-156d58a3-00c6-4dc1-a422-64a022313a5a {
  min-height: 50px;
}








#s-156d58a3-00c6-4dc1-a422-64a022313a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-156d58a3-00c6-4dc1-a422-64a022313a5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-809217a3-44e9-4f81-9542-cfa6917137fa {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-809217a3-44e9-4f81-9542-cfa6917137fa img.shogun-image {
    
    width: px;
  }


#s-809217a3-44e9-4f81-9542-cfa6917137fa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f489f6d4-6418-45ee-a499-f38b88244e9a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-53eb0a16-1ad6-4f6a-8382-3e936946059a {
  margin-left: 1em;
margin-right: 1em;
}

#s-ca32c89b-c744-455f-a8bf-8928d12fa53f {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ca32c89b-c744-455f-a8bf-8928d12fa53f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca32c89b-c744-455f-a8bf-8928d12fa53f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca32c89b-c744-455f-a8bf-8928d12fa53f {
  display: none;
}
#s-ca32c89b-c744-455f-a8bf-8928d12fa53f, #wrap-s-ca32c89b-c744-455f-a8bf-8928d12fa53f { display:none !important; }}@media (max-width: 767px){#s-ca32c89b-c744-455f-a8bf-8928d12fa53f {
  display: none;
}
#s-ca32c89b-c744-455f-a8bf-8928d12fa53f, #wrap-s-ca32c89b-c744-455f-a8bf-8928d12fa53f { display:none !important; }}







#s-ca32c89b-c744-455f-a8bf-8928d12fa53f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca32c89b-c744-455f-a8bf-8928d12fa53f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1ca8002-bbbf-4a95-a835-210d4a8713bd {
  margin-bottom: 1em;
text-align: center;
}

#s-d1ca8002-bbbf-4a95-a835-210d4a8713bd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-66e0b11b-b456-4bb7-9e0d-2620599d63bf {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-ef45efdb-d2a9-4aab-ae7e-948701e6d56f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-597cb9f3-9add-4d8c-bc62-f90b51d58663 {
  min-height: 50px;
}








#s-597cb9f3-9add-4d8c-bc62-f90b51d58663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597cb9f3-9add-4d8c-bc62-f90b51d58663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2859e760-366b-4ebf-b177-3136a1dac5ff {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2859e760-366b-4ebf-b177-3136a1dac5ff img.shogun-image {
    
    width: px;
  }


#s-2859e760-366b-4ebf-b177-3136a1dac5ff .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-af563735-5ae3-4d32-aeca-2a4abc889ce6 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-1565763f-93f0-467c-a167-3446d20e8a40 {
  margin-left: 1em;
margin-right: 1em;
}

#s-32cba854-1194-426d-90c5-4714833ecac9 {
  min-height: 50px;
}








#s-32cba854-1194-426d-90c5-4714833ecac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32cba854-1194-426d-90c5-4714833ecac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed1dcb56-465e-4b8e-83ed-8788daaaf61c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ed1dcb56-465e-4b8e-83ed-8788daaaf61c img.shogun-image {
    
    width: px;
  }


#s-ed1dcb56-465e-4b8e-83ed-8788daaaf61c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ba948160-f241-4591-ab47-c92dd275aaea {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-1a6c7be4-338e-4983-9c99-8a429d177acb {
  margin-left: 1em;
margin-right: 1em;
}

#s-63dae4d2-1e8f-4f92-a19c-a1cd2aa5111b {
  min-height: 50px;
}








#s-63dae4d2-1e8f-4f92-a19c-a1cd2aa5111b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63dae4d2-1e8f-4f92-a19c-a1cd2aa5111b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbcc2895-2a94-47e7-9f03-7cfc7c363e35 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-cbcc2895-2a94-47e7-9f03-7cfc7c363e35 img.shogun-image {
    
    width: px;
  }


#s-cbcc2895-2a94-47e7-9f03-7cfc7c363e35 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-00796657-e885-4239-adc2-38337b99cfba {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-da6997f2-ed1d-4f72-8cfa-966d673b7daa {
  margin-left: 1em;
margin-right: 1em;
}

#s-ec2b15ae-afc4-4d0f-8db0-0d1dfa752052 {
  min-height: 50px;
}








#s-ec2b15ae-afc4-4d0f-8db0-0d1dfa752052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec2b15ae-afc4-4d0f-8db0-0d1dfa752052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d23305-c3d4-4f08-bb98-bef6dc35d757 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-e4d23305-c3d4-4f08-bb98-bef6dc35d757 img.shogun-image {
    
    width: px;
  }


#s-e4d23305-c3d4-4f08-bb98-bef6dc35d757 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-70350dbe-4146-4982-ace6-df35ac284bf2 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-352793a9-0f51-49f2-80f3-66378f64997f {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fbc2a7a4-9d32-4af4-aee7-c94160577093"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-9a3be393-1d64-4fa9-8d5e-a417c9f35316 {
  min-height: 50px;
}








#s-9a3be393-1d64-4fa9-8d5e-a417c9f35316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a3be393-1d64-4fa9-8d5e-a417c9f35316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-682e21c6-74db-474a-9aae-81265a2ea66d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-682e21c6-74db-474a-9aae-81265a2ea66d img.shogun-image {
    
    width: px;
  }


#s-682e21c6-74db-474a-9aae-81265a2ea66d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-47a69af0-4235-4346-9529-818fde6d8e75 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-15dfd27d-8aa9-4790-a628-f75b1ce2fb44 {
  margin-left: 1em;
margin-right: 1em;
}

#s-0b51870c-8f03-4cf9-a21d-0a3966155216 {
  min-height: 50px;
}








#s-0b51870c-8f03-4cf9-a21d-0a3966155216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b51870c-8f03-4cf9-a21d-0a3966155216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b62652-54e0-4b55-ad03-3cfd8fcba511 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-25b62652-54e0-4b55-ad03-3cfd8fcba511 img.shogun-image {
    
    width: px;
  }


#s-25b62652-54e0-4b55-ad03-3cfd8fcba511 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9745f4e4-5f5e-4ba0-8a78-35c61b1ef46a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-d9a1ef93-fb5c-4447-a478-c051fac9f0f3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-13040255-500b-4161-929b-81a24296a8f1 {
  min-height: 50px;
}








#s-13040255-500b-4161-929b-81a24296a8f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13040255-500b-4161-929b-81a24296a8f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca460f93-bbcd-4b21-a6b0-341c58540117 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ca460f93-bbcd-4b21-a6b0-341c58540117 img.shogun-image {
    
    width: px;
  }


#s-ca460f93-bbcd-4b21-a6b0-341c58540117 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8b745370-9853-4ff8-bed6-a96c23883e9c {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-79848b26-fd64-4697-826f-da7ed781cf11 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e954d45b-43f9-4146-a6f9-846dc949a34a {
  min-height: 50px;
}








#s-e954d45b-43f9-4146-a6f9-846dc949a34a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e954d45b-43f9-4146-a6f9-846dc949a34a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-048d5e08-d878-43f3-9d5c-2039cb6f07b8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-048d5e08-d878-43f3-9d5c-2039cb6f07b8 img.shogun-image {
    
    width: px;
  }


#s-048d5e08-d878-43f3-9d5c-2039cb6f07b8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-198e3693-0a57-41f2-be79-4c68afa42af0 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a1f90534-9408-4100-83c7-dce289829215 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-814cbfad-0507-4251-9ab1-f9107b27716a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-9d194508-69e0-4cd4-ab77-28a4bea5948e {
  min-height: 50px;
}








#s-9d194508-69e0-4cd4-ab77-28a4bea5948e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d194508-69e0-4cd4-ab77-28a4bea5948e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f614180-8888-416d-8e06-0626786606af {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7f614180-8888-416d-8e06-0626786606af img.shogun-image {
    
    width: px;
  }


#s-7f614180-8888-416d-8e06-0626786606af .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-00471d53-5b24-44fa-b802-79236a5cc1c7 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-16cb5af8-1ab4-4546-aa26-93f5bda6056c {
  margin-left: 1em;
margin-right: 1em;
}

#s-ba77bc8e-02cb-43dd-ad0b-9eae00fd6258 {
  min-height: 50px;
}








#s-ba77bc8e-02cb-43dd-ad0b-9eae00fd6258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba77bc8e-02cb-43dd-ad0b-9eae00fd6258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d539b79-26af-4063-afdf-747ff69d5219 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6d539b79-26af-4063-afdf-747ff69d5219 img.shogun-image {
    
    width: px;
  }


#s-6d539b79-26af-4063-afdf-747ff69d5219 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4e218e61-7cf6-40b8-b622-1ac5eeacd8fe {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-73028630-d255-472f-b864-0fb70939452d {
  margin-left: 1em;
margin-right: 1em;
}

#s-e283a75f-6ea5-4fb1-941e-65ed120f0ecf {
  min-height: 50px;
}








#s-e283a75f-6ea5-4fb1-941e-65ed120f0ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e283a75f-6ea5-4fb1-941e-65ed120f0ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9650489-8a0b-4eb6-9132-17bdd60b7506 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c9650489-8a0b-4eb6-9132-17bdd60b7506 img.shogun-image {
    
    width: px;
  }


#s-c9650489-8a0b-4eb6-9132-17bdd60b7506 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fcbdacdb-db3c-43d3-a208-f701577a06f4 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-753421a8-1b85-4ce8-a9bf-2a1a9eff0c49 {
  margin-left: 1em;
margin-right: 1em;
}

#s-ed6130e4-80bf-446d-bb50-28363b94d9a1 {
  min-height: 50px;
}








#s-ed6130e4-80bf-446d-bb50-28363b94d9a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed6130e4-80bf-446d-bb50-28363b94d9a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba22baa-c062-48ee-a141-7cd908d2be8a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9ba22baa-c062-48ee-a141-7cd908d2be8a img.shogun-image {
    
    width: px;
  }


#s-9ba22baa-c062-48ee-a141-7cd908d2be8a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-14179acc-b3fb-4727-b0e1-f101e68991e2 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-14327729-c7c8-4555-b625-6f0abc87799d {
  margin-left: 1em;
margin-right: 1em;
}

#s-d73b40d4-4a6c-462c-9fe5-6fc9c4499a28 {
  min-height: 50px;
}








#s-d73b40d4-4a6c-462c-9fe5-6fc9c4499a28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73b40d4-4a6c-462c-9fe5-6fc9c4499a28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-755b2a30-22b4-4952-be8d-4e68900fcad0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 3em;
margin-bottom: 2em;
margin-right: 3em;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-755b2a30-22b4-4952-be8d-4e68900fcad0 {
  display: none;
}
#s-755b2a30-22b4-4952-be8d-4e68900fcad0, #wrap-s-755b2a30-22b4-4952-be8d-4e68900fcad0 { display:none !important; }}@media (max-width: 767px){#s-755b2a30-22b4-4952-be8d-4e68900fcad0 {
  display: none;
}
#s-755b2a30-22b4-4952-be8d-4e68900fcad0, #wrap-s-755b2a30-22b4-4952-be8d-4e68900fcad0 { display:none !important; }}







#s-755b2a30-22b4-4952-be8d-4e68900fcad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755b2a30-22b4-4952-be8d-4e68900fcad0 {
  cursor: pointer;
}#s-755b2a30-22b4-4952-be8d-4e68900fcad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6130706c-aa4c-4fd5-8afd-c64890ee889f {
  margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5em);
}

[id="s-6130706c-aa4c-4fd5-8afd-c64890ee889f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5em);
}

}

#s-d2638810-5fa2-4b0c-a6fd-942899de823b {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 5%;
padding-bottom: 2em;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 241, 241, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-d2638810-5fa2-4b0c-a6fd-942899de823b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2638810-5fa2-4b0c-a6fd-942899de823b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb197d86-2b8e-4720-b679-34c7a0d98359 {
  text-align: left;
}

#s-fb197d86-2b8e-4720-b679-34c7a0d98359 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-fb197d86-2b8e-4720-b679-34c7a0d98359 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-05fe0c30-9754-4093-a92a-5303bdd36877 {
  margin-top: 2em;
margin-bottom: 2em;
}

#s-d75d9dd5-9999-4dfa-818b-bb21bc34a5c9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d75d9dd5-9999-4dfa-818b-bb21bc34a5c9:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d75d9dd5-9999-4dfa-818b-bb21bc34a5c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d75d9dd5-9999-4dfa-818b-bb21bc34a5c9-btn-wrapper {
    text-align: left;
  }


#s-d75d9dd5-9999-4dfa-818b-bb21bc34a5c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
background-position: center center;
}
@media (min-width: 1200px){#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a {
  display: none;
}
#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a, #wrap-s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a {
  display: none;
}
#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a, #wrap-s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a {
  
}
}@media (max-width: 767px){#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a {
  display: none;
}
#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a, #wrap-s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a { display:none !important; }}







#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-951a3b1a-da24-44bf-b4b8-e8587cf0ac6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dde42d35-f2d6-49f8-8560-6aa266c2c447 {
  border-style: solid;
margin-top: 40%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-dde42d35-f2d6-49f8-8560-6aa266c2c447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde42d35-f2d6-49f8-8560-6aa266c2c447 {
  cursor: pointer;
}#s-dde42d35-f2d6-49f8-8560-6aa266c2c447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8c7bee-0ef8-4c3e-9e08-73ed2bb54c9c {
  text-align: center;
}

#s-ff8c7bee-0ef8-4c3e-9e08-73ed2bb54c9c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-ff8c7bee-0ef8-4c3e-9e08-73ed2bb54c9c .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-55f8b24b-b54c-43f1-a4a5-5813963d5577 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-db281239-6aac-4aaf-8c00-a634c71d31d0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db281239-6aac-4aaf-8c00-a634c71d31d0:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-db281239-6aac-4aaf-8c00-a634c71d31d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db281239-6aac-4aaf-8c00-a634c71d31d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 {
  text-align: right;
}
@media (min-width: 1200px){#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 {
  display: none;
}
#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2, #wrap-s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 {
  display: none;
}
#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2, #wrap-s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 {
  display: none;
}
#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2, #wrap-s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 { display:none !important; }}



  #s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 img.shogun-image {
    
    width: px;
  }


#s-4dda79bf-fafd-4ff3-831a-312c3673f5e2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bd29a510-e8d8-4096-9c76-b5cbbb00da8a {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bd29a510-e8d8-4096-9c76-b5cbbb00da8a:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-bd29a510-e8d8-4096-9c76-b5cbbb00da8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd29a510-e8d8-4096-9c76-b5cbbb00da8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
