.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

.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-4a6aad9e-b06a-41c5-b904-ded3685e983e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-312f147a-14a6-4919-9916-b77c6163400c {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}




  #s-312f147a-14a6-4919-9916-b77c6163400c img.shogun-image {
    
    width: px;
  }


#s-312f147a-14a6-4919-9916-b77c6163400c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(55, 55, 55, 1);
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee493ed8-7517-4d85-9d26-a0ac2a731312 {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(55, 55, 55, 1);
background-attachment: scroll;
}








#s-ee493ed8-7517-4d85-9d26-a0ac2a731312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee493ed8-7517-4d85-9d26-a0ac2a731312.shg-box.shg-c {
  justify-content: center;
}

#s-b44f5d11-5a50-4de4-a507-e75aa9d75f2b {
  margin-top: -40px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-c8755596-0d40-4bf8-8d8b-d98341358342 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(221, 221, 221, 0);
}

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

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

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

#s-52835617-baec-4a99-bcf7-3b02409d37c0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dbf6343b-73f3-4289-8ea8-14693019f7a4 {
  background-image: url(https://i.shgcdn.com/6f560f90-e95c-4184-98aa-15b8d0a47716/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-dbf6343b-73f3-4289-8ea8-14693019f7a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.46;
}#s-dbf6343b-73f3-4289-8ea8-14693019f7a4.shg-box.shg-c {
  justify-content: center;
}

#s-56954018-f9e7-4ef7-9870-0b051ade365d {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-8cc7313b-8efe-4754-a6fb-103bf59ae9ae {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-8cc7313b-8efe-4754-a6fb-103bf59ae9ae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.41;
}#s-8cc7313b-8efe-4754-a6fb-103bf59ae9ae.shg-box.shg-c {
  justify-content: center;
}

#s-69ab257e-4f57-4ad5-b3e7-21981c1a2602 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-2a62535d-45a2-4271-8943-6a384d530f0c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-2a62535d-45a2-4271-8943-6a384d530f0c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.41;
}#s-2a62535d-45a2-4271-8943-6a384d530f0c.shg-box.shg-c {
  justify-content: center;
}

#s-12761435-42d2-4ae5-bccc-8bf74a1addab {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-323f606e-7e4f-44fb-9328-57896fcc3ea0 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-323f606e-7e4f-44fb-9328-57896fcc3ea0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.55;
}#s-323f606e-7e4f-44fb-9328-57896fcc3ea0.shg-box.shg-c {
  justify-content: center;
}

#s-72864625-bd71-4a42-8148-6a7d6c360b48 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-71aebf9e-c181-4999-bcc4-5c6830ad4a44 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-71aebf9e-c181-4999-bcc4-5c6830ad4a44 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.48;
}#s-71aebf9e-c181-4999-bcc4-5c6830ad4a44.shg-box.shg-c {
  justify-content: center;
}

#s-65566ac1-2440-4085-9ab8-ad1f057006e6 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-279051fc-96a4-4305-8266-cf99c69e9616 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-279051fc-96a4-4305-8266-cf99c69e9616 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.47;
}#s-279051fc-96a4-4305-8266-cf99c69e9616.shg-box.shg-c {
  justify-content: center;
}

#s-5aec21b7-fcc4-498b-940e-af9c06af8672 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-b5a4d079-9b81-4b78-abd2-93ba0e8d3c66 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-b5a4d079-9b81-4b78-abd2-93ba0e8d3c66 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-b5a4d079-9b81-4b78-abd2-93ba0e8d3c66.shg-box.shg-c {
  justify-content: center;
}

#s-9627a67a-bc85-4e5c-9f4d-c304788bca84 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-30e03392-36c8-4a3e-8978-f2afa662294d {
  background-image: url(https://i.shgcdn.com/2c20235b-f9d3-40d0-88de-f0e62ffc2957/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-30e03392-36c8-4a3e-8978-f2afa662294d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.31;
}#s-30e03392-36c8-4a3e-8978-f2afa662294d.shg-box.shg-c {
  justify-content: center;
}

#s-8eb143e8-7843-4ae3-9fe9-180ddfd3b8da {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-db37a2bf-dbf0-4167-ad30-49e6310b5d33 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-db37a2bf-dbf0-4167-ad30-49e6310b5d33 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.51;
}#s-db37a2bf-dbf0-4167-ad30-49e6310b5d33.shg-box.shg-c {
  justify-content: center;
}

#s-26e15b12-2de2-4ce4-8d64-20ab19069ceb {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-96356108-912b-4789-b1dc-6c76fcbbfee2 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-96356108-912b-4789-b1dc-6c76fcbbfee2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.47;
}#s-96356108-912b-4789-b1dc-6c76fcbbfee2.shg-box.shg-c {
  justify-content: center;
}

#s-7e5c055a-284d-4970-bbd5-78cf2f5f6b85 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-aae675a6-07ab-4d0c-8447-30d2a9818d2a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-aae675a6-07ab-4d0c-8447-30d2a9818d2a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.46;
}#s-aae675a6-07ab-4d0c-8447-30d2a9818d2a.shg-box.shg-c {
  justify-content: center;
}

#s-29538718-7c25-4fd9-a69b-e77e08a03460 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-e271dcbc-ba55-49bc-b750-b5f0db36d02f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-e271dcbc-ba55-49bc-b750-b5f0db36d02f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.36;
}#s-e271dcbc-ba55-49bc-b750-b5f0db36d02f.shg-box.shg-c {
  justify-content: center;
}

#s-aa84df1c-8668-4872-8ab4-c3c055f4ea4b {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-c8be11e1-3eda-4925-9ac7-77364f54cef7 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-c8be11e1-3eda-4925-9ac7-77364f54cef7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-c8be11e1-3eda-4925-9ac7-77364f54cef7.shg-box.shg-c {
  justify-content: center;
}

