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

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

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

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

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

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

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

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

#s-8818ab8b-3cec-4b13-a898-1f462094eb8e {
  min-height: 50px;
}








#s-8818ab8b-3cec-4b13-a898-1f462094eb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8818ab8b-3cec-4b13-a898-1f462094eb8e.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-0af7d612-34e8-4c69-94a2-ee06eb33be1d .shogun-countdown span, #s-0af7d612-34e8-4c69-94a2-ee06eb33be1d .shogun-countdown label {
  color: rgba(211, 56, 119, 1);
}
#s-2877cd3a-0357-4061-b024-b85ffbb45e02 {
  min-height: 50px;
}








#s-2877cd3a-0357-4061-b024-b85ffbb45e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2877cd3a-0357-4061-b024-b85ffbb45e02.shg-box.shg-c {
  justify-content: center;
}

#s-9efa5fca-e8aa-4f58-8bb2-3118a3011aa9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8eecbd79-3028-45cd-9358-17e057eec659 {
  min-height: 50px;
}








#s-8eecbd79-3028-45cd-9358-17e057eec659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eecbd79-3028-45cd-9358-17e057eec659.shg-box.shg-c {
  justify-content: center;
}

#s-2ed731ac-7e4b-48a7-804c-45598b00185f {
  min-height: 50px;
}








#s-2ed731ac-7e4b-48a7-804c-45598b00185f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed731ac-7e4b-48a7-804c-45598b00185f.shg-box.shg-c {
  justify-content: center;
}

#s-701caad3-a1a8-420a-a5a3-237c512bed92 {
  min-height: 50px;
}








#s-701caad3-a1a8-420a-a5a3-237c512bed92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-701caad3-a1a8-420a-a5a3-237c512bed92.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-a8a1bfb6-d823-4ab9-8c4c-eb68719cdcb9 {
  min-height: 50px;
}








#s-a8a1bfb6-d823-4ab9-8c4c-eb68719cdcb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8a1bfb6-d823-4ab9-8c4c-eb68719cdcb9.shg-box.shg-c {
  justify-content: center;
}

#s-234b118e-da19-4dee-830a-01f0014abd87 {
  min-height: 50px;
}








#s-234b118e-da19-4dee-830a-01f0014abd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234b118e-da19-4dee-830a-01f0014abd87.shg-box.shg-c {
  justify-content: center;
}

#s-245f6c7c-0c7d-4b8a-8fc3-d38231b741d7 {
  min-height: 50px;
}








#s-245f6c7c-0c7d-4b8a-8fc3-d38231b741d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-245f6c7c-0c7d-4b8a-8fc3-d38231b741d7.shg-box.shg-c {
  justify-content: center;
}

#s-785fe0c9-05e6-4d76-9eb5-7af5dd2f28e2 {
  min-height: 50px;
}








#s-785fe0c9-05e6-4d76-9eb5-7af5dd2f28e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785fe0c9-05e6-4d76-9eb5-7af5dd2f28e2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e029d2a-0da2-4741-a534-7bb8740e1332"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-4e2f0a4c-29e0-487e-94ae-4a141c8e84ee {
  text-align: center;
}




  #s-4e2f0a4c-29e0-487e-94ae-4a141c8e84ee img.shogun-image {
    
    width: px;
  }


#s-4e2f0a4c-29e0-487e-94ae-4a141c8e84ee .shogun-image-content {
  
    align-items: center;
  
}

#s-cc16b1d5-2bc9-4a89-87ba-5a1a702c20ce {
  text-align: center;
}




  #s-cc16b1d5-2bc9-4a89-87ba-5a1a702c20ce img.shogun-image {
    
    width: px;
  }


#s-cc16b1d5-2bc9-4a89-87ba-5a1a702c20ce .shogun-image-content {
  
    align-items: center;
  
}

#s-c2590516-d1f3-47e4-a00f-bc4a8240f7b1 {
  text-align: center;
}




  #s-c2590516-d1f3-47e4-a00f-bc4a8240f7b1 img.shogun-image {
    
    width: px;
  }


#s-c2590516-d1f3-47e4-a00f-bc4a8240f7b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-28c88dbc-e7c2-4c4d-bd62-86dcee73a5d8 {
  min-height: 50px;
}








#s-28c88dbc-e7c2-4c4d-bd62-86dcee73a5d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c88dbc-e7c2-4c4d-bd62-86dcee73a5d8.shg-box.shg-c {
  justify-content: center;
}

#s-e3eb21db-72b1-49d0-8406-2f0827996e2a {
  min-height: 50px;
}








#s-e3eb21db-72b1-49d0-8406-2f0827996e2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3eb21db-72b1-49d0-8406-2f0827996e2a.shg-box.shg-c {
  justify-content: center;
}

#s-210aecd3-e5f5-4c2e-873a-a0dbb4c8c8a9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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-1c330677-7bf0-4b15-8ba3-3cc77f3ebea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c330677-7bf0-4b15-8ba3-3cc77f3ebea8 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecdf3875-1e2c-4294-b42a-5c9b2860c141"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73b9ecc1-8ccb-4a34-8f93-e3679a53514c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-73b9ecc1-8ccb-4a34-8f93-e3679a53514c img.shogun-image {
    
    width: px;
  }


