.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-16b955c6-14e0-4fa0-bbff-8d9715d11283 {
  text-align: center;
}




  #s-16b955c6-14e0-4fa0-bbff-8d9715d11283 img.shogun-image {
    
    width: px;
  }


#s-16b955c6-14e0-4fa0-bbff-8d9715d11283 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1bf45f-2dfd-4ef1-a6ea-2c46a7f28d3e {
  opacity: 0;
}

.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-fdf69d5b-f432-4eee-b5f5-7a6110f33b1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(119, 119, 119, 1);
}

#s-fdf69d5b-f432-4eee-b5f5-7a6110f33b1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-516ec295-724c-4906-a70d-789f1230d30e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 0, 0, 1);
}

#s-516ec295-724c-4906-a70d-789f1230d30e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-07cfff6a-cc99-4e76-a1a4-d2c39765e628 {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 9%;
padding-bottom: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-07cfff6a-cc99-4e76-a1a4-d2c39765e628 {
  display: none;
}
#s-07cfff6a-cc99-4e76-a1a4-d2c39765e628, #wrap-s-07cfff6a-cc99-4e76-a1a4-d2c39765e628 { display:none !important; }}







#s-07cfff6a-cc99-4e76-a1a4-d2c39765e628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07cfff6a-cc99-4e76-a1a4-d2c39765e628.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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;
}

#s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a46bdc9-e393-4f4e-af41-5a0d7e70f1b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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-a40ee824-5741-4946-9155-7e7c805c5b45 {
  margin-top: 28%;
margin-left: 9%;
margin-bottom: 1%;
margin-right: auto;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

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

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-7468f784-ddea-4133-9837-ee0f848ebe3a {
  margin-top: 2%;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7468f784-ddea-4133-9837-ee0f848ebe3a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7468f784-ddea-4133-9837-ee0f848ebe3a .shg-sld-nav-button.shg-sld-left,
#s-7468f784-ddea-4133-9837-ee0f848ebe3a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 {
  
}
}@media (max-width: 767px){#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 {
  display: none;
}
#s-eebfb1dc-09cd-4c13-96b4-3c4791cef527, #wrap-s-eebfb1dc-09cd-4c13-96b4-3c4791cef527 { display:none !important; }}
#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d {
  
}
}@media (max-width: 767px){#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d {
  display: none;
}
#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d, #wrap-s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d { display:none !important; }}







#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9b31e4-60df-48b9-a658-8c7c514ecc4d.shg-box.shg-c {
  justify-content: center;
}

#s-5caee56e-9103-4639-b338-4f6485e99034 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-5caee56e-9103-4639-b338-4f6485e99034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5caee56e-9103-4639-b338-4f6485e99034.shg-box.shg-c {
  justify-content: center;
}

#s-9b7b2292-051c-44cd-83d2-4f66569de211 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-9b7b2292-051c-44cd-83d2-4f66569de211 {
  display: none;
}
#s-9b7b2292-051c-44cd-83d2-4f66569de211, #wrap-s-9b7b2292-051c-44cd-83d2-4f66569de211 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b7b2292-051c-44cd-83d2-4f66569de211 {
  display: none;
}
#s-9b7b2292-051c-44cd-83d2-4f66569de211, #wrap-s-9b7b2292-051c-44cd-83d2-4f66569de211 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b7b2292-051c-44cd-83d2-4f66569de211 {
  display: none;
}
#s-9b7b2292-051c-44cd-83d2-4f66569de211, #wrap-s-9b7b2292-051c-44cd-83d2-4f66569de211 { display:none !important; }}
#s-87828b65-178d-4d40-bf8d-01fbf37e8f9f {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-87828b65-178d-4d40-bf8d-01fbf37e8f9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87828b65-178d-4d40-bf8d-01fbf37e8f9f.shg-box.shg-c {
  justify-content: center;
}

#s-1e75829e-b125-44e0-b803-77543fb55643 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-1e75829e-b125-44e0-b803-77543fb55643 img.shogun-image {
    
    width: px;
  }