#s-93abdb52-5247-4225-9c88-d8cccd3f6827 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-d72964e9-79fc-4a24-8994-1a4eea8e78e1 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-d72964e9-79fc-4a24-8994-1a4eea8e78e1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-d72964e9-79fc-4a24-8994-1a4eea8e78e1.shg-box.shg-c {
  justify-content: center;
}

#s-d30a6242-cf60-40eb-ae7e-862830b1b694 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-44287ddd-3e79-48cf-a8b7-156e138af42e {
  background-image: url(https://i.shgcdn.com/f1df0961-3919-4eac-8e37-3874b5fc9714/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-44287ddd-3e79-48cf-a8b7-156e138af42e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.24;
}#s-44287ddd-3e79-48cf-a8b7-156e138af42e.shg-box.shg-c {
  justify-content: center;
}

#s-237e6625-b4c8-4d28-9ef8-a08496f5ea6d {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-b4fad749-8bd5-48c3-ad25-ba3b4fb0eace {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-b4fad749-8bd5-48c3-ad25-ba3b4fb0eace > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.47;
}#s-b4fad749-8bd5-48c3-ad25-ba3b4fb0eace.shg-box.shg-c {
  justify-content: center;
}

#s-0c7327b2-3a7e-42ec-8da1-9eacbd951d7e {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-0888b77d-6ab7-4d7e-a13a-f2bfa97ae098 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-0888b77d-6ab7-4d7e-a13a-f2bfa97ae098 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.42;
}#s-0888b77d-6ab7-4d7e-a13a-f2bfa97ae098.shg-box.shg-c {
  justify-content: center;
}

#s-f96eeb21-2516-4f6c-8959-c0d0d4608a02 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-08326743-7618-42d8-89b0-3dce8e635843 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-08326743-7618-42d8-89b0-3dce8e635843 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-08326743-7618-42d8-89b0-3dce8e635843.shg-box.shg-c {
  justify-content: center;
}

#s-81959db1-6ba0-4c2e-949a-5b7c5446a759 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-c0dd13b4-096e-4501-95e5-25f9d69fbc9c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-c0dd13b4-096e-4501-95e5-25f9d69fbc9c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.28;
}#s-c0dd13b4-096e-4501-95e5-25f9d69fbc9c.shg-box.shg-c {
  justify-content: center;
}

#s-f5b2e543-e5a5-4023-b511-a042394eb834 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-adf1e2f5-d895-48f2-9acd-5d4cc00af9d2 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-adf1e2f5-d895-48f2-9acd-5d4cc00af9d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.43;
}#s-adf1e2f5-d895-48f2-9acd-5d4cc00af9d2.shg-box.shg-c {
  justify-content: center;
}

#s-86b4f562-4ab0-4edb-b336-22ef6ea88a05 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-4622183c-8961-4e13-9a3a-e8f09989a0c0 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-4622183c-8961-4e13-9a3a-e8f09989a0c0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-4622183c-8961-4e13-9a3a-e8f09989a0c0.shg-box.shg-c {
  justify-content: center;
}

#s-41c5f45e-2bfe-44e9-93fb-f09b851f6254 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 {
  display: none;
}
#s-3475a2ec-3b21-4900-b00d-60a21fd160d0, #wrap-s-3475a2ec-3b21-4900-b00d-60a21fd160d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 {
  display: none;
}
#s-3475a2ec-3b21-4900-b00d-60a21fd160d0, #wrap-s-3475a2ec-3b21-4900-b00d-60a21fd160d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 {
  display: none;
}
#s-3475a2ec-3b21-4900-b00d-60a21fd160d0, #wrap-s-3475a2ec-3b21-4900-b00d-60a21fd160d0 { display:none !important; }}@media (max-width: 767px){#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 {
  display: none;
}
#s-3475a2ec-3b21-4900-b00d-60a21fd160d0, #wrap-s-3475a2ec-3b21-4900-b00d-60a21fd160d0 { display:none !important; }}







#s-3475a2ec-3b21-4900-b00d-60a21fd160d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3475a2ec-3b21-4900-b00d-60a21fd160d0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46162525-533f-4c6b-b6ce-a16e6d43d962"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4aeda81b-bc0c-44be-a181-3b46a6721d54 {
  text-align: center;
}




  #s-4aeda81b-bc0c-44be-a181-3b46a6721d54 img.shogun-image {
    
    width: px;
  }


#s-4aeda81b-bc0c-44be-a181-3b46a6721d54 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d9e9532-84b2-4cfb-a6e1-dedb9769b1b2 {
  text-align: center;
}




  #s-4d9e9532-84b2-4cfb-a6e1-dedb9769b1b2 img.shogun-image {
    
    width: px;
  }


#s-4d9e9532-84b2-4cfb-a6e1-dedb9769b1b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2fca546-c00b-4a44-914b-8c18f08989bc {
  min-height: 50px;
}








#s-d2fca546-c00b-4a44-914b-8c18f08989bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2fca546-c00b-4a44-914b-8c18f08989bc.shg-box.shg-c {
  justify-content: center;
}

#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 70px;
padding-left: 0px;
padding-bottom: 70px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 {
  
}
}@media (max-width: 767px){#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 {
  
}
}







#s-5d576374-f6f6-4500-9dbd-558ad8d37c02 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-5d576374-f6f6-4500-9dbd-558ad8d37c02.shg-box.shg-c {
  justify-content: center;
}

#s-dae8b104-d893-4d19-aa6e-d110b5885898 {
  min-height: 50px;
}








