.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-a6c36258-e129-4099-b9a7-4960bb57b85c {
  margin-bottom: 20px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 {
  display: none;
}
#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7, #wrap-s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 {
  display: none;
}
#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7, #wrap-s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 { display:none !important; }}







#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f06fb3ff-cd2e-44ba-bb6c-a45c8fd0f1d7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ed4d8645-dfc9-4a44-af86-ba60a6560624"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-4df6753d-1b72-4c70-8a6a-f86ad462040e {
  text-align: center;
}




  #s-4df6753d-1b72-4c70-8a6a-f86ad462040e img.shogun-image {
    
    width: px;
  }


#s-4df6753d-1b72-4c70-8a6a-f86ad462040e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e7abe13b-788a-4fc2-87c5-18c9046a2240 {
  text-align: center;
}




  #s-e7abe13b-788a-4fc2-87c5-18c9046a2240 img.shogun-image {
    
    width: px;
  }


#s-e7abe13b-788a-4fc2-87c5-18c9046a2240 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3d10c7d9-2df6-4e9c-91c1-f5e524235a86 {
  padding-top: 10px;
text-align: center;
}




  #s-3d10c7d9-2df6-4e9c-91c1-f5e524235a86 img.shogun-image {
    
    width: px;
  }


#s-3d10c7d9-2df6-4e9c-91c1-f5e524235a86 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9120a48e-7bdd-4815-af79-22654efb7579 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}




  #s-9120a48e-7bdd-4815-af79-22654efb7579 img.shogun-image {
    
    width: px;
  }


#s-9120a48e-7bdd-4815-af79-22654efb7579 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cc1326d8-5d47-42a6-bc53-1a6f9df6a9b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0b21f765-bb9a-47d5-9c9d-079d316a5d0e {
  text-align: center;
}




  #s-0b21f765-bb9a-47d5-9c9d-079d316a5d0e img.shogun-image {
    
    width: px;
  }


#s-0b21f765-bb9a-47d5-9c9d-079d316a5d0e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cc344614-19ed-4fa8-b614-589a0130020b {
  text-align: center;
}




  #s-cc344614-19ed-4fa8-b614-589a0130020b img.shogun-image {
    
    width: px;
  }


#s-cc344614-19ed-4fa8-b614-589a0130020b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b115d162-2eab-47c8-b351-17afcb16c9ee {
  padding-top: 10px;
text-align: center;
}




  #s-b115d162-2eab-47c8-b351-17afcb16c9ee img.shogun-image {
    
    width: px;
  }


#s-b115d162-2eab-47c8-b351-17afcb16c9ee .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-efe63dd2-9c16-4e3a-8399-4cd766478233 {
  padding-top: 10px;
text-align: center;
}




  #s-efe63dd2-9c16-4e3a-8399-4cd766478233 img.shogun-image {
    
    width: px;
  }


#s-efe63dd2-9c16-4e3a-8399-4cd766478233 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6732136-1b9a-47e4-94a4-9e8b79e4f755"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-808fd90f-ce55-4d9a-976e-d15f86b3b5a1 {
  text-align: center;
}




  #s-808fd90f-ce55-4d9a-976e-d15f86b3b5a1 img.shogun-image {
    
    width: px;
  }


#s-808fd90f-ce55-4d9a-976e-d15f86b3b5a1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b037ac8d-5029-4349-beab-cc811dd9a45d {
  text-align: center;
}




  #s-b037ac8d-5029-4349-beab-cc811dd9a45d img.shogun-image {
    
    width: px;
  }


#s-b037ac8d-5029-4349-beab-cc811dd9a45d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fa892f4f-dbe3-44d5-8b59-d2c436d3d233 {
  padding-top: 10px;
text-align: center;
}




  #s-fa892f4f-dbe3-44d5-8b59-d2c436d3d233 img.shogun-image {
    
    width: px;
  }


#s-fa892f4f-dbe3-44d5-8b59-d2c436d3d233 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-151245eb-06d4-478b-bbe4-7a990748c53e {
  padding-top: 10px;
text-align: center;
}




  #s-151245eb-06d4-478b-bbe4-7a990748c53e img.shogun-image {
    
    width: px;
  }