#s-73b9ecc1-8ccb-4a34-8f93-e3679a53514c .shogun-image-content {
  
    align-items: center;
  
}

#s-27af867d-c7d4-4cf4-b07d-8b4143192b2f {
  min-height: 50px;
}








#s-27af867d-c7d4-4cf4-b07d-8b4143192b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27af867d-c7d4-4cf4-b07d-8b4143192b2f.shg-box.shg-c {
  justify-content: center;
}

#s-64cc56d2-be53-48c4-9a64-f6190ab6bf7a {
  margin-left: 20px;
margin-right: 20px;
}

#s-0531d999-78b0-4f35-8f10-6bd8c0b302d8 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-0531d999-78b0-4f35-8f10-6bd8c0b302d8 img.shogun-image {
    
    width: px;
  }


#s-0531d999-78b0-4f35-8f10-6bd8c0b302d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b340364-15d1-4401-9d17-f58c62dd56bf {
  min-height: 50px;
}








#s-8b340364-15d1-4401-9d17-f58c62dd56bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b340364-15d1-4401-9d17-f58c62dd56bf.shg-box.shg-c {
  justify-content: center;
}

#s-5673228f-551d-4f51-9215-0af1626037e2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4a834996-25e5-43e0-bd84-982297a69c64 {
  min-height: 50px;
}








#s-4a834996-25e5-43e0-bd84-982297a69c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a834996-25e5-43e0-bd84-982297a69c64.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f21066c6-8a48-41af-a7ba-46e3cfc957da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-46dbf968-8cd9-4b59-9238-9d9f94eddcb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-46dbf968-8cd9-4b59-9238-9d9f94eddcb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46dbf968-8cd9-4b59-9238-9d9f94eddcb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46dbf968-8cd9-4b59-9238-9d9f94eddcb9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-83507fe2-8d06-43e0-bc16-348a17365791 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-83507fe2-8d06-43e0-bc16-348a17365791:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83507fe2-8d06-43e0-bc16-348a17365791:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83507fe2-8d06-43e0-bc16-348a17365791.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f4e74f9f-b83c-45a6-981d-deb198793134 {
  min-height: 50px;
}








#s-f4e74f9f-b83c-45a6-981d-deb198793134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e74f9f-b83c-45a6-981d-deb198793134.shg-box.shg-c {
  justify-content: center;
}

#s-abc6aefe-d502-487e-84b7-39f0db376799 {
  min-height: 50px;
}








#s-abc6aefe-d502-487e-84b7-39f0db376799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc6aefe-d502-487e-84b7-39f0db376799.shg-box.shg-c {
  justify-content: center;
}

#s-b17107aa-787a-43a6-853e-945c06f9b861 {
  min-height: 50px;
}








#s-b17107aa-787a-43a6-853e-945c06f9b861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17107aa-787a-43a6-853e-945c06f9b861.shg-box.shg-c {
  justify-content: center;
}

#s-9325d3f2-179d-4124-9446-32b272ba7d58 {
  min-height: 50px;
}








#s-9325d3f2-179d-4124-9446-32b272ba7d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9325d3f2-179d-4124-9446-32b272ba7d58.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18d3e14f-1ab5-4849-96bd-bc97bd231c2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aee89beb-4e3b-438c-8fe0-e28668350259 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-aee89beb-4e3b-438c-8fe0-e28668350259 img.shogun-image {
    
    width: px;
  }


#s-aee89beb-4e3b-438c-8fe0-e28668350259 .shogun-image-content {
  
    align-items: center;
  
}

#s-129b52dd-df55-4b7a-8718-9e26c580317e {
  min-height: 50px;
}








#s-129b52dd-df55-4b7a-8718-9e26c580317e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129b52dd-df55-4b7a-8718-9e26c580317e.shg-box.shg-c {
  justify-content: center;
}

#s-475ed0bb-73da-4fd8-945f-49540da0cb97 {
  margin-left: 20px;
margin-right: 20px;
}

#s-608f4155-3335-4e9b-8cca-b115103607cc {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-608f4155-3335-4e9b-8cca-b115103607cc img.shogun-image {
    
    width: px;
  }


#s-608f4155-3335-4e9b-8cca-b115103607cc .shogun-image-content {
  
    align-items: center;
  
}

#s-9c15d837-00aa-4735-b516-bb6894e7d5e5 {
  min-height: 50px;
}








#s-9c15d837-00aa-4735-b516-bb6894e7d5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c15d837-00aa-4735-b516-bb6894e7d5e5.shg-box.shg-c {
  justify-content: center;
}