#s-1e75829e-b125-44e0-b803-77543fb55643 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ebe6291-6a8b-49e0-919a-f04d72c66bca {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}








#s-8ebe6291-6a8b-49e0-919a-f04d72c66bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebe6291-6a8b-49e0-919a-f04d72c66bca.shg-box.shg-c {
  justify-content: center;
}

#s-690f815f-3fcc-48a0-85ea-01887802d0b5 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690f815f-3fcc-48a0-85ea-01887802d0b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-de3dff93-7434-4a40-800d-ed74e2c5e28a {
  margin-top: 53%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-477c25d8-bfc6-4132-aa51-0a328b5c1ee0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-6cdf7414-c84f-4ff3-95a1-8b4529b775af {
  text-align: center;
}




  #s-6cdf7414-c84f-4ff3-95a1-8b4529b775af img.shogun-image {
    
    width: px;
  }


#s-6cdf7414-c84f-4ff3-95a1-8b4529b775af .shogun-image-content {
  
    align-items: center;
  
}

#s-f61225fd-a650-498b-890b-52034c7c6275 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}
@media (min-width: 1200px){#s-f61225fd-a650-498b-890b-52034c7c6275 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f61225fd-a650-498b-890b-52034c7c6275 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f61225fd-a650-498b-890b-52034c7c6275 {
  
}
}
#s-dfd6e4af-22a7-41be-ba77-1a631cf910f2 {
  margin-top: -1%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfd6e4af-22a7-41be-ba77-1a631cf910f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d7aaf8d8-31c5-4650-b695-9b579c9cbefe {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: right;
}




  #s-d7aaf8d8-31c5-4650-b695-9b579c9cbefe img.shogun-image {
    
    width: px;
  }


#s-d7aaf8d8-31c5-4650-b695-9b579c9cbefe .shogun-image-content {
  
    align-items: center;
  
}

#s-bfc8a143-7a15-4809-bdf5-0e3c685a0da0 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-89b9c925-f800-4266-ad6c-055a6f3be85d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b9c925-f800-4266-ad6c-055a6f3be85d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0f8864aa-b05b-4325-8986-da02fccbc06e {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-32b70f75-e306-4cd2-abec-77cbe8a7bb02 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-32b70f75-e306-4cd2-abec-77cbe8a7bb02 img.shogun-image {
    
    width: px;
  }


#s-32b70f75-e306-4cd2-abec-77cbe8a7bb02 .shogun-image-content {
  
    align-items: center;
  
}

#s-099824fe-04b9-4172-8226-323be13431b8 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-099824fe-04b9-4172-8226-323be13431b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-09b1306f-0835-4574-9f65-58beb5bed4e5 {
  margin-top: -5%;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
text-align: right;
}




  #s-09b1306f-0835-4574-9f65-58beb5bed4e5 img.shogun-image {
    
    width: px;
  }


#s-09b1306f-0835-4574-9f65-58beb5bed4e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a2ecd2d-2d07-42f2-8912-44f795b44917 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-74cbaf36-90dc-4aae-8547-d08c57d654b4 {
  margin-top: -2%;
margin-left: auto;
margin-bottom: -2%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74cbaf36-90dc-4aae-8547-d08c57d654b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0410a9fb-8267-461f-b77c-525409f09e19 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-efaa4861-3f9b-41d3-a256-276907db2e84 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-efaa4861-3f9b-41d3-a256-276907db2e84 img.shogun-image {
    
    width: px;
  }


#s-efaa4861-3f9b-41d3-a256-276907db2e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0ae3e43-db3f-452f-bca7-2f2a09034f4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-321c84dd-fc5b-49c0-a4b0-07b7d7e513f9 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-321c84dd-fc5b-49c0-a4b0-07b7d7e513f9 img.shogun-image {
    
    width: px;
  }


#s-321c84dd-fc5b-49c0-a4b0-07b7d7e513f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-324e0638-f75f-4c64-9738-494bee96d270 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-ad49d2e2-a69d-41f8-8177-9dc157f6051b {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: -2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-ad49d2e2-a69d-41f8-8177-9dc157f6051b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad49d2e2-a69d-41f8-8177-9dc157f6051b.shg-box.shg-c {
  justify-content: center;
}

