.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-ae617296-2c9d-4f1a-81bc-d1fc6519cff8 {
  min-height: 50px;
}








#s-ae617296-2c9d-4f1a-81bc-d1fc6519cff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae617296-2c9d-4f1a-81bc-d1fc6519cff8.shg-box.shg-c {
  justify-content: center;
}

.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-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 {
  text-align: center;
}




  #s-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 img.shogun-image {
    
    width: px;
  }


#s-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2 {
  min-height: 50px;
}








#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-d076e438-d37f-4366-8f8a-42647b5a6270 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-fe2051e8-c8e5-41df-929b-cfcca97ec3f4 {
  margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-fe2051e8-c8e5-41df-929b-cfcca97ec3f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-c69315bf-b16e-4b2d-b748-6b4260a6644c {
  padding-left: 0px;
padding-right: 0px;
}

#s-0cfd7e46-b487-4d1b-af90-2335a0233f4c {
  min-height: 50px;
}








#s-0cfd7e46-b487-4d1b-af90-2335a0233f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfd7e46-b487-4d1b-af90-2335a0233f4c.shg-box.shg-c {
  justify-content: center;
}

#s-40f01560-fa97-438f-b6e5-5227694e3e45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f01560-fa97-438f-b6e5-5227694e3e45 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd5be13b-bdda-465a-b4f9-a119a3da9827 {
  min-height: 50px;
}








#s-bd5be13b-bdda-465a-b4f9-a119a3da9827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd5be13b-bdda-465a-b4f9-a119a3da9827.shg-box.shg-c {
  justify-content: center;
}

#s-300054a8-d120-451f-858d-b3ed66d55ca5 {
  min-height: 50px;
}








#s-300054a8-d120-451f-858d-b3ed66d55ca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-300054a8-d120-451f-858d-b3ed66d55ca5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-742c332b-5ac9-462d-9548-990972d7d766"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-359a2ed5-fe80-4609-84d9-75721765c050 {
  text-align: center;
}




  #s-359a2ed5-fe80-4609-84d9-75721765c050 img.shogun-image {
    
    width: px;
  }


#s-359a2ed5-fe80-4609-84d9-75721765c050 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c195881-7c9a-49d9-b1ee-161741950e96 {
  text-align: center;
}




  #s-0c195881-7c9a-49d9-b1ee-161741950e96 img.shogun-image {
    
    width: px;
  }


#s-0c195881-7c9a-49d9-b1ee-161741950e96 .shogun-image-content {
  
    align-items: center;
  
}

#s-3242b879-346d-45e2-8e1a-783d00219c1c {
  text-align: center;
}




  #s-3242b879-346d-45e2-8e1a-783d00219c1c img.shogun-image {
    
    width: px;
  }


#s-3242b879-346d-45e2-8e1a-783d00219c1c .shogun-image-content {
  
    align-items: center;
  
}

#s-825e5cad-0d61-47e7-bb30-2de32908e6ae {
  min-height: 50px;
}








#s-825e5cad-0d61-47e7-bb30-2de32908e6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825e5cad-0d61-47e7-bb30-2de32908e6ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb434a94-79ad-465b-8da7-b62e6d9e1bce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5942b840-413e-47b5-a1a3-a2f263eae727 {
  text-align: center;
}




  #s-5942b840-413e-47b5-a1a3-a2f263eae727 img.shogun-image {
    
    width: px;
  }


#s-5942b840-413e-47b5-a1a3-a2f263eae727 .shogun-image-content {
  
    align-items: center;
  
}

#s-5386f946-0772-407c-9572-c2fa5d072196 {
  text-align: center;
}




  #s-5386f946-0772-407c-9572-c2fa5d072196 img.shogun-image {
    
    width: px;
  }


#s-5386f946-0772-407c-9572-c2fa5d072196 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfd815af-732b-4825-92b4-6980e3b58b12 {
  text-align: center;
}




  #s-cfd815af-732b-4825-92b4-6980e3b58b12 img.shogun-image {
    
    width: px;
  }


#s-cfd815af-732b-4825-92b4-6980e3b58b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-b81670ca-a46e-4d57-a3d7-cf712deb2b7e {
  min-height: 50px;
}








#s-b81670ca-a46e-4d57-a3d7-cf712deb2b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81670ca-a46e-4d57-a3d7-cf712deb2b7e.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-a21b1fe7-136f-413f-99b0-178755338ed3 {
  margin-bottom: 25px;
}

#s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs {
  justify-content: center;
}


  #s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(196, 196, 196, 1);
  }
  #s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(7, 14, 31, 1);
    border: 1px solid rgba(196, 196, 196, 1);
  }
#s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 10, 15, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 11px;
}

#s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(7, 14, 31, 1);
}

#s-a21b1fe7-136f-413f-99b0-178755338ed3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(196, 196, 196, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 td.shogun-table-column, #s-4bef1a37-e87b-4235-a2f4-ec1880f018b9 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-e5951f54-fb5b-479a-910b-9997e24bfdc1 {
  text-align: center;
}




  #s-e5951f54-fb5b-479a-910b-9997e24bfdc1 img.shogun-image {
    
    width: px;
  }


#s-e5951f54-fb5b-479a-910b-9997e24bfdc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3eba5223-b4cc-4386-8f19-27098edb039b {
  text-align: center;
}




  #s-3eba5223-b4cc-4386-8f19-27098edb039b img.shogun-image {
    
    width: px;
  }


#s-3eba5223-b4cc-4386-8f19-27098edb039b .shogun-image-content {
  
    align-items: center;
  
}

#s-4904b22c-ac82-4367-88f9-f83017504d3d {
  text-align: center;
}




  #s-4904b22c-ac82-4367-88f9-f83017504d3d img.shogun-image {
    
    width: px;
  }


#s-4904b22c-ac82-4367-88f9-f83017504d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-f3be27b5-2f10-4c6a-9697-403c23543d82 {
  text-align: center;
}




  #s-f3be27b5-2f10-4c6a-9697-403c23543d82 img.shogun-image {
    
    width: px;
  }


