.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-0e55de02-4683-4bec-a68b-d8782ea0d9a7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}

.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-9d694e7b-f4c8-430b-b0e9-c33a0c9e5b9b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-9d694e7b-f4c8-430b-b0e9-c33a0c9e5b9b > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-9d694e7b-f4c8-430b-b0e9-c33a0c9e5b9b.shg-box.shg-c {
  justify-content: center;
}

#s-d7d9492e-ffe7-4172-80bb-60857d55d764 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(7, 3, 3, 1);
}

.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-cfc32d98-a8a3-4d58-8047-aca081a12b36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-cfc32d98-a8a3-4d58-8047-aca081a12b36 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea {
  background-image: url(https://i.shgcdn.com/bc90021e-e8d6-425f-982a-969060bb0866/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceee3c9b-1bc9-4c8a-945d-0594df58fcea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47251d74-bfb0-4992-a3c9-7990e13fa8ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-47251d74-bfb0-4992-a3c9-7990e13fa8ce > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-47251d74-bfb0-4992-a3c9-7990e13fa8ce.shg-box.shg-c {
  justify-content: center;
}

#s-0e82a243-9648-4bc4-ab07-5542b538c3d4 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-0e82a243-9648-4bc4-ab07-5542b538c3d4 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-0e82a243-9648-4bc4-ab07-5542b538c3d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c91cd175-40bd-4828-a0a0-258d1608dcc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c91cd175-40bd-4828-a0a0-258d1608dcc4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14212d0b-47c8-42cd-9a9c-bb3d183f82ec {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-5603c136-119b-4223-af02-4ea1890c6e6b {
  min-height: 50px;
}








#s-5603c136-119b-4223-af02-4ea1890c6e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5603c136-119b-4223-af02-4ea1890c6e6b.shg-box.shg-c {
  justify-content: center;
}

#s-6cac33ff-6ceb-4cd7-a719-efeafcc4e540 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 200px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-6cac33ff-6ceb-4cd7-a719-efeafcc4e540 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-6cac33ff-6ceb-4cd7-a719-efeafcc4e540.shg-box.shg-c {
  justify-content: center;
}

#s-c3d6ebff-6b1d-4711-ae81-e00da53db691 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-c3d6ebff-6b1d-4711-ae81-e00da53db691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3d6ebff-6b1d-4711-ae81-e00da53db691.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db44b382-5369-43dc-b23e-6317b976de1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 {
  
}
}@media (max-width: 767px){#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 {
  
}
}







#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82bcc875-64ae-4b15-818e-c5ae2851a8b5.shg-box.shg-c {
  justify-content: center;
}

#s-58364b26-66b8-43fc-bd22-b2d9ac4b28ad {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-160141b6-9df5-46ca-8cc9-e444f8d63634 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-e36ed2b5-ccae-4aee-ae22-aeeacc99d1ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-e36ed2b5-ccae-4aee-ae22-aeeacc99d1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36ed2b5-ccae-4aee-ae22-aeeacc99d1ee.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-dd7be820-eb2b-48ba-aca7-6be4068fb5b6 {
  text-align: center;
}




  #s-dd7be820-eb2b-48ba-aca7-6be4068fb5b6 img.shogun-image {
    
    width: px;
  }


#s-dd7be820-eb2b-48ba-aca7-6be4068fb5b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec179901-87b3-42fb-a70c-b801902a3689 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-ec179901-87b3-42fb-a70c-b801902a3689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec179901-87b3-42fb-a70c-b801902a3689.shg-box.shg-c {
  justify-content: center;
}

#s-17355e4c-d33e-4a42-898e-d7b2064da392 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-17355e4c-d33e-4a42-898e-d7b2064da392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17355e4c-d33e-4a42-898e-d7b2064da392.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-82d8c147-d944-4f88-bb45-bc7865f8fdf5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-35eeca61-336c-4664-9b1b-a82716d3acf7 {
  text-align: center;
}




  #s-35eeca61-336c-4664-9b1b-a82716d3acf7 img.shogun-image {
    
    width: px;
  }


