.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-8a105501-1fa6-4e96-8941-7b328d4e8c27 {
  margin-left: 150px;
margin-right: 150px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a105501-1fa6-4e96-8941-7b328d4e8c27 {
  display: none;
}
#s-8a105501-1fa6-4e96-8941-7b328d4e8c27, #wrap-s-8a105501-1fa6-4e96-8941-7b328d4e8c27 { display:none !important; }}@media (max-width: 767px){#s-8a105501-1fa6-4e96-8941-7b328d4e8c27 {
  display: none;
}
#s-8a105501-1fa6-4e96-8941-7b328d4e8c27, #wrap-s-8a105501-1fa6-4e96-8941-7b328d4e8c27 { display:none !important; }}







#s-8a105501-1fa6-4e96-8941-7b328d4e8c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a105501-1fa6-4e96-8941-7b328d4e8c27.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-e8e07ba9-0dd5-4380-8222-0fbf5013a55c {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8e07ba9-0dd5-4380-8222-0fbf5013a55c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-019bc58e-8cc8-4808-87c7-3507bddde027 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-019bc58e-8cc8-4808-87c7-3507bddde027 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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-679b0061-5337-4487-8ec1-618756f8a818 {
  margin-top: 20px;
margin-bottom: 10px;
margin-right: 50px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-e4039071-8ad7-4ec0-b9c9-49fc325ff1a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5d1f7732-9501-4d93-9c93-c398aeebd314 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

.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-e62c1b52-1de7-413a-9ee5-1709aee5fb12 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e62c1b52-1de7-413a-9ee5-1709aee5fb12"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-4199a8c7-9cb6-40c4-ba9d-8b4e0f423ada {
  text-align: center;
}




  #s-4199a8c7-9cb6-40c4-ba9d-8b4e0f423ada img.shogun-image {
    
    width: px;
  }


#s-4199a8c7-9cb6-40c4-ba9d-8b4e0f423ada .shogun-image-content {
  
    align-items: center;
  
}

#s-cd60b6fb-55cd-46bf-bce1-1fc74a19732b {
  margin-left: 10px;
margin-right: 10px;
}

#s-30647ca4-435e-45a4-a5ec-401bb47887e4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-30647ca4-435e-45a4-a5ec-401bb47887e4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b18da43a-0cdc-45f1-b80e-467d94f6b351 {
  text-align: center;
}




  #s-b18da43a-0cdc-45f1-b80e-467d94f6b351 img.shogun-image {
    
    width: px;
  }


#s-b18da43a-0cdc-45f1-b80e-467d94f6b351 .shogun-image-content {
  
    align-items: center;
  
}

#s-448a2ad7-895c-4e46-bd6a-5491fb1f98a4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f130f212-9e26-441c-a457-d42f2bd5e31b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f130f212-9e26-441c-a457-d42f2bd5e31b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-04dc3453-8419-43c0-9cf3-f4637196cca3 {
  text-align: center;
}




  #s-04dc3453-8419-43c0-9cf3-f4637196cca3 img.shogun-image {
    
    width: px;
  }


#s-04dc3453-8419-43c0-9cf3-f4637196cca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-77029667-d854-42f7-888d-65448c2c1d69 {
  margin-left: 10px;
margin-right: 10px;
}

#s-fae827c3-0330-4f05-bf62-8b4fe62402f1 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fae827c3-0330-4f05-bf62-8b4fe62402f1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a510e3d-d02c-4cc9-bb8b-140eb941d096 {
  text-align: center;
}




  #s-9a510e3d-d02c-4cc9-bb8b-140eb941d096 img.shogun-image {
    
    width: px;
  }


#s-9a510e3d-d02c-4cc9-bb8b-140eb941d096 .shogun-image-content {
  
    align-items: center;
  
}

#s-556560c2-c7a3-4daa-ac9c-32313016ec2d {
  margin-left: 10px;
margin-right: 10px;
}

#s-334b0996-90b8-49f3-a455-03426f684165 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-334b0996-90b8-49f3-a455-03426f684165"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-abadb1b2-8a83-4cb2-9749-5f0f0057ca9d {
  text-align: center;
}




  #s-abadb1b2-8a83-4cb2-9749-5f0f0057ca9d img.shogun-image {
    
    width: px;
  }


#s-abadb1b2-8a83-4cb2-9749-5f0f0057ca9d .shogun-image-content {
  
    align-items: center;
  
}