#s-f3be27b5-2f10-4c6a-9697-403c23543d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cda1c75-c6a3-41c0-9518-835d1588ffdd .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-7cda1c75-c6a3-41c0-9518-835d1588ffdd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7cda1c75-c6a3-41c0-9518-835d1588ffdd td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-7cda1c75-c6a3-41c0-9518-835d1588ffdd td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7cda1c75-c6a3-41c0-9518-835d1588ffdd td.shogun-table-column, #s-7cda1c75-c6a3-41c0-9518-835d1588ffdd td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-2958e321-2cb3-4bbd-8bb4-7fb763d5802f {
  text-align: center;
}




  #s-2958e321-2cb3-4bbd-8bb4-7fb763d5802f img.shogun-image {
    
    width: px;
  }


#s-2958e321-2cb3-4bbd-8bb4-7fb763d5802f .shogun-image-content {
  
    align-items: center;
  
}

#s-f6ce0ec8-33d3-470e-9ce6-cc7d496eaaaf {
  text-align: center;
}




  #s-f6ce0ec8-33d3-470e-9ce6-cc7d496eaaaf img.shogun-image {
    
    width: px;
  }


#s-f6ce0ec8-33d3-470e-9ce6-cc7d496eaaaf .shogun-image-content {
  
    align-items: center;
  
}

#s-a8005d60-0511-4771-94f8-9a877984d718 {
  text-align: center;
}




  #s-a8005d60-0511-4771-94f8-9a877984d718 img.shogun-image {
    
    width: px;
  }


#s-a8005d60-0511-4771-94f8-9a877984d718 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fea98f2-d12e-4318-95e0-827ca8110cd3 {
  text-align: center;
}




  #s-8fea98f2-d12e-4318-95e0-827ca8110cd3 img.shogun-image {
    
    width: px;
  }


#s-8fea98f2-d12e-4318-95e0-827ca8110cd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6edfd150-7c87-4316-b034-4b22d16be718 {
  text-align: center;
}




  #s-6edfd150-7c87-4316-b034-4b22d16be718 img.shogun-image {
    
    width: px;
  }


#s-6edfd150-7c87-4316-b034-4b22d16be718 .shogun-image-content {
  
    align-items: center;
  
}

#s-0583d360-8efd-4ffc-b336-55093944e52a {
  text-align: center;
}




  #s-0583d360-8efd-4ffc-b336-55093944e52a img.shogun-image {
    
    width: px;
  }


#s-0583d360-8efd-4ffc-b336-55093944e52a .shogun-image-content {
  
    align-items: center;
  
}

#s-6998fd42-24e3-45e6-a5e7-6d27f1d01c52 {
  text-align: center;
}




  #s-6998fd42-24e3-45e6-a5e7-6d27f1d01c52 img.shogun-image {
    
    width: px;
  }


#s-6998fd42-24e3-45e6-a5e7-6d27f1d01c52 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab14bb60-48b8-490e-8469-1e15c2e2638d {
  text-align: center;
}




  #s-ab14bb60-48b8-490e-8469-1e15c2e2638d img.shogun-image {
    
    width: px;
  }


#s-ab14bb60-48b8-490e-8469-1e15c2e2638d .shogun-image-content {
  
    align-items: center;
  
}

#s-d944d0fd-e2a5-408e-9e94-f8ae9388e8b4 {
  text-align: center;
}




  #s-d944d0fd-e2a5-408e-9e94-f8ae9388e8b4 img.shogun-image {
    
    width: px;
  }


#s-d944d0fd-e2a5-408e-9e94-f8ae9388e8b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaa37852-2162-450f-b5da-b0dc7be72568 {
  text-align: center;
}




  #s-eaa37852-2162-450f-b5da-b0dc7be72568 img.shogun-image {
    
    width: px;
  }


#s-eaa37852-2162-450f-b5da-b0dc7be72568 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6209eb2-3fd5-4c7b-bea8-9cce68220335 {
  text-align: center;
}




  #s-e6209eb2-3fd5-4c7b-bea8-9cce68220335 img.shogun-image {
    
    width: px;
  }


#s-e6209eb2-3fd5-4c7b-bea8-9cce68220335 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3c52157-62c7-4ee9-8848-30c15b614acc {
  text-align: center;
}




  #s-e3c52157-62c7-4ee9-8848-30c15b614acc img.shogun-image {
    
    width: px;
  }


#s-e3c52157-62c7-4ee9-8848-30c15b614acc .shogun-image-content {
  
    align-items: center;
  
}

#s-2b843a40-eac6-4470-9db2-2926f01ab1a0 {
  text-align: center;
}




  #s-2b843a40-eac6-4470-9db2-2926f01ab1a0 img.shogun-image {
    
    width: px;
  }


#s-2b843a40-eac6-4470-9db2-2926f01ab1a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-165a5aa1-d5fb-46cf-bb31-6d396f58c976 {
  text-align: center;
}




  #s-165a5aa1-d5fb-46cf-bb31-6d396f58c976 img.shogun-image {
    
    width: px;
  }


#s-165a5aa1-d5fb-46cf-bb31-6d396f58c976 .shogun-image-content {
  
    align-items: center;
  
}

#s-e98448da-2f7d-46b6-bd33-ed64171cd175 {
  text-align: center;
}




  #s-e98448da-2f7d-46b6-bd33-ed64171cd175 img.shogun-image {
    
    width: px;
  }


#s-e98448da-2f7d-46b6-bd33-ed64171cd175 .shogun-image-content {
  
    align-items: center;
  
}

#s-29178183-8c2b-4501-bf73-bef1340ceaca {
  text-align: center;
}




  #s-29178183-8c2b-4501-bf73-bef1340ceaca img.shogun-image {
    
    width: px;
  }


#s-29178183-8c2b-4501-bf73-bef1340ceaca .shogun-image-content {
  
    align-items: center;
  
}