#s-35eeca61-336c-4664-9b1b-a82716d3acf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-25a8c6d9-dcfe-4648-90db-334dbc07621b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-25a8c6d9-dcfe-4648-90db-334dbc07621b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a8c6d9-dcfe-4648-90db-334dbc07621b.shg-box.shg-c {
  justify-content: center;
}

#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 {
  
}
}@media (max-width: 767px){#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 {
  
}
}







#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d4f2196-bd91-4e55-b232-ac8d4f7bf072.shg-box.shg-c {
  justify-content: center;
}

#s-1d0542b4-919a-4b9d-9586-9112262a450f {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-d9d0fbc5-1da8-4d19-a429-8ea855debb6f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-f6f4dd56-3c0a-4299-9931-0c7effa91afb {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-f6f4dd56-3c0a-4299-9931-0c7effa91afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6f4dd56-3c0a-4299-9931-0c7effa91afb.shg-box.shg-c {
  justify-content: center;
}

#s-7d328b1c-c782-4bce-ab0e-ebdd46e4b76a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-7d328b1c-c782-4bce-ab0e-ebdd46e4b76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d328b1c-c782-4bce-ab0e-ebdd46e4b76a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c677c0fd-e4d1-4411-88e0-45e2a386b3e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f081057d-25fb-45d3-b524-d1d3506f808f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f081057d-25fb-45d3-b524-d1d3506f808f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f081057d-25fb-45d3-b524-d1d3506f808f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f081057d-25fb-45d3-b524-d1d3506f808f {
  
}
}@media (max-width: 767px){#s-f081057d-25fb-45d3-b524-d1d3506f808f {
  
}
}







#s-f081057d-25fb-45d3-b524-d1d3506f808f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f081057d-25fb-45d3-b524-d1d3506f808f.shg-box.shg-c {
  justify-content: center;
}

#s-55879700-4570-4145-bd0c-11f940dff44f {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-a6fb708f-c1f4-4a6f-ac1a-e43fb98f2578 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-3ed3bc77-3dc0-46af-8e9c-18cdf80f3e36 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-3ed3bc77-3dc0-46af-8e9c-18cdf80f3e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed3bc77-3dc0-46af-8e9c-18cdf80f3e36.shg-box.shg-c {
  justify-content: center;
}

#s-6fa12df7-d72d-49a1-8245-b5d7b5c26efb {
  text-align: center;
}




  #s-6fa12df7-d72d-49a1-8245-b5d7b5c26efb img.shogun-image {
    
    width: px;
  }


#s-6fa12df7-d72d-49a1-8245-b5d7b5c26efb .shogun-image-content {
  
    align-items: center;
  
}

#s-563ca1df-7c58-4412-b81e-decb9e2041fc {
  min-height: 50px;
background-color: rgba(174, 233, 232, 1);
}








#s-563ca1df-7c58-4412-b81e-decb9e2041fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-563ca1df-7c58-4412-b81e-decb9e2041fc.shg-box.shg-c {
  justify-content: center;
}

#s-abea11ad-0553-4c2d-b36a-4ec51724d958 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-abea11ad-0553-4c2d-b36a-4ec51724d958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abea11ad-0553-4c2d-b36a-4ec51724d958.shg-box.shg-c {
  justify-content: center;
}

#s-b86ff8c2-b47c-4910-9bb4-9c50a7f13b44 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-b86ff8c2-b47c-4910-9bb4-9c50a7f13b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86ff8c2-b47c-4910-9bb4-9c50a7f13b44.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e7a2fa32-7215-4ec7-961f-fc2112c59120"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0212ab4e-6641-4f2c-a3d7-9ec5922c0bf9 {
  text-align: center;
}




  #s-0212ab4e-6641-4f2c-a3d7-9ec5922c0bf9 img.shogun-image {
    
    width: px;
  }


#s-0212ab4e-6641-4f2c-a3d7-9ec5922c0bf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-83e910a6-d8bf-4ee7-a348-0fbc5bb50bbf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-83e910a6-d8bf-4ee7-a348-0fbc5bb50bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e910a6-d8bf-4ee7-a348-0fbc5bb50bbf.shg-box.shg-c {
  justify-content: center;
}

#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 {
  
}
}@media (max-width: 767px){#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 {
  
}
}