#s-c502c8cd-1868-42c4-be7e-d63ed6a9277b {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e3d0bb8-71fa-417d-866c-86dd2ca7447e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca7803e5-eb55-4d82-9f7b-fb7980b6dbf8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-ca7803e5-eb55-4d82-9f7b-fb7980b6dbf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca7803e5-eb55-4d82-9f7b-fb7980b6dbf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca7803e5-eb55-4d82-9f7b-fb7980b6dbf8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-845a76ea-83f8-42c0-8669-bad3b3207bd2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-845a76ea-83f8-42c0-8669-bad3b3207bd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-845a76ea-83f8-42c0-8669-bad3b3207bd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-845a76ea-83f8-42c0-8669-bad3b3207bd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-49d43730-1182-4b2c-98e5-715c9bd4a08a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-baced906-ccb6-4e0b-8dda-8bfd022534c6 {
  min-height: 50px;
}








#s-baced906-ccb6-4e0b-8dda-8bfd022534c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baced906-ccb6-4e0b-8dda-8bfd022534c6.shg-box.shg-c {
  justify-content: center;
}

#s-78bb7ca8-77c4-4e02-abec-da3928b112ed {
  text-align: center;
}





#s-78bb7ca8-77c4-4e02-abec-da3928b112ed .shogun-image-content {
  
    align-items: center;
  
}

#s-716b9030-873c-42ef-b23b-35df6195d902 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(255, 30, 19, 1);
}
#s-716b9030-873c-42ef-b23b-35df6195d902:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-716b9030-873c-42ef-b23b-35df6195d902:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-716b9030-873c-42ef-b23b-35df6195d902.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e83dbe53-7a63-46c2-8a08-08ae910b5f84 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e0733d50-5302-4ec4-bec7-1ae51cda2689 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0733d50-5302-4ec4-bec7-1ae51cda2689 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a01326c-ad09-4a11-96b8-7a69d98d0879"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ecc082f5-a597-4aac-b6fc-c56fa0a71bd3 {
  text-align: center;
}




  #s-ecc082f5-a597-4aac-b6fc-c56fa0a71bd3 img.shogun-image {
    
    width: px;
  }


#s-ecc082f5-a597-4aac-b6fc-c56fa0a71bd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a862a85-4058-402e-bba3-50eb3ba9fa30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-6a862a85-4058-402e-bba3-50eb3ba9fa30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a862a85-4058-402e-bba3-50eb3ba9fa30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a862a85-4058-402e-bba3-50eb3ba9fa30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-ab0d77a9-0c73-4eaf-9558-a37d0c16acf6 {
  text-align: center;
}




  #s-ab0d77a9-0c73-4eaf-9558-a37d0c16acf6 img.shogun-image {
    
    width: px;
  }


#s-ab0d77a9-0c73-4eaf-9558-a37d0c16acf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4cf5caf-f55d-47ed-b434-79af13af7976 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-f4cf5caf-f55d-47ed-b434-79af13af7976:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4cf5caf-f55d-47ed-b434-79af13af7976:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4cf5caf-f55d-47ed-b434-79af13af7976.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-ee41eab9-7a5c-40f4-9611-059eb760c918 {
  text-align: center;
}




  #s-ee41eab9-7a5c-40f4-9611-059eb760c918 img.shogun-image {
    
    width: px;
  }


#s-ee41eab9-7a5c-40f4-9611-059eb760c918 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2fed19a-6493-49a7-948a-1c7a9e3cfa39 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-c2fed19a-6493-49a7-948a-1c7a9e3cfa39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2fed19a-6493-49a7-948a-1c7a9e3cfa39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2fed19a-6493-49a7-948a-1c7a9e3cfa39.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-980ad917-ea4c-4b43-905a-4e8f9faf5601 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-56d4b5b8-673a-4877-b04f-455e0737f59c {
  min-height: 50px;
}








#s-56d4b5b8-673a-4877-b04f-455e0737f59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56d4b5b8-673a-4877-b04f-455e0737f59c.shg-box.shg-c {
  justify-content: center;
}

#s-529c1d3c-f836-4da2-895b-8eca39209e0c {
  text-align: center;
}




  #s-529c1d3c-f836-4da2-895b-8eca39209e0c img.shogun-image {
    
    width: px;
  }


#s-529c1d3c-f836-4da2-895b-8eca39209e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-9684b63d-64d2-4498-a307-6f138fa76c1f {
  min-height: 50px;
}








#s-9684b63d-64d2-4498-a307-6f138fa76c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9684b63d-64d2-4498-a307-6f138fa76c1f.shg-box.shg-c {
  justify-content: center;
}

#s-936cd2cc-5318-46ce-b31d-0a5adcfa11fa {
  min-height: 50px;
}








#s-936cd2cc-5318-46ce-b31d-0a5adcfa11fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936cd2cc-5318-46ce-b31d-0a5adcfa11fa.shg-box.shg-c {
  justify-content: center;
}

#s-2b93c9ff-92f9-4f4c-9fd5-e251ed125b48 {
  min-height: 50px;
}








#s-2b93c9ff-92f9-4f4c-9fd5-e251ed125b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b93c9ff-92f9-4f4c-9fd5-e251ed125b48.shg-box.shg-c {
  justify-content: center;
}