#s-f25296f9-1de0-4220-8dd1-83cff89fea12 {
  text-align: center;
}




  #s-f25296f9-1de0-4220-8dd1-83cff89fea12 img.shogun-image {
    
    width: px;
  }


#s-f25296f9-1de0-4220-8dd1-83cff89fea12 .shogun-image-content {
  
    align-items: center;
  
}

#s-c33ae71e-5e08-41af-9056-a7e48433a61f {
  text-align: center;
}




  #s-c33ae71e-5e08-41af-9056-a7e48433a61f img.shogun-image {
    
    width: px;
  }


#s-c33ae71e-5e08-41af-9056-a7e48433a61f .shogun-image-content {
  
    align-items: center;
  
}

#s-a6fe822d-8b8c-443b-b442-e609a65a61d7 {
  text-align: center;
}




  #s-a6fe822d-8b8c-443b-b442-e609a65a61d7 img.shogun-image {
    
    width: px;
  }


#s-a6fe822d-8b8c-443b-b442-e609a65a61d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-79b30a0a-caa7-43d7-af26-aaaaf6a1a767 {
  text-align: center;
}




  #s-79b30a0a-caa7-43d7-af26-aaaaf6a1a767 img.shogun-image {
    
    width: px;
  }


#s-79b30a0a-caa7-43d7-af26-aaaaf6a1a767 .shogun-image-content {
  
    align-items: center;
  
}

#s-94d7a1b5-30c6-4f38-a0ae-effdc0bad54f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-94d7a1b5-30c6-4f38-a0ae-effdc0bad54f img.shogun-image {
    
    width: px;
  }


#s-94d7a1b5-30c6-4f38-a0ae-effdc0bad54f .shogun-image-content {
  
    align-items: center;
  
}

#s-9b745d1d-f925-4f54-a81e-4454cd61148f {
  text-align: center;
}




  #s-9b745d1d-f925-4f54-a81e-4454cd61148f img.shogun-image {
    
    width: px;
  }


#s-9b745d1d-f925-4f54-a81e-4454cd61148f .shogun-image-content {
  
    align-items: center;
  
}

#s-1f2c149e-a039-40ab-911b-2ca6416981b4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-1f2c149e-a039-40ab-911b-2ca6416981b4 img.shogun-image {
    
    width: px;
  }


#s-1f2c149e-a039-40ab-911b-2ca6416981b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3fad2c8-2b6c-4158-af62-01f8ae267787 {
  text-align: center;
}




  #s-c3fad2c8-2b6c-4158-af62-01f8ae267787 img.shogun-image {
    
    width: px;
  }


#s-c3fad2c8-2b6c-4158-af62-01f8ae267787 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb0105cc-93b1-448a-8697-e6a757eb604d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-fb0105cc-93b1-448a-8697-e6a757eb604d img.shogun-image {
    
    width: px;
  }


#s-fb0105cc-93b1-448a-8697-e6a757eb604d .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b4c362-7a4e-481e-b883-5c62e15fe91a {
  text-align: center;
}




  #s-e1b4c362-7a4e-481e-b883-5c62e15fe91a img.shogun-image {
    
    width: px;
  }


#s-e1b4c362-7a4e-481e-b883-5c62e15fe91a .shogun-image-content {
  
    align-items: center;
  
}

#s-6209f86a-11c4-4212-b725-64feb33ece1a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6209f86a-11c4-4212-b725-64feb33ece1a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6209f86a-11c4-4212-b725-64feb33ece1a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-6209f86a-11c4-4212-b725-64feb33ece1a td.shogun-table-row {
  background-color: #fff;
  padding: 16px;
}

#s-6209f86a-11c4-4212-b725-64feb33ece1a td.shogun-table-column, #s-6209f86a-11c4-4212-b725-64feb33ece1a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3316bf3d-61ab-4f1b-81ce-42eb4699272e {
  text-align: center;
}




  #s-3316bf3d-61ab-4f1b-81ce-42eb4699272e img.shogun-image {
    
    width: px;
  }


#s-3316bf3d-61ab-4f1b-81ce-42eb4699272e .shogun-image-content {
  
    align-items: center;
  
}

#s-0a83fd0d-45b5-4d2e-a6b8-6f4115f82054 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a83fd0d-45b5-4d2e-a6b8-6f4115f82054 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d7244d92-1f41-4926-ba52-e4c0c8e55e43 {
  text-align: center;
}




  #s-d7244d92-1f41-4926-ba52-e4c0c8e55e43 img.shogun-image {
    
    width: px;
  }


#s-d7244d92-1f41-4926-ba52-e4c0c8e55e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-703bd03f-6cde-42e1-a614-fdee67670669 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-703bd03f-6cde-42e1-a614-fdee67670669 img.shogun-image {
    
    width: px;
  }


#s-703bd03f-6cde-42e1-a614-fdee67670669 .shogun-image-content {
  
    align-items: center;
  
}

#s-accd9ae0-c1ad-4715-ad6c-bbc28283f547 {
  text-align: center;
}




  #s-accd9ae0-c1ad-4715-ad6c-bbc28283f547 img.shogun-image {
    
    width: px;
  }


#s-accd9ae0-c1ad-4715-ad6c-bbc28283f547 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd93b9a6-60c9-4da6-8e63-7c8aacf84e76 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-fd93b9a6-60c9-4da6-8e63-7c8aacf84e76 img.shogun-image {
    
    width: px;
  }


#s-fd93b9a6-60c9-4da6-8e63-7c8aacf84e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ca01fdf-7113-4617-aea4-9cb88f3ad779 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-9ca01fdf-7113-4617-aea4-9cb88f3ad779 img.shogun-image {
    
    width: px;
  }


#s-9ca01fdf-7113-4617-aea4-9cb88f3ad779 .shogun-image-content {
  
    align-items: center;
  
}

#s-83bedd09-e81e-4a0d-b4d1-66599e4d9cb3 {
  text-align: center;
}




  #s-83bedd09-e81e-4a0d-b4d1-66599e4d9cb3 img.shogun-image {
    
    width: px;
  }