#s-dae8b104-d893-4d19-aa6e-d110b5885898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae8b104-d893-4d19-aa6e-d110b5885898.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-e7a5a9cb-31e8-4ce6-8610-b897b3be0347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7a5a9cb-31e8-4ce6-8610-b897b3be0347 .shogun-heading-component h2 {
  color: rgba(237, 138, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-d4f7e715-3216-44df-a485-ff8933de0735 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-d4f7e715-3216-44df-a485-ff8933de0735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f7e715-3216-44df-a485-ff8933de0735.shg-box.shg-c {
  justify-content: center;
}

#s-c7b77109-09e9-4106-8e07-e7d7da04a935 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7b77109-09e9-4106-8e07-e7d7da04a935 .shogun-heading-component h5 {
  color: rgba(254, 254, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77ba7f69-e956-44f6-ac90-88c1c9276ed2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-55b6ba3d-a4d3-46c9-980f-2be60bd6c122 {
  text-align: center;
}




  #s-55b6ba3d-a4d3-46c9-980f-2be60bd6c122 img.shogun-image {
    
    width: px;
  }


#s-55b6ba3d-a4d3-46c9-980f-2be60bd6c122 .shogun-image-content {
  
    align-items: center;
  
}

#s-828118d2-916c-482a-9c73-f902b149bae1 {
  text-align: center;
}




  #s-828118d2-916c-482a-9c73-f902b149bae1 img.shogun-image {
    
    width: px;
  }


#s-828118d2-916c-482a-9c73-f902b149bae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-904ddded-662d-4a36-bebe-696d9d93856c {
  text-align: center;
}




  #s-904ddded-662d-4a36-bebe-696d9d93856c img.shogun-image {
    
    width: px;
  }


#s-904ddded-662d-4a36-bebe-696d9d93856c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f15dc43-8e14-43c0-bcfa-67f00ad68982"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4f03b39c-e575-42e9-bb12-a6fc352e000e {
  text-align: center;
}




  #s-4f03b39c-e575-42e9-bb12-a6fc352e000e img.shogun-image {
    
    width: px;
  }


#s-4f03b39c-e575-42e9-bb12-a6fc352e000e .shogun-image-content {
  
    align-items: center;
  
}

#s-59bd98ce-feaa-4ecf-91f9-8d2cc71c3535 {
  text-align: center;
}




  #s-59bd98ce-feaa-4ecf-91f9-8d2cc71c3535 img.shogun-image {
    
    width: px;
  }


#s-59bd98ce-feaa-4ecf-91f9-8d2cc71c3535 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd6bc350-d67c-4fa3-bf23-dfcea0768424 {
  text-align: center;
}




  #s-dd6bc350-d67c-4fa3-bf23-dfcea0768424 img.shogun-image {
    
    width: px;
  }


#s-dd6bc350-d67c-4fa3-bf23-dfcea0768424 .shogun-image-content {
  
    align-items: center;
  
}

#s-c31fb4a5-2b9a-4aec-bcff-031591bba55a {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-c31fb4a5-2b9a-4aec-bcff-031591bba55a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c31fb4a5-2b9a-4aec-bcff-031591bba55a.shg-box.shg-c {
  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-21c7019c-757c-48c3-915e-f103aa6be1f3 {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(237, 138, 45, 1);
text-align: center;
text-decoration: none;
color: rgba(55, 55, 55, 1);
}
#s-21c7019c-757c-48c3-915e-f103aa6be1f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21c7019c-757c-48c3-915e-f103aa6be1f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21c7019c-757c-48c3-915e-f103aa6be1f3.shg-btn {
  color: rgba(55, 55, 55, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ac93eab1-a5c9-4d49-9d46-ee239d36aa3e {
  margin-top: 15px;
padding-bottom: 10px;
}

#s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76a84317-9c52-4dfe-b9d3-f47bbf3154e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-adff74f4-76bd-47fd-af3a-186838877fb3 {
  text-align: center;
}




  #s-adff74f4-76bd-47fd-af3a-186838877fb3 img.shogun-image {
    
    width: px;
  }


#s-adff74f4-76bd-47fd-af3a-186838877fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc030fe2-8522-4c87-b425-c54a50370e80 {
  text-align: center;
}




  #s-fc030fe2-8522-4c87-b425-c54a50370e80 img.shogun-image {
    
    width: px;
  }


#s-fc030fe2-8522-4c87-b425-c54a50370e80 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1061b1e-21d2-4146-bd7b-86852543c1a1 {
  text-align: center;
}




  #s-d1061b1e-21d2-4146-bd7b-86852543c1a1 img.shogun-image {
    
    width: px;
  }


#s-d1061b1e-21d2-4146-bd7b-86852543c1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-452a4965-0c9c-4331-b033-c890d045cf04 {
  text-align: center;
}




  #s-452a4965-0c9c-4331-b033-c890d045cf04 img.shogun-image {
    
    width: px;
  }


#s-452a4965-0c9c-4331-b033-c890d045cf04 .shogun-image-content {
  
    align-items: center;
  
}

#s-496e2b07-93b2-4682-9d8a-a70689df43fc {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-496e2b07-93b2-4682-9d8a-a70689df43fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d2663ada-a721-4f0b-8ed0-a2038e73b9d5 {
  text-align: center;
}




  #s-d2663ada-a721-4f0b-8ed0-a2038e73b9d5 img.shogun-image {
    
    width: px;
  }


#s-d2663ada-a721-4f0b-8ed0-a2038e73b9d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9177e7db-69c2-4d29-a410-6fe17afafe57 {
  text-align: center;
}




  #s-9177e7db-69c2-4d29-a410-6fe17afafe57 img.shogun-image {
    
    width: px;
  }


#s-9177e7db-69c2-4d29-a410-6fe17afafe57 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1cd543-98b1-4d6e-88c8-75df67fd8993 {
  text-align: center;
}




  #s-1f1cd543-98b1-4d6e-88c8-75df67fd8993 img.shogun-image {
    
    width: px;
  }


#s-1f1cd543-98b1-4d6e-88c8-75df67fd8993 .shogun-image-content {
  
    align-items: center;
  
}