#s-35df1d08-509c-4aa3-b5b7-f3cab4e8e8f2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6480afa0-dcc0-431b-bc69-76ac34fee81b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6480afa0-dcc0-431b-bc69-76ac34fee81b .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7b26ca14-3ef1-4988-ad1b-ea42c13fb804 {
  min-height: 50px;
}








#s-7b26ca14-3ef1-4988-ad1b-ea42c13fb804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b26ca14-3ef1-4988-ad1b-ea42c13fb804.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b20a26e4-9c87-47c4-a300-2626808210e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d58720fa-547c-4480-a5e0-dd200e048ec0 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 4px;
padding-right: 4px;
text-align: center;
}




  #s-d58720fa-547c-4480-a5e0-dd200e048ec0 img.shogun-image {
    
    width: px;
  }


#s-d58720fa-547c-4480-a5e0-dd200e048ec0 .shogun-image-content {
  
    align-items: center;
  
}

#s-21f50142-a2f0-40d6-b99e-3eef8e771998 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21f50142-a2f0-40d6-b99e-3eef8e771998 .shogun-heading-component h2 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5bd0523d-1740-4f5b-bdff-63d8ce7aad7a {
  margin-left: 10px;
margin-right: 10px;
}

#s-b247ffdf-4b61-4759-b1a2-8daaff264fa8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-b247ffdf-4b61-4759-b1a2-8daaff264fa8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b247ffdf-4b61-4759-b1a2-8daaff264fa8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b247ffdf-4b61-4759-b1a2-8daaff264fa8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7b192651-eda2-4979-96c0-4d915ccf025e {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-7b192651-eda2-4979-96c0-4d915ccf025e img.shogun-image {
    
    width: px;
  }


#s-7b192651-eda2-4979-96c0-4d915ccf025e .shogun-image-content {
  
    align-items: center;
  
}

#s-b9fa7332-502d-4113-bf64-f1644ac195c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9fa7332-502d-4113-bf64-f1644ac195c8 .shogun-heading-component h2 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47d79260-281c-4972-8cf6-8928c91978a4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-47174efb-7121-4a0e-b85e-405f8db3fb56 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-47174efb-7121-4a0e-b85e-405f8db3fb56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47174efb-7121-4a0e-b85e-405f8db3fb56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47174efb-7121-4a0e-b85e-405f8db3fb56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-54cd8109-6816-4361-b3c6-dff9249331e8 {
  min-height: 50px;
}








#s-54cd8109-6816-4361-b3c6-dff9249331e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54cd8109-6816-4361-b3c6-dff9249331e8.shg-box.shg-c {
  justify-content: center;
}

#s-f7707c35-20de-4f94-8054-87db1c9c73a4 {
  min-height: 50px;
}








#s-f7707c35-20de-4f94-8054-87db1c9c73a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7707c35-20de-4f94-8054-87db1c9c73a4.shg-box.shg-c {
  justify-content: center;
}

#s-5de7ab37-02b6-44ad-ba09-5b03b1f9e887 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-99a7d66c-454f-48ea-bf60-8b44797715d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a7d66c-454f-48ea-bf60-8b44797715d1 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1502829-afe6-4412-ae22-6024ba3c4d27 {
  text-align: center;
}




  #s-f1502829-afe6-4412-ae22-6024ba3c4d27 img.shogun-image {
    
    width: px;
  }


#s-f1502829-afe6-4412-ae22-6024ba3c4d27 .shogun-image-content {
  
    align-items: center;
  
}

#s-7722ea66-b5e7-4043-b780-958082f6f0d9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0451b59b-9a2a-42fa-b794-82a0830e46ac {
  min-height: 50px;
}








#s-0451b59b-9a2a-42fa-b794-82a0830e46ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0451b59b-9a2a-42fa-b794-82a0830e46ac.shg-box.shg-c {
  justify-content: center;
}

#s-57e1da5a-43a3-4007-bbb3-2921079f2664 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57e1da5a-43a3-4007-bbb3-2921079f2664 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04078a24-e752-455e-ba1f-f26af849f4be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d9c470a9-1d5c-4018-9e59-2de5ae3bd93c {
  text-align: center;
}





#s-d9c470a9-1d5c-4018-9e59-2de5ae3bd93c .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a12b78-7523-44f8-8fe1-c320b8577335 {
  min-height: 50px;
}








#s-f5a12b78-7523-44f8-8fe1-c320b8577335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a12b78-7523-44f8-8fe1-c320b8577335.shg-box.shg-c {
  justify-content: center;
}

#s-f59fdc2a-4db8-4c56-bd1d-bcc2743f8e76 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a70cbf25-a02c-4c37-aa90-6df179923b1a {
  text-align: center;
}




  #s-a70cbf25-a02c-4c37-aa90-6df179923b1a img.shogun-image {
    
    width: px;
  }


#s-a70cbf25-a02c-4c37-aa90-6df179923b1a .shogun-image-content {
  
    align-items: center;
  
}

#s-bb03fffd-676a-4ca0-93bd-efd5ef9ce749 {
  min-height: 50px;
}