#s-83bedd09-e81e-4a0d-b4d1-66599e4d9cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d11dc00-9742-45b8-93da-bc379e21918f {
  text-align: center;
}




  #s-7d11dc00-9742-45b8-93da-bc379e21918f img.shogun-image {
    
    width: px;
  }


#s-7d11dc00-9742-45b8-93da-bc379e21918f .shogun-image-content {
  
    align-items: center;
  
}

#s-81bb1181-2b7a-4bd4-b7ec-29d693a5fb5b {
  text-align: center;
}




  #s-81bb1181-2b7a-4bd4-b7ec-29d693a5fb5b img.shogun-image {
    
    width: px;
  }


#s-81bb1181-2b7a-4bd4-b7ec-29d693a5fb5b .shogun-image-content {
  
    align-items: center;
  
}

#s-3f3f5ea3-05d0-4a6b-b870-2562be7d6304 {
  text-align: center;
}




  #s-3f3f5ea3-05d0-4a6b-b870-2562be7d6304 img.shogun-image {
    
    width: px;
  }


#s-3f3f5ea3-05d0-4a6b-b870-2562be7d6304 .shogun-image-content {
  
    align-items: center;
  
}

#s-18919091-e0ec-40a3-9522-ff9b5e112d70 {
  text-align: center;
}




  #s-18919091-e0ec-40a3-9522-ff9b5e112d70 img.shogun-image {
    
    width: px;
  }


#s-18919091-e0ec-40a3-9522-ff9b5e112d70 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ab20ad6-7e47-43a1-b402-f560aec75c34 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-6ab20ad6-7e47-43a1-b402-f560aec75c34 img.shogun-image {
    
    width: px;
  }


#s-6ab20ad6-7e47-43a1-b402-f560aec75c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2704829-bc55-418f-989d-28231853ad76 {
  text-align: center;
}




  #s-a2704829-bc55-418f-989d-28231853ad76 img.shogun-image {
    
    width: px;
  }


#s-a2704829-bc55-418f-989d-28231853ad76 .shogun-image-content {
  
    align-items: center;
  
}

#s-f99ccfb6-75a8-40e1-be95-6bef0aa5c87d {
  text-align: center;
}




  #s-f99ccfb6-75a8-40e1-be95-6bef0aa5c87d img.shogun-image {
    
    width: px;
  }


#s-f99ccfb6-75a8-40e1-be95-6bef0aa5c87d .shogun-image-content {
  
    align-items: center;
  
}

#s-21ec0cc1-b75d-4e5d-80d2-71cac629e8e0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-21ec0cc1-b75d-4e5d-80d2-71cac629e8e0 img.shogun-image {
    
    width: px;
  }


#s-21ec0cc1-b75d-4e5d-80d2-71cac629e8e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-00d28a0c-26f8-4d45-a4af-d873c040e254 {
  text-align: center;
}




  #s-00d28a0c-26f8-4d45-a4af-d873c040e254 img.shogun-image {
    
    width: px;
  }


#s-00d28a0c-26f8-4d45-a4af-d873c040e254 .shogun-image-content {
  
    align-items: center;
  
}

#s-abf444b4-5ee2-4439-8bda-1eb553855069 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-abf444b4-5ee2-4439-8bda-1eb553855069 img.shogun-image {
    
    width: px;
  }


#s-abf444b4-5ee2-4439-8bda-1eb553855069 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe7480cf-386e-4309-8b70-e39408e25e9a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-fe7480cf-386e-4309-8b70-e39408e25e9a img.shogun-image {
    
    width: px;
  }


#s-fe7480cf-386e-4309-8b70-e39408e25e9a .shogun-image-content {
  
    align-items: center;
  
}

#s-52db1e4f-5917-4cd6-8a35-1e9a73642c86 {
  text-align: center;
}




  #s-52db1e4f-5917-4cd6-8a35-1e9a73642c86 img.shogun-image {
    
    width: px;
  }


#s-52db1e4f-5917-4cd6-8a35-1e9a73642c86 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1326461-00ee-46a6-98b0-bc3a259c76a3 {
  text-align: center;
}




  #s-c1326461-00ee-46a6-98b0-bc3a259c76a3 img.shogun-image {
    
    width: px;
  }


#s-c1326461-00ee-46a6-98b0-bc3a259c76a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0300b707-fee8-4a6e-a796-0f55909b93a5 {
  text-align: center;
}




  #s-0300b707-fee8-4a6e-a796-0f55909b93a5 img.shogun-image {
    
    width: px;
  }


#s-0300b707-fee8-4a6e-a796-0f55909b93a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f06410-cab9-4abd-a941-abfb5f539466 {
  text-align: center;
}




  #s-a5f06410-cab9-4abd-a941-abfb5f539466 img.shogun-image {
    
    width: px;
  }


#s-a5f06410-cab9-4abd-a941-abfb5f539466 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8582986-7d87-4e9e-a490-eca27b1cc5c2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-d8582986-7d87-4e9e-a490-eca27b1cc5c2 img.shogun-image {
    
    width: px;
  }


#s-d8582986-7d87-4e9e-a490-eca27b1cc5c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-28afe010-824a-42b4-b7ac-0b563348731e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-28afe010-824a-42b4-b7ac-0b563348731e img.shogun-image {
    
    width: px;
  }


#s-28afe010-824a-42b4-b7ac-0b563348731e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 {
  
}
}
#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  text-align: inherit;
}

#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 td.shogun-table-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 td.shogun-table-column, #s-eec2a9d4-d2ee-4c25-9eb4-1bce7c75d841 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-bad30596-f7eb-41d9-b0d7-d0c6890eab14 {
  text-align: center;
}




  #s-bad30596-f7eb-41d9-b0d7-d0c6890eab14 img.shogun-image {
    
    width: px;
  }


#s-bad30596-f7eb-41d9-b0d7-d0c6890eab14 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c1bca9f-d704-450f-83ba-9f59daea60f9 {
  text-align: center;
}




  #s-4c1bca9f-d704-450f-83ba-9f59daea60f9 img.shogun-image {
    
    width: px;
  }