#s-4ac4a699-512d-490f-86bd-92e29261fcef {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-4ac4a699-512d-490f-86bd-92e29261fcef {
  display: none;
}
#s-4ac4a699-512d-490f-86bd-92e29261fcef, #wrap-s-4ac4a699-512d-490f-86bd-92e29261fcef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ac4a699-512d-490f-86bd-92e29261fcef {
  display: none;
}
#s-4ac4a699-512d-490f-86bd-92e29261fcef, #wrap-s-4ac4a699-512d-490f-86bd-92e29261fcef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ac4a699-512d-490f-86bd-92e29261fcef {
  display: none;
}
#s-4ac4a699-512d-490f-86bd-92e29261fcef, #wrap-s-4ac4a699-512d-490f-86bd-92e29261fcef { display:none !important; }}
#s-6d5709c7-95ac-447b-ae70-1478d3f133f7 {
  min-height: 50px;
}








#s-6d5709c7-95ac-447b-ae70-1478d3f133f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5709c7-95ac-447b-ae70-1478d3f133f7.shg-box.shg-c {
  justify-content: center;
}

#s-7f189b52-7732-43b4-8f2a-e926cc8b59d7 {
  background-repeat: repeat;
background-size: cover;
padding-top: 0%;
padding-bottom: 4%;
min-height: 50px;
background-position: center center;
}








#s-7f189b52-7732-43b4-8f2a-e926cc8b59d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f189b52-7732-43b4-8f2a-e926cc8b59d7.shg-box.shg-c {
  justify-content: center;
}

#s-f1b6405e-35f5-45b8-9b7f-db0513db6db3 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-776112e9-fdb4-4b50-a68e-97b670510ee3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776112e9-fdb4-4b50-a68e-97b670510ee3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b0a93680-82d3-4b23-a275-8c5b5df0dba0 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
max-width: 100%;
text-align: right;
}




  #s-b0a93680-82d3-4b23-a275-8c5b5df0dba0 img.shogun-image {
    
    width: px;
  }


#s-b0a93680-82d3-4b23-a275-8c5b5df0dba0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7097bee1-1d2d-4ad1-abf1-6c8dbc73b7e5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-58f9163e-b86f-4fda-99a8-20149067af19 {
  margin-left: 0%;
margin-right: 0%;
}

#s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c59364ae-a54e-4f22-8d3c-d80e2ede4b56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fe7d3054-000e-4638-88d4-fcb1c3713fee {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-76124bf5-3c8f-4d8e-92dd-0a142c610132 {
  margin-left: 0%;
margin-right: 0%;
}

#s-cd65936d-941e-4610-9064-4c19079dcbf5 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-cd65936d-941e-4610-9064-4c19079dcbf5 img.shogun-image {
    
    width: px;
  }


#s-cd65936d-941e-4610-9064-4c19079dcbf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc29663b-ff29-4a99-9f16-28c325b390e8 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc29663b-ff29-4a99-9f16-28c325b390e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7895a0d4-2f32-4f9e-b06c-9ee7c3f2656c {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-7895a0d4-2f32-4f9e-b06c-9ee7c3f2656c img.shogun-image {
    
    width: px;
  }


#s-7895a0d4-2f32-4f9e-b06c-9ee7c3f2656c .shogun-image-content {
  
    align-items: center;
  
}

#s-cc81da18-6763-47e5-8a19-cd6b3728ffa6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-b6173f7f-eefa-4ee0-93e3-2406a0847dd7 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9c5065e9-e188-48d4-80e9-d09665ebfc77 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c5065e9-e188-48d4-80e9-d09665ebfc77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a1d1fc1-7187-4a73-b196-99408f1cc14a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-896139b2-c5fe-403e-92ed-33788cc334d4 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d76169f7-e474-43d8-a150-82213fd21328 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-d76169f7-e474-43d8-a150-82213fd21328 img.shogun-image {
    
    width: px;
  }