#s-ef42a918-6632-47fc-ae4c-0887761e64bf {
  margin-left: 10px;
margin-right: 10px;
}

#s-20e1c790-f4e3-409b-a94b-74da7ce60b4f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-20e1c790-f4e3-409b-a94b-74da7ce60b4f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ff4ec488-c6ca-47eb-9e72-c5307c5d53f2 {
  text-align: center;
}




  #s-ff4ec488-c6ca-47eb-9e72-c5307c5d53f2 img.shogun-image {
    
    width: px;
  }


#s-ff4ec488-c6ca-47eb-9e72-c5307c5d53f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e0605b-df60-443a-be7c-10aebdc0db5d {
  margin-left: 10px;
margin-right: 10px;
}

#s-d1eae986-a979-423a-a40d-fd70e6f86c53 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d1eae986-a979-423a-a40d-fd70e6f86c53"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f639f592-3954-452d-80cf-2178832e634d {
  text-align: center;
}




  #s-f639f592-3954-452d-80cf-2178832e634d img.shogun-image {
    
    width: px;
  }


#s-f639f592-3954-452d-80cf-2178832e634d .shogun-image-content {
  
    align-items: center;
  
}

#s-7c6d328e-6f1e-4be7-9643-253ca16ce9dd {
  margin-left: 10px;
margin-right: 10px;
}

#s-d9209d50-5fe7-481f-9cfe-7e4eb003866b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d9209d50-5fe7-481f-9cfe-7e4eb003866b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e321a674-0514-41e6-8b51-278ae2000b13 {
  text-align: center;
}




  #s-e321a674-0514-41e6-8b51-278ae2000b13 img.shogun-image {
    
    width: px;
  }


#s-e321a674-0514-41e6-8b51-278ae2000b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf683865-4a88-4974-b10c-6f5273979337 {
  margin-left: 10px;
margin-right: 10px;
}

#s-db75a097-5b00-43cb-8d7f-f5243760c802 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-db75a097-5b00-43cb-8d7f-f5243760c802"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81083e2a-28c8-49cd-8b0b-6af286f3b20e {
  text-align: center;
}




  #s-81083e2a-28c8-49cd-8b0b-6af286f3b20e img.shogun-image {
    
    width: px;
  }


#s-81083e2a-28c8-49cd-8b0b-6af286f3b20e .shogun-image-content {
  
    align-items: center;
  
}

#s-5f367532-decb-4155-878b-e469af439710 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0c4b96e8-4fa0-46af-8a4e-544f840288ba {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c4b96e8-4fa0-46af-8a4e-544f840288ba"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-388ce414-b438-441a-8a59-807e7bdda667 {
  text-align: center;
}




  #s-388ce414-b438-441a-8a59-807e7bdda667 img.shogun-image {
    
    width: px;
  }


#s-388ce414-b438-441a-8a59-807e7bdda667 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fd2f1fc-3c6f-4cb6-b540-0855b82ff002 {
  margin-left: 10px;
margin-right: 10px;
}

#s-069fe38e-d5a1-4a82-8baa-c767e868d4e3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-069fe38e-d5a1-4a82-8baa-c767e868d4e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2ac9a21d-f1b5-4dca-b80f-416332224de7 {
  text-align: center;
}




  #s-2ac9a21d-f1b5-4dca-b80f-416332224de7 img.shogun-image {
    
    width: px;
  }


#s-2ac9a21d-f1b5-4dca-b80f-416332224de7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b469f6a9-b0ca-44b6-9d76-71668f8ba786 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ed4dd372-0e08-4b62-b8e7-395d9ada24e8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b69a584-bb66-40a1-a286-f3ca297b230d {
  text-align: center;
}




  #s-1b69a584-bb66-40a1-a286-f3ca297b230d img.shogun-image {
    
    width: px;
  }


#s-1b69a584-bb66-40a1-a286-f3ca297b230d .shogun-image-content {
  
    align-items: center;
  
}

#s-62bd7dff-1cb9-457f-9ec3-4b9dfa79717e {
  margin-left: 10px;
margin-right: 10px;
}

#s-19e5202c-e1b8-4f84-8921-b37f62479fae {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-19e5202c-e1b8-4f84-8921-b37f62479fae"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bb9319b1-f6d9-4797-92fb-147fcab8f4cb {
  text-align: center;
}




  #s-bb9319b1-f6d9-4797-92fb-147fcab8f4cb img.shogun-image {
    
    width: px;
  }