#s-4c1bca9f-d704-450f-83ba-9f59daea60f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c94f7df1-c31a-42d3-9df4-7acedebcf45c {
  text-align: center;
}




  #s-c94f7df1-c31a-42d3-9df4-7acedebcf45c img.shogun-image {
    
    width: px;
  }


#s-c94f7df1-c31a-42d3-9df4-7acedebcf45c .shogun-image-content {
  
    align-items: center;
  
}

#s-8eabc046-2d9e-4a59-9a42-d5251b9d3bb8 {
  text-align: center;
}




  #s-8eabc046-2d9e-4a59-9a42-d5251b9d3bb8 img.shogun-image {
    
    width: px;
  }


#s-8eabc046-2d9e-4a59-9a42-d5251b9d3bb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7395fc30-732e-4abe-8ae3-a3147abf980b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-7395fc30-732e-4abe-8ae3-a3147abf980b img.shogun-image {
    
    width: px;
  }


#s-7395fc30-732e-4abe-8ae3-a3147abf980b .shogun-image-content {
  
    align-items: center;
  
}

#s-2ae8c5c4-32bb-4f7d-a0b8-e2383d3d9aaf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-2ae8c5c4-32bb-4f7d-a0b8-e2383d3d9aaf img.shogun-image {
    
    width: px;
  }


#s-2ae8c5c4-32bb-4f7d-a0b8-e2383d3d9aaf .shogun-image-content {
  
    align-items: center;
  
}

#s-11cdb803-318f-4a66-a534-e326c8db9e0b {
  text-align: center;
}




  #s-11cdb803-318f-4a66-a534-e326c8db9e0b img.shogun-image {
    
    width: px;
  }


#s-11cdb803-318f-4a66-a534-e326c8db9e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-7df6afcf-0282-4ab2-a309-fa385ccbf0d7 {
  text-align: center;
}




  #s-7df6afcf-0282-4ab2-a309-fa385ccbf0d7 img.shogun-image {
    
    width: px;
  }


#s-7df6afcf-0282-4ab2-a309-fa385ccbf0d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-39175005-be7f-4963-bc54-6cc38c8f9bfe {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-39175005-be7f-4963-bc54-6cc38c8f9bfe img.shogun-image {
    
    width: px;
  }


#s-39175005-be7f-4963-bc54-6cc38c8f9bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-1e21aae0-963f-4227-81b3-dda0df4b66dd {
  text-align: center;
}




  #s-1e21aae0-963f-4227-81b3-dda0df4b66dd img.shogun-image {
    
    width: px;
  }


#s-1e21aae0-963f-4227-81b3-dda0df4b66dd .shogun-image-content {
  
    align-items: center;
  
}

#s-a09a3416-8329-46aa-88af-1a7476a43ef8 {
  text-align: center;
}




  #s-a09a3416-8329-46aa-88af-1a7476a43ef8 img.shogun-image {
    
    width: px;
  }


#s-a09a3416-8329-46aa-88af-1a7476a43ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9afecc80-40cc-4f8e-8fbc-a27314d36995 {
  text-align: center;
}




  #s-9afecc80-40cc-4f8e-8fbc-a27314d36995 img.shogun-image {
    
    width: px;
  }


#s-9afecc80-40cc-4f8e-8fbc-a27314d36995 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8816b40-39f1-4d3f-8bcf-1e493ef000a7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-b8816b40-39f1-4d3f-8bcf-1e493ef000a7 img.shogun-image {
    
    width: px;
  }


#s-b8816b40-39f1-4d3f-8bcf-1e493ef000a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-418fb5b9-78ad-4ac8-af31-5502812131ee {
  text-align: center;
}




  #s-418fb5b9-78ad-4ac8-af31-5502812131ee img.shogun-image {
    
    width: px;
  }


#s-418fb5b9-78ad-4ac8-af31-5502812131ee .shogun-image-content {
  
    align-items: center;
  
}

#s-288bb814-8a5a-4ec3-87b4-a83be48b0a22 {
  text-align: center;
}




  #s-288bb814-8a5a-4ec3-87b4-a83be48b0a22 img.shogun-image {
    
    width: px;
  }


#s-288bb814-8a5a-4ec3-87b4-a83be48b0a22 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e46ef61-1e98-4874-9bfb-eb10ebee2d26 {
  text-align: center;
}




  #s-7e46ef61-1e98-4874-9bfb-eb10ebee2d26 img.shogun-image {
    
    width: px;
  }


#s-7e46ef61-1e98-4874-9bfb-eb10ebee2d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a68fec1-2d88-4a8f-bd6e-eb538fd6c705 {
  text-align: center;
}




  #s-9a68fec1-2d88-4a8f-bd6e-eb538fd6c705 img.shogun-image {
    
    width: px;
  }


#s-9a68fec1-2d88-4a8f-bd6e-eb538fd6c705 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc504c0-f246-4633-9528-9ce75430ee72 {
  text-align: center;
}




  #s-fdc504c0-f246-4633-9528-9ce75430ee72 img.shogun-image {
    
    width: px;
  }


#s-fdc504c0-f246-4633-9528-9ce75430ee72 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b06c327-5810-4d81-b5d2-4b3e46ee3279 {
  text-align: center;
}




  #s-5b06c327-5810-4d81-b5d2-4b3e46ee3279 img.shogun-image {
    
    width: px;
  }


#s-5b06c327-5810-4d81-b5d2-4b3e46ee3279 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f699ace-2c04-40eb-bef1-603fd4803f48 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-2f699ace-2c04-40eb-bef1-603fd4803f48 img.shogun-image {
    
    width: px;
  }


#s-2f699ace-2c04-40eb-bef1-603fd4803f48 .shogun-image-content {
  
    align-items: center;
  
}

#s-16eee12c-a5e6-491e-8167-eb79fc264f4c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-16eee12c-a5e6-491e-8167-eb79fc264f4c img.shogun-image {
    
    width: px;
  }