#s-d76169f7-e474-43d8-a150-82213fd21328 .shogun-image-content {
  
    align-items: center;
  
}

#s-7533d980-2d80-4965-94b9-63c452788167 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-7533d980-2d80-4965-94b9-63c452788167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7533d980-2d80-4965-94b9-63c452788167.shg-box.shg-c {
  justify-content: center;
}

#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 {
  display: none;
}
#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7, #wrap-s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 {
  display: none;
}
#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7, #wrap-s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 {
  display: none;
}
#s-52fb5c12-ab71-4fd5-801f-7223565e5ac7, #wrap-s-52fb5c12-ab71-4fd5-801f-7223565e5ac7 { display:none !important; }}
#s-846af452-945c-4f80-a414-08b5377d59a0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-846af452-945c-4f80-a414-08b5377d59a0 {
  display: none;
}
#s-846af452-945c-4f80-a414-08b5377d59a0, #wrap-s-846af452-945c-4f80-a414-08b5377d59a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-846af452-945c-4f80-a414-08b5377d59a0 {
  display: none;
}
#s-846af452-945c-4f80-a414-08b5377d59a0, #wrap-s-846af452-945c-4f80-a414-08b5377d59a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-846af452-945c-4f80-a414-08b5377d59a0 {
  display: none;
}
#s-846af452-945c-4f80-a414-08b5377d59a0, #wrap-s-846af452-945c-4f80-a414-08b5377d59a0 { display:none !important; }}







#s-846af452-945c-4f80-a414-08b5377d59a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-846af452-945c-4f80-a414-08b5377d59a0.shg-box.shg-c {
  justify-content: center;
}

#s-18494d4d-2a53-48b3-a7ec-19b875054907 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-18494d4d-2a53-48b3-a7ec-19b875054907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18494d4d-2a53-48b3-a7ec-19b875054907.shg-box.shg-c {
  justify-content: center;
}

#s-855a44ff-d00a-48de-99ed-fa2f03996096 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-855a44ff-d00a-48de-99ed-fa2f03996096 {
  display: none;
}
#s-855a44ff-d00a-48de-99ed-fa2f03996096, #wrap-s-855a44ff-d00a-48de-99ed-fa2f03996096 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855a44ff-d00a-48de-99ed-fa2f03996096 {
  display: none;
}
#s-855a44ff-d00a-48de-99ed-fa2f03996096, #wrap-s-855a44ff-d00a-48de-99ed-fa2f03996096 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855a44ff-d00a-48de-99ed-fa2f03996096 {
  display: none;
}
#s-855a44ff-d00a-48de-99ed-fa2f03996096, #wrap-s-855a44ff-d00a-48de-99ed-fa2f03996096 { display:none !important; }}
#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 {
  display: none;
}
#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97, #wrap-s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 {
  display: none;
}
#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97, #wrap-s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 {
  display: none;
}
#s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97, #wrap-s-9a8eb501-64d5-4b92-b12d-8e67c3c76b97 { display:none !important; }}
#s-69ff03d4-0820-44c0-9c07-acdbe544e89a {
  text-align: center;
}




  #s-69ff03d4-0820-44c0-9c07-acdbe544e89a img.shogun-image {
    
    width: px;
  }


#s-69ff03d4-0820-44c0-9c07-acdbe544e89a .shogun-image-content {
  
    align-items: center;
  
}

#s-1a54ae9b-a97b-4678-b3d9-4356576bba4f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-1a54ae9b-a97b-4678-b3d9-4356576bba4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a54ae9b-a97b-4678-b3d9-4356576bba4f.shg-box.shg-c {
  justify-content: center;
}