#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e83b75f-a2ca-4a82-ad53-5a22c2729aa2.shg-box.shg-c {
  justify-content: center;
}

#s-0333f59a-2b5e-49fc-a6ae-d3aa2f6b3ef8 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-01e8fa63-5464-4369-b74e-1eba5e397a77 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-213b5c8e-8637-4020-bd10-116e60b9f9b4 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-213b5c8e-8637-4020-bd10-116e60b9f9b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213b5c8e-8637-4020-bd10-116e60b9f9b4.shg-box.shg-c {
  justify-content: center;
}

#s-fa6e7c54-b12f-4c36-b5fa-586adc074195 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-fa6e7c54-b12f-4c36-b5fa-586adc074195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa6e7c54-b12f-4c36-b5fa-586adc074195.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4b01460-b947-40be-99d4-c6bcc96225b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f5356a90-598f-4714-a266-2b70f7ee736f {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f5356a90-598f-4714-a266-2b70f7ee736f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5356a90-598f-4714-a266-2b70f7ee736f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5356a90-598f-4714-a266-2b70f7ee736f {
  
}
}@media (max-width: 767px){#s-f5356a90-598f-4714-a266-2b70f7ee736f {
  
}
}







#s-f5356a90-598f-4714-a266-2b70f7ee736f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5356a90-598f-4714-a266-2b70f7ee736f.shg-box.shg-c {
  justify-content: center;
}

#s-7a97d309-5cc0-4e0b-be6e-7d5bd8d46ecb {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-c370d923-513e-4be1-a4de-3610a8d46b8c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-fed3e46b-3968-4459-9f68-d0016fa1be83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-fed3e46b-3968-4459-9f68-d0016fa1be83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed3e46b-3968-4459-9f68-d0016fa1be83.shg-box.shg-c {
  justify-content: center;
}

#s-3f87bdc5-29e9-4466-9642-97605c693dfa {
  text-align: center;
}




  #s-3f87bdc5-29e9-4466-9642-97605c693dfa img.shogun-image {
    
    width: px;
  }


#s-3f87bdc5-29e9-4466-9642-97605c693dfa .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa09684-938d-4542-8b06-cd6595738ea7 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-8fa09684-938d-4542-8b06-cd6595738ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa09684-938d-4542-8b06-cd6595738ea7.shg-box.shg-c {
  justify-content: center;
}

#s-cea55317-cecb-4379-9ed3-e4627a499d29 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-cea55317-cecb-4379-9ed3-e4627a499d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cea55317-cecb-4379-9ed3-e4627a499d29.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f1dfb78c-75b2-4d3a-994e-84c2c0eb4afb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4dfa6bf5-7466-4ec4-a45c-482a62600801 {
  text-align: center;
}




  #s-4dfa6bf5-7466-4ec4-a45c-482a62600801 img.shogun-image {
    
    width: px;
  }


#s-4dfa6bf5-7466-4ec4-a45c-482a62600801 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f6696ba-06e8-4f65-b744-fa8e932c9079 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-1f6696ba-06e8-4f65-b744-fa8e932c9079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f6696ba-06e8-4f65-b744-fa8e932c9079.shg-box.shg-c {
  justify-content: center;
}

#s-dce766aa-cd16-4280-b1d0-a4e12059858e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dce766aa-cd16-4280-b1d0-a4e12059858e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dce766aa-cd16-4280-b1d0-a4e12059858e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dce766aa-cd16-4280-b1d0-a4e12059858e {
  
}
}@media (max-width: 767px){#s-dce766aa-cd16-4280-b1d0-a4e12059858e {
  
}
}







#s-dce766aa-cd16-4280-b1d0-a4e12059858e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce766aa-cd16-4280-b1d0-a4e12059858e.shg-box.shg-c {
  justify-content: center;
}

#s-d663bcbe-da08-4e64-80bd-d54189ecb595 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-18c9c8a5-50c0-440c-b771-e4c7bcdcecd5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-a7071c97-adbb-414c-b8c8-67a3dde97abf {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-a7071c97-adbb-414c-b8c8-67a3dde97abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7071c97-adbb-414c-b8c8-67a3dde97abf.shg-box.shg-c {
  justify-content: center;
}

