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

.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-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 3, 5, 1);
}

#s-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 3, 5, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5bc5e236-852f-4b75-987f-39d0724f68c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 8, 11, 1);
}

#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 8, 11, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b3f29462-03c8-43dc-b73a-97aa85c19dca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(1, 6, 9, 1);
}

#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(1, 6, 9, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-58ddb668-91d5-461d-b860-fd9f50c1a04d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 8, 9, 1);
}

#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 8, 9, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-983fec45-58eb-4532-81b6-4ce2968a4d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

.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-2e4ff36c-95d6-4eab-9cbc-62fe84bc4f50 {
  min-height: 50px;
}








#s-2e4ff36c-95d6-4eab-9cbc-62fe84bc4f50 > .shg-box-overlay {
  background-color: rgba(7, 4, 4, 1);
  opacity: 1;
}#s-2e4ff36c-95d6-4eab-9cbc-62fe84bc4f50.shg-box.shg-c {
  justify-content: center;
}

#s-65dcc3b4-d685-4a82-9e1a-7efcd885032d {
  min-height: 50px;
}








#s-65dcc3b4-d685-4a82-9e1a-7efcd885032d > .shg-box-overlay {
  background-color: rgba(7, 4, 4, 1);
  opacity: 1;
}#s-65dcc3b4-d685-4a82-9e1a-7efcd885032d.shg-box.shg-c {
  justify-content: center;
}

#s-1e8ea315-4f34-45f3-8d76-20538ef0ccd1 {
  opacity: 0;
}

#s-1e8ea315-4f34-45f3-8d76-20538ef0ccd1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.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-fc6a676e-a177-42df-b1f5-16ae6329fbac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc6a676e-a177-42df-b1f5-16ae6329fbac .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;
}



.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-cc0292f8-96f5-483c-b53a-93788513eb8b {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc0292f8-96f5-483c-b53a-93788513eb8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-0cca6fef-f433-4df5-ab4f-6dd40c89f694 {
  text-align: center;
}




  #s-0cca6fef-f433-4df5-ab4f-6dd40c89f694 img.shogun-image {
    
    width: px;
  }


#s-0cca6fef-f433-4df5-ab4f-6dd40c89f694 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 {
  display: none;
}
#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7, #wrap-s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 { display:none !important; }}@media (max-width: 767px){#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 {
  opacity: 0;
display: none;
}
#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7, #wrap-s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 { display:none !important; }}
#s-c8d8035a-81bd-44c9-a2e0-1cdbcb7a9dd7 hr {
  border: 0;
  width: 100%;
  border-top: 210px solid rgba(221, 221, 221, 0);
}

#s-3d8990d2-961f-43b4-89d4-3f9fa66100ac {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-3d8990d2-961f-43b4-89d4-3f9fa66100ac {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3d8990d2-961f-43b4-89d4-3f9fa66100ac .shogun-heading-component h1 {
  color: rgba(237, 227, 227, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b1a5942-ee99-4df5-a297-2d3450c1610e {
  padding-left: 30px;
padding-right: 30px;
max-width: 800px;
}

#s-517e398f-01d1-46d1-a91b-90b9a81dd3be {
  opacity: 0;
}

#s-517e398f-01d1-46d1-a91b-90b9a81dd3be hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-60dc0773-1497-441f-a092-5eee00e57919 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(5, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-daa3f224-c451-44d2-9415-231d960432df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0c2905f-f6b4-4305-93f4-91722fa32762 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c2905f-f6b4-4305-93f4-91722fa32762 .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-2b5e4d35-c749-46df-908f-65bdd86b4d2f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

.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-b667e35d-3000-410f-9370-d2cb6111ea3f {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-5259f332-b3c8-413e-8b01-6c28b4ca062d {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5259f332-b3c8-413e-8b01-6c28b4ca062d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-68e9892a-1e42-4002-90c0-e83b32d84e6c {
  max-width: 400px;
text-align: left;
}




  #s-68e9892a-1e42-4002-90c0-e83b32d84e6c img.shogun-image {
    
    width: px;
  }


#s-68e9892a-1e42-4002-90c0-e83b32d84e6c .shogun-image-content {
  
    align-items: center;
  
}