#s-16eee12c-a5e6-491e-8167-eb79fc264f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-f38cb6f2-7536-43d8-a614-056714fe5c46 {
  text-align: center;
}




  #s-f38cb6f2-7536-43d8-a614-056714fe5c46 img.shogun-image {
    
    width: px;
  }


#s-f38cb6f2-7536-43d8-a614-056714fe5c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-e81753f7-4d6f-4e2a-8a7d-6b377f2662e6 {
  text-align: center;
}




  #s-e81753f7-4d6f-4e2a-8a7d-6b377f2662e6 img.shogun-image {
    
    width: px;
  }


#s-e81753f7-4d6f-4e2a-8a7d-6b377f2662e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-35d800ce-1127-4b28-b03a-5f494f19d0c7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-35d800ce-1127-4b28-b03a-5f494f19d0c7 img.shogun-image {
    
    width: px;
  }


#s-35d800ce-1127-4b28-b03a-5f494f19d0c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-43c9765a-4e01-4c30-b828-3ef60cd658aa {
  text-align: center;
}




  #s-43c9765a-4e01-4c30-b828-3ef60cd658aa img.shogun-image {
    
    width: px;
  }


#s-43c9765a-4e01-4c30-b828-3ef60cd658aa .shogun-image-content {
  
    align-items: center;
  
}

#s-d31d8d80-b16b-421c-a73e-0f9fadf7673a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-d31d8d80-b16b-421c-a73e-0f9fadf7673a img.shogun-image {
    
    width: px;
  }


#s-d31d8d80-b16b-421c-a73e-0f9fadf7673a .shogun-image-content {
  
    align-items: center;
  
}

#s-e7fbedf2-e1d7-4188-811e-e991c833d2e1 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-e7fbedf2-e1d7-4188-811e-e991c833d2e1 img.shogun-image {
    
    width: px;
  }


#s-e7fbedf2-e1d7-4188-811e-e991c833d2e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-462deda7-7243-44af-ba6d-dc12138e9b57 {
  text-align: center;
}




  #s-462deda7-7243-44af-ba6d-dc12138e9b57 img.shogun-image {
    
    width: px;
  }


#s-462deda7-7243-44af-ba6d-dc12138e9b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eee0a7d-6bbe-46e6-a2f7-263478473189 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-7eee0a7d-6bbe-46e6-a2f7-263478473189 img.shogun-image {
    
    width: px;
  }


#s-7eee0a7d-6bbe-46e6-a2f7-263478473189 .shogun-image-content {
  
    align-items: center;
  
}

#s-0353616c-73c4-43af-b2e5-1cc71215517c {
  text-align: center;
}




  #s-0353616c-73c4-43af-b2e5-1cc71215517c img.shogun-image {
    
    width: px;
  }


#s-0353616c-73c4-43af-b2e5-1cc71215517c .shogun-image-content {
  
    align-items: center;
  
}

#s-6855b6da-c84d-4338-8a64-d38c833eaf95 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-6855b6da-c84d-4338-8a64-d38c833eaf95 img.shogun-image {
    
    width: px;
  }


#s-6855b6da-c84d-4338-8a64-d38c833eaf95 .shogun-image-content {
  
    align-items: center;
  
}

#s-304959b8-73c0-47f2-b0f6-11e35456b974 {
  text-align: center;
}




  #s-304959b8-73c0-47f2-b0f6-11e35456b974 img.shogun-image {
    
    width: px;
  }


#s-304959b8-73c0-47f2-b0f6-11e35456b974 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f3ffaf1-5425-4e5e-8098-d5a96cf14857 {
  text-align: center;
}




  #s-5f3ffaf1-5425-4e5e-8098-d5a96cf14857 img.shogun-image {
    
    width: px;
  }


#s-5f3ffaf1-5425-4e5e-8098-d5a96cf14857 .shogun-image-content {
  
    align-items: center;
  
}

#s-091f369c-ed25-4774-9af3-41eebe6330bf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-091f369c-ed25-4774-9af3-41eebe6330bf img.shogun-image {
    
    width: px;
  }


#s-091f369c-ed25-4774-9af3-41eebe6330bf .shogun-image-content {
  
    align-items: center;
  
}

#s-a243286c-9aea-4f37-8c89-248b152ddd51 {
  text-align: center;
}




  #s-a243286c-9aea-4f37-8c89-248b152ddd51 img.shogun-image {
    
    width: px;
  }


#s-a243286c-9aea-4f37-8c89-248b152ddd51 .shogun-image-content {
  
    align-items: center;
  
}

#s-f91f4802-78a4-40db-a4e6-bfe09a55bb4c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-f91f4802-78a4-40db-a4e6-bfe09a55bb4c img.shogun-image {
    
    width: px;
  }


#s-f91f4802-78a4-40db-a4e6-bfe09a55bb4c .shogun-image-content {
  
    align-items: center;
  
}

#s-c7b36fe9-2531-486a-8777-6c7864538ac9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-c7b36fe9-2531-486a-8777-6c7864538ac9 img.shogun-image {
    
    width: px;
  }


#s-c7b36fe9-2531-486a-8777-6c7864538ac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c25ab65-b03f-4c8e-88d6-7a9a64fcff1b {
  text-align: center;
}




  #s-6c25ab65-b03f-4c8e-88d6-7a9a64fcff1b img.shogun-image {
    
    width: px;
  }


#s-6c25ab65-b03f-4c8e-88d6-7a9a64fcff1b .shogun-image-content {
  
    align-items: center;
  
}

#s-607e012d-c84e-4044-8872-bcea19489493 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-607e012d-c84e-4044-8872-bcea19489493 img.shogun-image {
    
    width: px;
  }


#s-607e012d-c84e-4044-8872-bcea19489493 .shogun-image-content {
  
    align-items: center;
  
}

#s-93279f3a-0d9e-4718-9f96-3980c6b985b7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-93279f3a-0d9e-4718-9f96-3980c6b985b7 img.shogun-image {
    
    width: px;
  }