#s-22e9a079-e7d0-4d6a-b42b-9881f6f9d515 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-22e9a079-e7d0-4d6a-b42b-9881f6f9d515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e9a079-e7d0-4d6a-b42b-9881f6f9d515.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62137115-27ea-42ec-a2c4-fea2a6b36f86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-28eaae87-85ee-465f-8b06-1afc75268bf9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-28eaae87-85ee-465f-8b06-1afc75268bf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28eaae87-85ee-465f-8b06-1afc75268bf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28eaae87-85ee-465f-8b06-1afc75268bf9 {
  
}
}@media (max-width: 767px){#s-28eaae87-85ee-465f-8b06-1afc75268bf9 {
  
}
}







#s-28eaae87-85ee-465f-8b06-1afc75268bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28eaae87-85ee-465f-8b06-1afc75268bf9.shg-box.shg-c {
  justify-content: center;
}

#s-13e2c0fa-d7a1-4d2f-8db0-189ea7982fac {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-1f25f347-08fc-44a2-a167-274f8cb2f2de {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-ec9db8fa-10bd-4b3f-bd06-719eab617230 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-ec9db8fa-10bd-4b3f-bd06-719eab617230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9db8fa-10bd-4b3f-bd06-719eab617230.shg-box.shg-c {
  justify-content: center;
}

#s-2a69a7f0-8360-4197-b052-f955231e29ad {
  text-align: center;
}




  #s-2a69a7f0-8360-4197-b052-f955231e29ad img.shogun-image {
    
    width: px;
  }


#s-2a69a7f0-8360-4197-b052-f955231e29ad .shogun-image-content {
  
    align-items: center;
  
}

#s-fd5893dd-03d5-4e88-9430-05a553d6cd5b {
  background-image: url(https://i.shgcdn.com/f075859a-5755-4747-891f-28979ca7e498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd5893dd-03d5-4e88-9430-05a553d6cd5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42b50d59-380f-4605-a362-d3e48a67760f {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-42b50d59-380f-4605-a362-d3e48a67760f > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-42b50d59-380f-4605-a362-d3e48a67760f {
  cursor: pointer;
}#s-42b50d59-380f-4605-a362-d3e48a67760f.shg-box.shg-c {
  justify-content: center;
}

#s-8bf8c8d2-f1a0-4841-a37e-e99fcfe88f3f {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-8bf8c8d2-f1a0-4841-a37e-e99fcfe88f3f > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-8bf8c8d2-f1a0-4841-a37e-e99fcfe88f3f.shg-box.shg-c {
  justify-content: center;
}

#s-f37c44ec-5fb0-49bb-bb56-6cd744f70d0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f37c44ec-5fb0-49bb-bb56-6cd744f70d0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4daaceb6-23ff-411c-a6f4-a3e94e5662f2 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-4daaceb6-23ff-411c-a6f4-a3e94e5662f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4daaceb6-23ff-411c-a6f4-a3e94e5662f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4daaceb6-23ff-411c-a6f4-a3e94e5662f2 {
  
}
}@media (max-width: 767px){#s-4daaceb6-23ff-411c-a6f4-a3e94e5662f2 {
  
}
}
#s-0a16b072-f5a7-4717-9bea-3759e3112f64 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-0a16b072-f5a7-4717-9bea-3759e3112f64 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-192f67c4-813d-4aa3-9736-0e5524f7e29b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-192f67c4-813d-4aa3-9736-0e5524f7e29b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-192f67c4-813d-4aa3-9736-0e5524f7e29b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-192f67c4-813d-4aa3-9736-0e5524f7e29b {
  
}
}@media (max-width: 767px){#s-192f67c4-813d-4aa3-9736-0e5524f7e29b {
  
}
}







#s-192f67c4-813d-4aa3-9736-0e5524f7e29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192f67c4-813d-4aa3-9736-0e5524f7e29b.shg-box.shg-c {
  justify-content: center;
}