#s-4fbcf621-76d3-44a3-9923-2737b70898fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4fbcf621-76d3-44a3-9923-2737b70898fd .shogun-heading-component h1 {
  color: rgba(250, 253, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1ea7b775-83ae-4be1-a0c5-a51bdc75cd1f {
  max-width: 300px;
}

#s-8bd52422-c37a-447a-a447-4b19327b7472 {
  text-align: center;
}




  #s-8bd52422-c37a-447a-a447-4b19327b7472 img.shogun-image {
    
    width: px;
  }


#s-8bd52422-c37a-447a-a447-4b19327b7472 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9729371-ce65-45cc-b6df-70dbde61c40b {
  min-height: 50px;
}








#s-a9729371-ce65-45cc-b6df-70dbde61c40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9729371-ce65-45cc-b6df-70dbde61c40b.shg-box.shg-c {
  justify-content: center;
}

#s-14c94613-18b8-430f-9f78-d9f1f3de29c0 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-14c94613-18b8-430f-9f78-d9f1f3de29c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7709afbc-3569-4c1e-b21a-bc12d1aa1310 {
  max-width: 400px;
text-align: left;
}




  #s-7709afbc-3569-4c1e-b21a-bc12d1aa1310 img.shogun-image {
    
    width: px;
  }


#s-7709afbc-3569-4c1e-b21a-bc12d1aa1310 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8d20750-5e6d-4a85-a497-4f0b0b3cedda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8d20750-5e6d-4a85-a497-4f0b0b3cedda .shogun-heading-component h1 {
  color: rgba(250, 253, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d9e9fbb-6a54-4dea-bd3c-ffed2c7dc49f {
  max-width: 300px;
}

#s-a6ec89c9-2ea8-41b0-88d2-0a13c402e111 {
  text-align: center;
}




  #s-a6ec89c9-2ea8-41b0-88d2-0a13c402e111 img.shogun-image {
    
    width: px;
  }


#s-a6ec89c9-2ea8-41b0-88d2-0a13c402e111 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ba73c811-b60b-472a-b677-bf30e840db51 {
  display: none;
}
#s-ba73c811-b60b-472a-b677-bf30e840db51, #wrap-s-ba73c811-b60b-472a-b677-bf30e840db51 { display:none !important; }}@media (max-width: 767px){#s-ba73c811-b60b-472a-b677-bf30e840db51 {
  display: none;
}
#s-ba73c811-b60b-472a-b677-bf30e840db51, #wrap-s-ba73c811-b60b-472a-b677-bf30e840db51 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba73c811-b60b-472a-b677-bf30e840db51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-94ff051c-6c8d-43ad-8683-b014fccfb9d5 {
  text-align: center;
}





#s-94ff051c-6c8d-43ad-8683-b014fccfb9d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-731fc855-22a0-4010-a642-215c229d4e24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-731fc855-22a0-4010-a642-215c229d4e24 .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4baa0af-1f18-4189-a2bf-2740315a8d26 {
  text-align: center;
}





#s-f4baa0af-1f18-4189-a2bf-2740315a8d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-866ad112-f885-4b31-ad5f-e2a232efa80a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-866ad112-f885-4b31-ad5f-e2a232efa80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-866ad112-f885-4b31-ad5f-e2a232efa80a.shg-box.shg-c {
  justify-content: center;
}

#s-19775844-09e4-4fd8-9b64-81d95b95d1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19775844-09e4-4fd8-9b64-81d95b95d1b9 .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e506bd54-1f79-44d1-9c63-ff2feac93d50 {
  text-align: center;
}





#s-e506bd54-1f79-44d1-9c63-ff2feac93d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-df9fdd8d-00f1-4047-8ad5-71a963563821 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df9fdd8d-00f1-4047-8ad5-71a963563821 .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7368d6b3-6f14-43d3-8a9f-2dd160c972e0 {
  min-height: 50px;
}








#s-7368d6b3-6f14-43d3-8a9f-2dd160c972e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7368d6b3-6f14-43d3-8a9f-2dd160c972e0.shg-box.shg-c {
  justify-content: center;
}

#s-a7619c64-cd53-48db-94ce-6ad2f615b091 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7619c64-cd53-48db-94ce-6ad2f615b091"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43ca451c-4306-4353-be28-b504e364af2f {
  max-width: 400px;