#s-bb9319b1-f6d9-4797-92fb-147fcab8f4cb .shogun-image-content {
  
    align-items: center;
  
}

#s-492abd5d-13f6-4e19-8e98-86f7288dae0e {
  margin-left: 10px;
margin-right: 10px;
}

#s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1b806c7c-4fd1-49e9-9aa6-002a62d0c4f7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-be547516-b158-4f1e-a744-48abe36e5f80 {
  text-align: center;
}




  #s-be547516-b158-4f1e-a744-48abe36e5f80 img.shogun-image {
    
    width: px;
  }


#s-be547516-b158-4f1e-a744-48abe36e5f80 .shogun-image-content {
  
    align-items: center;
  
}

#s-00b2bec8-549a-4420-8114-0e92bc695c2d {
  margin-left: 10px;
margin-right: 10px;
}

#s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-64ddc0e8-2ccf-4b55-a5c1-6fb99d5e5ce0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7f7a8b50-15ee-4fc2-b8e3-464bfedc4579 {
  text-align: center;
}




  #s-7f7a8b50-15ee-4fc2-b8e3-464bfedc4579 img.shogun-image {
    
    width: px;
  }


#s-7f7a8b50-15ee-4fc2-b8e3-464bfedc4579 .shogun-image-content {
  
    align-items: center;
  
}

#s-d43e61f5-0795-4d11-936f-f044dc1fea4c {
  margin-left: 10px;
margin-right: 10px;
}

#s-c09c1f46-a618-4fdb-8fd6-17dd3f114424 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c09c1f46-a618-4fdb-8fd6-17dd3f114424"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4ab1667f-5630-4a58-a4b5-4655bb26031e {
  text-align: center;
}




  #s-4ab1667f-5630-4a58-a4b5-4655bb26031e img.shogun-image {
    
    width: px;
  }


#s-4ab1667f-5630-4a58-a4b5-4655bb26031e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff20a327-da30-410c-bb57-da7256bc5dad {
  margin-left: 10px;
margin-right: 10px;
}

#s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b460f609-bb1a-459e-8d1e-59d8bc9e4aad"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-57162dd2-1524-4030-b386-c381decd6820 {
  text-align: center;
}




  #s-57162dd2-1524-4030-b386-c381decd6820 img.shogun-image {
    
    width: px;
  }


#s-57162dd2-1524-4030-b386-c381decd6820 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ca7e2b3-0565-4825-9b3a-f4927d02c47b {
  margin-left: 10px;
margin-right: 10px;
}

#s-6e929389-cef6-4e80-b83b-ad30cfde41b3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6e929389-cef6-4e80-b83b-ad30cfde41b3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-803f8d76-be38-44be-afb5-0f4df479b428 {
  text-align: center;
}




  #s-803f8d76-be38-44be-afb5-0f4df479b428 img.shogun-image {
    
    width: px;
  }


#s-803f8d76-be38-44be-afb5-0f4df479b428 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed63dfec-bfd0-4c6d-9ad1-d8b322098bc6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9b9a2602-2abf-4827-b38a-85c5e07fe4b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d4c6999a-2780-4c58-91db-e32b3b15c97b {
  text-align: center;
}




  #s-d4c6999a-2780-4c58-91db-e32b3b15c97b img.shogun-image {
    
    width: px;
  }


#s-d4c6999a-2780-4c58-91db-e32b3b15c97b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe21f27d-031c-4f15-8440-30bbcb4c4c93 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-dd354273-b6ce-4b36-9ac3-5ed0ca7a87c9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-dd354273-b6ce-4b36-9ac3-5ed0ca7a87c9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-b459d142-05cc-4ccf-b663-8c4198b068f9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-171551eb-ec62-42d2-a215-be547872820b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-73ee0859-e0b0-45f2-8e0a-d80c1d9d61ec {
  background-image: url(https://i.shgcdn.com/a8d0adc4-90d2-47a3-a4b4-11c97e02f1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
}
#s-73ee0859-e0b0-45f2-8e0a-d80c1d9d61ec:hover {background-image: url(https://i.shgcdn.com/8bfad54a-8fa8-4567-a238-624ba6cc0977/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-73ee0859-e0b0-45f2-8e0a-d80c1d9d61ec:active {background-image: url(https://i.shgcdn.com/aa139aaf-403c-4f78-8e6f-19b772c97319/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}

  #s-73ee0859-e0b0-45f2-8e0a-d80c1d9d61ec-btn-wrapper {
    text-align: center;
  }