#s-93279f3a-0d9e-4718-9f96-3980c6b985b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d36f75e-56e6-4b60-8ff7-e3452c4499a7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-8d36f75e-56e6-4b60-8ff7-e3452c4499a7 img.shogun-image {
    
    width: px;
  }


#s-8d36f75e-56e6-4b60-8ff7-e3452c4499a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9da4c31-a5da-4b4c-bf04-853880d66dae {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-f9da4c31-a5da-4b4c-bf04-853880d66dae img.shogun-image {
    
    width: px;
  }


#s-f9da4c31-a5da-4b4c-bf04-853880d66dae .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a2c1e6-d523-4421-bc51-2ff82b944d5f {
  text-align: center;
}




  #s-a0a2c1e6-d523-4421-bc51-2ff82b944d5f img.shogun-image {
    
    width: px;
  }


#s-a0a2c1e6-d523-4421-bc51-2ff82b944d5f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f30041-7687-4a62-a0b3-efe0296cab83 {
  text-align: center;
}




  #s-f1f30041-7687-4a62-a0b3-efe0296cab83 img.shogun-image {
    
    width: px;
  }


#s-f1f30041-7687-4a62-a0b3-efe0296cab83 .shogun-image-content {
  
    align-items: center;
  
}

#s-23fec39d-8894-4009-a499-4f683e95d028 {
  text-align: center;
}




  #s-23fec39d-8894-4009-a499-4f683e95d028 img.shogun-image {
    
    width: px;
  }


#s-23fec39d-8894-4009-a499-4f683e95d028 .shogun-image-content {
  
    align-items: center;
  
}

#s-b994352f-6bda-4fca-9896-7408a76fd973 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-b994352f-6bda-4fca-9896-7408a76fd973 img.shogun-image {
    
    width: px;
  }


#s-b994352f-6bda-4fca-9896-7408a76fd973 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1279e5e-d734-4096-9acf-18c08cf7f752 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-d1279e5e-d734-4096-9acf-18c08cf7f752 img.shogun-image {
    
    width: px;
  }


#s-d1279e5e-d734-4096-9acf-18c08cf7f752 .shogun-image-content {
  
    align-items: center;
  
}

#s-3169ac5e-00aa-4b76-9411-d645ea51a57d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-3169ac5e-00aa-4b76-9411-d645ea51a57d img.shogun-image {
    
    width: px;
  }


#s-3169ac5e-00aa-4b76-9411-d645ea51a57d .shogun-image-content {
  
    align-items: center;
  
}

#s-568922f7-fad6-463e-a7d5-5e1a74f0f191 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-568922f7-fad6-463e-a7d5-5e1a74f0f191 img.shogun-image {
    
    width: px;
  }


#s-568922f7-fad6-463e-a7d5-5e1a74f0f191 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31128a0-a5ea-43fc-b830-d4bbbe503ae9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-e31128a0-a5ea-43fc-b830-d4bbbe503ae9 img.shogun-image {
    
    width: px;
  }


#s-e31128a0-a5ea-43fc-b830-d4bbbe503ae9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f834a51c-f2b3-47f6-947f-32a8c942511d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-f834a51c-f2b3-47f6-947f-32a8c942511d img.shogun-image {
    
    width: px;
  }


#s-f834a51c-f2b3-47f6-947f-32a8c942511d .shogun-image-content {
  
    align-items: center;
  
}

#s-211e4970-6aa3-4786-992b-d30d06ca1551 {
  text-align: center;
}




  #s-211e4970-6aa3-4786-992b-d30d06ca1551 img.shogun-image {
    
    width: px;
  }


#s-211e4970-6aa3-4786-992b-d30d06ca1551 .shogun-image-content {
  
    align-items: center;
  
}

#s-0191f045-55da-44f4-88d8-9e431b035e36 {
  text-align: center;
}




  #s-0191f045-55da-44f4-88d8-9e431b035e36 img.shogun-image {
    
    width: px;
  }


#s-0191f045-55da-44f4-88d8-9e431b035e36 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d56f38e-99d3-449b-8601-278021f65863 {
  text-align: center;
}




  #s-8d56f38e-99d3-449b-8601-278021f65863 img.shogun-image {
    
    width: px;
  }


#s-8d56f38e-99d3-449b-8601-278021f65863 .shogun-image-content {
  
    align-items: center;
  
}

#s-e593fa44-693b-44bf-9837-b54709527935 {
  text-align: center;
}




  #s-e593fa44-693b-44bf-9837-b54709527935 img.shogun-image {
    
    width: px;
  }


#s-e593fa44-693b-44bf-9837-b54709527935 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6fb6b6e-e60e-4748-9a3c-e67646829a04 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-a6fb6b6e-e60e-4748-9a3c-e67646829a04 img.shogun-image {
    
    width: px;
  }


#s-a6fb6b6e-e60e-4748-9a3c-e67646829a04 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc22d075-c683-4552-b83a-c3d5190a3810 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-dc22d075-c683-4552-b83a-c3d5190a3810 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc22d075-c683-4552-b83a-c3d5190a3810 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-dc22d075-c683-4552-b83a-c3d5190a3810 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-dc22d075-c683-4552-b83a-c3d5190a3810 td.shogun-table-column, #s-dc22d075-c683-4552-b83a-c3d5190a3810 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-94d2d8ce-8e61-4959-b8e1-d0be6f239e7f {
  text-align: center;
}




  #s-94d2d8ce-8e61-4959-b8e1-d0be6f239e7f img.shogun-image {
    
    width: px;
  }


#s-94d2d8ce-8e61-4959-b8e1-d0be6f239e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-65f0e012-1502-4424-aa4a-245a7e576fe2 {
  text-align: center;
}




  #s-65f0e012-1502-4424-aa4a-245a7e576fe2 img.shogun-image {
    
    width: px;
  }


#s-65f0e012-1502-4424-aa4a-245a7e576fe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddfb36da-14f0-449f-8154-80039b2d869f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-ddfb36da-14f0-449f-8154-80039b2d869f img.shogun-image {
    
    width: px;
  }