text-align: left;
}




  #s-43ca451c-4306-4353-be28-b504e364af2f img.shogun-image {
    
    width: px;
  }


#s-43ca451c-4306-4353-be28-b504e364af2f .shogun-image-content {
  
    align-items: center;
  
}

#s-a73c1b9e-7931-408e-8ac3-662c4608f22e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a73c1b9e-7931-408e-8ac3-662c4608f22e .shogun-heading-component h1 {
  color: rgba(250, 253, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c79e9e5c-3dd5-47ef-af55-549fb35a5df1 {
  max-width: 300px;
}

#s-3c529743-a9a7-4ee7-b5b1-436e15f6d47d {
  text-align: center;
}





#s-3c529743-a9a7-4ee7-b5b1-436e15f6d47d .shogun-image-content {
  
    align-items: center;
  
}

#s-7bdf2464-16b4-4859-9e91-93cf93562ae6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7bdf2464-16b4-4859-9e91-93cf93562ae6 {
  display: none;
}
#s-7bdf2464-16b4-4859-9e91-93cf93562ae6, #wrap-s-7bdf2464-16b4-4859-9e91-93cf93562ae6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bdf2464-16b4-4859-9e91-93cf93562ae6 {
  display: none;
}
#s-7bdf2464-16b4-4859-9e91-93cf93562ae6, #wrap-s-7bdf2464-16b4-4859-9e91-93cf93562ae6 { display:none !important; }}
#s-8f62826e-f213-4c11-8c3f-38a462789474 {
  text-align: center;
}





#s-8f62826e-f213-4c11-8c3f-38a462789474 .shogun-image-content {
  
    align-items: center;
  
}

#s-d013eefb-1e95-4188-a395-386b014f4e1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d013eefb-1e95-4188-a395-386b014f4e1a .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fa12e9f-a285-41e4-ab8f-159af74ed566 {
  text-align: center;
}





#s-8fa12e9f-a285-41e4-ab8f-159af74ed566 .shogun-image-content {
  
    align-items: center;
  
}

#s-038ce568-a220-40b5-afef-6ee3493283ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-038ce568-a220-40b5-afef-6ee3493283ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-038ce568-a220-40b5-afef-6ee3493283ba.shg-box.shg-c {
  justify-content: center;
}

#s-e7f416d9-1133-46b0-a219-4e8517252ae0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7f416d9-1133-46b0-a219-4e8517252ae0 .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48bf2b4a-8410-4749-8382-450e76ba7b9a {
  text-align: center;
}





#s-48bf2b4a-8410-4749-8382-450e76ba7b9a .shogun-image-content {
  
    align-items: center;
  
}

#s-733ea630-b4e8-4d0d-aefb-3b15c465f61e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-733ea630-b4e8-4d0d-aefb-3b15c465f61e .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cabdd4f1-311b-491c-8315-12254cf84727 {
  text-align: center;
}





#s-cabdd4f1-311b-491c-8315-12254cf84727 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f56dc3e-54e9-4174-b2bd-03fa2fe97ad7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 152px;
}








#s-1f56dc3e-54e9-4174-b2bd-03fa2fe97ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f56dc3e-54e9-4174-b2bd-03fa2fe97ad7.shg-box.shg-c {
  justify-content: center;
}

#s-ebe9161b-928e-4bf7-ab0c-3d1c520300d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebe9161b-928e-4bf7-ab0c-3d1c520300d1 .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31432280-27bb-4e1b-942e-61f08d78109a {
  text-align: center;
}





#s-31432280-27bb-4e1b-942e-61f08d78109a .shogun-image-content {
  
    align-items: center;
  
}

#s-edf4e1b4-f245-4b9a-a55d-20523268638b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edf4e1b4-f245-4b9a-a55d-20523268638b .shogun-heading-component h1 {
  color: rgba(251, 255, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-421d2313-6a36-4203-a385-224891762e1d {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-421d2313-6a36-4203-a385-224891762e1d {
  display: none;
}
#s-421d2313-6a36-4203-a385-224891762e1d, #wrap-s-421d2313-6a36-4203-a385-224891762e1d { display:none !important; }}@media (max-width: 767px){#s-421d2313-6a36-4203-a385-224891762e1d {
  display: none;
}
#s-421d2313-6a36-4203-a385-224891762e1d, #wrap-s-421d2313-6a36-4203-a385-224891762e1d { display:none !important; }}
#s-421d2313-6a36-4203-a385-224891762e1d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-912f7447-b676-4fdd-9d3e-4f05fe90c83a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-407226e3-c984-4de9-b211-a91301415386 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-60e72c3e-ff7a-4ce6-ad8b-c82442887537 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e72c3e-ff7a-4ce6-ad8b-c82442887537 .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;
}