#s-151245eb-06d4-478b-bbe4-7a990748c53e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9011429f-ee05-476a-8a87-d983ae48fabb {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9011429f-ee05-476a-8a87-d983ae48fabb {
  display: none;
}
#s-9011429f-ee05-476a-8a87-d983ae48fabb, #wrap-s-9011429f-ee05-476a-8a87-d983ae48fabb { display:none !important; }}@media (max-width: 767px){#s-9011429f-ee05-476a-8a87-d983ae48fabb {
  display: none;
}
#s-9011429f-ee05-476a-8a87-d983ae48fabb, #wrap-s-9011429f-ee05-476a-8a87-d983ae48fabb { display:none !important; }}







#s-9011429f-ee05-476a-8a87-d983ae48fabb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9011429f-ee05-476a-8a87-d983ae48fabb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75ebff2f-d32f-4c33-a6d3-2f938755f8b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2713ec97-e5a5-40b2-b24f-9784ea3654c7 {
  text-align: center;
}




  #s-2713ec97-e5a5-40b2-b24f-9784ea3654c7 img.shogun-image {
    
    width: px;
  }


#s-2713ec97-e5a5-40b2-b24f-9784ea3654c7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5428df11-c471-41f2-8824-7d054cde629d {
  text-align: center;
}




  #s-5428df11-c471-41f2-8824-7d054cde629d img.shogun-image {
    
    width: px;
  }


#s-5428df11-c471-41f2-8824-7d054cde629d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-33620b46-1fe8-44ce-890c-b7321b8bab53 {
  text-align: center;
}




  #s-33620b46-1fe8-44ce-890c-b7321b8bab53 img.shogun-image {
    
    width: px;
  }


#s-33620b46-1fe8-44ce-890c-b7321b8bab53 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d544b163-8e96-4d2b-89ce-f735fd6f2ee4 {
  text-align: center;
}




  #s-d544b163-8e96-4d2b-89ce-f735fd6f2ee4 img.shogun-image {
    
    width: px;
  }


#s-d544b163-8e96-4d2b-89ce-f735fd6f2ee4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d8fe6d9b-d640-48fb-9f3e-497d981985a0 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d8fe6d9b-d640-48fb-9f3e-497d981985a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-816cc8fe-41ff-4e2e-adeb-cd45a906daef {
  text-align: center;
}




  #s-816cc8fe-41ff-4e2e-adeb-cd45a906daef img.shogun-image {
    
    width: px;
  }


#s-816cc8fe-41ff-4e2e-adeb-cd45a906daef .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e6c39f78-96a3-47ee-b3a9-c9bc98d9240e {
  text-align: center;
}




  #s-e6c39f78-96a3-47ee-b3a9-c9bc98d9240e img.shogun-image {
    
    width: px;
  }


#s-e6c39f78-96a3-47ee-b3a9-c9bc98d9240e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-04afb23b-dee1-4151-adef-7309decb753b {
  text-align: center;
}




  #s-04afb23b-dee1-4151-adef-7309decb753b img.shogun-image {
    
    width: px;
  }


#s-04afb23b-dee1-4151-adef-7309decb753b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7a45af75-f3ca-4f63-b520-632cc27d6318 {
  text-align: center;
}




  #s-7a45af75-f3ca-4f63-b520-632cc27d6318 img.shogun-image {
    
    width: px;
  }


#s-7a45af75-f3ca-4f63-b520-632cc27d6318 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85530c58-adb8-4e14-8cd6-04f14c3c1eb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d63439f6-83d3-4479-9cc0-aa80cb066e4a {
  text-align: center;
}




  #s-d63439f6-83d3-4479-9cc0-aa80cb066e4a img.shogun-image {
    
    width: px;
  }


#s-d63439f6-83d3-4479-9cc0-aa80cb066e4a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2200e10c-6867-487b-965c-2302ba7af38b {
  text-align: center;
}




  #s-2200e10c-6867-487b-965c-2302ba7af38b img.shogun-image {
    
    width: px;
  }


#s-2200e10c-6867-487b-965c-2302ba7af38b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-818cc3e9-f483-443f-aacb-6d4ab091e6d6 {
  text-align: center;
}




  #s-818cc3e9-f483-443f-aacb-6d4ab091e6d6 img.shogun-image {
    
    width: px;
  }


#s-818cc3e9-f483-443f-aacb-6d4ab091e6d6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f8eefce6-6032-488e-911a-7403128bb8ad {
  text-align: center;
}




  #s-f8eefce6-6032-488e-911a-7403128bb8ad img.shogun-image {
    
    width: px;
  }