#s-83ab4904-66a2-4087-a399-4c6b960a10e8 {
  text-align: center;
}




  #s-83ab4904-66a2-4087-a399-4c6b960a10e8 img.shogun-image {
    
    width: px;
  }


#s-83ab4904-66a2-4087-a399-4c6b960a10e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-814627be-324e-498e-8332-c5e1f60f23a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-814627be-324e-498e-8332-c5e1f60f23a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a9f6e00d-25f8-4abc-b785-1263d768655f {
  text-align: center;
}




  #s-a9f6e00d-25f8-4abc-b785-1263d768655f img.shogun-image {
    
    width: px;
  }


#s-a9f6e00d-25f8-4abc-b785-1263d768655f .shogun-image-content {
  
    align-items: center;
  
}

#s-642ee270-ee2a-4869-ae6d-77034b747cfa {
  text-align: center;
}




  #s-642ee270-ee2a-4869-ae6d-77034b747cfa img.shogun-image {
    
    width: px;
  }


#s-642ee270-ee2a-4869-ae6d-77034b747cfa .shogun-image-content {
  
    align-items: center;
  
}

#s-e2518178-dba6-4514-bd45-268ceb667015 {
  text-align: center;
}




  #s-e2518178-dba6-4514-bd45-268ceb667015 img.shogun-image {
    
    width: px;
  }


#s-e2518178-dba6-4514-bd45-268ceb667015 .shogun-image-content {
  
    align-items: center;
  
}

#s-951f066b-9786-4513-acb3-20ef554b9cc9 {
  text-align: center;
}




  #s-951f066b-9786-4513-acb3-20ef554b9cc9 img.shogun-image {
    
    width: px;
  }


#s-951f066b-9786-4513-acb3-20ef554b9cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f7f057-373b-4f33-a0f8-30fdf9f18399 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6f7f057-373b-4f33-a0f8-30fdf9f18399"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0bf0c54f-4b75-4b5b-96ff-0b7c43de9fcc {
  text-align: center;
}




  #s-0bf0c54f-4b75-4b5b-96ff-0b7c43de9fcc img.shogun-image {
    
    width: px;
  }


#s-0bf0c54f-4b75-4b5b-96ff-0b7c43de9fcc .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c38f0f-146e-4379-b0e7-3e2f0123eb83 {
  text-align: center;
}




  #s-d1c38f0f-146e-4379-b0e7-3e2f0123eb83 img.shogun-image {
    
    width: px;
  }


#s-d1c38f0f-146e-4379-b0e7-3e2f0123eb83 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed50ca92-f9a6-4e4b-8ca0-5ea995e99df5 {
  text-align: center;
}




  #s-ed50ca92-f9a6-4e4b-8ca0-5ea995e99df5 img.shogun-image {
    
    width: px;
  }


#s-ed50ca92-f9a6-4e4b-8ca0-5ea995e99df5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e38a2a1c-bc2e-454f-bedb-930da407387a {
  text-align: center;
}




  #s-e38a2a1c-bc2e-454f-bedb-930da407387a img.shogun-image {
    
    width: px;
  }


#s-e38a2a1c-bc2e-454f-bedb-930da407387a .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcb32e5a-15a1-4567-8e00-91d0fa1f0ae8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9eca5ae8-7fd0-48b3-8aff-8dcf23797471 {
  text-align: center;
}




  #s-9eca5ae8-7fd0-48b3-8aff-8dcf23797471 img.shogun-image {
    
    width: px;
  }


#s-9eca5ae8-7fd0-48b3-8aff-8dcf23797471 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4f35de-eda3-444c-9252-8e823e7120a2 {
  text-align: center;
}




  #s-fe4f35de-eda3-444c-9252-8e823e7120a2 img.shogun-image {
    
    width: px;
  }


#s-fe4f35de-eda3-444c-9252-8e823e7120a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-28ee723a-2d5c-4ee1-887c-6632f93ad12e {
  text-align: center;
}




  #s-28ee723a-2d5c-4ee1-887c-6632f93ad12e img.shogun-image {
    
    width: px;
  }


#s-28ee723a-2d5c-4ee1-887c-6632f93ad12e .shogun-image-content {
  
    align-items: center;
  
}

#s-1737b4ab-ba6d-4060-a01e-c9254a153fc9 {
  text-align: center;
}




  #s-1737b4ab-ba6d-4060-a01e-c9254a153fc9 img.shogun-image {
    
    width: px;
  }


#s-1737b4ab-ba6d-4060-a01e-c9254a153fc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd393d68-4434-40a8-8845-3995861468e3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd393d68-4434-40a8-8845-3995861468e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cd712ea2-9065-4981-be3f-2feb2edd7573 {
  text-align: center;
}




  #s-cd712ea2-9065-4981-be3f-2feb2edd7573 img.shogun-image {
    
    width: px;
  }


#s-cd712ea2-9065-4981-be3f-2feb2edd7573 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a1298d1-0672-4feb-aca5-61cb48b5536d {
  text-align: center;
}




  #s-3a1298d1-0672-4feb-aca5-61cb48b5536d img.shogun-image {
    
    width: px;
  }


#s-3a1298d1-0672-4feb-aca5-61cb48b5536d .shogun-image-content {
  
    align-items: center;
  
}

#s-01aef9de-e0aa-4a53-b7d0-359ac15061f7 {
  text-align: center;
}




  #s-01aef9de-e0aa-4a53-b7d0-359ac15061f7 img.shogun-image {
    
    width: px;
  }


#s-01aef9de-e0aa-4a53-b7d0-359ac15061f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-79d1a559-a08a-4498-ad6b-368d859758a4 {
  text-align: center;
}




  #s-79d1a559-a08a-4498-ad6b-368d859758a4 img.shogun-image {
    
    width: px;
  }