#s-bb03fffd-676a-4ca0-93bd-efd5ef9ce749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb03fffd-676a-4ca0-93bd-efd5ef9ce749.shg-box.shg-c {
  justify-content: center;
}

#s-57db0353-abb4-4436-833f-34cce67d0e43 {
  margin-left: 20px;
margin-right: 20px;
}

#s-60a9f5cb-9cd0-4677-8ef2-eaf857bb7a46 {
  text-align: center;
}




  #s-60a9f5cb-9cd0-4677-8ef2-eaf857bb7a46 img.shogun-image {
    
    width: px;
  }


#s-60a9f5cb-9cd0-4677-8ef2-eaf857bb7a46 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e12dd5-c634-42c3-be17-fff903d5abe1 {
  min-height: 50px;
}








#s-c5e12dd5-c634-42c3-be17-fff903d5abe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e12dd5-c634-42c3-be17-fff903d5abe1.shg-box.shg-c {
  justify-content: center;
}

#s-e80fc575-dbba-4d93-8dd8-6ba35aee95e9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c8f2beae-0c51-48be-91e5-f59c68574749 {
  min-height: 50px;
}








#s-c8f2beae-0c51-48be-91e5-f59c68574749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f2beae-0c51-48be-91e5-f59c68574749.shg-box.shg-c {
  justify-content: center;
}

#s-64a2a7d4-ebfb-44f4-ada3-30a7f161a803 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-64a2a7d4-ebfb-44f4-ada3-30a7f161a803:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64a2a7d4-ebfb-44f4-ada3-30a7f161a803:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64a2a7d4-ebfb-44f4-ada3-30a7f161a803.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-586b487e-110b-4a9e-91ea-ea65bb9b47d9 {
  min-height: 50px;
}








#s-586b487e-110b-4a9e-91ea-ea65bb9b47d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-586b487e-110b-4a9e-91ea-ea65bb9b47d9.shg-box.shg-c {
  justify-content: center;
}

#s-59dbc1fe-d4ac-4179-97e9-66d76efad319 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-47290338-03c9-47ae-b21e-deef847d08e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47290338-03c9-47ae-b21e-deef847d08e3 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0a547332-6388-49fe-b65e-26d5c2165d46 {
  min-height: 50px;
}








#s-0a547332-6388-49fe-b65e-26d5c2165d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a547332-6388-49fe-b65e-26d5c2165d46.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0719e669-edc7-4961-9bc1-f00a3335c7d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b0e828c5-e4a6-4529-9e79-c17d17bf8d86 {
  text-align: center;
}





#s-b0e828c5-e4a6-4529-9e79-c17d17bf8d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-51abdb2c-99bf-4ea8-94c4-87dda2d6b90b {
  min-height: 50px;
}








#s-51abdb2c-99bf-4ea8-94c4-87dda2d6b90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51abdb2c-99bf-4ea8-94c4-87dda2d6b90b.shg-box.shg-c {
  justify-content: center;
}

#s-59610a85-3d45-4351-861b-bf0aa14547cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-59610a85-3d45-4351-861b-bf0aa14547cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59610a85-3d45-4351-861b-bf0aa14547cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59610a85-3d45-4351-861b-bf0aa14547cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-57102b1d-3712-4897-b0d0-0c44bb62d891 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8fe48c50-9017-4795-aa7f-f339911abf34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fe48c50-9017-4795-aa7f-f339911abf34 .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b025fa9-6298-44d1-a7ec-503b6921cf2d {
  min-height: 50px;
}








#s-3b025fa9-6298-44d1-a7ec-503b6921cf2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b025fa9-6298-44d1-a7ec-503b6921cf2d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1db74bd3-1d08-44ae-8669-644c5645a315"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38141329-cbe8-4146-b7d2-fb1bcb9beed4 {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}




  #s-38141329-cbe8-4146-b7d2-fb1bcb9beed4 img.shogun-image {
    
    width: px;
  }


#s-38141329-cbe8-4146-b7d2-fb1bcb9beed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-caedcf2f-2bc0-4c03-a81d-7a411ebaed53 {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}





#s-caedcf2f-2bc0-4c03-a81d-7a411ebaed53 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec86ca4a-7db2-4cb5-9956-c72e04f3565b {
  min-height: 50px;
}








#s-ec86ca4a-7db2-4cb5-9956-c72e04f3565b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec86ca4a-7db2-4cb5-9956-c72e04f3565b.shg-box.shg-c {
  justify-content: center;
}

#s-edc7cb99-6e9f-4618-8af5-c933897b8a3f {
  min-height: 50px;
}








#s-edc7cb99-6e9f-4618-8af5-c933897b8a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc7cb99-6e9f-4618-8af5-c933897b8a3f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c8ce170-114f-4c2c-976b-ee211b4587e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b421ee5c-e84e-4aeb-b127-e6b0a9021576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b421ee5c-e84e-4aeb-b127-e6b0a9021576 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc662d32-2ec4-42be-941b-c8f1af28b43b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc662d32-2ec4-42be-941b-c8f1af28b43b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1555bf8-cd5f-4afb-8552-aac7c2690e86 {
  min-height: 50px;
}