#s-f8eefce6-6032-488e-911a-7403128bb8ad .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b43eb2cc-3779-40c3-898a-0671b382b72e {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b43eb2cc-3779-40c3-898a-0671b382b72e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-818ee1d4-90ff-446e-b62c-dd966c412883 {
  text-align: center;
}




  #s-818ee1d4-90ff-446e-b62c-dd966c412883 img.shogun-image {
    
    width: px;
  }


#s-818ee1d4-90ff-446e-b62c-dd966c412883 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-430d68e1-c0d7-4b22-88bd-58d375471c80 {
  text-align: center;
}




  #s-430d68e1-c0d7-4b22-88bd-58d375471c80 img.shogun-image {
    
    width: px;
  }


#s-430d68e1-c0d7-4b22-88bd-58d375471c80 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9acd8f8d-7c6f-47b6-ad03-6cc2b39085e5 {
  text-align: center;
}




  #s-9acd8f8d-7c6f-47b6-ad03-6cc2b39085e5 img.shogun-image {
    
    width: px;
  }


#s-9acd8f8d-7c6f-47b6-ad03-6cc2b39085e5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-99ec6047-4397-463d-9e4e-3c2b2ea07966 {
  text-align: center;
}




  #s-99ec6047-4397-463d-9e4e-3c2b2ea07966 img.shogun-image {
    
    width: px;
  }


#s-99ec6047-4397-463d-9e4e-3c2b2ea07966 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c4b5ab9a-f668-4f20-8ccc-4664c252c2ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c06b96fe-635d-43ca-86e5-9ec2c6cfb350 {
  text-align: center;
}




  #s-c06b96fe-635d-43ca-86e5-9ec2c6cfb350 img.shogun-image {
    
    width: px;
  }


#s-c06b96fe-635d-43ca-86e5-9ec2c6cfb350 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6842b346-b2bb-4b87-be9a-b50c2b9d439f {
  text-align: center;
}




  #s-6842b346-b2bb-4b87-be9a-b50c2b9d439f img.shogun-image {
    
    width: px;
  }


#s-6842b346-b2bb-4b87-be9a-b50c2b9d439f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eae3c3aa-8b06-4230-bdee-ebf807a9e068 {
  text-align: center;
}




  #s-eae3c3aa-8b06-4230-bdee-ebf807a9e068 img.shogun-image {
    
    width: px;
  }


#s-eae3c3aa-8b06-4230-bdee-ebf807a9e068 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e6d2c573-75c2-4a6e-bcb3-3bb9033bfebf {
  text-align: center;
}




  #s-e6d2c573-75c2-4a6e-bcb3-3bb9033bfebf img.shogun-image {
    
    width: px;
  }


#s-e6d2c573-75c2-4a6e-bcb3-3bb9033bfebf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d62e7225-70a9-40f9-af4b-95e6578aab23 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d62e7225-70a9-40f9-af4b-95e6578aab23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7877a95b-7636-4b7e-bffb-9b7e60a0b7d2 {
  text-align: center;
}




  #s-7877a95b-7636-4b7e-bffb-9b7e60a0b7d2 img.shogun-image {
    
    width: px;
  }


#s-7877a95b-7636-4b7e-bffb-9b7e60a0b7d2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5cc08e51-0ebe-4dfb-87ad-e591ad8657b9 {
  text-align: center;
}




  #s-5cc08e51-0ebe-4dfb-87ad-e591ad8657b9 img.shogun-image {
    
    width: px;
  }


#s-5cc08e51-0ebe-4dfb-87ad-e591ad8657b9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4e826278-847a-4e44-a4bf-a6001aefbeb7 {
  text-align: center;
}




  #s-4e826278-847a-4e44-a4bf-a6001aefbeb7 img.shogun-image {
    
    width: px;
  }


#s-4e826278-847a-4e44-a4bf-a6001aefbeb7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e6a42765-e176-4f62-93f7-d7e35a14e098 {
  text-align: center;
}




  #s-e6a42765-e176-4f62-93f7-d7e35a14e098 img.shogun-image {
    
    width: px;
  }


#s-e6a42765-e176-4f62-93f7-d7e35a14e098 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55d30fc8-e8a7-4e6f-bd1f-010026e2a5eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6f57c891-fad2-46be-a079-0d30718043c5 {
  text-align: center;
}




  #s-6f57c891-fad2-46be-a079-0d30718043c5 img.shogun-image {
    
    width: px;
  }