#s-c34363f2-b8e2-4d48-8183-9ad859574919 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c34363f2-b8e2-4d48-8183-9ad859574919 {
  display: none;
}
#s-c34363f2-b8e2-4d48-8183-9ad859574919, #wrap-s-c34363f2-b8e2-4d48-8183-9ad859574919 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c34363f2-b8e2-4d48-8183-9ad859574919 {
  display: none;
}
#s-c34363f2-b8e2-4d48-8183-9ad859574919, #wrap-s-c34363f2-b8e2-4d48-8183-9ad859574919 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c34363f2-b8e2-4d48-8183-9ad859574919 {
  display: none;
}
#s-c34363f2-b8e2-4d48-8183-9ad859574919, #wrap-s-c34363f2-b8e2-4d48-8183-9ad859574919 { display:none !important; }}
#s-702951e1-46f0-438e-b3b3-50d19fe47827 {
  margin-top: 7%;
margin-left: 51%;
margin-bottom: 19px;
margin-right: 3%;
}

#s-b829ef94-8903-4d10-bd02-96954298baed {
  margin-top: 55%;
margin-left: 9%;
margin-bottom: 19%;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b829ef94-8903-4d10-bd02-96954298baed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-712e67f8-ee5a-4498-b3bd-495c8793c0a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(135, 0, 0, 1);
}

#s-712e67f8-ee5a-4498-b3bd-495c8793c0a7 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d3d42aac-8102-44b2-bb44-ddf875ddb585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(135, 0, 0, 1);
}

#s-d3d42aac-8102-44b2-bb44-ddf875ddb585 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-58859f88-e760-46fe-ba26-79837aa25eba {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-58859f88-e760-46fe-ba26-79837aa25eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58859f88-e760-46fe-ba26-79837aa25eba.shg-box.shg-c {
  justify-content: center;
}

#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 {
  display: none;
}
#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6, #wrap-s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 {
  display: none;
}
#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6, #wrap-s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 {
  display: none;
}
#s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6, #wrap-s-9dbd9492-fbc1-42d8-ab49-25f76d06c1a6 { display:none !important; }}
#s-06eabd82-34bd-40d2-986c-1116bef9e944 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-06eabd82-34bd-40d2-986c-1116bef9e944 img.shogun-image {
    
    width: px;
  }


#s-06eabd82-34bd-40d2-986c-1116bef9e944 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c32820c-7378-41c5-99f1-a8f06213f247 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-2f3511d5-2448-4bbe-a06c-9bb672bee83c {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-2f3511d5-2448-4bbe-a06c-9bb672bee83c img.shogun-image {
    
    width: px;
  }


#s-2f3511d5-2448-4bbe-a06c-9bb672bee83c .shogun-image-content {
  
    align-items: center;
  
}

#s-a477f139-587a-43a2-9e7e-b98b8e0091a4 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-ae59f40b-80ed-40c4-a2e2-520db3f04187 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-ae59f40b-80ed-40c4-a2e2-520db3f04187 img.shogun-image {
    
    width: px;
  }


#s-ae59f40b-80ed-40c4-a2e2-520db3f04187 .shogun-image-content {
  
    align-items: center;
  
}

#s-151480e8-7e8a-4de0-baa4-c494476af2e7 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-0459614d-5d60-4a19-9b2d-b8adf819c49e {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-0459614d-5d60-4a19-9b2d-b8adf819c49e img.shogun-image {
    
    width: px;
  }


#s-0459614d-5d60-4a19-9b2d-b8adf819c49e .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc51140-a786-4466-a55a-20109712ae14 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-22af38cb-67d1-4f14-8447-3c2891c07b48 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-22af38cb-67d1-4f14-8447-3c2891c07b48 img.shogun-image {
    
    width: px;
  }


#s-22af38cb-67d1-4f14-8447-3c2891c07b48 .shogun-image-content {
  
    align-items: center;
  
}

#s-a79cb1f8-ceec-4994-b95d-c6591c4e49d9 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-50dd7eb0-c877-42d0-8892-bde406291e8d {
  min-height: 50px;
}








#s-50dd7eb0-c877-42d0-8892-bde406291e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50dd7eb0-c877-42d0-8892-bde406291e8d.shg-box.shg-c {
  justify-content: center;
}

#s-e390a9c5-09de-47e8-9401-e254bec0a1ae {
  text-align: center;
}




  #s-e390a9c5-09de-47e8-9401-e254bec0a1ae img.shogun-image {
    
    width: px;
  }