#s-ddfb36da-14f0-449f-8154-80039b2d869f .shogun-image-content {
  
    align-items: center;
  
}

#s-724644a0-5440-4ff3-bd44-a9ca657c0fea {
  text-align: center;
}




  #s-724644a0-5440-4ff3-bd44-a9ca657c0fea img.shogun-image {
    
    width: px;
  }


#s-724644a0-5440-4ff3-bd44-a9ca657c0fea .shogun-image-content {
  
    align-items: center;
  
}

#s-d3eed60a-df87-4b06-bc06-35ed79e1e42a {
  text-align: center;
}




  #s-d3eed60a-df87-4b06-bc06-35ed79e1e42a img.shogun-image {
    
    width: px;
  }


#s-d3eed60a-df87-4b06-bc06-35ed79e1e42a .shogun-image-content {
  
    align-items: center;
  
}

#s-ebb2fc44-48ad-4d07-9438-5a48686540b9 {
  text-align: center;
}




  #s-ebb2fc44-48ad-4d07-9438-5a48686540b9 img.shogun-image {
    
    width: px;
  }


#s-ebb2fc44-48ad-4d07-9438-5a48686540b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-301a89df-43b1-4789-be86-8ff24a6cd124 {
  text-align: center;
}




  #s-301a89df-43b1-4789-be86-8ff24a6cd124 img.shogun-image {
    
    width: px;
  }


#s-301a89df-43b1-4789-be86-8ff24a6cd124 .shogun-image-content {
  
    align-items: center;
  
}

#s-161618e7-2ce4-4ce9-9d7d-1dfce5fb6ed2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-161618e7-2ce4-4ce9-9d7d-1dfce5fb6ed2 img.shogun-image {
    
    width: px;
  }


#s-161618e7-2ce4-4ce9-9d7d-1dfce5fb6ed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f820f60-7ecf-445f-b0a1-365aaf8c51f1 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-9f820f60-7ecf-445f-b0a1-365aaf8c51f1 img.shogun-image {
    
    width: px;
  }


#s-9f820f60-7ecf-445f-b0a1-365aaf8c51f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f92465e0-c848-4403-ba3c-5dadf9cbab77 {
  text-align: center;
}




  #s-f92465e0-c848-4403-ba3c-5dadf9cbab77 img.shogun-image {
    
    width: px;
  }


#s-f92465e0-c848-4403-ba3c-5dadf9cbab77 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9843489-7b78-4b0a-9fff-6b6c4ab56d11 {
  text-align: center;
}




  #s-c9843489-7b78-4b0a-9fff-6b6c4ab56d11 img.shogun-image {
    
    width: px;
  }


#s-c9843489-7b78-4b0a-9fff-6b6c4ab56d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec74c33f-c117-4d49-866f-9b448b57b0dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec74c33f-c117-4d49-866f-9b448b57b0dc .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2a1d5256-e40c-49b4-aeac-6807e1778d7e {
  text-align: center;
}




  #s-2a1d5256-e40c-49b4-aeac-6807e1778d7e img.shogun-image {
    
    width: px;
  }


#s-2a1d5256-e40c-49b4-aeac-6807e1778d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-8793baef-2dd7-4184-9682-6c22e7cbd86c {
  text-align: center;
}




  #s-8793baef-2dd7-4184-9682-6c22e7cbd86c img.shogun-image {
    
    width: px;
  }


#s-8793baef-2dd7-4184-9682-6c22e7cbd86c .shogun-image-content {
  
    align-items: center;
  
}

#s-9940bc61-c1ff-4ea3-b92b-cc7111be0c76 {
  text-align: center;
}




  #s-9940bc61-c1ff-4ea3-b92b-cc7111be0c76 img.shogun-image {
    
    width: px;
  }


#s-9940bc61-c1ff-4ea3-b92b-cc7111be0c76 .shogun-image-content {
  
    align-items: center;
  
}

#s-9205571e-cabc-41a4-937e-e3ee0014798a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-9205571e-cabc-41a4-937e-e3ee0014798a img.shogun-image {
    
    width: px;
  }


#s-9205571e-cabc-41a4-937e-e3ee0014798a .shogun-image-content {
  
    align-items: center;
  
}

#s-7dfd5412-d5dd-49b8-ad9a-f7cc5b030a64 {
  text-align: center;
}




  #s-7dfd5412-d5dd-49b8-ad9a-f7cc5b030a64 img.shogun-image {
    
    width: px;
  }


#s-7dfd5412-d5dd-49b8-ad9a-f7cc5b030a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-68b01522-025a-4564-9e4c-d722c84f78b2 {
  text-align: center;
}




  #s-68b01522-025a-4564-9e4c-d722c84f78b2 img.shogun-image {
    
    width: px;
  }


#s-68b01522-025a-4564-9e4c-d722c84f78b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-00e7fbef-0222-4f61-a599-0c9a0161b345 {
  text-align: center;
}




  #s-00e7fbef-0222-4f61-a599-0c9a0161b345 img.shogun-image {
    
    width: px;
  }


#s-00e7fbef-0222-4f61-a599-0c9a0161b345 .shogun-image-content {
  
    align-items: center;
  
}

#s-74378f4c-a6ff-4718-af6d-55020404d45e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}




  #s-74378f4c-a6ff-4718-af6d-55020404d45e img.shogun-image {
    
    width: px;
  }


#s-74378f4c-a6ff-4718-af6d-55020404d45e .shogun-image-content {
  
    align-items: center;
  
}

#s-1f62216c-3882-4465-b33f-0ab364b33a74 {
  min-height: 50px;
}








#s-1f62216c-3882-4465-b33f-0ab364b33a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f62216c-3882-4465-b33f-0ab364b33a74.shg-box.shg-c {
  justify-content: center;
}

#s-5305fef3-9039-4aed-9e90-501aea8886a6 {
  min-height: 50px;
}








#s-5305fef3-9039-4aed-9e90-501aea8886a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5305fef3-9039-4aed-9e90-501aea8886a6.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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