@media (min-width: 0px) {
[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-919c0da4-8888-4edf-b2f1-677afca4dda7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-340ae46a-730b-425b-b373-4984bf34b227 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100px;
}








#s-340ae46a-730b-425b-b373-4984bf34b227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-340ae46a-730b-425b-b373-4984bf34b227.shg-box.shg-c {
  justify-content: center;
}

#s-3d676cc7-d041-48d8-841a-6e6ed6957f79 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100px;
}








#s-3d676cc7-d041-48d8-841a-6e6ed6957f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d676cc7-d041-48d8-841a-6e6ed6957f79.shg-box.shg-c {
  justify-content: center;
}

#s-add4930d-9788-4bd1-b850-7a2ef6d09c22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-add4930d-9788-4bd1-b850-7a2ef6d09c22 .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-84dc9eac-5d83-4534-a951-b0c0fa2864ab {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 1080px;
background-color: rgba(5, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-84dc9eac-5d83-4534-a951-b0c0fa2864ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-f9e688e4-133b-4aea-b6d5-c8dd6ac12caf {
  text-align: center;
}




  #s-f9e688e4-133b-4aea-b6d5-c8dd6ac12caf img.shogun-image {
    
    width: px;
  }


#s-f9e688e4-133b-4aea-b6d5-c8dd6ac12caf .shogun-image-content {
  
    align-items: center;
  
}

#s-a21c1358-3169-4a8b-b8db-f2cfd11317c9 {
  text-align: center;
}




  #s-a21c1358-3169-4a8b-b8db-f2cfd11317c9 img.shogun-image {
    
    width: px;
  }


#s-a21c1358-3169-4a8b-b8db-f2cfd11317c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab529d68-a2d5-4f8d-9bf1-fe44b4224b79 {
  text-align: center;
}




  #s-ab529d68-a2d5-4f8d-9bf1-fe44b4224b79 img.shogun-image {
    
    width: px;
  }


#s-ab529d68-a2d5-4f8d-9bf1-fe44b4224b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd896b6e-57c9-416b-b720-a2ffd35f6baf {
  text-align: center;
}




  #s-dd896b6e-57c9-416b-b720-a2ffd35f6baf img.shogun-image {
    
    width: px;
  }


#s-dd896b6e-57c9-416b-b720-a2ffd35f6baf .shogun-image-content {
  
    align-items: center;
  
}

#s-7f02495a-4bb7-47cc-9e99-462e6374daea hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 1, 1, 1);
}

#s-65158203-54fc-43c7-babd-17b75a654310 {
  text-align: center;
}




  #s-65158203-54fc-43c7-babd-17b75a654310 img.shogun-image {
    
    width: px;
  }


#s-65158203-54fc-43c7-babd-17b75a654310 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6f071895-f679-4f9a-abe9-277b833ab126 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(4, 0, 0, 1);
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(6, 0, 0, 1);
  padding: 10px;
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(11, 4, 4, 1);
  border-top: 1px solid rgba(4, 0, 0, 1);
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-580ba342-c81f-4d2b-9784-492581ec241c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-4e17d123-4075-47d6-ba9d-7156a38916fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e17d123-4075-47d6-ba9d-7156a38916fa .shogun-heading-component h1 {
  color: rgba(116, 227, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-804ccdec-077d-4ce7-be40-79afd54da85e {
  padding-left: 10px;
}

#s-6d8a9814-4094-4017-8334-5a6cfb699862 {
  margin-top: 5px;
margin-bottom: 5px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8a9814-4094-4017-8334-5a6cfb699862"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d2338289-95dc-46cb-9d36-948639cbc5e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2338289-95dc-46cb-9d36-948639cbc5e7 .shogun-heading-component h1 {
  color: rgba(247, 238, 238, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02f079cb-64c8-4228-b6ef-21a99e38221f {
  margin-left: 10px;
margin-right: 10px;
}

#s-9e3f6378-fcaa-4277-bc69-3e8f85b49985 {
  min-height: 50px;
}








#s-9e3f6378-fcaa-4277-bc69-3e8f85b49985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3f6378-fcaa-4277-bc69-3e8f85b49985.shg-box.shg-c {
  justify-content: center;
}

#s-01fa9e5f-cbb9-4bc9-997c-9b6eeb63576e {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-01fa9e5f-cbb9-4bc9-997c-9b6eeb63576e img.shogun-image {
    
    width: px;
  }