#s-e390a9c5-09de-47e8-9401-e254bec0a1ae .shogun-image-content {
  
    align-items: center;
  
}

#s-0103d59a-893c-435c-803e-ee078c186b13 {
  background-repeat: repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0103d59a-893c-435c-803e-ee078c186b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0103d59a-893c-435c-803e-ee078c186b13.shg-box.shg-c {
  justify-content: center;
}

#s-44aea383-2454-4804-84d7-3b5fe1aac85a {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-d4220cde-ef0c-47c1-aa83-33df80457905 {
  margin-left: 32%;
margin-right: 32%;
text-align: center;
}




  #s-d4220cde-ef0c-47c1-aa83-33df80457905 img.shogun-image {
    
    width: px;
  }


#s-d4220cde-ef0c-47c1-aa83-33df80457905 .shogun-image-content {
  
    align-items: center;
  
}

#s-d107ac14-c449-4c46-ba63-32b846fc2fb1 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-5c6d15df-90dc-40a6-a326-05738cfe9885 {
  margin-left: 7%;
margin-right: 7%;
}

#s-9ca12cf9-bb4d-485c-8457-8a0ddac0d488 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-9ca12cf9-bb4d-485c-8457-8a0ddac0d488 img.shogun-image {
    
    width: px;
  }


#s-9ca12cf9-bb4d-485c-8457-8a0ddac0d488 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f2c9b05-f8b8-4cb8-806d-6c66cf300a94 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-23f774db-2a62-45b3-a88e-41af24bf757f {
  margin-left: 7%;
margin-right: 7%;
}

#s-b89b52cf-c61e-4890-ae59-0732f6a69aaa {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-b89b52cf-c61e-4890-ae59-0732f6a69aaa img.shogun-image {
    
    width: px;
  }


#s-b89b52cf-c61e-4890-ae59-0732f6a69aaa .shogun-image-content {
  
    align-items: center;
  
}

#s-151b4286-70d1-4c6d-bbaf-000c7ebda06c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-f6de05a4-5fa2-4f2f-b258-b533c3c74109 {
  margin-left: 7%;
margin-right: 7%;
}

#s-bc3f6470-ad57-4f7e-a255-101433e8425e {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-bc3f6470-ad57-4f7e-a255-101433e8425e img.shogun-image {
    
    width: px;
  }


#s-bc3f6470-ad57-4f7e-a255-101433e8425e .shogun-image-content {
  
    align-items: center;
  
}

#s-fcf95497-b631-4cda-b8c9-882e2a733a8f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-8f98dd40-9525-4deb-a150-7f4040ece953 {
  margin-left: 7%;
margin-right: 7%;
}

#s-91b47a77-1cc9-4321-85b6-a8a902bc9499 {
  text-align: center;
}




  #s-91b47a77-1cc9-4321-85b6-a8a902bc9499 img.shogun-image {
    
    width: px;
  }


#s-91b47a77-1cc9-4321-85b6-a8a902bc9499 .shogun-image-content {
  
    align-items: center;
  
}

#s-0df263fb-faf8-48a3-a2d0-b0e4dae062db {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0df263fb-faf8-48a3-a2d0-b0e4dae062db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df263fb-faf8-48a3-a2d0-b0e4dae062db.shg-box.shg-c {
  justify-content: center;
}

#s-a7f941c2-ee34-4e9f-8f36-9dda94ea3b4d {
  margin-top: 25%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-3cbc9791-b901-4f7f-8f06-688ef2bab862 {
  margin-top: 2%;
margin-bottom: 20%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3cbc9791-b901-4f7f-8f06-688ef2bab862 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3cbc9791-b901-4f7f-8f06-688ef2bab862 .shg-sld-nav-button.shg-sld-left,
#s-3cbc9791-b901-4f7f-8f06-688ef2bab862 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-139797b9-f9d3-4c0b-99f5-8ffc275ca240 {
  min-height: 50px;
}








#s-139797b9-f9d3-4c0b-99f5-8ffc275ca240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-139797b9-f9d3-4c0b-99f5-8ffc275ca240.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}