#s-79d1a559-a08a-4498-ad6b-368d859758a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c936464d-3b0b-47dd-b385-d5fc963cf3d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c936464d-3b0b-47dd-b385-d5fc963cf3d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d8d72473-8cc7-4544-b8b8-96483ef0373f {
  text-align: center;
}




  #s-d8d72473-8cc7-4544-b8b8-96483ef0373f img.shogun-image {
    
    width: px;
  }


#s-d8d72473-8cc7-4544-b8b8-96483ef0373f .shogun-image-content {
  
    align-items: center;
  
}

#s-5ee772c4-3fdf-48da-b36f-5f8dd883f299 {
  text-align: center;
}




  #s-5ee772c4-3fdf-48da-b36f-5f8dd883f299 img.shogun-image {
    
    width: px;
  }


#s-5ee772c4-3fdf-48da-b36f-5f8dd883f299 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b19f66-d3ec-465b-a7f8-ff97bbd1097d {
  text-align: center;
}




  #s-d2b19f66-d3ec-465b-a7f8-ff97bbd1097d img.shogun-image {
    
    width: px;
  }


#s-d2b19f66-d3ec-465b-a7f8-ff97bbd1097d .shogun-image-content {
  
    align-items: center;
  
}

#s-632ec790-5cbe-4872-998b-e8999100a03b {
  text-align: center;
}




  #s-632ec790-5cbe-4872-998b-e8999100a03b img.shogun-image {
    
    width: px;
  }


#s-632ec790-5cbe-4872-998b-e8999100a03b .shogun-image-content {
  
    align-items: center;
  
}

#s-f13ae837-7bf3-4af2-93fb-676509749ca3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13ae837-7bf3-4af2-93fb-676509749ca3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8d84e15c-12e1-4bf4-810a-9a1059965d9a {
  text-align: center;
}




  #s-8d84e15c-12e1-4bf4-810a-9a1059965d9a img.shogun-image {
    
    width: px;
  }


#s-8d84e15c-12e1-4bf4-810a-9a1059965d9a .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c98006-e381-40eb-92a3-dda2fa59878d {
  text-align: center;
}




  #s-a3c98006-e381-40eb-92a3-dda2fa59878d img.shogun-image {
    
    width: px;
  }


#s-a3c98006-e381-40eb-92a3-dda2fa59878d .shogun-image-content {
  
    align-items: center;
  
}

#s-83f67752-ab03-40a1-b348-7b91093b854b {
  text-align: center;
}




  #s-83f67752-ab03-40a1-b348-7b91093b854b img.shogun-image {
    
    width: px;
  }


#s-83f67752-ab03-40a1-b348-7b91093b854b .shogun-image-content {
  
    align-items: center;
  
}

#s-51d36df5-b777-4e6e-a276-b26280f15d5c {
  text-align: center;
}




  #s-51d36df5-b777-4e6e-a276-b26280f15d5c img.shogun-image {
    
    width: px;
  }


#s-51d36df5-b777-4e6e-a276-b26280f15d5c .shogun-image-content {
  
    align-items: center;
  
}

#s-2f077e3a-6d80-4460-b99d-62a7db94378a {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2f077e3a-6d80-4460-b99d-62a7db94378a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2b2cca04-fc23-44bc-ad07-4725a160976f {
  text-align: center;
}




  #s-2b2cca04-fc23-44bc-ad07-4725a160976f img.shogun-image {
    
    width: px;
  }


#s-2b2cca04-fc23-44bc-ad07-4725a160976f .shogun-image-content {
  
    align-items: center;
  
}

#s-2deb27e4-31e2-4164-862c-f9a3334044f8 {
  text-align: center;
}




  #s-2deb27e4-31e2-4164-862c-f9a3334044f8 img.shogun-image {
    
    width: px;
  }


#s-2deb27e4-31e2-4164-862c-f9a3334044f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-00f60e4d-ab48-4a84-8a5b-00620db32212 {
  text-align: center;
}




  #s-00f60e4d-ab48-4a84-8a5b-00620db32212 img.shogun-image {
    
    width: px;
  }


#s-00f60e4d-ab48-4a84-8a5b-00620db32212 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a4906d2-fed3-4d3b-9030-98377f9e50f1 {
  text-align: center;
}




  #s-7a4906d2-fed3-4d3b-9030-98377f9e50f1 img.shogun-image {
    
    width: px;
  }


#s-7a4906d2-fed3-4d3b-9030-98377f9e50f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d8c186a-c002-4723-bb79-6270a71e020f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0d8c186a-c002-4723-bb79-6270a71e020f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0ae6f9bf-2136-4a10-ae53-48aaebb9c73a {
  text-align: center;
}




  #s-0ae6f9bf-2136-4a10-ae53-48aaebb9c73a img.shogun-image {
    
    width: px;
  }


#s-0ae6f9bf-2136-4a10-ae53-48aaebb9c73a .shogun-image-content {
  
    align-items: center;
  
}

#s-981e48dd-ad6c-4b26-8515-ab24f00dd941 {
  text-align: center;
}




  #s-981e48dd-ad6c-4b26-8515-ab24f00dd941 img.shogun-image {
    
    width: px;
  }


#s-981e48dd-ad6c-4b26-8515-ab24f00dd941 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5391d16-e090-47e3-bf4c-5ca07b850f60 {
  text-align: center;
}




  #s-b5391d16-e090-47e3-bf4c-5ca07b850f60 img.shogun-image {
    
    width: px;
  }


#s-b5391d16-e090-47e3-bf4c-5ca07b850f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb484cd-3e1c-4d97-b8f5-574e1e5a41ff {
  text-align: center;
}




  #s-2bb484cd-3e1c-4d97-b8f5-574e1e5a41ff img.shogun-image {
    
    width: px;
  }


#s-2bb484cd-3e1c-4d97-b8f5-574e1e5a41ff .shogun-image-content {
  
    align-items: center;
  
}