#s-01fa9e5f-cbb9-4bc9-997c-9b6eeb63576e .shogun-image-content {
  
    align-items: center;
  
}

#s-22486013-24e2-4667-b028-a9894056a73e {
  opacity: 0;
}

#s-22486013-24e2-4667-b028-a9894056a73e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8482f23b-602b-47cd-a8a0-691ad88405a2 {
  margin-left: auto;
margin-right: auto;
}

#s-b8012185-5356-488b-b1c1-474612cd1eff {
  display: none;
}
#s-81df0b87-5354-4d79-90fd-6f715ef4155f {
  text-align: center;
}

#s-81df0b87-5354-4d79-90fd-6f715ef4155f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}

#s-81df0b87-5354-4d79-90fd-6f715ef4155f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-81df0b87-5354-4d79-90fd-6f715ef4155f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 21, 21, 1);
text-align: center;
cursor: pointer;
}
#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c5706d2d-c3c8-46d8-9a4c-9fd956323fe8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c {
  margin-top: 5px;
margin-bottom: 5px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e25cb525-dfa3-4686-b54f-d72c1bc8ed1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-356762de-d277-4e82-b357-137a12c92e23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-356762de-d277-4e82-b357-137a12c92e23 .shogun-heading-component h1 {
  color: rgba(247, 238, 238, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48b98c0e-1c18-492d-b0e1-db37de0aee90 {
  margin-left: 10px;
margin-right: 10px;
}

#s-fc457165-4b83-4c0f-b03b-a54c7071649d {
  min-height: 50px;
}








#s-fc457165-4b83-4c0f-b03b-a54c7071649d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc457165-4b83-4c0f-b03b-a54c7071649d.shg-box.shg-c {
  justify-content: center;
}

#s-e90a012b-19d1-4a9a-b259-3039a3adada6 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-e90a012b-19d1-4a9a-b259-3039a3adada6 img.shogun-image {
    
    width: px;
  }


#s-e90a012b-19d1-4a9a-b259-3039a3adada6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a004e3d4-c59a-4671-9aaf-f462228433e2 {
  display: none;
}
#s-12a55be1-8b0b-4ae8-988e-9539e4104402 {
  opacity: 0;
}

#s-12a55be1-8b0b-4ae8-988e-9539e4104402 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-543e3c71-c7a6-4505-b076-7ce16c5a9d48 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}





#s-543e3c71-c7a6-4505-b076-7ce16c5a9d48 .shogun-image-content {
  
    align-items: center;
  
}

#s-44a8c778-0357-4bb0-975e-84e16610f205 {
  display: none;
}
#s-29421f1f-2d60-4786-a33c-0dab172839b6 {
  text-align: center;
}

#s-29421f1f-2d60-4786-a33c-0dab172839b6 .shg-product-sold-out {
  display: none;
  color: rgba(251, 251, 251, 1);
  font-size: 18px;
}

#s-29421f1f-2d60-4786-a33c-0dab172839b6 .shg-product-price {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-29421f1f-2d60-4786-a33c-0dab172839b6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(235, 25, 25, 1);
text-align: center;
cursor: pointer;
}
#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a2d1f9f0-3b51-4e33-8caa-bd6f5da26a0a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-50cec249-a602-4ffd-a186-86e4627b4261 {
  opacity: 0;
}

#s-50cec249-a602-4ffd-a186-86e4627b4261 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f2806214-4a3e-4148-96c6-d62659b03914 {
  opacity: 0;
}

#s-f2806214-4a3e-4148-96c6-d62659b03914 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

/*
  $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;
}