#s-a1555bf8-cd5f-4afb-8552-aac7c2690e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1555bf8-cd5f-4afb-8552-aac7c2690e86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-94ec3a7c-fa7a-4ae1-9947-5d2a3b12ce44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a530ca91-a5b9-4a1a-8891-fff72d2c85d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
background-color: rgba(71, 91, 90, 1);
hover-type: color;
}
#s-a530ca91-a5b9-4a1a-8891-fff72d2c85d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a530ca91-a5b9-4a1a-8891-fff72d2c85d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a530ca91-a5b9-4a1a-8891-fff72d2c85d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-3f497b00-cb61-447b-9ec0-f03264d9d489 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
background-color: rgba(71, 91, 90, 1);
hover-type: color;
}
#s-3f497b00-cb61-447b-9ec0-f03264d9d489:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f497b00-cb61-447b-9ec0-f03264d9d489:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f497b00-cb61-447b-9ec0-f03264d9d489.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b10b68bd-c38b-4536-a4db-3281a908c001 {
  min-height: 50px;
}








#s-b10b68bd-c38b-4536-a4db-3281a908c001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10b68bd-c38b-4536-a4db-3281a908c001.shg-box.shg-c {
  justify-content: center;
}

#s-678cef1b-d691-4797-9a7f-c53e1fe0a40d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0a5e26b6-13a2-4eec-a8d5-2e51dd712ca2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a5e26b6-13a2-4eec-a8d5-2e51dd712ca2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d991f8f1-e9da-4900-a595-85aadea42a95 {
  min-height: 50px;
}








#s-d991f8f1-e9da-4900-a595-85aadea42a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d991f8f1-e9da-4900-a595-85aadea42a95.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-bc01de39-bbcb-4adf-94e6-47177ff5ee2a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d2ee62c9-8016-4089-ad25-97669297dbc7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-2048ab8d-b3c3-4fee-b5bc-1ce99c7aa680 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-2048ab8d-b3c3-4fee-b5bc-1ce99c7aa680 img.shogun-image {
    
    width: px;
  }


#s-2048ab8d-b3c3-4fee-b5bc-1ce99c7aa680 .shogun-image-content {
  
    align-items: center;
  
}

#s-e640d1f1-67d2-4586-980c-2a860b75adef {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-e640d1f1-67d2-4586-980c-2a860b75adef img.shogun-image {
    
    width: px;
  }


#s-e640d1f1-67d2-4586-980c-2a860b75adef .shogun-image-content {
  
    align-items: center;
  
}

#s-2db0a520-abcf-4ee1-90a7-774b13f1e15d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-2db0a520-abcf-4ee1-90a7-774b13f1e15d img.shogun-image {
    
    width: px;
  }


#s-2db0a520-abcf-4ee1-90a7-774b13f1e15d .shogun-image-content {
  
    align-items: center;
  
}

#s-e82fec10-7db9-4d07-b5ca-fb416f5ca8b9 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-e82fec10-7db9-4d07-b5ca-fb416f5ca8b9 img.shogun-image {
    
    width: px;
  }


#s-e82fec10-7db9-4d07-b5ca-fb416f5ca8b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-882312b6-e218-4aeb-ba07-a8b7704a6d45 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-882312b6-e218-4aeb-ba07-a8b7704a6d45 img.shogun-image {
    
    width: px;
  }


#s-882312b6-e218-4aeb-ba07-a8b7704a6d45 .shogun-image-content {
  
    align-items: center;
  
}

#s-46735ad3-e8da-4160-a9cb-08dc0911ed62 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-46735ad3-e8da-4160-a9cb-08dc0911ed62 img.shogun-image {
    
    width: px;
  }


#s-46735ad3-e8da-4160-a9cb-08dc0911ed62 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd82d098-c8da-47bb-bde6-34eed1fcaee9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a1ba7118-cbcb-477c-8de2-9f251de05215 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-a1ba7118-cbcb-477c-8de2-9f251de05215 img.shogun-image {
    
    width: px;
  }


#s-a1ba7118-cbcb-477c-8de2-9f251de05215 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc1b054a-157c-4371-8aae-2bcf5fb11ecc {
  margin-left: 20px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}





#s-dc1b054a-157c-4371-8aae-2bcf5fb11ecc .shogun-image-content {
  
    align-items: center;
  
}

#s-6a4ea86d-7361-4c3f-b4b3-d5663b1a69e8 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-6a4ea86d-7361-4c3f-b4b3-d5663b1a69e8 img.shogun-image {
    
    width: px;
  }


#s-6a4ea86d-7361-4c3f-b4b3-d5663b1a69e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-62232cb0-fef3-4817-acfd-1de15dadde10 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-62232cb0-fef3-4817-acfd-1de15dadde10 img.shogun-image {
    
    width: px;
  }


#s-62232cb0-fef3-4817-acfd-1de15dadde10 .shogun-image-content {
  
    align-items: center;
  
}