#s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-76ada25d-fb30-488d-9b26-bb9d9da5bb3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a3d77f84-021a-4be0-b212-24c06217d2f6 {
  text-align: center;
}




  #s-a3d77f84-021a-4be0-b212-24c06217d2f6 img.shogun-image {
    
    width: px;
  }


#s-a3d77f84-021a-4be0-b212-24c06217d2f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-62f511e1-597d-4937-95db-2df8f0b2dffb {
  text-align: center;
}




  #s-62f511e1-597d-4937-95db-2df8f0b2dffb img.shogun-image {
    
    width: px;
  }


#s-62f511e1-597d-4937-95db-2df8f0b2dffb .shogun-image-content {
  
    align-items: center;
  
}

#s-de645a52-00c2-4314-8fd9-5785a0e80d3d {
  text-align: center;
}




  #s-de645a52-00c2-4314-8fd9-5785a0e80d3d img.shogun-image {
    
    width: px;
  }


#s-de645a52-00c2-4314-8fd9-5785a0e80d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-93db01ea-47de-45f9-a079-ac3e73401afd {
  text-align: center;
}




  #s-93db01ea-47de-45f9-a079-ac3e73401afd img.shogun-image {
    
    width: px;
  }


#s-93db01ea-47de-45f9-a079-ac3e73401afd .shogun-image-content {
  
    align-items: center;
  
}

#s-daa15b41-0463-4d1a-8d0e-391d1c66d814 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-daa15b41-0463-4d1a-8d0e-391d1c66d814"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fcbe42f4-13ab-45c1-b4ae-2ccbbe5df24c {
  text-align: center;
}




  #s-fcbe42f4-13ab-45c1-b4ae-2ccbbe5df24c img.shogun-image {
    
    width: px;
  }


#s-fcbe42f4-13ab-45c1-b4ae-2ccbbe5df24c .shogun-image-content {
  
    align-items: center;
  
}

#s-390aff3c-c557-4888-ade8-db481a0397d2 {
  text-align: center;
}




  #s-390aff3c-c557-4888-ade8-db481a0397d2 img.shogun-image {
    
    width: px;
  }


#s-390aff3c-c557-4888-ade8-db481a0397d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a90f58c7-b37c-4f92-9607-200ac623d49b {
  text-align: center;
}




  #s-a90f58c7-b37c-4f92-9607-200ac623d49b img.shogun-image {
    
    width: px;
  }


#s-a90f58c7-b37c-4f92-9607-200ac623d49b .shogun-image-content {
  
    align-items: center;
  
}

#s-25381ae3-d62d-4b57-81a6-aabe6e2279cb {
  text-align: center;
}




  #s-25381ae3-d62d-4b57-81a6-aabe6e2279cb img.shogun-image {
    
    width: px;
  }


#s-25381ae3-d62d-4b57-81a6-aabe6e2279cb .shogun-image-content {
  
    align-items: center;
  
}

#s-d516bed3-b721-4264-a993-945c15fdf7b3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d516bed3-b721-4264-a993-945c15fdf7b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9624923c-690a-40e4-adc3-1f2a76829e6d {
  text-align: center;
}




  #s-9624923c-690a-40e4-adc3-1f2a76829e6d img.shogun-image {
    
    width: px;
  }


#s-9624923c-690a-40e4-adc3-1f2a76829e6d .shogun-image-content {
  
    align-items: center;
  
}

#s-a5566361-eb54-4fae-b355-4b5941377d47 {
  text-align: center;
}




  #s-a5566361-eb54-4fae-b355-4b5941377d47 img.shogun-image {
    
    width: px;
  }


#s-a5566361-eb54-4fae-b355-4b5941377d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-b22ba25d-4cba-47ee-814b-b73f4759c973 {
  text-align: center;
}




  #s-b22ba25d-4cba-47ee-814b-b73f4759c973 img.shogun-image {
    
    width: px;
  }


#s-b22ba25d-4cba-47ee-814b-b73f4759c973 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b8ff45e-28fe-41f7-ae27-ac20a7087a50 {
  text-align: center;
}




  #s-8b8ff45e-28fe-41f7-ae27-ac20a7087a50 img.shogun-image {
    
    width: px;
  }


#s-8b8ff45e-28fe-41f7-ae27-ac20a7087a50 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ade63f-08b5-419a-952d-42eba7e9de73 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4ade63f-08b5-419a-952d-42eba7e9de73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3636f333-3923-4a28-807a-9b5bd47732b4 {
  text-align: center;
}




  #s-3636f333-3923-4a28-807a-9b5bd47732b4 img.shogun-image {
    
    width: px;
  }


#s-3636f333-3923-4a28-807a-9b5bd47732b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b0fbc81-4caf-4d63-bec5-3c945d79aae9 {
  text-align: center;
}




  #s-9b0fbc81-4caf-4d63-bec5-3c945d79aae9 img.shogun-image {
    
    width: px;
  }


#s-9b0fbc81-4caf-4d63-bec5-3c945d79aae9 .shogun-image-content {
  
    align-items: center;
  
}

#s-091febca-dc15-43ae-961e-b3c6ec4fa4f3 {
  text-align: center;
}




  #s-091febca-dc15-43ae-961e-b3c6ec4fa4f3 img.shogun-image {
    
    width: px;
  }


#s-091febca-dc15-43ae-961e-b3c6ec4fa4f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0031180-c536-4ff1-a58c-9b0df8b8c00e {
  text-align: center;
}




  #s-b0031180-c536-4ff1-a58c-9b0df8b8c00e img.shogun-image {
    
    width: px;
  }


#s-b0031180-c536-4ff1-a58c-9b0df8b8c00e .shogun-image-content {
  
    align-items: center;
  
}