#s-73ee0859-e0b0-45f2-8e0a-d80c1d9d61ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e6d46b1b-5359-400e-939f-a16b72be376a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 {
  display: none;
}
#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63, #wrap-s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 {
  display: none;
}
#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63, #wrap-s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 {
  
}
}@media (max-width: 767px){#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 {
  
}
}







#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf39aa07-e2f1-4b2a-ab97-75fc5db33c63.shg-box.shg-c {
  justify-content: center;
}

#s-aef26cce-856c-49b8-a581-62be1bdcc143 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aef26cce-856c-49b8-a581-62be1bdcc143 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce590e9e-3cfd-41b8-adc5-16a9d7b61aff {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce590e9e-3cfd-41b8-adc5-16a9d7b61aff .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1f5c861-a9c9-46db-a908-bda0edd33c58 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 {
  padding-left: 20px;
padding-right: 20px;
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-f7b97d27-4584-4e3c-b70c-223aea808f99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-696f81ce-20a0-4836-9472-6759a8bf2ac0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-696f81ce-20a0-4836-9472-6759a8bf2ac0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0dedb650-6514-419e-90af-d02ac55ef48a {
  text-align: center;
}




  #s-0dedb650-6514-419e-90af-d02ac55ef48a img.shogun-image {
    
    width: px;
  }


#s-0dedb650-6514-419e-90af-d02ac55ef48a .shogun-image-content {
  
    align-items: center;
  
}

#s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-675cd3c2-f6f2-48c5-8a5c-a0a439ce6241"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-799be930-4a9f-40db-8bc0-9045df54cdad {
  text-align: center;
}




  #s-799be930-4a9f-40db-8bc0-9045df54cdad img.shogun-image {
    
    width: px;
  }


#s-799be930-4a9f-40db-8bc0-9045df54cdad .shogun-image-content {
  
    align-items: center;
  
}

#s-92e10040-d82d-4620-86d7-3bbe1ad406bf {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92e10040-d82d-4620-86d7-3bbe1ad406bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-74e03142-39e3-4c47-ba6e-d9f8d1816a25 {
  text-align: center;
}




  #s-74e03142-39e3-4c47-ba6e-d9f8d1816a25 img.shogun-image {
    
    width: px;
  }


#s-74e03142-39e3-4c47-ba6e-d9f8d1816a25 .shogun-image-content {
  
    align-items: center;
  
}

#s-67b471da-4a69-4151-bf05-1738246c2d41 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67b471da-4a69-4151-bf05-1738246c2d41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4fac0cf-0fba-4735-b498-becf587f5926 {
  text-align: center;
}




  #s-a4fac0cf-0fba-4735-b498-becf587f5926 img.shogun-image {
    
    width: px;
  }


#s-a4fac0cf-0fba-4735-b498-becf587f5926 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fd73a5a-2000-41d7-a2f3-7427866c6a17 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd73a5a-2000-41d7-a2f3-7427866c6a17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6708b648-8f2f-4a98-9a9e-eaad25622c4b {
  text-align: center;
}




  #s-6708b648-8f2f-4a98-9a9e-eaad25622c4b img.shogun-image {
    
    width: px;
  }


#s-6708b648-8f2f-4a98-9a9e-eaad25622c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b589840f-8e49-46ca-83da-c30de00839f4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b589840f-8e49-46ca-83da-c30de00839f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9ae90b76-7f7e-4f00-b9d8-e627fd6a9cb7 {
  text-align: center;
}




  #s-9ae90b76-7f7e-4f00-b9d8-e627fd6a9cb7 img.shogun-image {
    
    width: px;
  }


#s-9ae90b76-7f7e-4f00-b9d8-e627fd6a9cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46af3cc-35d4-40c4-b7c7-b47d3960ba47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c4309326-6402-42dd-a713-cd09c702f52d {
  text-align: center;
}




  #s-c4309326-6402-42dd-a713-cd09c702f52d img.shogun-image {
    
    width: px;
  }