#s-c10a4e75-18f1-4892-8b3e-8dc7378fcea7 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-c10a4e75-18f1-4892-8b3e-8dc7378fcea7 img.shogun-image {
    
    width: px;
  }


#s-c10a4e75-18f1-4892-8b3e-8dc7378fcea7 .shogun-image-content {
  
    align-items: center;
  
}

#s-427bc219-88e6-442a-a678-963663d2dfbd {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-427bc219-88e6-442a-a678-963663d2dfbd img.shogun-image {
    
    width: px;
  }


#s-427bc219-88e6-442a-a678-963663d2dfbd .shogun-image-content {
  
    align-items: center;
  
}

#s-261f052d-c445-4333-928b-ca00b90fa26c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
background-color: rgba(71, 91, 90, 1);
hover-type: color;
}
#s-261f052d-c445-4333-928b-ca00b90fa26c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-261f052d-c445-4333-928b-ca00b90fa26c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-261f052d-c445-4333-928b-ca00b90fa26c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-dcaba376-bf2a-47dc-8614-074a7cfe6806 {
  min-height: 50px;
}








#s-dcaba376-bf2a-47dc-8614-074a7cfe6806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcaba376-bf2a-47dc-8614-074a7cfe6806.shg-box.shg-c {
  justify-content: center;
}

#s-12c6f0c2-2dce-4c1a-8575-2354280c4493 {
  min-height: 50px;
}








#s-12c6f0c2-2dce-4c1a-8575-2354280c4493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c6f0c2-2dce-4c1a-8575-2354280c4493.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-664a9a86-d511-4f07-aa3b-6fe8f6228995"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e6c2556-f358-4dcf-9fe9-a6e012958280 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-0e6c2556-f358-4dcf-9fe9-a6e012958280 img.shogun-image {
    
    width: px;
  }


#s-0e6c2556-f358-4dcf-9fe9-a6e012958280 .shogun-image-content {
  
    align-items: center;
  
}

#s-79b49bc9-f034-4897-a4c6-e69db8d47dc6 {
  min-height: 50px;
}








#s-79b49bc9-f034-4897-a4c6-e69db8d47dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b49bc9-f034-4897-a4c6-e69db8d47dc6.shg-box.shg-c {
  justify-content: center;
}

#s-09ad865f-838d-40ec-a78a-c8ab5f9826c8 {
  min-height: 50px;
}








#s-09ad865f-838d-40ec-a78a-c8ab5f9826c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ad865f-838d-40ec-a78a-c8ab5f9826c8.shg-box.shg-c {
  justify-content: center;
}

#s-af259da4-b597-4889-8a34-fc86f8c1b084 {
  min-height: 50px;
}








#s-af259da4-b597-4889-8a34-fc86f8c1b084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af259da4-b597-4889-8a34-fc86f8c1b084.shg-box.shg-c {
  justify-content: center;
}

#s-0c83a243-3111-4239-8eaf-340fd8405a6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c83a243-3111-4239-8eaf-340fd8405a6c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2006fcd-4db3-4f9a-a3d2-d1b538892bf6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-f2006fcd-4db3-4f9a-a3d2-d1b538892bf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2006fcd-4db3-4f9a-a3d2-d1b538892bf6:active {text-decoration: none !important;
background-image: none !important;
background-color: rgba(71, 91, 90, 1) !important;
hover-type: color !important;}


#s-f2006fcd-4db3-4f9a-a3d2-d1b538892bf6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e030820b-5b51-46ce-a6ca-a0a2fd25365e {
  min-height: 50px;
}








#s-e030820b-5b51-46ce-a6ca-a0a2fd25365e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e030820b-5b51-46ce-a6ca-a0a2fd25365e.shg-box.shg-c {
  justify-content: center;
}

#s-0548250f-1dd8-469f-8121-87f9830c1af2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3aac7815-2b3b-434e-a5bf-3156f251224b {
  min-height: 50px;
}








#s-3aac7815-2b3b-434e-a5bf-3156f251224b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aac7815-2b3b-434e-a5bf-3156f251224b.shg-box.shg-c {
  justify-content: center;
}

#s-6776e009-73a9-40d9-a886-011dd646f49f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6776e009-73a9-40d9-a886-011dd646f49f .shogun-heading-component h1 {
  color: rgba(248, 71, 71, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b08f094-a0d0-4b54-8448-93046e36970d {
  min-height: 50px;
}








#s-1b08f094-a0d0-4b54-8448-93046e36970d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b08f094-a0d0-4b54-8448-93046e36970d.shg-box.shg-c {
  justify-content: center;
}

#s-ca80c8b3-ff44-4a5f-b0a7-97bdc7faaffd {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2d12f69-bc4e-4c13-b41b-06100ebf3785"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-51404633-bfa0-49b0-be57-098f977a4880 {
  text-align: center;
}




  #s-51404633-bfa0-49b0-be57-098f977a4880 img.shogun-image {
    
    width: px;
  }


#s-51404633-bfa0-49b0-be57-098f977a4880 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ac45c3-6fb0-475d-8059-825672041b27 {
  min-height: 50px;
}