#s-6f57c891-fad2-46be-a079-0d30718043c5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9059a64a-ec8d-4584-80e1-f7c5bdedea69 {
  text-align: center;
}




  #s-9059a64a-ec8d-4584-80e1-f7c5bdedea69 img.shogun-image {
    
    width: px;
  }


#s-9059a64a-ec8d-4584-80e1-f7c5bdedea69 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-78befb4d-b3cc-43dd-86fa-8d69a53ecd6a {
  text-align: center;
}




  #s-78befb4d-b3cc-43dd-86fa-8d69a53ecd6a img.shogun-image {
    
    width: px;
  }


#s-78befb4d-b3cc-43dd-86fa-8d69a53ecd6a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-28a1a7a3-99b0-4e82-9a9f-174fb30dc811 {
  text-align: center;
}




  #s-28a1a7a3-99b0-4e82-9a9f-174fb30dc811 img.shogun-image {
    
    width: px;
  }


#s-28a1a7a3-99b0-4e82-9a9f-174fb30dc811 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c7965fdf-328b-4c1b-9612-b922825d3c4f {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7965fdf-328b-4c1b-9612-b922825d3c4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a1788dc6-98da-454d-8cb1-c73d91117b6d {
  text-align: center;
}




  #s-a1788dc6-98da-454d-8cb1-c73d91117b6d img.shogun-image {
    
    width: px;
  }


#s-a1788dc6-98da-454d-8cb1-c73d91117b6d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-73d5ce19-68b8-42d8-ba17-7cb70839195e {
  text-align: center;
}




  #s-73d5ce19-68b8-42d8-ba17-7cb70839195e img.shogun-image {
    
    width: px;
  }


#s-73d5ce19-68b8-42d8-ba17-7cb70839195e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0b25feeb-bb2f-45c8-b5a6-a15c9e194250 {
  text-align: center;
}




  #s-0b25feeb-bb2f-45c8-b5a6-a15c9e194250 img.shogun-image {
    
    width: px;
  }


#s-0b25feeb-bb2f-45c8-b5a6-a15c9e194250 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6457e9db-0b47-439b-8b7f-a706612adbad {
  text-align: center;
}




  #s-6457e9db-0b47-439b-8b7f-a706612adbad img.shogun-image {
    
    width: px;
  }


#s-6457e9db-0b47-439b-8b7f-a706612adbad .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-74557029-34fc-4629-aa88-3102b81c5f09 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-74557029-34fc-4629-aa88-3102b81c5f09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a384e5ce-4112-4df9-a882-359e63d33c52 {
  text-align: center;
}




  #s-a384e5ce-4112-4df9-a882-359e63d33c52 img.shogun-image {
    
    width: px;
  }


#s-a384e5ce-4112-4df9-a882-359e63d33c52 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ee436b18-fdec-4c3e-8c4d-8876ff5ec475 {
  text-align: center;
}




  #s-ee436b18-fdec-4c3e-8c4d-8876ff5ec475 img.shogun-image {
    
    width: px;
  }


#s-ee436b18-fdec-4c3e-8c4d-8876ff5ec475 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d3d4fc96-dfb2-4517-bdce-d7c925c2c15a {
  text-align: center;
}




  #s-d3d4fc96-dfb2-4517-bdce-d7c925c2c15a img.shogun-image {
    
    width: px;
  }


#s-d3d4fc96-dfb2-4517-bdce-d7c925c2c15a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5d848d66-d884-4b5e-b18b-c302f23584e6 {
  text-align: center;
}




  #s-5d848d66-d884-4b5e-b18b-c302f23584e6 img.shogun-image {
    
    width: px;
  }


#s-5d848d66-d884-4b5e-b18b-c302f23584e6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-936684db-d814-487e-a29d-abc77f6b6a06 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-936684db-d814-487e-a29d-abc77f6b6a06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-05c720c2-551d-4bae-aa01-76ce5e39db1f {
  text-align: center;
}




  #s-05c720c2-551d-4bae-aa01-76ce5e39db1f img.shogun-image {
    
    width: px;
  }


#s-05c720c2-551d-4bae-aa01-76ce5e39db1f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a420cbb8-f4f1-4976-b27c-4982f3a470c1 {
  text-align: center;
}




  #s-a420cbb8-f4f1-4976-b27c-4982f3a470c1 img.shogun-image {
    
    width: px;
  }