#s-c4309326-6402-42dd-a713-cd09c702f52d .shogun-image-content {
  
    align-items: center;
  
}

#s-1fcc3357-904c-49b4-a943-2b2a6c942787 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fcc3357-904c-49b4-a943-2b2a6c942787"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0df9f43b-8b92-4c9d-9b35-cb5e36ca5171 {
  text-align: center;
}




  #s-0df9f43b-8b92-4c9d-9b35-cb5e36ca5171 img.shogun-image {
    
    width: px;
  }


#s-0df9f43b-8b92-4c9d-9b35-cb5e36ca5171 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f87a75-85fc-4d41-91e9-983c0027c6b3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f87a75-85fc-4d41-91e9-983c0027c6b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-642e1193-d82c-4494-b7d1-57dc08dce934 {
  text-align: center;
}




  #s-642e1193-d82c-4494-b7d1-57dc08dce934 img.shogun-image {
    
    width: px;
  }


#s-642e1193-d82c-4494-b7d1-57dc08dce934 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b0868a8-fae7-4700-92ed-5315d564e178 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b0868a8-fae7-4700-92ed-5315d564e178"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-815ed0c6-cef9-48c7-9327-0e1989db84e6 {
  text-align: center;
}




  #s-815ed0c6-cef9-48c7-9327-0e1989db84e6 img.shogun-image {
    
    width: px;
  }


#s-815ed0c6-cef9-48c7-9327-0e1989db84e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c90105c-faaf-4949-9560-4059a376bd08 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c90105c-faaf-4949-9560-4059a376bd08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4cf1c2ea-b2fc-4597-b21b-6509307f65ed {
  text-align: center;
}




  #s-4cf1c2ea-b2fc-4597-b21b-6509307f65ed img.shogun-image {
    
    width: px;
  }


#s-4cf1c2ea-b2fc-4597-b21b-6509307f65ed .shogun-image-content {
  
    align-items: center;
  
}

#s-1c25d2a1-48c3-463e-ae8b-c266a1c4897d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ebc6d73-427f-4f1e-abb8-d5d5988cb30e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a6467b23-b196-499e-a635-4f41be70d998 {
  text-align: center;
}




  #s-a6467b23-b196-499e-a635-4f41be70d998 img.shogun-image {
    
    width: px;
  }


#s-a6467b23-b196-499e-a635-4f41be70d998 .shogun-image-content {
  
    align-items: center;
  
}

#s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c49c4908-0684-4f0e-bf15-4b2b4b4aa2ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-235747b4-580c-4569-883e-59bd4a238087 {
  text-align: center;
}




  #s-235747b4-580c-4569-883e-59bd4a238087 img.shogun-image {
    
    width: px;
  }


#s-235747b4-580c-4569-883e-59bd4a238087 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6f073e4-a547-4efb-9e74-091ed193316e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6f073e4-a547-4efb-9e74-091ed193316e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bf65d0e1-c90d-48c8-a31a-4924dc0bf4fd {
  text-align: center;
}




  #s-bf65d0e1-c90d-48c8-a31a-4924dc0bf4fd img.shogun-image {
    
    width: px;
  }


#s-bf65d0e1-c90d-48c8-a31a-4924dc0bf4fd .shogun-image-content {
  
    align-items: center;
  
}

#s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2afe9d77-00e7-4d7f-9575-89ff5500cb9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-24a0a7b9-5d34-4988-9eda-59fd9121d675 {
  text-align: center;
}




  #s-24a0a7b9-5d34-4988-9eda-59fd9121d675 img.shogun-image {
    
    width: px;
  }


#s-24a0a7b9-5d34-4988-9eda-59fd9121d675 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e51b80b-8507-4bda-a7dc-df6bd0e77081 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e51b80b-8507-4bda-a7dc-df6bd0e77081"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9f7646f8-a135-4550-8c10-4bb54fb7d234 {
  text-align: center;
}




  #s-9f7646f8-a135-4550-8c10-4bb54fb7d234 img.shogun-image {
    
    width: px;
  }


#s-9f7646f8-a135-4550-8c10-4bb54fb7d234 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c530175-6be3-4335-898b-6b9f00d38e55 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c530175-6be3-4335-898b-6b9f00d38e55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4ec5004-20b2-4cb4-b585-cfcad3664e91 {
  text-align: center;
}




  #s-a4ec5004-20b2-4cb4-b585-cfcad3664e91 img.shogun-image {
    
    width: px;
  }