#s-a6ac45c3-6fb0-475d-8059-825672041b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6ac45c3-6fb0-475d-8059-825672041b27.shg-box.shg-c {
  justify-content: center;
}

#s-a822c982-5ddd-47b6-aa34-c06c4d08efab {
  text-align: center;
}




  #s-a822c982-5ddd-47b6-aa34-c06c4d08efab img.shogun-image {
    
    width: px;
  }


#s-a822c982-5ddd-47b6-aa34-c06c4d08efab .shogun-image-content {
  
    align-items: center;
  
}

#s-c398690c-1aeb-4f57-aab0-bc6c41876bbf {
  min-height: 50px;
}








#s-c398690c-1aeb-4f57-aab0-bc6c41876bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c398690c-1aeb-4f57-aab0-bc6c41876bbf.shg-box.shg-c {
  justify-content: center;
}

#s-f3b43357-e6b3-47a8-a3fc-4738ccc1eb72 {
  text-align: center;
}




  #s-f3b43357-e6b3-47a8-a3fc-4738ccc1eb72 img.shogun-image {
    
    width: px;
  }


#s-f3b43357-e6b3-47a8-a3fc-4738ccc1eb72 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e04aebb-8ea5-4bf5-9457-6de87e201435 {
  min-height: 50px;
}








#s-5e04aebb-8ea5-4bf5-9457-6de87e201435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e04aebb-8ea5-4bf5-9457-6de87e201435.shg-box.shg-c {
  justify-content: center;
}

#s-0dc27d71-5216-4926-bc6d-5d7e4f995d17 {
  text-align: center;
}




  #s-0dc27d71-5216-4926-bc6d-5d7e4f995d17 img.shogun-image {
    
    width: px;
  }


#s-0dc27d71-5216-4926-bc6d-5d7e4f995d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b742255-1656-4186-b14a-056c9b961cdb {
  min-height: 50px;
}








#s-2b742255-1656-4186-b14a-056c9b961cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b742255-1656-4186-b14a-056c9b961cdb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1ed08d-fd71-4c12-b154-54d426c137f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-371920e8-0657-428c-bcb5-3716ed4afecb {
  text-align: center;
}




  #s-371920e8-0657-428c-bcb5-3716ed4afecb img.shogun-image {
    
    width: px;
  }


#s-371920e8-0657-428c-bcb5-3716ed4afecb .shogun-image-content {
  
    align-items: center;
  
}

#s-1b5d0dae-0f61-45a9-bf26-3c2c18694c46 {
  min-height: 50px;
}








#s-1b5d0dae-0f61-45a9-bf26-3c2c18694c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b5d0dae-0f61-45a9-bf26-3c2c18694c46.shg-box.shg-c {
  justify-content: center;
}

#s-eea39848-0bf5-4744-855e-bd83b4a59e28 {
  text-align: center;
}




  #s-eea39848-0bf5-4744-855e-bd83b4a59e28 img.shogun-image {
    
    width: px;
  }


#s-eea39848-0bf5-4744-855e-bd83b4a59e28 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a666d3c-5383-43a4-b09b-c6de9681021b {
  min-height: 50px;
}








#s-2a666d3c-5383-43a4-b09b-c6de9681021b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a666d3c-5383-43a4-b09b-c6de9681021b.shg-box.shg-c {
  justify-content: center;
}

#s-a8b71f3b-6d9c-4946-ad4f-02a5431180af {
  text-align: center;
}




  #s-a8b71f3b-6d9c-4946-ad4f-02a5431180af img.shogun-image {
    
    width: px;
  }


#s-a8b71f3b-6d9c-4946-ad4f-02a5431180af .shogun-image-content {
  
    align-items: center;
  
}

#s-c3fa8c37-a87a-455e-a923-179ddc2d7d41 {
  min-height: 50px;
}








#s-c3fa8c37-a87a-455e-a923-179ddc2d7d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3fa8c37-a87a-455e-a923-179ddc2d7d41.shg-box.shg-c {
  justify-content: center;
}

#s-7b4bca66-b72a-42e4-86b5-91e21df80b8a {
  text-align: center;
}




  #s-7b4bca66-b72a-42e4-86b5-91e21df80b8a img.shogun-image {
    
    width: px;
  }


#s-7b4bca66-b72a-42e4-86b5-91e21df80b8a .shogun-image-content {
  
    align-items: center;
  
}

#s-ab023672-882d-42a5-be0c-772300f53845 {
  min-height: 50px;
}








#s-ab023672-882d-42a5-be0c-772300f53845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab023672-882d-42a5-be0c-772300f53845.shg-box.shg-c {
  justify-content: center;
}

#s-b4529264-059a-4ce1-84e5-545850a4caf4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(230, 30, 120, 1);
}
#s-b4529264-059a-4ce1-84e5-545850a4caf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4529264-059a-4ce1-84e5-545850a4caf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4529264-059a-4ce1-84e5-545850a4caf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-9f1cefd8-9c47-41fe-9a3c-fab709b37451 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