#s-a420cbb8-f4f1-4976-b27c-4982f3a470c1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-263992ca-8133-4cc4-bbbf-01994942e5b2 {
  text-align: center;
}




  #s-263992ca-8133-4cc4-bbbf-01994942e5b2 img.shogun-image {
    
    width: px;
  }


#s-263992ca-8133-4cc4-bbbf-01994942e5b2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0e6a50ef-8dd4-4ad1-b838-0d0d63cba3bb {
  text-align: center;
}




  #s-0e6a50ef-8dd4-4ad1-b838-0d0d63cba3bb img.shogun-image {
    
    width: px;
  }


#s-0e6a50ef-8dd4-4ad1-b838-0d0d63cba3bb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3d16207a-e8e1-4fd3-949c-bd3b125227da {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d16207a-e8e1-4fd3-949c-bd3b125227da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1a4d62d4-43c2-401a-99fe-4636a62135a4 {
  text-align: center;
}




  #s-1a4d62d4-43c2-401a-99fe-4636a62135a4 img.shogun-image {
    
    width: px;
  }


#s-1a4d62d4-43c2-401a-99fe-4636a62135a4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cbdc12c9-0ceb-4f44-b5a4-a958dc4ea370 {
  text-align: center;
}




  #s-cbdc12c9-0ceb-4f44-b5a4-a958dc4ea370 img.shogun-image {
    
    width: px;
  }


#s-cbdc12c9-0ceb-4f44-b5a4-a958dc4ea370 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-78860b63-3020-41c9-8836-d86c69d127e0 {
  text-align: center;
}




  #s-78860b63-3020-41c9-8836-d86c69d127e0 img.shogun-image {
    
    width: px;
  }


#s-78860b63-3020-41c9-8836-d86c69d127e0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-155965d4-8f32-4c7e-a1da-da5953a590d5 {
  text-align: center;
}




  #s-155965d4-8f32-4c7e-a1da-da5953a590d5 img.shogun-image {
    
    width: px;
  }


#s-155965d4-8f32-4c7e-a1da-da5953a590d5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-90b19e03-46f3-4e81-a794-5fdcc39cb428 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b19e03-46f3-4e81-a794-5fdcc39cb428"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca9b519a-835d-4524-9233-581c656d7424 {
  text-align: center;
}




  #s-ca9b519a-835d-4524-9233-581c656d7424 img.shogun-image {
    
    width: px;
  }


#s-ca9b519a-835d-4524-9233-581c656d7424 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2cc8a8c9-6989-45fc-9af8-2a07d0059500 {
  margin-top: 30px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2cc8a8c9-6989-45fc-9af8-2a07d0059500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc8a8c9-6989-45fc-9af8-2a07d0059500.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

.shg-btn.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-da67b51b-5f45-481f-b996-86e1deada474 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
text-align: center;
background-color: rgba(242, 100, 34, 1);
text-decoration: none;
}
#s-da67b51b-5f45-481f-b996-86e1deada474:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
max-width: 360px !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;}#s-da67b51b-5f45-481f-b996-86e1deada474:active {text-align: center !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-da67b51b-5f45-481f-b996-86e1deada474 {
  display: none;
}
#s-da67b51b-5f45-481f-b996-86e1deada474, #wrap-s-da67b51b-5f45-481f-b996-86e1deada474 { display:none !important; }}@media (max-width: 767px){#s-da67b51b-5f45-481f-b996-86e1deada474 {
  display: none;
}
#s-da67b51b-5f45-481f-b996-86e1deada474, #wrap-s-da67b51b-5f45-481f-b996-86e1deada474 { display:none !important; }}


#s-da67b51b-5f45-481f-b996-86e1deada474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 100;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
text-align: center;
background-color: rgba(242, 100, 34, 1);
text-decoration: none;
}
#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;}#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332:active {text-align: center !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332 {
  display: none;
}
#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332, #wrap-s-ef0dbe75-7eec-4333-bb24-f2d6958a1332 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332 {
  display: none;
}
#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332, #wrap-s-ef0dbe75-7eec-4333-bb24-f2d6958a1332 { display:none !important; }}


#s-ef0dbe75-7eec-4333-bb24-f2d6958a1332.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 100;
  
  font-family: Montserrat;
  display:  block ;
}

.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-c9f441e8-4e4a-41d7-af4f-80ebe59bb24f {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-c9f441e8-4e4a-41d7-af4f-80ebe59bb24f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-295086a4-79bb-4088-a99b-5762f97ed80a {
  margin-top: 10px;
margin-bottom: 40px;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