#s-a47737b4-a16c-417f-8521-56249b506097 {
  background-image: url(https://i.shgcdn.com/28e5c5c0-a1da-4188-8d08-91a9ee233b5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a47737b4-a16c-417f-8521-56249b506097"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bcfb1880-6efe-4342-8315-a43968c65fc7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b1098f42-1bdd-4620-87e7-22df4b7c39cc {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-076b69d7-a097-4e89-a122-065b08edd7cd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-3858df4d-5a55-45b0-a764-06f036e23f2a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-3858df4d-5a55-45b0-a764-06f036e23f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3858df4d-5a55-45b0-a764-06f036e23f2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84e55a65-972c-4df1-a71f-21660ef8e75a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-84e55a65-972c-4df1-a71f-21660ef8e75a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

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

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-4ff7f267-18f7-45ec-8b93-daeb4a98ec56 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9329c00d-ee05-4e42-8a2e-e1b6d7273bf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-22e6e3e5-96e0-46f5-9848-8c5efce210f8 {
  text-align: center;
}




  #s-22e6e3e5-96e0-46f5-9848-8c5efce210f8 img.shogun-image {
    
    width: px;
  }


#s-22e6e3e5-96e0-46f5-9848-8c5efce210f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-54492b4b-c19b-486c-91d9-7a266658321f {
  text-align: center;
}




  #s-54492b4b-c19b-486c-91d9-7a266658321f img.shogun-image {
    
    width: px;
  }


#s-54492b4b-c19b-486c-91d9-7a266658321f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-91e66512-6dbe-48d8-a450-c71c5e7552de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-eab92864-667a-4111-a482-9ed7a2d5ca0e {
  text-align: center;
}




  #s-eab92864-667a-4111-a482-9ed7a2d5ca0e img.shogun-image {
    
    width: px;
  }


#s-eab92864-667a-4111-a482-9ed7a2d5ca0e .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e66968-37e0-4f61-9a5b-ba70ede2a622 {
  text-align: center;
}




  #s-c2e66968-37e0-4f61-9a5b-ba70ede2a622 img.shogun-image {
    
    width: px;
  }


#s-c2e66968-37e0-4f61-9a5b-ba70ede2a622 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbf38883-1d66-43af-a2a2-0e1a0128516c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8a40d5f8-0e1c-42fb-9491-8dd3adcef04c {
  text-align: center;
}




  #s-8a40d5f8-0e1c-42fb-9491-8dd3adcef04c img.shogun-image {
    
    width: px;
  }


#s-8a40d5f8-0e1c-42fb-9491-8dd3adcef04c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b9a8468-d7ee-4358-b86d-78c39adc4be3 {
  text-align: center;
}




  #s-2b9a8468-d7ee-4358-b86d-78c39adc4be3 img.shogun-image {
    
    width: px;
  }


#s-2b9a8468-d7ee-4358-b86d-78c39adc4be3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-de228310-4a1a-41b2-8268-c53c756b0e3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-55be6ebe-5812-44fe-b5df-ed207e31b1e6 {
  text-align: center;
}




  #s-55be6ebe-5812-44fe-b5df-ed207e31b1e6 img.shogun-image {
    
    width: px;
  }


#s-55be6ebe-5812-44fe-b5df-ed207e31b1e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-36c98f1f-f817-4756-8719-aa73fca68fb8 {
  text-align: center;
}




  #s-36c98f1f-f817-4756-8719-aa73fca68fb8 img.shogun-image {
    
    width: px;
  }


#s-36c98f1f-f817-4756-8719-aa73fca68fb8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-641ec2d6-295c-4e26-a478-fe4fd431aec1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-60d667d7-d473-4645-8074-0320d451e5d6 {
  text-align: center;
}




  #s-60d667d7-d473-4645-8074-0320d451e5d6 img.shogun-image {
    
    width: px;
  }


#s-60d667d7-d473-4645-8074-0320d451e5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf48b6df-37c0-4738-bc39-139238ee0c54 {
  text-align: center;
}




  #s-bf48b6df-37c0-4738-bc39-139238ee0c54 img.shogun-image {
    
    width: px;
  }


#s-bf48b6df-37c0-4738-bc39-139238ee0c54 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ee9a9190-e122-4a05-8ad0-c3fe15bfb2c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b155a0b2-e2e1-4ba3-9a1a-6b3026797159 {
  text-align: center;
}




  #s-b155a0b2-e2e1-4ba3-9a1a-6b3026797159 img.shogun-image {
    
    width: px;
  }