#s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a6bd1b1-4a2a-4b4f-a895-8d91f568810a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-04e012e1-4e26-493b-b80b-a8283b9157ea {
  text-align: center;
}




  #s-04e012e1-4e26-493b-b80b-a8283b9157ea img.shogun-image {
    
    width: px;
  }


#s-04e012e1-4e26-493b-b80b-a8283b9157ea .shogun-image-content {
  
    align-items: center;
  
}

#s-c6a6017f-2437-4517-8a42-0d20ad2f926c {
  text-align: center;
}




  #s-c6a6017f-2437-4517-8a42-0d20ad2f926c img.shogun-image {
    
    width: px;
  }


#s-c6a6017f-2437-4517-8a42-0d20ad2f926c .shogun-image-content {
  
    align-items: center;
  
}

#s-9403db82-95ef-441f-8feb-ed8a8489c1d7 {
  text-align: center;
}




  #s-9403db82-95ef-441f-8feb-ed8a8489c1d7 img.shogun-image {
    
    width: px;
  }


#s-9403db82-95ef-441f-8feb-ed8a8489c1d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8031c595-9907-4678-aa39-0e056b6ec978 {
  text-align: center;
}




  #s-8031c595-9907-4678-aa39-0e056b6ec978 img.shogun-image {
    
    width: px;
  }


#s-8031c595-9907-4678-aa39-0e056b6ec978 .shogun-image-content {
  
    align-items: center;
  
}

#s-f97bf967-3420-4829-9d5b-e98654c8d80e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f97bf967-3420-4829-9d5b-e98654c8d80e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6fbf1685-bb8d-41ab-948e-ab710fab986b {
  text-align: center;
}




  #s-6fbf1685-bb8d-41ab-948e-ab710fab986b img.shogun-image {
    
    width: px;
  }


#s-6fbf1685-bb8d-41ab-948e-ab710fab986b .shogun-image-content {
  
    align-items: center;
  
}

#s-549860df-dd6b-45ef-a237-6dd3e3e93c97 {
  text-align: center;
}




  #s-549860df-dd6b-45ef-a237-6dd3e3e93c97 img.shogun-image {
    
    width: px;
  }


#s-549860df-dd6b-45ef-a237-6dd3e3e93c97 .shogun-image-content {
  
    align-items: center;
  
}

#s-1590902e-10f5-4b52-a0e6-6029a289836a {
  text-align: center;
}




  #s-1590902e-10f5-4b52-a0e6-6029a289836a img.shogun-image {
    
    width: px;
  }


#s-1590902e-10f5-4b52-a0e6-6029a289836a .shogun-image-content {
  
    align-items: center;
  
}

#s-1e13c5f3-6377-4f1d-be89-e1cab7898f1b {
  text-align: center;
}




  #s-1e13c5f3-6377-4f1d-be89-e1cab7898f1b img.shogun-image {
    
    width: px;
  }


#s-1e13c5f3-6377-4f1d-be89-e1cab7898f1b .shogun-image-content {
  
    align-items: center;
  
}

#s-b3868d7a-8ace-4990-802c-fc7b2f76464e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3868d7a-8ace-4990-802c-fc7b2f76464e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2d325744-2311-402b-9044-4961f7c1631c {
  text-align: center;
}




  #s-2d325744-2311-402b-9044-4961f7c1631c img.shogun-image {
    
    width: px;
  }


#s-2d325744-2311-402b-9044-4961f7c1631c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3370d6-7abb-4565-91d4-af24660ea639 {
  text-align: center;
}




  #s-0e3370d6-7abb-4565-91d4-af24660ea639 img.shogun-image {
    
    width: px;
  }


#s-0e3370d6-7abb-4565-91d4-af24660ea639 .shogun-image-content {
  
    align-items: center;
  
}

#s-a25b27ee-76be-4398-a6b6-a67138511937 {
  text-align: center;
}




  #s-a25b27ee-76be-4398-a6b6-a67138511937 img.shogun-image {
    
    width: px;
  }


#s-a25b27ee-76be-4398-a6b6-a67138511937 .shogun-image-content {
  
    align-items: center;
  
}

#s-4524c827-ed8f-4b7c-a8db-f559439149e9 {
  text-align: center;
}




  #s-4524c827-ed8f-4b7c-a8db-f559439149e9 img.shogun-image {
    
    width: px;
  }


#s-4524c827-ed8f-4b7c-a8db-f559439149e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3afb29-ab6b-400f-ab12-03913110e75f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c3afb29-ab6b-400f-ab12-03913110e75f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a3540353-1bbf-465e-9ea2-6d74c9a05c0c {
  text-align: center;
}




  #s-a3540353-1bbf-465e-9ea2-6d74c9a05c0c img.shogun-image {
    
    width: px;
  }


#s-a3540353-1bbf-465e-9ea2-6d74c9a05c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-66ab4e33-a0b5-4de4-a889-9b2376c4e26b {
  text-align: center;
}




  #s-66ab4e33-a0b5-4de4-a889-9b2376c4e26b img.shogun-image {
    
    width: px;
  }


#s-66ab4e33-a0b5-4de4-a889-9b2376c4e26b .shogun-image-content {
  
    align-items: center;
  
}

#s-8ee916a6-2a2b-4033-bc68-cec9f1c15590 {
  text-align: center;
}




  #s-8ee916a6-2a2b-4033-bc68-cec9f1c15590 img.shogun-image {
    
    width: px;
  }


#s-8ee916a6-2a2b-4033-bc68-cec9f1c15590 .shogun-image-content {
  
    align-items: center;
  
}

#s-f21514fe-0c53-49b2-8cac-2f2c84c3334b {
  text-align: center;
}




  #s-f21514fe-0c53-49b2-8cac-2f2c84c3334b img.shogun-image {
    
    width: px;
  }


#s-f21514fe-0c53-49b2-8cac-2f2c84c3334b .shogun-image-content {
  
    align-items: center;
  
}