#s-a4ec5004-20b2-4cb4-b585-cfcad3664e91 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dbd61d-40e5-4df3-a3e6-b15424a85f34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e6f02224-0ab2-4e5e-97e6-3a6ecbf12ff5 {
  text-align: center;
}




  #s-e6f02224-0ab2-4e5e-97e6-3a6ecbf12ff5 img.shogun-image {
    
    width: px;
  }


#s-e6f02224-0ab2-4e5e-97e6-3a6ecbf12ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4860124c-ac8e-49b1-9be1-3eb3f2164964 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4860124c-ac8e-49b1-9be1-3eb3f2164964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dd2db001-9673-460f-962c-97d44703969e {
  text-align: center;
}




  #s-dd2db001-9673-460f-962c-97d44703969e img.shogun-image {
    
    width: px;
  }


#s-dd2db001-9673-460f-962c-97d44703969e .shogun-image-content {
  
    align-items: center;
  
}

#s-5c11fad2-3a27-407f-8d3a-b7d500a32bd9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-e9c22fd4-2786-4f7a-be8b-ad47d85b4434 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a2220d46-4316-477f-85fd-ee8df97b75b8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-432539bb-949f-4a5d-a818-d3fc2765a6fe {
  margin-left: 10px;
margin-right: 10px;
}

#s-d34c94a0-b508-4923-a2c1-6d7bb12cbf3a {
  margin-left: 10px;
margin-right: 10px;
}

#s-2683f3b0-6c42-4965-81fd-da4556a79742 {
  margin-left: 10px;
margin-right: 10px;
}

#s-edc7658d-3859-4ca0-965e-68665649cf0d {
  margin-left: 10px;
margin-right: 10px;
}

#s-9dd64161-ccb0-4b7f-80d5-3ec5ef8c2be2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7170387f-13f0-41a7-9fd0-8d1f8bbe028d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-0cbed3d3-cd6d-46e1-b953-3e609d64600c {
  margin-left: 10px;
margin-right: 10px;
}

#s-d2927900-2387-41d1-a68a-0258646a007a {
  margin-left: 10px;
margin-right: 10px;
}

#s-dcbf0f53-eebe-4c9a-a0db-dfda44dd0b3d {
  margin-left: 10px;
margin-right: 10px;
}

#s-f557319d-fea0-4ffe-a236-84471b7114e9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-fd1f9998-b78d-45fa-b6c1-65604f152e7d {
  margin-left: 10px;
margin-right: 10px;
}

#s-b66d41eb-08da-4b2c-9601-f5b9cc0c1ffe {
  margin-left: 10px;
margin-right: 10px;
}

#s-5810859a-f91e-4602-81d3-a8a97b5a1978 {
  margin-left: 10px;
margin-right: 10px;
}

#s-66fcdc49-e98f-43b7-8c8b-996aae4fcb3f {
  margin-left: 10px;
margin-right: 10px;
}

#s-e240076e-51c4-4ea8-a1ae-e1425359d0dd {
  margin-left: 10px;
margin-right: 10px;
}

#s-f8bd031c-c5d4-4953-93a6-85a38caade8e {
  margin-left: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
}

#s-63d0e631-3624-4001-b398-0335ffdba67a {
  margin-left: 20px;
margin-right: 20px;
}

#s-63d0e631-3624-4001-b398-0335ffdba67a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-863d66f1-0ead-477c-a065-071c953406d0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b4228090-d230-48d0-8c99-38ed3fdac6eb {
  background-image: url(https://i.shgcdn.com/b2d3ad64-cda1-47aa-99da-316507c1a0e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
}
#s-b4228090-d230-48d0-8c99-38ed3fdac6eb:hover {background-image: url(https://i.shgcdn.com/ae6b2ba7-e33e-4e87-bf2d-b3455e90d95d/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-b4228090-d230-48d0-8c99-38ed3fdac6eb:active {background-image: url(https://i.shgcdn.com/d8903cdf-4cea-4b09-979b-d615a2da0008/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}

  #s-b4228090-d230-48d0-8c99-38ed3fdac6eb-btn-wrapper {
    text-align: center;
  }


#s-b4228090-d230-48d0-8c99-38ed3fdac6eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-23ae46af-5b50-4320-8099-857831201ad9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

/*
  $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;
  }
}

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