#s-b155a0b2-e2e1-4ba3-9a1a-6b3026797159 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e7555c9-6011-4a18-9a86-fae50e54c623 {
  text-align: center;
}




  #s-8e7555c9-6011-4a18-9a86-fae50e54c623 img.shogun-image {
    
    width: px;
  }


#s-8e7555c9-6011-4a18-9a86-fae50e54c623 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-844860c2-242e-4962-82ca-5b23c5c77daf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e4a209f0-ac74-4abc-a22c-5c46bbaa41d6 {
  text-align: center;
}




  #s-e4a209f0-ac74-4abc-a22c-5c46bbaa41d6 img.shogun-image {
    
    width: px;
  }


#s-e4a209f0-ac74-4abc-a22c-5c46bbaa41d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2cb97a7-6483-49d3-ad22-bdeff4038e56 {
  text-align: center;
}




  #s-b2cb97a7-6483-49d3-ad22-bdeff4038e56 img.shogun-image {
    
    width: px;
  }


#s-b2cb97a7-6483-49d3-ad22-bdeff4038e56 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8151657c-990c-48c3-9120-8e4fefb854b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-550624d6-2d01-4857-9842-f11ec686ab11 {
  text-align: center;
}




  #s-550624d6-2d01-4857-9842-f11ec686ab11 img.shogun-image {
    
    width: px;
  }


#s-550624d6-2d01-4857-9842-f11ec686ab11 .shogun-image-content {
  
    align-items: center;
  
}

#s-30d926be-33ae-4ea4-aec4-635ffcbeeb98 {
  text-align: center;
}




  #s-30d926be-33ae-4ea4-aec4-635ffcbeeb98 img.shogun-image {
    
    width: px;
  }


#s-30d926be-33ae-4ea4-aec4-635ffcbeeb98 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-37b029cf-5cc7-4bca-a3fe-b6d7f227ca34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-067187bd-5abd-4758-b2af-dd6104051699 {
  text-align: center;
}




  #s-067187bd-5abd-4758-b2af-dd6104051699 img.shogun-image {
    
    width: px;
  }


#s-067187bd-5abd-4758-b2af-dd6104051699 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0ec1c2-a152-4721-a280-3418ba4b910d {
  text-align: center;
}




  #s-8b0ec1c2-a152-4721-a280-3418ba4b910d img.shogun-image {
    
    width: px;
  }


#s-8b0ec1c2-a152-4721-a280-3418ba4b910d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f304688d-443c-4dcd-abf2-2eab2a865997"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-810464e7-0b06-417b-829a-7dc60986bc59 {
  text-align: center;
}




  #s-810464e7-0b06-417b-829a-7dc60986bc59 img.shogun-image {
    
    width: px;
  }


#s-810464e7-0b06-417b-829a-7dc60986bc59 .shogun-image-content {
  
    align-items: center;
  
}

#s-31271814-861e-43c8-8494-8bad7ae96e3d {
  text-align: center;
}




  #s-31271814-861e-43c8-8494-8bad7ae96e3d img.shogun-image {
    
    width: px;
  }


#s-31271814-861e-43c8-8494-8bad7ae96e3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-94755a4f-746e-4013-ad02-b145f9b645b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3999d13c-aa80-4014-a8c1-ad9f2f639320 {
  text-align: center;
}




  #s-3999d13c-aa80-4014-a8c1-ad9f2f639320 img.shogun-image {
    
    width: px;
  }


#s-3999d13c-aa80-4014-a8c1-ad9f2f639320 .shogun-image-content {
  
    align-items: center;
  
}

#s-10801547-afea-4b41-bcdc-76a7d515eb6d {
  text-align: center;
}




  #s-10801547-afea-4b41-bcdc-76a7d515eb6d img.shogun-image {
    
    width: px;
  }


#s-10801547-afea-4b41-bcdc-76a7d515eb6d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49252f1d-dc1b-4937-94ad-278fafa266a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6feb3dbf-d919-4a51-aebe-a1440106b5c0 {
  text-align: center;
}




  #s-6feb3dbf-d919-4a51-aebe-a1440106b5c0 img.shogun-image {
    
    width: px;
  }