#s-749cfe4d-f146-402e-9ac4-e1fa0902d08e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-749cfe4d-f146-402e-9ac4-e1fa0902d08e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cb126380-5ed3-4c45-8374-e3870e2615be {
  text-align: center;
}




  #s-cb126380-5ed3-4c45-8374-e3870e2615be img.shogun-image {
    
    width: px;
  }


#s-cb126380-5ed3-4c45-8374-e3870e2615be .shogun-image-content {
  
    align-items: center;
  
}

#s-9de9a022-e768-4568-92ab-95187e6be4c6 {
  text-align: center;
}




  #s-9de9a022-e768-4568-92ab-95187e6be4c6 img.shogun-image {
    
    width: px;
  }


#s-9de9a022-e768-4568-92ab-95187e6be4c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-89992e01-5545-4dea-ab35-a4a5764c9030 {
  text-align: center;
}




  #s-89992e01-5545-4dea-ab35-a4a5764c9030 img.shogun-image {
    
    width: px;
  }


#s-89992e01-5545-4dea-ab35-a4a5764c9030 .shogun-image-content {
  
    align-items: center;
  
}

#s-58299aa0-19b5-41c6-8398-241a2b667ffd {
  text-align: center;
}




  #s-58299aa0-19b5-41c6-8398-241a2b667ffd img.shogun-image {
    
    width: px;
  }


#s-58299aa0-19b5-41c6-8398-241a2b667ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-46e48cf7-85eb-47f2-9dac-c3867d24625f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-46e48cf7-85eb-47f2-9dac-c3867d24625f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d66ebf0c-9b17-4787-ae8e-5a6ef0504ff2 {
  text-align: center;
}




  #s-d66ebf0c-9b17-4787-ae8e-5a6ef0504ff2 img.shogun-image {
    
    width: px;
  }


#s-d66ebf0c-9b17-4787-ae8e-5a6ef0504ff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b829642e-fefa-4a80-8f6e-f8b3bba351f3 {
  text-align: center;
}




  #s-b829642e-fefa-4a80-8f6e-f8b3bba351f3 img.shogun-image {
    
    width: px;
  }


#s-b829642e-fefa-4a80-8f6e-f8b3bba351f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-de3af687-0e54-483f-8c55-c49499b11743 {
  text-align: center;
}




  #s-de3af687-0e54-483f-8c55-c49499b11743 img.shogun-image {
    
    width: px;
  }


#s-de3af687-0e54-483f-8c55-c49499b11743 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3f4a74f-f87c-4e31-bd31-025cfd95109b {
  text-align: center;
}




  #s-b3f4a74f-f87c-4e31-bd31-025cfd95109b img.shogun-image {
    
    width: px;
  }


#s-b3f4a74f-f87c-4e31-bd31-025cfd95109b .shogun-image-content {
  
    align-items: center;
  
}

#s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cafe434e-33c6-4870-ad3b-6d7c68d5e6fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-12485842-13e4-463d-a090-e2304bdb1e3a {
  text-align: center;
}




  #s-12485842-13e4-463d-a090-e2304bdb1e3a img.shogun-image {
    
    width: px;
  }


#s-12485842-13e4-463d-a090-e2304bdb1e3a .shogun-image-content {
  
    align-items: center;
  
}

#s-af8e6b3e-fd77-4f93-9069-deac85416904 {
  text-align: center;
}




  #s-af8e6b3e-fd77-4f93-9069-deac85416904 img.shogun-image {
    
    width: px;
  }


#s-af8e6b3e-fd77-4f93-9069-deac85416904 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dc903d5-435a-4a69-9e08-a9220c814556 {
  text-align: center;
}




  #s-3dc903d5-435a-4a69-9e08-a9220c814556 img.shogun-image {
    
    width: px;
  }


#s-3dc903d5-435a-4a69-9e08-a9220c814556 .shogun-image-content {
  
    align-items: center;
  
}

#s-72d1048d-9d8f-4891-9d77-9cb37ae19a7a {
  text-align: center;
}




  #s-72d1048d-9d8f-4891-9d77-9cb37ae19a7a img.shogun-image {
    
    width: px;
  }


#s-72d1048d-9d8f-4891-9d77-9cb37ae19a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7f9e4f3-225f-4cb3-aadb-d3fcf3685688"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5e74632f-8294-4ec9-a2c8-59549801b67d {
  text-align: center;
}




  #s-5e74632f-8294-4ec9-a2c8-59549801b67d img.shogun-image {
    
    width: px;
  }


#s-5e74632f-8294-4ec9-a2c8-59549801b67d .shogun-image-content {
  
    align-items: center;
  
}

#s-bfdbcaa9-ccf8-4cb1-b611-a9a204a3ad4f {
  text-align: center;
}




  #s-bfdbcaa9-ccf8-4cb1-b611-a9a204a3ad4f img.shogun-image {
    
    width: px;
  }


#s-bfdbcaa9-ccf8-4cb1-b611-a9a204a3ad4f .shogun-image-content {
  
    align-items: center;
  
}

#s-033234df-7d71-415d-b27e-4e72acda5387 {
  text-align: center;
}




  #s-033234df-7d71-415d-b27e-4e72acda5387 img.shogun-image {
    
    width: px;
  }


#s-033234df-7d71-415d-b27e-4e72acda5387 .shogun-image-content {
  
    align-items: center;
  
}

#s-d876f0fa-1d0c-4f8c-9f71-e1912dd82a80 {
  text-align: center;
}




  #s-d876f0fa-1d0c-4f8c-9f71-e1912dd82a80 img.shogun-image {
    
    width: px;
  }


#s-d876f0fa-1d0c-4f8c-9f71-e1912dd82a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-a8d1e0b8-ed25-4f66-ba56-4aa25a8e9414"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