#s-6feb3dbf-d919-4a51-aebe-a1440106b5c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e331e1d-6ae0-4c27-a99a-034e6d427944 {
  text-align: center;
}




  #s-1e331e1d-6ae0-4c27-a99a-034e6d427944 img.shogun-image {
    
    width: px;
  }


#s-1e331e1d-6ae0-4c27-a99a-034e6d427944 .shogun-image-content {
  
    align-items: center;
  
}

#s-6293648a-d2de-4ccf-ac92-65872ee6e2bc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-6293648a-d2de-4ccf-ac92-65872ee6e2bc .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-861201d4-db41-443f-b10f-f47f0e853dc5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8086703e-c9b0-4924-82fe-cab8ddbfaf61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3b7d9507-bb53-4056-a847-9c1e84ba2b3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0e6962df-5a7b-4878-9dc0-8f4dd715d248 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-0e6962df-5a7b-4878-9dc0-8f4dd715d248 img.shogun-image {
    
    width: px;
  }


#s-0e6962df-5a7b-4878-9dc0-8f4dd715d248 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-fd75648a-31f6-4045-b435-4a7d5b846cc5 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-fd75648a-31f6-4045-b435-4a7d5b846cc5:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(141, 216, 234, 1) !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fd75648a-31f6-4045-b435-4a7d5b846cc5:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-fd75648a-31f6-4045-b435-4a7d5b846cc5.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-efe62d83-83e2-4264-beb6-d6243a08eb62 {
  min-height: 50px;
}








#s-efe62d83-83e2-4264-beb6-d6243a08eb62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe62d83-83e2-4264-beb6-d6243a08eb62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7fa9fafa-8c30-4c8b-88b9-e7f325d67b4d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-7fa9fafa-8c30-4c8b-88b9-e7f325d67b4d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0361a62-6c16-4703-b9fd-804669138c66 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-c0361a62-6c16-4703-b9fd-804669138c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0361a62-6c16-4703-b9fd-804669138c66.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aa73d434-d2c8-4e56-b716-32a346920219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ec4a0ab6-83ef-4808-99b7-f36bdcce31b5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec4a0ab6-83ef-4808-99b7-f36bdcce31b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-768a6a15-5864-4d67-a8aa-1b2b4991a769 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2db18f98-6f37-456d-aca5-44527b265f1e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d626fdb4-cba0-47eb-a716-ea542c026b8c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-34627a88-f985-4249-9ea9-c6a786398209 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
min-height: 50px;
}








#s-34627a88-f985-4249-9ea9-c6a786398209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34627a88-f985-4249-9ea9-c6a786398209.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2408756a-2128-4f6e-94e5-c7c133b7cdf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6f852636-6089-4289-90ff-f46d0fd565d5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f852636-6089-4289-90ff-f46d0fd565d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b7d329c3-a7c8-4dc0-8ba4-b4fad6821af3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cca5627b-cc90-47ff-bb5a-940bed54d157 {
  min-height: 50px;
}








#s-cca5627b-cc90-47ff-bb5a-940bed54d157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca5627b-cc90-47ff-bb5a-940bed54d157.shg-box.shg-c {
  justify-content: center;
}

#s-a787493c-63db-448c-8647-20e1435d5ba4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
background-position: center center;
}








#s-a787493c-63db-448c-8647-20e1435d5ba4 > .shg-box-overlay {
  background-color: rgba(252, 252, 252, 1);
  opacity: 0.4;
}#s-a787493c-63db-448c-8647-20e1435d5ba4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f00ece6-10ad-4bd9-906b-ef7234844250 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f00ece6-10ad-4bd9-906b-ef7234844250 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f544356e-dac4-46ec-815a-a109eef503e3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
}

#s-b4545bb6-87bb-469d-8c60-9fad7108e867 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(253, 253, 253, 1);
text-decoration: none;
}
#s-b4545bb6-87bb-469d-8c60-9fad7108e867:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b4545bb6-87bb-469d-8c60-9fad7108e867:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-b4545bb6-87bb-469d-8c60-9fad7108e867.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $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;
}