.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-ebb64af4-bee5-4546-aa53-2fbae02eb94c {
  text-align: center;
}





#s-ebb64af4-bee5-4546-aa53-2fbae02eb94c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-d8f06a41-2137-4a71-a787-84be2a40d6f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8f06a41-2137-4a71-a787-84be2a40d6f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 5px;
  text-align: center;
}



.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-4a9c4f06-445d-4935-9ae3-433b77299cdb {
  min-height: 50px;
}








#s-4a9c4f06-445d-4935-9ae3-433b77299cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a9c4f06-445d-4935-9ae3-433b77299cdb.shg-box.shg-c {
  justify-content: center;
}

#s-42ed47bc-ed2f-4333-80c6-34893b2b263d {
  min-height: 50px;
}








#s-42ed47bc-ed2f-4333-80c6-34893b2b263d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ed47bc-ed2f-4333-80c6-34893b2b263d.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-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-a106340a-0a99-47b9-aeae-aecfd65907b7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-8fd94885-1d87-4bcf-9123-40620310a2c7 {
  min-height: 50px;
}








#s-8fd94885-1d87-4bcf-9123-40620310a2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd94885-1d87-4bcf-9123-40620310a2c7.shg-box.shg-c {
  justify-content: center;
}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.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-e78b4ba5-f7ac-47da-a833-149b1e2858f2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e78b4ba5-f7ac-47da-a833-149b1e2858f2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e78b4ba5-f7ac-47da-a833-149b1e2858f2 .shg-sld-nav-button.shg-sld-left,
#s-e78b4ba5-f7ac-47da-a833-149b1e2858f2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d117f774-0cb3-4ae7-83de-5971297aade6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-34697ef5-b95e-4b0e-8603-51875e583414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34697ef5-b95e-4b0e-8603-51875e583414 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ec59f716-bcef-4d47-a8ae-2f276e56118e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-58b5032b-85e9-4731-909c-d4c8dec7a42f {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-58b5032b-85e9-4731-909c-d4c8dec7a42f {
  display: none;
}
#s-58b5032b-85e9-4731-909c-d4c8dec7a42f, #wrap-s-58b5032b-85e9-4731-909c-d4c8dec7a42f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58b5032b-85e9-4731-909c-d4c8dec7a42f {
  display: none;
}
#s-58b5032b-85e9-4731-909c-d4c8dec7a42f, #wrap-s-58b5032b-85e9-4731-909c-d4c8dec7a42f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58b5032b-85e9-4731-909c-d4c8dec7a42f {
  display: none;
}
#s-58b5032b-85e9-4731-909c-d4c8dec7a42f, #wrap-s-58b5032b-85e9-4731-909c-d4c8dec7a42f { display:none !important; }}
@media (min-width: 0px) {
[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58b5032b-85e9-4731-909c-d4c8dec7a42f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d3cd9e8-69fd-42a9-a5c4-86264b1fc3a7 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-0d3cd9e8-69fd-42a9-a5c4-86264b1fc3a7 img.shogun-image {
    
    width: px;
  }


#s-0d3cd9e8-69fd-42a9-a5c4-86264b1fc3a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8929ac0b-dcfb-4c9d-8522-2d9f990c3f97 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-8929ac0b-dcfb-4c9d-8522-2d9f990c3f97 img.shogun-image {
    
    width: px;
  }


#s-8929ac0b-dcfb-4c9d-8522-2d9f990c3f97 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbe895e3-6a18-4da6-b5d2-855bf25789b4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7e0246d0-f6bf-42f1-82a0-f40aae232c83 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-7e0246d0-f6bf-42f1-82a0-f40aae232c83 {
  display: none;
}
#s-7e0246d0-f6bf-42f1-82a0-f40aae232c83, #wrap-s-7e0246d0-f6bf-42f1-82a0-f40aae232c83 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0246d0-f6bf-42f1-82a0-f40aae232c83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d7376a0f-d791-456d-9490-dcc1d209bd80 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-d7376a0f-d791-456d-9490-dcc1d209bd80 img.shogun-image {
    
    width: px;
  }


#s-d7376a0f-d791-456d-9490-dcc1d209bd80 .shogun-image-content {
  
    align-items: center;
  
}

#s-57602907-2563-4db4-9663-fefa3fd6891c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-57602907-2563-4db4-9663-fefa3fd6891c img.shogun-image {
    
    width: px;
  }


#s-57602907-2563-4db4-9663-fefa3fd6891c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-598a3fa6-d774-4b6b-94f2-ff2c5de9992a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3bc2ed50-5820-4935-a343-fc1fa508b9ff {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-172a7163-1ba0-4fd0-958e-16aaeb1b8441"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-783066cb-d98c-4023-aadb-0984802cf745 .shogun-icon-wrapper {
  text-align: right;
}


#s-783066cb-d98c-4023-aadb-0984802cf745 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b7a5c506-1dc6-4079-96b7-cfab6e0c6312 .shogun-icon-wrapper {
  text-align: left;
}


#s-b7a5c506-1dc6-4079-96b7-cfab6e0c6312 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(18, 120, 143, 1);
}

#s-bb9a2b88-66da-4f83-90b8-81c8f027f820 {
  min-height: 900px;
}
@media (max-width: 767px){#s-bb9a2b88-66da-4f83-90b8-81c8f027f820 {
  display: none;
}
#s-bb9a2b88-66da-4f83-90b8-81c8f027f820, #wrap-s-bb9a2b88-66da-4f83-90b8-81c8f027f820 { display:none !important; }}







#s-bb9a2b88-66da-4f83-90b8-81c8f027f820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb9a2b88-66da-4f83-90b8-81c8f027f820.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-811b5a72-bde7-42d5-927f-0735a2c539b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d3c9699d-d509-4593-8332-edfa51e5b6b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3c9699d-d509-4593-8332-edfa51e5b6b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (max-width: 767px){#s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215 {
  display: none;
}
#s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215, #wrap-s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cef3e4e6-61f8-4c9e-8e2e-cb2e98c5a215"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56bfc878-f241-4b22-8ea9-68b521e8505b {
  text-align: center;
}
@media (max-width: 767px){#s-56bfc878-f241-4b22-8ea9-68b521e8505b {
  display: none;
}
#s-56bfc878-f241-4b22-8ea9-68b521e8505b, #wrap-s-56bfc878-f241-4b22-8ea9-68b521e8505b { display:none !important; }}



  #s-56bfc878-f241-4b22-8ea9-68b521e8505b img.shogun-image {
    
    width: px;
  }


#s-56bfc878-f241-4b22-8ea9-68b521e8505b .shogun-image-content {
  
    align-items: center;
  
}

#s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e {
  text-align: center;
}
@media (max-width: 767px){#s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e {
  display: none;
}
#s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e, #wrap-s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e { display:none !important; }}



  #s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e img.shogun-image {
    
    width: px;
  }


#s-d17f27fb-f1d7-43d2-8903-03fd8f055a0e .shogun-image-content {
  
    align-items: center;
  
}

#s-68ac99f3-de79-44e8-bc71-cf5a5554e727 {
  text-align: center;
}
@media (min-width: 1200px){#s-68ac99f3-de79-44e8-bc71-cf5a5554e727 {
  display: none;
}
#s-68ac99f3-de79-44e8-bc71-cf5a5554e727, #wrap-s-68ac99f3-de79-44e8-bc71-cf5a5554e727 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68ac99f3-de79-44e8-bc71-cf5a5554e727 {
  display: none;
}
#s-68ac99f3-de79-44e8-bc71-cf5a5554e727, #wrap-s-68ac99f3-de79-44e8-bc71-cf5a5554e727 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68ac99f3-de79-44e8-bc71-cf5a5554e727 {
  display: none;
}
#s-68ac99f3-de79-44e8-bc71-cf5a5554e727, #wrap-s-68ac99f3-de79-44e8-bc71-cf5a5554e727 { display:none !important; }}



  #s-68ac99f3-de79-44e8-bc71-cf5a5554e727 img.shogun-image {
    
    width: px;
  }


#s-68ac99f3-de79-44e8-bc71-cf5a5554e727 .shogun-image-content {
  
    align-items: center;
  
}

#s-baa1073e-9c51-4948-9888-fe1a4cf73a12 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8486e81-2ed7-45f0-97e5-eb58153cd23a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-47f7895f-749d-49ae-9af7-2d805e607c7f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e182627f-2590-48c8-b0e2-636c644e8654"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-07007b63-7abf-4d4e-95ad-0840eb605d04 .shogun-icon-wrapper {
  text-align: right;
}


#s-07007b63-7abf-4d4e-95ad-0840eb605d04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4fb65743-e8a9-4d8f-8594-f7a5c8b2b880 .shogun-icon-wrapper {
  text-align: left;
}


#s-4fb65743-e8a9-4d8f-8594-f7a5c8b2b880 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(18, 120, 143, 1);
}

#s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1 {
  text-align: center;
}
@media (max-width: 767px){#s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1 {
  display: none;
}
#s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1, #wrap-s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1 { display:none !important; }}



  #s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1 img.shogun-image {
    
    width: px;
  }


#s-9d9ebe97-9f9d-49f5-a385-ca12b32a43d1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73b641bf-4137-4ba0-b3c6-356d49c6a140"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4b300605-afc4-4262-967d-5506a8cf0715 {
  min-height: 900px;
}








#s-4b300605-afc4-4262-967d-5506a8cf0715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b300605-afc4-4262-967d-5506a8cf0715.shg-box.shg-c {
  justify-content: center;
}

#s-032544f4-5443-4239-856e-256f3b79e511 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-032544f4-5443-4239-856e-256f3b79e511 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3c4e945-4ed7-420e-a6af-d695c3bb1918"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ca426bf-1651-4015-b5d7-1761b7c794d2 {
  text-align: center;
}




  #s-4ca426bf-1651-4015-b5d7-1761b7c794d2 img.shogun-image {
    
    width: px;
  }


#s-4ca426bf-1651-4015-b5d7-1761b7c794d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-33db90fc-43f5-4d92-8d0f-f54a21ebc2b9 {
  text-align: center;
}




  #s-33db90fc-43f5-4d92-8d0f-f54a21ebc2b9 img.shogun-image {
    
    width: px;
  }


#s-33db90fc-43f5-4d92-8d0f-f54a21ebc2b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6761fc2c-f532-4514-90fd-3de79ce25493 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f92a1f1f-4971-439b-aaff-86ce5826e452"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8857d4af-dfcf-49e1-956e-fa9431dfa5f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-62c87d9f-ec83-4a15-99a0-e042c243a468 .shogun-icon-wrapper {
  text-align: right;
}


#s-62c87d9f-ec83-4a15-99a0-e042c243a468 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-b373ea1e-3231-4fcf-921d-3f111a968e8e .shogun-icon-wrapper {
  text-align: center;
}


#s-b373ea1e-3231-4fcf-921d-3f111a968e8e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-cef4cbe6-1c05-4494-b9ce-31325bbe4bb0 .shogun-icon-wrapper {
  text-align: left;
}


#s-cef4cbe6-1c05-4494-b9ce-31325bbe4bb0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-35da71d4-abde-42de-9aa4-fec63138755d {
  min-height: 50px;
}








#s-35da71d4-abde-42de-9aa4-fec63138755d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35da71d4-abde-42de-9aa4-fec63138755d.shg-box.shg-c {
  justify-content: center;
}

#s-c41cbebe-63fd-4692-9bd8-06b090065b21 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c41cbebe-63fd-4692-9bd8-06b090065b21 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c41cbebe-63fd-4692-9bd8-06b090065b21 .shg-sld-nav-button.shg-sld-left,
#s-c41cbebe-63fd-4692-9bd8-06b090065b21 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bfc4c514-c92c-48d4-8138-2f1635483258"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-71c68010-5776-4c66-b2bd-bd7d5243f38a {
  text-align: center;
}
@media (max-width: 767px){#s-71c68010-5776-4c66-b2bd-bd7d5243f38a {
  display: none;
}
#s-71c68010-5776-4c66-b2bd-bd7d5243f38a, #wrap-s-71c68010-5776-4c66-b2bd-bd7d5243f38a { display:none !important; }}



  #s-71c68010-5776-4c66-b2bd-bd7d5243f38a img.shogun-image {
    
    width: px;
  }


#s-71c68010-5776-4c66-b2bd-bd7d5243f38a .shogun-image-content {
  
    align-items: center;
  
}

#s-0ed3bfa7-149e-44fc-add5-5daa8e018868 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ed3bfa7-149e-44fc-add5-5daa8e018868 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-36ed1a27-363c-41e7-9fc4-cf19ffb21679 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-dbbe6fe8-a14e-4110-9b84-ae1610ac8485 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df {
  text-align: center;
}
@media (min-width: 1200px){#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df {
  display: none;
}
#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df, #wrap-s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df {
  display: none;
}
#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df, #wrap-s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df {
  display: none;
}
#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df, #wrap-s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df { display:none !important; }}



  #s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df img.shogun-image {
    
    width: px;
  }


#s-2a35b123-7696-4fc1-94d5-ffeec2e4d0df .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-290428a2-3de6-4575-acce-fb04dfe94205 {
  display: none;
}
#s-290428a2-3de6-4575-acce-fb04dfe94205, #wrap-s-290428a2-3de6-4575-acce-fb04dfe94205 { display:none !important; }}
@media (min-width: 0px) {
[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290428a2-3de6-4575-acce-fb04dfe94205"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d82ebee-94c3-44d7-bd1e-51f36a055c91 {
  text-align: center;
}
@media (max-width: 767px){#s-2d82ebee-94c3-44d7-bd1e-51f36a055c91 {
  display: none;
}
#s-2d82ebee-94c3-44d7-bd1e-51f36a055c91, #wrap-s-2d82ebee-94c3-44d7-bd1e-51f36a055c91 { display:none !important; }}



  #s-2d82ebee-94c3-44d7-bd1e-51f36a055c91 img.shogun-image {
    
    width: px;
  }


#s-2d82ebee-94c3-44d7-bd1e-51f36a055c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3f55f1e-a49a-4e92-9b69-69184e327ea9 {
  text-align: center;
}
@media (max-width: 767px){#s-d3f55f1e-a49a-4e92-9b69-69184e327ea9 {
  display: none;
}
#s-d3f55f1e-a49a-4e92-9b69-69184e327ea9, #wrap-s-d3f55f1e-a49a-4e92-9b69-69184e327ea9 { display:none !important; }}



  #s-d3f55f1e-a49a-4e92-9b69-69184e327ea9 img.shogun-image {
    
    width: px;
  }


#s-d3f55f1e-a49a-4e92-9b69-69184e327ea9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-11386db7-7554-4f1b-b749-c766743f6584"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2274fce6-4416-4560-bfbd-ddc28fdccefd {
  min-height: 50px;
}








#s-2274fce6-4416-4560-bfbd-ddc28fdccefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2274fce6-4416-4560-bfbd-ddc28fdccefd.shg-box.shg-c {
  justify-content: center;
}

#s-d21132a0-c570-4837-8e61-5f2231297cf8 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a48c2368-7f90-4290-85c7-1c655669fbf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-223651cb-8c99-4e86-8b9e-130833bcd524 .shogun-icon-wrapper {
  text-align: right;
}


#s-223651cb-8c99-4e86-8b9e-130833bcd524 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(133, 168, 211, 1);
}

#s-f6a814f9-ad9a-4897-9d65-421352d275d7 .shogun-icon-wrapper {
  text-align: left;
}


#s-f6a814f9-ad9a-4897-9d65-421352d275d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(225, 198, 245, 1);
}

@media (min-width: 0px) {
[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c00854e1-8d03-4673-b6a3-619e2d8a5345"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-14498095-f58f-4c48-a03f-c09c4a761c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14498095-f58f-4c48-a03f-c09c4a761c21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-579af5d7-6354-4a12-8977-77bf210c9826 {
  text-align: center;
}
@media (min-width: 1200px){#s-579af5d7-6354-4a12-8977-77bf210c9826 {
  display: none;
}
#s-579af5d7-6354-4a12-8977-77bf210c9826, #wrap-s-579af5d7-6354-4a12-8977-77bf210c9826 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-579af5d7-6354-4a12-8977-77bf210c9826 {
  display: none;
}
#s-579af5d7-6354-4a12-8977-77bf210c9826, #wrap-s-579af5d7-6354-4a12-8977-77bf210c9826 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-579af5d7-6354-4a12-8977-77bf210c9826 {
  display: none;
}
#s-579af5d7-6354-4a12-8977-77bf210c9826, #wrap-s-579af5d7-6354-4a12-8977-77bf210c9826 { display:none !important; }}



  #s-579af5d7-6354-4a12-8977-77bf210c9826 img.shogun-image {
    
    width: px;
  }


#s-579af5d7-6354-4a12-8977-77bf210c9826 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8990ca6-f078-4947-83b3-00f448d05350 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-c8990ca6-f078-4947-83b3-00f448d05350 {
  display: none;
}
#s-c8990ca6-f078-4947-83b3-00f448d05350, #wrap-s-c8990ca6-f078-4947-83b3-00f448d05350 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8990ca6-f078-4947-83b3-00f448d05350"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-adda3fe3-e867-4613-864d-519b58555063 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-adda3fe3-e867-4613-864d-519b58555063 img.shogun-image {
    
    width: px;
  }


#s-adda3fe3-e867-4613-864d-519b58555063 .shogun-image-content {
  
    align-items: center;
  
}

#s-a920a50e-530c-4b81-8e8f-cb5016026cee {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-a920a50e-530c-4b81-8e8f-cb5016026cee img.shogun-image {
    
    width: px;
  }


#s-a920a50e-530c-4b81-8e8f-cb5016026cee .shogun-image-content {
  
    align-items: center;
  
}

#s-d865735c-261d-4dc4-9e6a-2e421341cdf9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0a5286d-31f3-479e-b7d8-9f46b0949048"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29e30d38-a4a8-4c72-a764-69622acbf3dd {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f0b8c11-cf69-49a2-83b5-0390664a9427"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52bd1bb2-5883-4f3f-965f-e3fc1bd06580 .shogun-icon-wrapper {
  text-align: right;
}


#s-52bd1bb2-5883-4f3f-965f-e3fc1bd06580 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(133, 168, 211, 1);
}

#s-fa7984e8-5684-40c7-bc34-0a6363b1d9c4 .shogun-icon-wrapper {
  text-align: left;
}


#s-fa7984e8-5684-40c7-bc34-0a6363b1d9c4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(225, 198, 245, 1);
}

#s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b {
  text-align: center;
}
@media (max-width: 767px){#s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b {
  display: none;
}
#s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b, #wrap-s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b { display:none !important; }}



  #s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b img.shogun-image {
    
    width: px;
  }


#s-9ed7cda5-7e62-44d4-b33c-9b39b926d33b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd7b0a7e-bea5-4988-a13f-2f2ef60fb94d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-43598890-cdd8-43d9-bca8-cde679834c79 {
  min-height: 900px;
}








#s-43598890-cdd8-43d9-bca8-cde679834c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43598890-cdd8-43d9-bca8-cde679834c79.shg-box.shg-c {
  justify-content: center;
}

#s-085f74f7-b903-4886-9288-13891d73efc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-085f74f7-b903-4886-9288-13891d73efc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb2ff9e4-b158-4010-b05d-a52ffc42df9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4eeb3ec-e754-4d44-aebd-144c78eb1370 {
  text-align: center;
}




  #s-c4eeb3ec-e754-4d44-aebd-144c78eb1370 img.shogun-image {
    
    width: px;
  }


#s-c4eeb3ec-e754-4d44-aebd-144c78eb1370 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea4f0ca4-31a8-4d52-a94b-54ff8f192e64 {
  text-align: center;
}




  #s-ea4f0ca4-31a8-4d52-a94b-54ff8f192e64 img.shogun-image {
    
    width: px;
  }


#s-ea4f0ca4-31a8-4d52-a94b-54ff8f192e64 .shogun-image-content {
  
    align-items: center;
  
}

#s-407d4e48-4bdb-4ba0-a0b2-da1fb3b467c8 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14350d2c-9a10-4a08-bf45-34615bc83c8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c38a82d3-b70d-40d1-8187-53eab035f1a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f5303fd5-0ca6-4c09-ae45-5609552080c9 .shogun-icon-wrapper {
  text-align: right;
}


#s-f5303fd5-0ca6-4c09-ae45-5609552080c9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-50ba8036-750b-4b93-a49e-0010ebe58551 .shogun-icon-wrapper {
  text-align: center;
}


#s-50ba8036-750b-4b93-a49e-0010ebe58551 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c40e0d9f-43c0-418e-bf70-f02d6c9ba49d .shogun-icon-wrapper {
  text-align: left;
}


#s-c40e0d9f-43c0-418e-bf70-f02d6c9ba49d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-2fccaf2b-5e4d-43ca-b3de-682d61e54433 {
  min-height: 50px;
}








#s-2fccaf2b-5e4d-43ca-b3de-682d61e54433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fccaf2b-5e4d-43ca-b3de-682d61e54433.shg-box.shg-c {
  justify-content: center;
}

#s-5881d678-a208-4066-a38b-668885b9207f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5881d678-a208-4066-a38b-668885b9207f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5881d678-a208-4066-a38b-668885b9207f .shg-sld-nav-button.shg-sld-left,
#s-5881d678-a208-4066-a38b-668885b9207f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  text-align: center;
}
@media (max-width: 767px){#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  display: none;
}
#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7, #wrap-s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 { display:none !important; }}



  #s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 img.shogun-image {
    
    width: px;
  }


#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b4b4106-e3d2-4ebb-9839-4be22cc56a57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b4b4106-e3d2-4ebb-9839-4be22cc56a57 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-332e38d1-2f82-4242-9fac-6f782ab79fa3 {
  text-align: center;
}




  #s-332e38d1-2f82-4242-9fac-6f782ab79fa3 img.shogun-image {
    
    width: px;
  }


#s-332e38d1-2f82-4242-9fac-6f782ab79fa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  text-align: center;
}
@media (max-width: 767px){#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  display: none;
}
#s-7907cbee-df89-4531-8b50-839bb8ffe3b3, #wrap-s-7907cbee-df89-4531-8b50-839bb8ffe3b3 { display:none !important; }}



  #s-7907cbee-df89-4531-8b50-839bb8ffe3b3 img.shogun-image {
    
    width: px;
  }


#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cbb203d-8b66-4514-b059-89e30c8d6703 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-245a1fa3-edef-4310-847b-cd9b6945628a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ef248fe1-7d5c-492b-b665-906a84e8d1e8 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ca4a5f-611e-421b-bbdb-ab62c7f98de9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-44db50b7-b8a9-4acd-a497-4e516e27fffe .shogun-icon-wrapper {
  text-align: right;
}


#s-44db50b7-b8a9-4acd-a497-4e516e27fffe .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(191, 110, 81, 1);
}

#s-6f642e1a-f830-471d-81e7-4765b4ea3625 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f642e1a-f830-471d-81e7-4765b4ea3625 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

#s-72906433-5fb5-482a-bca5-e7c9fcf0692f .shogun-icon-wrapper {
  text-align: left;
}


#s-72906433-5fb5-482a-bca5-e7c9fcf0692f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(219, 196, 214, 1);
}

@media (min-width: 0px) {
[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ac7e66c2-108f-4686-ba44-9d6328f0b447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7e66c2-108f-4686-ba44-9d6328f0b447 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-d1243d46-c871-4c27-adb6-246a8b007cc0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3a926d18-c833-4a04-9b9b-d1d3c4360ba7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ae3d681-7628-41b3-aa90-bb25a08e06db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38881843-0086-4dcc-b5b9-7884bccd27d7 {
  text-align: center;
}




  #s-38881843-0086-4dcc-b5b9-7884bccd27d7 img.shogun-image {
    
    width: px;
  }


#s-38881843-0086-4dcc-b5b9-7884bccd27d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b {
  text-align: center;
}
@media (max-width: 767px){#s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b {
  display: none;
}
#s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b, #wrap-s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b { display:none !important; }}



  #s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b img.shogun-image {
    
    width: px;
  }


#s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b .shogun-image-content {
  
    align-items: center;
  
}

#s-282b14b6-e127-4e4d-aee8-84e0bb294c76 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d479547c-77fa-4762-a2df-7e54f41e7eaf {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-87ca6f3d-5f64-4819-91d6-6fbf14be849d .shogun-icon-wrapper {
  text-align: right;
}


#s-87ca6f3d-5f64-4819-91d6-6fbf14be849d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(191, 110, 81, 1);
}

#s-7741fb85-2dc9-4521-a82c-f4c92f54fb8d .shogun-icon-wrapper {
  text-align: center;
}


#s-7741fb85-2dc9-4521-a82c-f4c92f54fb8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

#s-09477fa3-26e9-425c-afc8-d0c4b1438dce .shogun-icon-wrapper {
  text-align: left;
}


#s-09477fa3-26e9-425c-afc8-d0c4b1438dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(219, 196, 214, 1);
}

#s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e {
  min-height: 900px;
}
@media (max-width: 767px){#s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e {
  display: none;
}
#s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e, #wrap-s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e { display:none !important; }}







#s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5d3e9b-15d9-48b3-9620-2fc69296d07e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ec66c125-e13c-4321-91af-02214db08ee8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ff1eb110-c855-4e96-af69-1458b499a6f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff1eb110-c855-4e96-af69-1458b499a6f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e046d264-7ade-4eab-b43e-69dc87d8712b {
  text-align: center;
}
@media (min-width: 1200px){#s-e046d264-7ade-4eab-b43e-69dc87d8712b {
  display: none;
}
#s-e046d264-7ade-4eab-b43e-69dc87d8712b, #wrap-s-e046d264-7ade-4eab-b43e-69dc87d8712b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e046d264-7ade-4eab-b43e-69dc87d8712b {
  display: none;
}
#s-e046d264-7ade-4eab-b43e-69dc87d8712b, #wrap-s-e046d264-7ade-4eab-b43e-69dc87d8712b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e046d264-7ade-4eab-b43e-69dc87d8712b {
  display: none;
}
#s-e046d264-7ade-4eab-b43e-69dc87d8712b, #wrap-s-e046d264-7ade-4eab-b43e-69dc87d8712b { display:none !important; }}@media (max-width: 767px){#s-e046d264-7ade-4eab-b43e-69dc87d8712b {
  
}
}



  #s-e046d264-7ade-4eab-b43e-69dc87d8712b img.shogun-image {
    
    width: px;
  }


#s-e046d264-7ade-4eab-b43e-69dc87d8712b .shogun-image-content {
  
    align-items: center;
  
}

#s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661 {
  display: none;
}
#s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661, #wrap-s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d08e399-2f82-4ef8-b0cc-3d075939a969 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6d08e399-2f82-4ef8-b0cc-3d075939a969 img.shogun-image {
    
    width: px;
  }


#s-6d08e399-2f82-4ef8-b0cc-3d075939a969 .shogun-image-content {
  
    align-items: center;
  
}

#s-06bf4915-6410-4cff-b087-2ddac812d1ed {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-06bf4915-6410-4cff-b087-2ddac812d1ed img.shogun-image {
    
    width: px;
  }


#s-06bf4915-6410-4cff-b087-2ddac812d1ed .shogun-image-content {
  
    align-items: center;
  
}

#s-629e0160-8d08-4ef3-aca8-d1e42b058f64 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9e2f6c0b-db52-4700-bb08-d927d5ad27e5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7589918-cbd4-453f-9549-aa80a29ca008"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-da9ea600-2a20-4801-93a4-bb65859b3ac3 .shogun-icon-wrapper {
  text-align: right;
}


#s-da9ea600-2a20-4801-93a4-bb65859b3ac3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(191, 110, 81, 1);
}

#s-95c1148d-b63f-4296-aa68-ce7aedc79b15 .shogun-icon-wrapper {
  text-align: center;
}


#s-95c1148d-b63f-4296-aa68-ce7aedc79b15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

#s-635bd0c4-4e75-4f85-b75a-4befaac2c5cd .shogun-icon-wrapper {
  text-align: left;
}


#s-635bd0c4-4e75-4f85-b75a-4befaac2c5cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(219, 196, 214, 1);
}

#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 {
  text-align: center;
}
@media (max-width: 767px){#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 {
  display: none;
}
#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2, #wrap-s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 { display:none !important; }}



  #s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 img.shogun-image {
    
    width: px;
  }


#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1dcd101-7675-4158-a248-110bdb3b4492 {
  min-height: 50px;
}








#s-d1dcd101-7675-4158-a248-110bdb3b4492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1dcd101-7675-4158-a248-110bdb3b4492.shg-box.shg-c {
  justify-content: center;
}

#s-e620f478-48a0-451a-a909-c86ab0cdb71e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e620f478-48a0-451a-a909-c86ab0cdb71e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e620f478-48a0-451a-a909-c86ab0cdb71e .shg-sld-nav-button.shg-sld-left,
#s-e620f478-48a0-451a-a909-c86ab0cdb71e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e51801c-c4db-4553-bc89-3155d97f6afa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-564c41dd-28cb-4c65-b408-506db28b7d85 {
  text-align: center;
}
@media (max-width: 767px){#s-564c41dd-28cb-4c65-b408-506db28b7d85 {
  display: none;
}
#s-564c41dd-28cb-4c65-b408-506db28b7d85, #wrap-s-564c41dd-28cb-4c65-b408-506db28b7d85 { display:none !important; }}



  #s-564c41dd-28cb-4c65-b408-506db28b7d85 img.shogun-image {
    
    width: px;
  }


#s-564c41dd-28cb-4c65-b408-506db28b7d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-f54f9db5-ed64-43ed-adbd-a23d08f2fe0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f54f9db5-ed64-43ed-adbd-a23d08f2fe0a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-5746a03b-b098-4931-beb6-8b97d81bbc87 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b743b7f5-270e-45d0-8a98-cee66a4a48be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-53a3f1ca-eb83-4b7a-8782-c040b63b4c8c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-53a3f1ca-eb83-4b7a-8782-c040b63b4c8c img.shogun-image {
    
    width: px;
  }


#s-53a3f1ca-eb83-4b7a-8782-c040b63b4c8c .shogun-image-content {
  
    align-items: center;
  
}

#s-6f582b1d-fedb-4ff0-9a76-83a9a09337c3 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23f92ae2-31a5-49bf-9a09-1cea016f11c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5b4e8102-a5da-4e3c-8c67-58ca44b55196 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4667f3c-d6fd-4e2e-b940-9f749f6178fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1aac5001-1e8a-4a86-9015-1bc1b29ec87c .shogun-icon-wrapper {
  text-align: right;
}


#s-1aac5001-1e8a-4a86-9015-1bc1b29ec87c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ac509fef-3144-4cec-b155-a7424857c553 .shogun-icon-wrapper {
  text-align: left;
}


#s-ac509fef-3144-4cec-b155-a7424857c553 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(58, 108, 228, 1);
}

@media (min-width: 0px) {
[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38317a38-9400-415a-9c52-e77948723a4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-27b132ac-0af3-4066-926d-bc3c12a404c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b132ac-0af3-4066-926d-bc3c12a404c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f584d43e-ef53-4279-ad0c-c0a4fe051996 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-bbf47e3f-1039-403e-bb91-d5a43de811b7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbf47e3f-1039-403e-bb91-d5a43de811b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc9589c9-dc9b-4cd9-9429-a1cf5aba55fb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-cc9589c9-dc9b-4cd9-9429-a1cf5aba55fb img.shogun-image {
    
    width: px;
  }


#s-cc9589c9-dc9b-4cd9-9429-a1cf5aba55fb .shogun-image-content {
  
    align-items: center;
  
}

#s-612bfdfc-eadc-4d13-9cd0-10674426f05a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-612bfdfc-eadc-4d13-9cd0-10674426f05a img.shogun-image {
    
    width: px;
  }


#s-612bfdfc-eadc-4d13-9cd0-10674426f05a .shogun-image-content {
  
    align-items: center;
  
}

#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d {
  text-align: center;
}
@media (min-width: 1200px){#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d {
  display: none;
}
#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d, #wrap-s-bb5ef5fc-6e7c-429e-be90-52523da40a5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d {
  display: none;
}
#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d, #wrap-s-bb5ef5fc-6e7c-429e-be90-52523da40a5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d {
  display: none;
}
#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d, #wrap-s-bb5ef5fc-6e7c-429e-be90-52523da40a5d { display:none !important; }}



  #s-bb5ef5fc-6e7c-429e-be90-52523da40a5d img.shogun-image {
    
    width: px;
  }


#s-bb5ef5fc-6e7c-429e-be90-52523da40a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-c51a8618-f42c-49b3-8f50-7f095f8aa38e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e69031c8-b5de-43b8-9713-b1e33412504d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e30e9fc0-87d1-4963-a5e3-4bd1f1d955e5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-980ed566-8143-4c93-a5ca-5a1d6272fa34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-80a3f6a4-8405-44f1-9cae-49ed965dd8e1 .shogun-icon-wrapper {
  text-align: right;
}


#s-80a3f6a4-8405-44f1-9cae-49ed965dd8e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(109, 165, 190, 1);
}

#s-b1c8dded-75f0-4815-ba0a-364eefac06d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-b1c8dded-75f0-4815-ba0a-364eefac06d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6957aff0-0cf1-405d-93f2-496f89dbe7cd .shogun-icon-wrapper {
  text-align: left;
}


#s-6957aff0-0cf1-405d-93f2-496f89dbe7cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(219, 196, 214, 1);
}

#s-9a47b897-f428-43c6-a647-2a6b6c54e1da {
  text-align: center;
}
@media (max-width: 767px){#s-9a47b897-f428-43c6-a647-2a6b6c54e1da {
  display: none;
}
#s-9a47b897-f428-43c6-a647-2a6b6c54e1da, #wrap-s-9a47b897-f428-43c6-a647-2a6b6c54e1da { display:none !important; }}



  #s-9a47b897-f428-43c6-a647-2a6b6c54e1da img.shogun-image {
    
    width: px;
  }


#s-9a47b897-f428-43c6-a647-2a6b6c54e1da .shogun-image-content {
  
    align-items: center;
  
}

#s-d31e9561-b5c2-4604-8474-d9a19e1c52cc {
  min-height: 50px;
}








#s-d31e9561-b5c2-4604-8474-d9a19e1c52cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d31e9561-b5c2-4604-8474-d9a19e1c52cc.shg-box.shg-c {
  justify-content: center;
}

#s-858bd41a-66da-479d-8903-852e15805bcf {
  text-align: center;
}





#s-858bd41a-66da-479d-8903-852e15805bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-8abb7c8b-6f5e-4c54-95ea-bd9e731bbf9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8abb7c8b-6f5e-4c54-95ea-bd9e731bbf9e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-0eb6bedd-d6aa-44bf-a1a8-fe2f35341b74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb6bedd-d6aa-44bf-a1a8-fe2f35341b74 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ba48b38-66cb-45b1-9bbf-ec3d785d85f6 {
  min-height: 50px;
}








#s-7ba48b38-66cb-45b1-9bbf-ec3d785d85f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba48b38-66cb-45b1-9bbf-ec3d785d85f6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67724c7f-7125-41db-afd1-2d7b8e27694a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b10d1db9-3975-49eb-b28d-04498c99b7a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b10d1db9-3975-49eb-b28d-04498c99b7a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-46dfcd48-63f8-43fa-9532-967778eac85c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d583032b-0d2c-4d92-8fdd-20440b205b71 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-459a6df9-2d64-459d-95ab-d6e50aa62d58 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-459a6df9-2d64-459d-95ab-d6e50aa62d58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5111b04c-96dd-4428-bed5-c67331fbbe60 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-5111b04c-96dd-4428-bed5-c67331fbbe60 img.shogun-image {
    
    width: px;
  }


#s-5111b04c-96dd-4428-bed5-c67331fbbe60 .shogun-image-content {
  
    align-items: center;
  
}

#s-22e54d18-7cc4-40e3-854c-2b09f7ae15c1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-22e54d18-7cc4-40e3-854c-2b09f7ae15c1 img.shogun-image {
    
    width: px;
  }


#s-22e54d18-7cc4-40e3-854c-2b09f7ae15c1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6f5be78-3566-41f5-a4c7-ff067ae7876b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-46ce2f0d-728a-445b-9417-a8b38579a435 {
  padding-bottom: 15px;
}

#s-8b3c15bc-34d3-45c2-9304-c59b87e8e350 .shogun-icon-wrapper {
  text-align: center;
}


#s-8b3c15bc-34d3-45c2-9304-c59b87e8e350 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(219, 196, 214, 1);
}

#s-b47f6cc1-45e8-4b7a-9944-10e2987e99ef {
  text-align: center;
}




  #s-b47f6cc1-45e8-4b7a-9944-10e2987e99ef img.shogun-image {
    
    width: px;
  }


#s-b47f6cc1-45e8-4b7a-9944-10e2987e99ef .shogun-image-content {
  
    align-items: center;
  
}

#s-2c7acfdc-0112-49a3-8044-01f40a9314b1 {
  min-height: 50px;
}








#s-2c7acfdc-0112-49a3-8044-01f40a9314b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7acfdc-0112-49a3-8044-01f40a9314b1.shg-box.shg-c {
  justify-content: center;
}

#s-1ccd86c2-b480-45d5-ba94-ee81986a870c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1ccd86c2-b480-45d5-ba94-ee81986a870c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ccd86c2-b480-45d5-ba94-ee81986a870c .shg-sld-nav-button.shg-sld-left,
#s-1ccd86c2-b480-45d5-ba94-ee81986a870c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f7bbc2dc-2b5b-40c0-9d50-520f8115ae6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f565219f-6b14-40d1-aa5d-6ded072d0067 {
  text-align: center;
}
@media (max-width: 767px){#s-f565219f-6b14-40d1-aa5d-6ded072d0067 {
  display: none;
}
#s-f565219f-6b14-40d1-aa5d-6ded072d0067, #wrap-s-f565219f-6b14-40d1-aa5d-6ded072d0067 { display:none !important; }}



  #s-f565219f-6b14-40d1-aa5d-6ded072d0067 img.shogun-image {
    
    width: px;
  }


#s-f565219f-6b14-40d1-aa5d-6ded072d0067 .shogun-image-content {
  
    align-items: center;
  
}

#s-8191f2ed-7b67-43ec-833d-8d4c382d5141 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8191f2ed-7b67-43ec-833d-8d4c382d5141 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac752ae3-60f6-4687-919f-904e9a9ff79c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43fd7481-5ef0-4228-9f38-bfed058dc10c {
  text-align: center;
}




  #s-43fd7481-5ef0-4228-9f38-bfed058dc10c img.shogun-image {
    
    width: px;
  }


#s-43fd7481-5ef0-4228-9f38-bfed058dc10c .shogun-image-content {
  
    align-items: center;
  
}

#s-cda0557c-43db-4d71-9ade-5fe11a62b7dd {
  text-align: center;
}
@media (max-width: 767px){#s-cda0557c-43db-4d71-9ade-5fe11a62b7dd {
  display: none;
}
#s-cda0557c-43db-4d71-9ade-5fe11a62b7dd, #wrap-s-cda0557c-43db-4d71-9ade-5fe11a62b7dd { display:none !important; }}



  #s-cda0557c-43db-4d71-9ade-5fe11a62b7dd img.shogun-image {
    
    width: px;
  }


#s-cda0557c-43db-4d71-9ade-5fe11a62b7dd .shogun-image-content {
  
    align-items: center;
  
}

#s-f68f0a3a-70f4-4aad-97f1-6b00d389af96 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af63ed8f-703f-4e43-aa7c-9dbabb450c1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2c17f17-10b4-4781-82f3-cb08785b4e2e {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f153877-ae55-43c9-aaf7-1d80b27b6821"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1dd21f6f-fed1-4635-a461-1068a071d58e .shogun-icon-wrapper {
  text-align: right;
}


#s-1dd21f6f-fed1-4635-a461-1068a071d58e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e6fb1f7f-aaa1-4308-b7b5-087d42312607 .shogun-icon-wrapper {
  text-align: left;
}


#s-e6fb1f7f-aaa1-4308-b7b5-087d42312607 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

@media (min-width: 0px) {
[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fcb69762-79d4-48f7-9ff8-33fa6d14092f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2b24ea61-18d2-43f4-ad6a-93c523fc0b08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b24ea61-18d2-43f4-ad6a-93c523fc0b08 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-cf3c3498-94dc-498b-b1d4-627a0b3ee468 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-bceba454-2719-47eb-9a6c-3b357247eb31 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3ec71b9f-147d-4791-ae4b-2e00b11580df {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec71b9f-147d-4791-ae4b-2e00b11580df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-85381aea-9828-4f61-a039-3a60c2fd4f8c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-85381aea-9828-4f61-a039-3a60c2fd4f8c img.shogun-image {
    
    width: px;
  }


#s-85381aea-9828-4f61-a039-3a60c2fd4f8c .shogun-image-content {
  
    align-items: center;
  
}

#s-1bb77041-6d55-45ca-b120-3f6484b4a17c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-1bb77041-6d55-45ca-b120-3f6484b4a17c img.shogun-image {
    
    width: px;
  }


#s-1bb77041-6d55-45ca-b120-3f6484b4a17c .shogun-image-content {
  
    align-items: center;
  
}

#s-b16b25c7-1ae9-415c-9443-eb4108282d84 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b16b25c7-1ae9-415c-9443-eb4108282d84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ea6f178b-e41b-4a1c-8675-01e81e2a0183 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca59e47d-1aff-4f68-be8f-b37aa8731f2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16fd0252-8a09-435f-9a62-d6d84a3fd0d8 .shogun-icon-wrapper {
  text-align: right;
}


#s-16fd0252-8a09-435f-9a62-d6d84a3fd0d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-63baf4c2-426f-40f2-b6c6-162ae9ff6b13 .shogun-icon-wrapper {
  text-align: left;
}


#s-63baf4c2-426f-40f2-b6c6-162ae9ff6b13 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

#s-0acffbe2-7a26-4f9e-87df-558d00468a97 {
  text-align: center;
}




  #s-0acffbe2-7a26-4f9e-87df-558d00468a97 img.shogun-image {
    
    width: px;
  }


#s-0acffbe2-7a26-4f9e-87df-558d00468a97 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5849bc19-9c16-4898-bfff-d12251ffea26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-21e96f9a-c41c-444f-bbae-0cb7de818e26 {
  min-height: 900px;
}
@media (max-width: 767px){#s-21e96f9a-c41c-444f-bbae-0cb7de818e26 {
  display: none;
}
#s-21e96f9a-c41c-444f-bbae-0cb7de818e26, #wrap-s-21e96f9a-c41c-444f-bbae-0cb7de818e26 { display:none !important; }}







#s-21e96f9a-c41c-444f-bbae-0cb7de818e26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e96f9a-c41c-444f-bbae-0cb7de818e26.shg-box.shg-c {
  justify-content: center;
}

#s-de508dc2-512a-4f8c-9b51-0a1217522037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de508dc2-512a-4f8c-9b51-0a1217522037 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-20e724f3-741a-48e2-a368-e7e87ab18ec2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-24368e71-11fc-4061-8137-679493f35627 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9aad92-8ba1-4d98-bd09-f2d88e0160d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be0e3b26-fb58-4a3a-9f49-a43d724b3358 {
  text-align: center;
}




  #s-be0e3b26-fb58-4a3a-9f49-a43d724b3358 img.shogun-image {
    
    width: px;
  }


#s-be0e3b26-fb58-4a3a-9f49-a43d724b3358 .shogun-image-content {
  
    align-items: center;
  
}

#s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c {
  text-align: center;
}
@media (max-width: 767px){#s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c {
  display: none;
}
#s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c, #wrap-s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c { display:none !important; }}



  #s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c img.shogun-image {
    
    width: px;
  }


#s-dba34ea3-bc5a-443e-9738-1bb9bd0f141c .shogun-image-content {
  
    align-items: center;
  
}

#s-283cf595-ea4f-4845-b57c-8452a873f9cc {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f833d54c-f92e-48f5-a008-71d3a45f3593 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f833d54c-f92e-48f5-a008-71d3a45f3593"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-66c0dfac-42d7-4e71-9147-19dd65c63af3 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa81448f-22ce-4353-9123-e48fd9ba246e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-348e42f8-5472-4699-8b12-9d24a33b670c .shogun-icon-wrapper {
  text-align: right;
}


#s-348e42f8-5472-4699-8b12-9d24a33b670c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-10ecd13c-6e95-43a5-9a53-53a524c57343 .shogun-icon-wrapper {
  text-align: left;
}


#s-10ecd13c-6e95-43a5-9a53-53a524c57343 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(46, 46, 96, 1);
}

#s-880e8cbf-871e-493a-a266-3e60b662115e {
  min-height: 50px;
}








#s-880e8cbf-871e-493a-a266-3e60b662115e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-880e8cbf-871e-493a-a266-3e60b662115e.shg-box.shg-c {
  justify-content: center;
}

#s-ed718f39-9b2b-4034-8d04-4dbc2e02d3db {
  min-height: 50px;
}








#s-ed718f39-9b2b-4034-8d04-4dbc2e02d3db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed718f39-9b2b-4034-8d04-4dbc2e02d3db.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91a01908-b8eb-4908-ad05-922bb7aba0fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-249f8a16-68a3-4832-95fd-f4aba41e9159 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-249f8a16-68a3-4832-95fd-f4aba41e9159 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-d193e997-954f-417e-971f-dac1dbf20f15 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a11a0726-e1fd-4c72-9144-d894446bd14b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b576287e-c188-4eab-b778-8caae70aebca {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b576287e-c188-4eab-b778-8caae70aebca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-03f114c2-7dc8-4672-b338-dbc8c4591627 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-03f114c2-7dc8-4672-b338-dbc8c4591627 img.shogun-image {
    
    width: px;
  }


#s-03f114c2-7dc8-4672-b338-dbc8c4591627 .shogun-image-content {
  
    align-items: center;
  
}

#s-6204aa8d-fc57-412f-8ba1-1eb19bdf535d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6204aa8d-fc57-412f-8ba1-1eb19bdf535d img.shogun-image {
    
    width: px;
  }


#s-6204aa8d-fc57-412f-8ba1-1eb19bdf535d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5adbad9f-04e5-48a3-b923-f8e9aec82128"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8467be59-93aa-4cfa-b382-4ed22a4c807e {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435efb2b-c37b-4d12-98f9-06595f974244"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-226089c2-04cd-431e-a25c-180e31f127ad .shogun-icon-wrapper {
  text-align: center;
}


#s-226089c2-04cd-431e-a25c-180e31f127ad .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(101, 125, 154, 1);
}

#s-426fa6a2-3db2-4bca-a6f2-baa861456143 {
  min-height: 900px;
}
@media (max-width: 767px){#s-426fa6a2-3db2-4bca-a6f2-baa861456143 {
  display: none;
}
#s-426fa6a2-3db2-4bca-a6f2-baa861456143, #wrap-s-426fa6a2-3db2-4bca-a6f2-baa861456143 { display:none !important; }}







#s-426fa6a2-3db2-4bca-a6f2-baa861456143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-426fa6a2-3db2-4bca-a6f2-baa861456143.shg-box.shg-c {
  justify-content: center;
}

#s-add40766-b8a1-4837-81c2-3c5a2823ddb1 {
  min-height: 50px;
}








#s-add40766-b8a1-4837-81c2-3c5a2823ddb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add40766-b8a1-4837-81c2-3c5a2823ddb1.shg-box.shg-c {
  justify-content: center;
}

#s-728ff164-81bf-4141-8653-d597c2599b23 {
  min-height: 50px;
}








#s-728ff164-81bf-4141-8653-d597c2599b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-728ff164-81bf-4141-8653-d597c2599b23.shg-box.shg-c {
  justify-content: center;
}

#s-7b86f120-5613-4ed2-9516-5245b82d7bd5 {
  text-align: center;
}





#s-7b86f120-5613-4ed2-9516-5245b82d7bd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-43240287-a944-4ca2-9e06-b6fcd53e9939 {
  min-height: 50px;
}








#s-43240287-a944-4ca2-9e06-b6fcd53e9939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43240287-a944-4ca2-9e06-b6fcd53e9939.shg-box.shg-c {
  justify-content: center;
}

#s-90c44330-6ef3-4f14-bff7-8970556baeda {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-90c44330-6ef3-4f14-bff7-8970556baeda .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-90c44330-6ef3-4f14-bff7-8970556baeda .shg-sld-nav-button.shg-sld-left,
#s-90c44330-6ef3-4f14-bff7-8970556baeda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff98bec8-da55-4203-8e72-f03c0a7bfeca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-492f3597-193a-4edc-a529-44d938b038d7 {
  min-height: 900px;
}
@media (max-width: 767px){#s-492f3597-193a-4edc-a529-44d938b038d7 {
  display: none;
}
#s-492f3597-193a-4edc-a529-44d938b038d7, #wrap-s-492f3597-193a-4edc-a529-44d938b038d7 { display:none !important; }}







#s-492f3597-193a-4edc-a529-44d938b038d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-492f3597-193a-4edc-a529-44d938b038d7.shg-box.shg-c {
  justify-content: center;
}

#s-51e1b1d6-15f4-48fd-84bc-0ab809189304 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51e1b1d6-15f4-48fd-84bc-0ab809189304 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8ba8ec20-5b8e-4878-aa38-cc7134462bd2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4718ec66-1b47-4ad0-87ff-2fdef23de8af {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71a4a0d9-81d0-4e23-be19-3e9602513906"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f010d33-7bfd-4198-a966-1d7372de483e {
  text-align: center;
}




  #s-1f010d33-7bfd-4198-a966-1d7372de483e img.shogun-image {
    
    width: px;
  }


#s-1f010d33-7bfd-4198-a966-1d7372de483e .shogun-image-content {
  
    align-items: center;
  
}

#s-9557a2cd-50e3-4c17-b516-a1dd50e97264 {
  text-align: center;
}
@media (max-width: 767px){#s-9557a2cd-50e3-4c17-b516-a1dd50e97264 {
  display: none;
}
#s-9557a2cd-50e3-4c17-b516-a1dd50e97264, #wrap-s-9557a2cd-50e3-4c17-b516-a1dd50e97264 { display:none !important; }}



  #s-9557a2cd-50e3-4c17-b516-a1dd50e97264 img.shogun-image {
    
    width: px;
  }


#s-9557a2cd-50e3-4c17-b516-a1dd50e97264 .shogun-image-content {
  
    align-items: center;
  
}

#s-9023e907-c074-49cf-918b-89783528ae16 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9023e907-c074-49cf-918b-89783528ae16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-81fc7f2d-f351-4848-b564-4f7e310f596a {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908bb899-03a9-4c48-ad32-8ffbecc327e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-314585ef-abf2-4343-9216-b7bfe09d5a8b .shogun-icon-wrapper {
  text-align: center;
}


#s-314585ef-abf2-4343-9216-b7bfe09d5a8b .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(185, 42, 66, 1);
}

#s-95e20074-4d75-4eba-b58a-cf3851efc4a7 .shogun-icon-wrapper {
  text-align: center;
}


#s-95e20074-4d75-4eba-b58a-cf3851efc4a7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(98, 36, 72, 1);
}

#s-23083caa-f60e-4d5f-afe4-5f70f2ca469e .shogun-icon-wrapper {
  text-align: center;
}


#s-23083caa-f60e-4d5f-afe4-5f70f2ca469e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 127, 130, 1);
}

#s-4c8c905a-8654-4c35-9ff0-74cf2b155406 .shogun-icon-wrapper {
  text-align: center;
}


#s-4c8c905a-8654-4c35-9ff0-74cf2b155406 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97e1bd56-e226-409a-8b31-b8eb3a3ef255"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ed3ae040-a786-4699-b6b7-264c48f92449 {
  min-height: 900px;
}








#s-ed3ae040-a786-4699-b6b7-264c48f92449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed3ae040-a786-4699-b6b7-264c48f92449.shg-box.shg-c {
  justify-content: center;
}

#s-244ef454-851e-4916-945a-b051c2fcc087 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-244ef454-851e-4916-945a-b051c2fcc087 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bafe03c-dcd8-4bad-91c8-04f8581d2bc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8b75a0d6-0c25-4a18-a3fa-d108f67082d1 {
  text-align: center;
}




  #s-8b75a0d6-0c25-4a18-a3fa-d108f67082d1 img.shogun-image {
    
    width: px;
  }


#s-8b75a0d6-0c25-4a18-a3fa-d108f67082d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-38262fed-29b3-44c3-8857-e423793faa2c {
  text-align: center;
}




  #s-38262fed-29b3-44c3-8857-e423793faa2c img.shogun-image {
    
    width: px;
  }


#s-38262fed-29b3-44c3-8857-e423793faa2c .shogun-image-content {
  
    align-items: center;
  
}

#s-a1cf9d81-88cd-457e-be23-979c8dfd2bd9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d04fa7f2-f9d0-4c6d-8621-8f2f683a8853"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93186f69-0c89-450e-83dc-938f5da28645"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5c30436d-57e8-41ae-9063-b4143cb6e218 .shogun-icon-wrapper {
  text-align: right;
}


#s-5c30436d-57e8-41ae-9063-b4143cb6e218 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-49224ae7-43e4-4674-99bf-b3c80219d143 .shogun-icon-wrapper {
  text-align: center;
}


#s-49224ae7-43e4-4674-99bf-b3c80219d143 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-02c3b285-ad28-4069-a961-1d5d0e90c5d7 .shogun-icon-wrapper {
  text-align: left;
}


#s-02c3b285-ad28-4069-a961-1d5d0e90c5d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

@media (min-width: 0px) {
[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a0c3272-da26-4df5-a0fc-717d1bac48aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-73593d41-e195-4ef8-af2a-8dbc61157710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73593d41-e195-4ef8-af2a-8dbc61157710 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-6fcfabdd-65b5-4cef-ba39-2dbe58cd74b5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-8a028fce-6e15-451e-8d59-dfec986d1b2c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-de35313b-1509-415b-a3ed-d5003f32cebc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de35313b-1509-415b-a3ed-d5003f32cebc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e363e326-02e2-4d19-a648-5b2bc4d15fe4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-e363e326-02e2-4d19-a648-5b2bc4d15fe4 img.shogun-image {
    
    width: px;
  }


#s-e363e326-02e2-4d19-a648-5b2bc4d15fe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-26195022-0e7f-4f3c-ac1b-730bab7b3585 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-26195022-0e7f-4f3c-ac1b-730bab7b3585 img.shogun-image {
    
    width: px;
  }


#s-26195022-0e7f-4f3c-ac1b-730bab7b3585 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a6ac19-7343-4179-b994-779402330475 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a6ac19-7343-4179-b994-779402330475"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d96cb0c8-8606-4cfb-a613-5a44b5efceb1 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1a64698b-926a-49cb-a52f-96b126478cbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0fdf1b29-1cb7-4c48-9f82-2212d0a81e1a .shogun-icon-wrapper {
  text-align: center;
}


#s-0fdf1b29-1cb7-4c48-9f82-2212d0a81e1a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(185, 42, 66, 1);
}

#s-9c1c8721-5ac8-4ff7-89f8-6437a4a31da9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c1c8721-5ac8-4ff7-89f8-6437a4a31da9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(98, 36, 72, 1);
}

#s-416549f4-52b4-4d08-ae8d-cbee1996f1d6 .shogun-icon-wrapper {
  text-align: center;
}


#s-416549f4-52b4-4d08-ae8d-cbee1996f1d6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 127, 130, 1);
}

#s-6e8fbfa6-e366-43a9-8407-b4b0b76af7bf .shogun-icon-wrapper {
  text-align: center;
}


#s-6e8fbfa6-e366-43a9-8407-b4b0b76af7bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1f8ab42c-91da-476e-9355-47bad7e06833 {
  text-align: center;
}
@media (max-width: 767px){#s-1f8ab42c-91da-476e-9355-47bad7e06833 {
  display: none;
}
#s-1f8ab42c-91da-476e-9355-47bad7e06833, #wrap-s-1f8ab42c-91da-476e-9355-47bad7e06833 { display:none !important; }}



  #s-1f8ab42c-91da-476e-9355-47bad7e06833 img.shogun-image {
    
    width: px;
  }


#s-1f8ab42c-91da-476e-9355-47bad7e06833 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01af3054-2703-4d8f-937f-b45716d765a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828 {
  text-align: center;
}
@media (max-width: 767px){#s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828 {
  display: none;
}
#s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828, #wrap-s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828 { display:none !important; }}



  #s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828 img.shogun-image {
    
    width: px;
  }


#s-8dfd0bf4-bd98-4dfe-890e-ebcb56451828 .shogun-image-content {
  
    align-items: center;
  
}

#s-96c56d4f-2979-4a3c-bdd1-8c7e43e40cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96c56d4f-2979-4a3c-bdd1-8c7e43e40cbd .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-150e90bb-a2f7-4e35-af7b-dcc0765119e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-afb788a2-afac-49dd-8ce2-220d7632b284 {
  text-align: center;
}




  #s-afb788a2-afac-49dd-8ce2-220d7632b284 img.shogun-image {
    
    width: px;
  }


#s-afb788a2-afac-49dd-8ce2-220d7632b284 .shogun-image-content {
  
    align-items: center;
  
}

#s-c90e83f8-d875-4014-918e-09be565204f2 {
  text-align: center;
}
@media (max-width: 767px){#s-c90e83f8-d875-4014-918e-09be565204f2 {
  display: none;
}
#s-c90e83f8-d875-4014-918e-09be565204f2, #wrap-s-c90e83f8-d875-4014-918e-09be565204f2 { display:none !important; }}



  #s-c90e83f8-d875-4014-918e-09be565204f2 img.shogun-image {
    
    width: px;
  }


#s-c90e83f8-d875-4014-918e-09be565204f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-471b91d6-a47e-42ac-ba63-5fe78a4c5877 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2e7527df-c809-4d08-a7a1-e9fe15f14338 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7527df-c809-4d08-a7a1-e9fe15f14338"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9ce13731-0498-46ed-8a3e-ecd35d57c91e {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-77ed9896-fc80-4e3d-a355-6828c363956b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e2f4832b-18b6-4bab-86b1-a16f04eecb7e .shogun-icon-wrapper {
  text-align: center;
}


#s-e2f4832b-18b6-4bab-86b1-a16f04eecb7e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(185, 42, 66, 1);
}

#s-10475737-1cb7-4d96-b58c-76004ebbb748 .shogun-icon-wrapper {
  text-align: center;
}


#s-10475737-1cb7-4d96-b58c-76004ebbb748 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(98, 36, 72, 1);
}

#s-a60222e9-e893-48d1-b9ed-48495ce62b5b .shogun-icon-wrapper {
  text-align: center;
}


#s-a60222e9-e893-48d1-b9ed-48495ce62b5b .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 127, 130, 1);
}

#s-117703ac-c4b5-46b7-91d2-9df068a0d2bc .shogun-icon-wrapper {
  text-align: center;
}


#s-117703ac-c4b5-46b7-91d2-9df068a0d2bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85ebe088-f8d0-418f-94a7-8dc0fdb97c54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ebcf89ce-1f43-46f3-96a0-2f89982e2a0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebcf89ce-1f43-46f3-96a0-2f89982e2a0c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-3d071848-8049-4c16-b85d-28e0689bb147 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d071848-8049-4c16-b85d-28e0689bb147"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ea00b1c7-0c58-4931-8dab-6836f039e3c4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-ea00b1c7-0c58-4931-8dab-6836f039e3c4 img.shogun-image {
    
    width: px;
  }


#s-ea00b1c7-0c58-4931-8dab-6836f039e3c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b86612fe-6646-49eb-8e59-c0039c787a10 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-b86612fe-6646-49eb-8e59-c0039c787a10 img.shogun-image {
    
    width: px;
  }


#s-b86612fe-6646-49eb-8e59-c0039c787a10 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbc53d62-768c-4748-b982-056908849865 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1d7bae9-f75d-43c3-8d0c-c1fc42f7ea45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9efdb9b8-a3e4-4add-9153-71c1048a2dee {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-86344982-a53c-4559-911f-092df9f19b88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5bf9436d-c721-425f-b3f7-5ba2ea607f4f .shogun-icon-wrapper {
  text-align: center;
}


#s-5bf9436d-c721-425f-b3f7-5ba2ea607f4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(185, 42, 66, 1);
}

#s-27472e97-45fa-4e1b-a67b-180e4700deab .shogun-icon-wrapper {
  text-align: center;
}


#s-27472e97-45fa-4e1b-a67b-180e4700deab .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(98, 36, 72, 1);
}

#s-2f0bd71f-d34d-4aee-9861-774273fb13eb .shogun-icon-wrapper {
  text-align: center;
}


#s-2f0bd71f-d34d-4aee-9861-774273fb13eb .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 127, 130, 1);
}

#s-6321d879-3756-47a6-be4e-7965d4119974 .shogun-icon-wrapper {
  text-align: center;
}


#s-6321d879-3756-47a6-be4e-7965d4119974 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d7cb2c01-606c-480e-9a05-9a9b56f6564d {
  text-align: center;
}
@media (max-width: 767px){#s-d7cb2c01-606c-480e-9a05-9a9b56f6564d {
  display: none;
}
#s-d7cb2c01-606c-480e-9a05-9a9b56f6564d, #wrap-s-d7cb2c01-606c-480e-9a05-9a9b56f6564d { display:none !important; }}



  #s-d7cb2c01-606c-480e-9a05-9a9b56f6564d img.shogun-image {
    
    width: px;
  }


#s-d7cb2c01-606c-480e-9a05-9a9b56f6564d .shogun-image-content {
  
    align-items: center;
  
}

#s-15f95750-1f51-4301-a942-06dc7258e279 {
  min-height: 50px;
}








#s-15f95750-1f51-4301-a942-06dc7258e279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15f95750-1f51-4301-a942-06dc7258e279.shg-box.shg-c {
  justify-content: center;
}

#s-50d5805e-4009-49ad-bc35-62f8f4ac4c95 {
  min-height: 50px;
}








#s-50d5805e-4009-49ad-bc35-62f8f4ac4c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50d5805e-4009-49ad-bc35-62f8f4ac4c95.shg-box.shg-c {
  justify-content: center;
}

#s-b946dd96-ec13-4332-81ff-35720babf8dd {
  text-align: center;
}





#s-b946dd96-ec13-4332-81ff-35720babf8dd .shogun-image-content {
  
    align-items: center;
  
}

#s-225b1f95-21fc-4c52-a599-01c9eac61f8f {
  min-height: 50px;
}








#s-225b1f95-21fc-4c52-a599-01c9eac61f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225b1f95-21fc-4c52-a599-01c9eac61f8f.shg-box.shg-c {
  justify-content: center;
}

#s-a0264387-87e5-41fb-97a6-1af8276192d0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a0264387-87e5-41fb-97a6-1af8276192d0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0264387-87e5-41fb-97a6-1af8276192d0 .shg-sld-nav-button.shg-sld-left,
#s-a0264387-87e5-41fb-97a6-1af8276192d0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238182-1074-407a-a4b5-4b2c44b33752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-936f830d-b95f-43cf-ac2b-7887ac0fe2bf {
  min-height: 900px;
}








#s-936f830d-b95f-43cf-ac2b-7887ac0fe2bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936f830d-b95f-43cf-ac2b-7887ac0fe2bf.shg-box.shg-c {
  justify-content: center;
}

#s-d449cb3d-8f8c-4585-95d5-dc03fb7a1f1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d449cb3d-8f8c-4585-95d5-dc03fb7a1f1e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-490125d7-a2cf-496e-be12-422d684ca1e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6098981-ceae-460d-8ce9-4e582a867015 {
  text-align: center;
}




  #s-d6098981-ceae-460d-8ce9-4e582a867015 img.shogun-image {
    
    width: px;
  }


#s-d6098981-ceae-460d-8ce9-4e582a867015 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a965ee-32a2-4c95-a09e-fa48251cf350 {
  text-align: center;
}




  #s-15a965ee-32a2-4c95-a09e-fa48251cf350 img.shogun-image {
    
    width: px;
  }


#s-15a965ee-32a2-4c95-a09e-fa48251cf350 .shogun-image-content {
  
    align-items: center;
  
}

#s-dea0fb3e-33ed-420f-b1af-b5576c5664de {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-160ac4ed-7fe6-4b1f-9dc2-3174221f7804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d8ba776-8ea1-42b3-aae4-512cb37b0542"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b9d13ee-81b7-4348-b565-c36a3555db27 .shogun-icon-wrapper {
  text-align: right;
}


#s-1b9d13ee-81b7-4348-b565-c36a3555db27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-0e7700c1-8cf1-49a4-b370-92ea94dcc83f .shogun-icon-wrapper {
  text-align: center;
}


#s-0e7700c1-8cf1-49a4-b370-92ea94dcc83f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b925ec1d-c772-4e0e-801d-8e1b8d275be2 .shogun-icon-wrapper {
  text-align: left;
}


#s-b925ec1d-c772-4e0e-801d-8e1b8d275be2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

@media (min-width: 0px) {
[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d469c42-d8a5-4597-a414-d4d61d1821f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5c3416d1-13d3-4fd4-9e82-10a27ca83249 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c3416d1-13d3-4fd4-9e82-10a27ca83249 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-1d83b599-2a9f-466c-9f73-db85565b7918 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e82f38d7-743d-4777-82e6-430ca7705f01 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e38a7743-1685-4d88-bd97-3c76dc974e09 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38a7743-1685-4d88-bd97-3c76dc974e09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46e0ba3d-abd9-455c-8e03-7a86bea0588d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-46e0ba3d-abd9-455c-8e03-7a86bea0588d img.shogun-image {
    
    width: px;
  }


#s-46e0ba3d-abd9-455c-8e03-7a86bea0588d .shogun-image-content {
  
    align-items: center;
  
}

#s-2052b9bf-3285-4d86-8c8a-f0b9ebbb9996 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-2052b9bf-3285-4d86-8c8a-f0b9ebbb9996 img.shogun-image {
    
    width: px;
  }


#s-2052b9bf-3285-4d86-8c8a-f0b9ebbb9996 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d3f185-348d-4557-af44-be42b4485d9c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5d3f185-348d-4557-af44-be42b4485d9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7a1dc3ef-ea76-44ec-99c1-5b97452da0c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e7d5bbb8-4214-4b81-82a1-4a95c8a8757d .shogun-icon-wrapper {
  text-align: center;
}


#s-e7d5bbb8-4214-4b81-82a1-4a95c8a8757d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-adc3f096-eda5-4e1d-9778-a998a1ae3a8c .shogun-icon-wrapper {
  text-align: center;
}


#s-adc3f096-eda5-4e1d-9778-a998a1ae3a8c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e1c5b479-74f1-4b99-bb70-3a6269801100 .shogun-icon-wrapper {
  text-align: center;
}


#s-e1c5b479-74f1-4b99-bb70-3a6269801100 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-1cc4903a-1b87-425c-8d9c-d51d4ad16638 .shogun-icon-wrapper {
  text-align: center;
}


#s-1cc4903a-1b87-425c-8d9c-d51d4ad16638 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-c2ede806-e6a8-4440-93a1-f783ed4fa215 {
  text-align: center;
}




  #s-c2ede806-e6a8-4440-93a1-f783ed4fa215 img.shogun-image {
    
    width: px;
  }


#s-c2ede806-e6a8-4440-93a1-f783ed4fa215 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4378029f-2d91-4be7-8135-4cbf92ab9e5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0a89d2bb-584c-4a9a-9e3d-c60871febf2e {
  text-align: center;
}




  #s-0a89d2bb-584c-4a9a-9e3d-c60871febf2e img.shogun-image {
    
    width: px;
  }


#s-0a89d2bb-584c-4a9a-9e3d-c60871febf2e .shogun-image-content {
  
    align-items: center;
  
}

#s-0d247ff8-ee07-4dee-8838-875ccf85272f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d247ff8-ee07-4dee-8838-875ccf85272f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c278835-8aa7-4a85-883a-e37cee88a8d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9d78494d-b8f6-4d8a-924e-c4798430cf1d {
  text-align: center;
}




  #s-9d78494d-b8f6-4d8a-924e-c4798430cf1d img.shogun-image {
    
    width: px;
  }


#s-9d78494d-b8f6-4d8a-924e-c4798430cf1d .shogun-image-content {
  
    align-items: center;
  
}

#s-0b90d26d-82b0-4b77-ac10-3a065126f84e {
  text-align: center;
}




  #s-0b90d26d-82b0-4b77-ac10-3a065126f84e img.shogun-image {
    
    width: px;
  }


#s-0b90d26d-82b0-4b77-ac10-3a065126f84e .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb17a07-0b93-4300-b9c8-1ec078b635aa {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d6e16b64-04db-4f29-9648-f889ed21a8a9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6e16b64-04db-4f29-9648-f889ed21a8a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f03af79-bd94-445a-990f-296ed125f2c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5a887c06-9617-41e4-8da6-3d5c57bcfd7a .shogun-icon-wrapper {
  text-align: center;
}


#s-5a887c06-9617-41e4-8da6-3d5c57bcfd7a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-8545c43b-9f5a-4856-a5c5-dc57879548a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-8545c43b-9f5a-4856-a5c5-dc57879548a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-957bfa85-6432-451a-bc3a-77a61bda9c2a .shogun-icon-wrapper {
  text-align: center;
}


#s-957bfa85-6432-451a-bc3a-77a61bda9c2a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-1d2bd5ae-0ae5-4712-9736-85ff744e71d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-1d2bd5ae-0ae5-4712-9736-85ff744e71d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

@media (min-width: 0px) {
[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd709ceb-a66b-4f84-b1cf-dc2f6ed284c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f500f834-3c47-4d18-b0af-2e2282989563 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f500f834-3c47-4d18-b0af-2e2282989563 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-0600e51d-8fbc-4c80-9d4c-68c88aea2334 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0600e51d-8fbc-4c80-9d4c-68c88aea2334"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-821106cf-a4f2-48d6-8b8d-4133984b19f4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-821106cf-a4f2-48d6-8b8d-4133984b19f4 img.shogun-image {
    
    width: px;
  }


#s-821106cf-a4f2-48d6-8b8d-4133984b19f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b26de94b-b588-45b8-b9c4-6f182b0c4984 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-b26de94b-b588-45b8-b9c4-6f182b0c4984 img.shogun-image {
    
    width: px;
  }


#s-b26de94b-b588-45b8-b9c4-6f182b0c4984 .shogun-image-content {
  
    align-items: center;
  
}

#s-e913d425-9c28-4022-94d3-a320be3ddcfc {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e5342067-f508-49e8-be3c-f4212cd39a24 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e5342067-f508-49e8-be3c-f4212cd39a24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0f629909-e3a7-4ca1-9167-323ca9e920d8 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fb0710e-73da-40c6-9715-043198bd5f78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-489c6d04-6903-4557-a697-029e453a94e7 .shogun-icon-wrapper {
  text-align: right;
}


#s-489c6d04-6903-4557-a697-029e453a94e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7a7b9533-f1a2-41ce-ac1b-bc8b6e73afd7 .shogun-icon-wrapper {
  text-align: left;
}


#s-7a7b9533-f1a2-41ce-ac1b-bc8b6e73afd7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(142, 66, 133, 1);
}

#s-086cc557-74a4-44a5-9854-cce89565dc17 {
  min-height: 900px;
}
@media (max-width: 767px){#s-086cc557-74a4-44a5-9854-cce89565dc17 {
  display: none;
}
#s-086cc557-74a4-44a5-9854-cce89565dc17, #wrap-s-086cc557-74a4-44a5-9854-cce89565dc17 { display:none !important; }}







#s-086cc557-74a4-44a5-9854-cce89565dc17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086cc557-74a4-44a5-9854-cce89565dc17.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db8aece0-05ce-41ff-a9e2-75acff158621"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e775f6f8-9d79-484e-80b1-d9ec44dedf32 {
  min-height: 900px;
}
@media (max-width: 767px){#s-e775f6f8-9d79-484e-80b1-d9ec44dedf32 {
  display: none;
}
#s-e775f6f8-9d79-484e-80b1-d9ec44dedf32, #wrap-s-e775f6f8-9d79-484e-80b1-d9ec44dedf32 { display:none !important; }}







#s-e775f6f8-9d79-484e-80b1-d9ec44dedf32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e775f6f8-9d79-484e-80b1-d9ec44dedf32.shg-box.shg-c {
  justify-content: center;
}

#s-f4e9760e-d67d-4f51-b331-55aa7510bdb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4e9760e-d67d-4f51-b331-55aa7510bdb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-92b0af9d-1261-411d-910e-6ea838215435 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9f7b181c-7863-4d58-8aa8-3deef1233a13 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-088b0ed2-9cbe-483a-bc4e-fd67e1cdd330"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a91f980b-c202-4377-a5a0-cd6a336336cf {
  text-align: center;
}




  #s-a91f980b-c202-4377-a5a0-cd6a336336cf img.shogun-image {
    
    width: px;
  }


#s-a91f980b-c202-4377-a5a0-cd6a336336cf .shogun-image-content {
  
    align-items: center;
  
}

#s-1604a28c-b38b-4865-ae3f-a33dd55ad0e1 {
  text-align: center;
}




  #s-1604a28c-b38b-4865-ae3f-a33dd55ad0e1 img.shogun-image {
    
    width: px;
  }


#s-1604a28c-b38b-4865-ae3f-a33dd55ad0e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bd41ff6-14a0-4c00-abb4-03afba69688a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bd41ff6-14a0-4c00-abb4-03afba69688a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2ddfffe5-5504-49e4-b238-5d32231254c4 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53e63dd8-6e29-45b9-8625-b6f55071b555"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-309f1973-d967-4186-9be8-877e33358ded .shogun-icon-wrapper {
  text-align: right;
}


#s-309f1973-d967-4186-9be8-877e33358ded .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1c510f7c-4aeb-42d6-ae80-610d494a7f65 .shogun-icon-wrapper {
  text-align: left;
}


#s-1c510f7c-4aeb-42d6-ae80-610d494a7f65 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(142, 66, 133, 1);
}

#s-50088cbc-2a65-41a0-986f-08304b4739e8 {
  min-height: 50px;
}








#s-50088cbc-2a65-41a0-986f-08304b4739e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50088cbc-2a65-41a0-986f-08304b4739e8.shg-box.shg-c {
  justify-content: center;
}

#s-3a5e5569-43df-46e5-a7e2-d4eaac852f15 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a5e5569-43df-46e5-a7e2-d4eaac852f15 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3a5e5569-43df-46e5-a7e2-d4eaac852f15 .shg-sld-nav-button.shg-sld-left,
#s-3a5e5569-43df-46e5-a7e2-d4eaac852f15 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c5d55daf-5751-4779-95cf-8514b155138d {
  min-height: 50px;
}








#s-c5d55daf-5751-4779-95cf-8514b155138d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5d55daf-5751-4779-95cf-8514b155138d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1db57018-0fd7-4046-8865-77a8ecbf10de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d577d30b-e23b-442e-abd4-48f299d05e4f {
  min-height: 900px;
}
@media (max-width: 767px){#s-d577d30b-e23b-442e-abd4-48f299d05e4f {
  display: none;
}
#s-d577d30b-e23b-442e-abd4-48f299d05e4f, #wrap-s-d577d30b-e23b-442e-abd4-48f299d05e4f { display:none !important; }}







#s-d577d30b-e23b-442e-abd4-48f299d05e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d577d30b-e23b-442e-abd4-48f299d05e4f.shg-box.shg-c {
  justify-content: center;
}

#s-55b184ef-c829-4a62-8d7b-8ce140486d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55b184ef-c829-4a62-8d7b-8ce140486d72 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-baaf83e4-fa75-4dc2-95da-e4b2fa8c8805 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-253742ef-f1b0-4a5d-a182-fed1a67dedca {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce926d9a-4419-4f90-b0ca-2309b523d7be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a95e1d0e-79c3-485b-b8b4-d80f9f1b6d5b {
  text-align: center;
}




  #s-a95e1d0e-79c3-485b-b8b4-d80f9f1b6d5b img.shogun-image {
    
    width: px;
  }


#s-a95e1d0e-79c3-485b-b8b4-d80f9f1b6d5b .shogun-image-content {
  
    align-items: center;
  
}

#s-023dc98d-68f5-4cb6-bc9a-e840fa946e89 {
  text-align: center;
}




  #s-023dc98d-68f5-4cb6-bc9a-e840fa946e89 img.shogun-image {
    
    width: px;
  }


#s-023dc98d-68f5-4cb6-bc9a-e840fa946e89 .shogun-image-content {
  
    align-items: center;
  
}

#s-038a2d71-d58a-401f-8d8a-b7705e9115d7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-038a2d71-d58a-401f-8d8a-b7705e9115d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b99d2a08-370a-47c3-adf9-6062ba640ca4 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db8add15-d4e3-4f5d-8ac1-7ffb1ee03b51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-afa72528-4999-4931-b68a-e939fd9b4ea1 .shogun-icon-wrapper {
  text-align: right;
}


#s-afa72528-4999-4931-b68a-e939fd9b4ea1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-3eba358b-3f79-4c1d-aa09-8b411bb51197 .shogun-icon-wrapper {
  text-align: left;
}


#s-3eba358b-3f79-4c1d-aa09-8b411bb51197 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(142, 66, 133, 1);
}

@media (min-width: 0px) {
[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca246a0-8b34-42e7-b0a1-51d984c5e601"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-02ee6cb9-a397-4289-b213-f5fd7366b317 {
  min-height: 900px;
}








#s-02ee6cb9-a397-4289-b213-f5fd7366b317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ee6cb9-a397-4289-b213-f5fd7366b317.shg-box.shg-c {
  justify-content: center;
}

#s-b3155aef-d08f-4141-8641-be7299a993f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3155aef-d08f-4141-8641-be7299a993f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606b5f4-90e1-4b5b-92ec-839fac579961"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5aea1a59-de5a-4520-a6df-5b0f9eb79657 {
  text-align: center;
}




  #s-5aea1a59-de5a-4520-a6df-5b0f9eb79657 img.shogun-image {
    
    width: px;
  }


#s-5aea1a59-de5a-4520-a6df-5b0f9eb79657 .shogun-image-content {
  
    align-items: center;
  
}

#s-0af6fe2a-7b52-4eb4-a194-b5be07d2a984 {
  text-align: center;
}




  #s-0af6fe2a-7b52-4eb4-a194-b5be07d2a984 img.shogun-image {
    
    width: px;
  }


#s-0af6fe2a-7b52-4eb4-a194-b5be07d2a984 .shogun-image-content {
  
    align-items: center;
  
}

#s-01aefc42-2bb3-49c3-a29e-8d4c5172b17f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ed39f26-0e47-4af9-9e5a-d7c0030bfab0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7923421d-7be3-439c-b884-d9d83a4733da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-06add939-6a3e-41ef-a29f-50ded069a325 .shogun-icon-wrapper {
  text-align: right;
}


#s-06add939-6a3e-41ef-a29f-50ded069a325 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-ce109f94-af51-4360-b764-0a1f17ded809 .shogun-icon-wrapper {
  text-align: center;
}


#s-ce109f94-af51-4360-b764-0a1f17ded809 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0a32b153-7d91-42ae-9379-99fa281e5828 .shogun-icon-wrapper {
  text-align: left;
}


#s-0a32b153-7d91-42ae-9379-99fa281e5828 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

@media (min-width: 0px) {
[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8cb33d22-dfb7-49ae-9099-ddda03e6f811"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-052a50b7-c450-40f8-966e-ecfcb0249109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-052a50b7-c450-40f8-966e-ecfcb0249109 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-144c2f39-813d-4719-af7a-1b32319ebc18 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ceead6ca-3074-45e5-95a8-cc3ba001815f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4446ae4-0fa2-45b0-9a9a-8e9aa56a7642"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ad5924f9-e1f1-4cfe-bba5-ccb6281dce66 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-ad5924f9-e1f1-4cfe-bba5-ccb6281dce66 img.shogun-image {
    
    width: px;
  }


#s-ad5924f9-e1f1-4cfe-bba5-ccb6281dce66 .shogun-image-content {
  
    align-items: center;
  
}

#s-37045334-b6ed-42c0-bfaf-3008710e3815 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-37045334-b6ed-42c0-bfaf-3008710e3815 img.shogun-image {
    
    width: px;
  }


#s-37045334-b6ed-42c0-bfaf-3008710e3815 .shogun-image-content {
  
    align-items: center;
  
}

#s-911a832b-27e2-4c60-9766-e3b21e604e42 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-911a832b-27e2-4c60-9766-e3b21e604e42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4157a36-4f54-445b-96ca-e9f8cf18ec5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f4242786-a8ce-46f1-987c-af00d206e48f .shogun-icon-wrapper {
  text-align: center;
}


#s-f4242786-a8ce-46f1-987c-af00d206e48f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-ccafbec2-f4ee-4c7c-9f37-618f3be418f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccafbec2-f4ee-4c7c-9f37-618f3be418f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-aeda15af-4954-4ab4-8453-dc54eef8906e .shogun-icon-wrapper {
  text-align: center;
}


#s-aeda15af-4954-4ab4-8453-dc54eef8906e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-bbf5e54c-e8e1-4820-a29b-c334de6734bd .shogun-icon-wrapper {
  text-align: center;
}


#s-bbf5e54c-e8e1-4820-a29b-c334de6734bd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-d9585cd3-ebb2-4547-9992-4a839efd7fd4 {
  text-align: center;
}




  #s-d9585cd3-ebb2-4547-9992-4a839efd7fd4 img.shogun-image {
    
    width: px;
  }


#s-d9585cd3-ebb2-4547-9992-4a839efd7fd4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca13c943-4ae0-4f7b-8b60-5f39801b1260"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b7895c5c-2de1-4f1d-8b1d-5a2759cee7cf {
  text-align: center;
}




  #s-b7895c5c-2de1-4f1d-8b1d-5a2759cee7cf img.shogun-image {
    
    width: px;
  }


#s-b7895c5c-2de1-4f1d-8b1d-5a2759cee7cf .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8a70f0-f5b8-4c83-9e05-8ce870ddbb93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c8a70f0-f5b8-4c83-9e05-8ce870ddbb93 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25f7876a-6cb5-4ff3-a773-c3b674ee441c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eac8a369-6e0e-4df6-8392-203d1b0faa17 {
  text-align: center;
}




  #s-eac8a369-6e0e-4df6-8392-203d1b0faa17 img.shogun-image {
    
    width: px;
  }


#s-eac8a369-6e0e-4df6-8392-203d1b0faa17 .shogun-image-content {
  
    align-items: center;
  
}

#s-452054b8-2a19-4d03-94b7-b3c43b277dfd {
  text-align: center;
}




  #s-452054b8-2a19-4d03-94b7-b3c43b277dfd img.shogun-image {
    
    width: px;
  }


#s-452054b8-2a19-4d03-94b7-b3c43b277dfd .shogun-image-content {
  
    align-items: center;
  
}

#s-13f16445-c1d1-4298-896e-dc7649993aa1 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-8521cb63-90d6-4c31-8964-ac08be7fea9b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8521cb63-90d6-4c31-8964-ac08be7fea9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7cd10e-aac1-473a-b284-7a12f2508b6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-afc393ff-0016-4db8-8742-e33054f4830f .shogun-icon-wrapper {
  text-align: center;
}


#s-afc393ff-0016-4db8-8742-e33054f4830f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-5d5c544f-56d7-4eeb-99e0-2abec2c2d333 .shogun-icon-wrapper {
  text-align: center;
}


#s-5d5c544f-56d7-4eeb-99e0-2abec2c2d333 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9a876000-7375-494b-8b0b-f7c39724c55f .shogun-icon-wrapper {
  text-align: center;
}


#s-9a876000-7375-494b-8b0b-f7c39724c55f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

#s-e8f21626-98ae-4b5a-ad52-cccd5d86e77e .shogun-icon-wrapper {
  text-align: center;
}


#s-e8f21626-98ae-4b5a-ad52-cccd5d86e77e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(242, 196, 196, 1);
}

@media (min-width: 0px) {
[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b381fbaa-4663-4ffb-99d3-ee62cc84e535"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8eb849b7-fe36-4066-beba-189b7a4570cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eb849b7-fe36-4066-beba-189b7a4570cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-3881f313-8b99-42e2-8523-f0440fefc4c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3881f313-8b99-42e2-8523-f0440fefc4c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-40169d8c-99e8-472f-8858-5aa634279b35 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-40169d8c-99e8-472f-8858-5aa634279b35 img.shogun-image {
    
    width: px;
  }


#s-40169d8c-99e8-472f-8858-5aa634279b35 .shogun-image-content {
  
    align-items: center;
  
}

#s-e98c46d3-56ff-466c-ae1d-f08998324aef {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-e98c46d3-56ff-466c-ae1d-f08998324aef img.shogun-image {
    
    width: px;
  }


#s-e98c46d3-56ff-466c-ae1d-f08998324aef .shogun-image-content {
  
    align-items: center;
  
}

#s-50537705-e453-4c39-94da-6a1c74a36b1b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d297220b-abe7-4b7e-8adb-f3c8c947a14d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d297220b-abe7-4b7e-8adb-f3c8c947a14d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f11f9feb-8f8c-434e-aab8-f8f4b4bd9570 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b606087e-22a8-40be-8ee6-93ca32858462"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94eb3d42-db64-4510-b499-c9e13238365e .shogun-icon-wrapper {
  text-align: right;
}


#s-94eb3d42-db64-4510-b499-c9e13238365e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c8c94abe-1b7c-40e9-b318-2b6eb550b123 .shogun-icon-wrapper {
  text-align: left;
}


#s-c8c94abe-1b7c-40e9-b318-2b6eb550b123 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(142, 66, 133, 1);
}

#s-16475492-32ca-421a-b484-2858af93e901 {
  text-align: center;
}
@media (max-width: 767px){#s-16475492-32ca-421a-b484-2858af93e901 {
  display: none;
}
#s-16475492-32ca-421a-b484-2858af93e901, #wrap-s-16475492-32ca-421a-b484-2858af93e901 { display:none !important; }}



  #s-16475492-32ca-421a-b484-2858af93e901 img.shogun-image {
    
    width: px;
  }


#s-16475492-32ca-421a-b484-2858af93e901 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8a39cba-a48b-47b8-b88a-3296097f8f6b {
  min-height: 50px;
}








#s-b8a39cba-a48b-47b8-b88a-3296097f8f6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a39cba-a48b-47b8-b88a-3296097f8f6b.shg-box.shg-c {
  justify-content: center;
}

#s-6a1d6886-11a0-4559-96ed-365b438bfb9f {
  min-height: 50px;
}








#s-6a1d6886-11a0-4559-96ed-365b438bfb9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1d6886-11a0-4559-96ed-365b438bfb9f.shg-box.shg-c {
  justify-content: center;
}

#s-c8a07624-7d35-44ec-a73d-ee18b496b5ff {
  text-align: center;
}




  #s-c8a07624-7d35-44ec-a73d-ee18b496b5ff img.shogun-image {
    
    width: px;
  }


#s-c8a07624-7d35-44ec-a73d-ee18b496b5ff .shogun-image-content {
  
    align-items: center;
  
}

#s-7c68780b-1548-469f-9165-8e2ee738e4c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c68780b-1548-469f-9165-8e2ee738e4c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 100px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-bbdeeba0-faec-4209-af79-d6ef4db110ac {
  min-height: 50px;
}








#s-bbdeeba0-faec-4209-af79-d6ef4db110ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbdeeba0-faec-4209-af79-d6ef4db110ac.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a0a3139-fec8-4722-9b3e-361e963f22b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-45422fd1-5cc1-4cbd-8fd2-56f6c523b779 {
  text-align: center;
}




  #s-45422fd1-5cc1-4cbd-8fd2-56f6c523b779 img.shogun-image {
    
    width: px;
  }


#s-45422fd1-5cc1-4cbd-8fd2-56f6c523b779 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca0b0f9b-f2af-4b08-b07f-320de6b02818 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca0b0f9b-f2af-4b08-b07f-320de6b02818"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-efb4e5bd-f102-482c-a20c-6e4398fd299a {
  padding-bottom: 15px;
}

#s-f262f5af-339c-40aa-ab67-3954361e7774 .shogun-icon-wrapper {
  text-align: center;
}


#s-f262f5af-339c-40aa-ab67-3954361e7774 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(164, 178, 209, 1);
}

#s-cf9a4b99-d0d6-4c4d-a81c-3528c67d756b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf9a4b99-d0d6-4c4d-a81c-3528c67d756b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-4e1ca212-17bb-4919-ae40-80c8254d647b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-485ab5a2-6c0a-45f1-af78-acb295b81488 {
  text-align: center;
}




  #s-485ab5a2-6c0a-45f1-af78-acb295b81488 img.shogun-image {
    
    width: px;
  }


#s-485ab5a2-6c0a-45f1-af78-acb295b81488 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

#s-8aa6f551-b0a3-480d-858e-79bc9895545a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-8aa6f551-b0a3-480d-858e-79bc9895545a:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8aa6f551-b0a3-480d-858e-79bc9895545a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-8aa6f551-b0a3-480d-858e-79bc9895545a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-a00dc001-a82f-4911-bce9-c72638c7fb27 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a00dc001-a82f-4911-bce9-c72638c7fb27 {
  display: none;
}
#s-a00dc001-a82f-4911-bce9-c72638c7fb27, #wrap-s-a00dc001-a82f-4911-bce9-c72638c7fb27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a00dc001-a82f-4911-bce9-c72638c7fb27 {
  display: none;
}
#s-a00dc001-a82f-4911-bce9-c72638c7fb27, #wrap-s-a00dc001-a82f-4911-bce9-c72638c7fb27 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a00dc001-a82f-4911-bce9-c72638c7fb27 {
  display: none;
}
#s-a00dc001-a82f-4911-bce9-c72638c7fb27, #wrap-s-a00dc001-a82f-4911-bce9-c72638c7fb27 { display:none !important; }}







#s-a00dc001-a82f-4911-bce9-c72638c7fb27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a00dc001-a82f-4911-bce9-c72638c7fb27.shg-box.shg-c {
  justify-content: center;
}

#s-c70340ea-e202-448c-a8eb-544a98ca0d0b {
  text-align: center;
}
@media (min-width: 1200px){#s-c70340ea-e202-448c-a8eb-544a98ca0d0b {
  display: none;
}
#s-c70340ea-e202-448c-a8eb-544a98ca0d0b, #wrap-s-c70340ea-e202-448c-a8eb-544a98ca0d0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c70340ea-e202-448c-a8eb-544a98ca0d0b {
  display: none;
}
#s-c70340ea-e202-448c-a8eb-544a98ca0d0b, #wrap-s-c70340ea-e202-448c-a8eb-544a98ca0d0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c70340ea-e202-448c-a8eb-544a98ca0d0b {
  display: none;
}
#s-c70340ea-e202-448c-a8eb-544a98ca0d0b, #wrap-s-c70340ea-e202-448c-a8eb-544a98ca0d0b { display:none !important; }}



  #s-c70340ea-e202-448c-a8eb-544a98ca0d0b img.shogun-image {
    
    width: px;
  }


#s-c70340ea-e202-448c-a8eb-544a98ca0d0b .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5373c3-a20b-491b-b796-9bbc4947972f {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-9b5373c3-a20b-491b-b796-9bbc4947972f {
  display: none;
}
#s-9b5373c3-a20b-491b-b796-9bbc4947972f, #wrap-s-9b5373c3-a20b-491b-b796-9bbc4947972f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b5373c3-a20b-491b-b796-9bbc4947972f {
  display: none;
}
#s-9b5373c3-a20b-491b-b796-9bbc4947972f, #wrap-s-9b5373c3-a20b-491b-b796-9bbc4947972f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b5373c3-a20b-491b-b796-9bbc4947972f {
  display: none;
}
#s-9b5373c3-a20b-491b-b796-9bbc4947972f, #wrap-s-9b5373c3-a20b-491b-b796-9bbc4947972f { display:none !important; }}
@media (min-width: 0px) {
[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b5373c3-a20b-491b-b796-9bbc4947972f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b41a189-4311-48ba-a4b0-5d440b5db7b1 {
  padding-bottom: 15px;
}

#s-50e7130c-e6e1-40ab-98fa-c77062303bee .shogun-icon-wrapper {
  text-align: center;
}


#s-50e7130c-e6e1-40ab-98fa-c77062303bee .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0158dab9-9099-4280-9408-082dcf18d00d {
  min-height: 50px;
}
@media (max-width: 767px){#s-0158dab9-9099-4280-9408-082dcf18d00d {
  display: none;
}
#s-0158dab9-9099-4280-9408-082dcf18d00d, #wrap-s-0158dab9-9099-4280-9408-082dcf18d00d { display:none !important; }}







#s-0158dab9-9099-4280-9408-082dcf18d00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0158dab9-9099-4280-9408-082dcf18d00d.shg-box.shg-c {
  justify-content: center;
}

#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 {
  display: none;
}
#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6, #wrap-s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 {
  display: none;
}
#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6, #wrap-s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 {
  display: none;
}
#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6, #wrap-s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 { display:none !important; }}







#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39cb054-0f63-499d-9f0f-a6e28a3ea7d6.shg-box.shg-c {
  justify-content: center;
}

#s-255ebfc7-a8bb-45f8-b7b9-2c1cb95b0b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-255ebfc7-a8bb-45f8-b7b9-2c1cb95b0b76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-90ac1d5a-6f55-4349-99db-a0fb074d6a1d {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-597b14cd-13f4-4dfa-83ea-f1d5b86054e2 {
  text-align: center;
}




  #s-597b14cd-13f4-4dfa-83ea-f1d5b86054e2 img.shogun-image {
    
    width: px;
  }


#s-597b14cd-13f4-4dfa-83ea-f1d5b86054e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa3b7d92-a7eb-4de5-9f0e-5be94d488db2 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-aa3b7d92-a7eb-4de5-9f0e-5be94d488db2:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa3b7d92-a7eb-4de5-9f0e-5be94d488db2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-aa3b7d92-a7eb-4de5-9f0e-5be94d488db2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-be4b24f5-f050-4400-813b-9256e01d869a {
  text-align: center;
}
@media (max-width: 767px){#s-be4b24f5-f050-4400-813b-9256e01d869a {
  display: none;
}
#s-be4b24f5-f050-4400-813b-9256e01d869a, #wrap-s-be4b24f5-f050-4400-813b-9256e01d869a { display:none !important; }}



  #s-be4b24f5-f050-4400-813b-9256e01d869a img.shogun-image {
    
    width: px;
  }


#s-be4b24f5-f050-4400-813b-9256e01d869a .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9 {
  display: none;
}
#s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9, #wrap-s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bb3b2da-2ad5-4a02-aadf-30d1c0836be9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-760d6259-8d48-4c68-a88c-34a21c16cbbb {
  padding-bottom: 15px;
}

#s-761c3cce-e47f-497d-b7f0-87d68970372b .shogun-icon-wrapper {
  text-align: center;
}


#s-761c3cce-e47f-497d-b7f0-87d68970372b .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4840ba7b-5192-41d2-9450-6058c95410aa {
  min-height: 50px;
}








#s-4840ba7b-5192-41d2-9450-6058c95410aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4840ba7b-5192-41d2-9450-6058c95410aa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-78811710-00f9-4c9e-9f59-d87c44f75eaf {
  display: none;
}
#s-78811710-00f9-4c9e-9f59-d87c44f75eaf, #wrap-s-78811710-00f9-4c9e-9f59-d87c44f75eaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78811710-00f9-4c9e-9f59-d87c44f75eaf {
  display: none;
}
#s-78811710-00f9-4c9e-9f59-d87c44f75eaf, #wrap-s-78811710-00f9-4c9e-9f59-d87c44f75eaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78811710-00f9-4c9e-9f59-d87c44f75eaf {
  display: none;
}
#s-78811710-00f9-4c9e-9f59-d87c44f75eaf, #wrap-s-78811710-00f9-4c9e-9f59-d87c44f75eaf { display:none !important; }}
@media (min-width: 0px) {
[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-78811710-00f9-4c9e-9f59-d87c44f75eaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-34635fba-a23a-4080-ae91-ad9d2d813239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34635fba-a23a-4080-ae91-ad9d2d813239 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-080ba52c-17cc-41a4-ba62-c4e8e2d6b79c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d3f843ee-b7d5-46d6-b4f0-88984e7382ad {
  text-align: center;
}




  #s-d3f843ee-b7d5-46d6-b4f0-88984e7382ad img.shogun-image {
    
    width: px;
  }


#s-d3f843ee-b7d5-46d6-b4f0-88984e7382ad .shogun-image-content {
  
    align-items: center;
  
}

#s-0d07c192-67dd-4acc-8b39-eea7ae16d6db {
  text-align: center;
}




  #s-0d07c192-67dd-4acc-8b39-eea7ae16d6db img.shogun-image {
    
    width: px;
  }


#s-0d07c192-67dd-4acc-8b39-eea7ae16d6db .shogun-image-content {
  
    align-items: center;
  
}

#s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b673f9b-0a2f-43ab-a4a6-ee338fe0ffc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2a8e515-5b4f-4ce0-abb9-ebfd47654cf9 {
  padding-bottom: 15px;
}

#s-6fa5a295-f609-4f1a-8085-6d71feb3bab6 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fa5a295-f609-4f1a-8085-6d71feb3bab6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1368ac04-caac-4bae-9caa-b9bd2a6cee6b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-1368ac04-caac-4bae-9caa-b9bd2a6cee6b:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1368ac04-caac-4bae-9caa-b9bd2a6cee6b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-1368ac04-caac-4bae-9caa-b9bd2a6cee6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-677d683e-743f-4566-9ac9-9557b8d83224 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-677d683e-743f-4566-9ac9-9557b8d83224 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-72072692-a5ff-41aa-97c4-b283bbbc882f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da6c5949-decf-400d-9bf0-3313002f2bbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ba5315d-4ff9-42c0-a639-141d9026c0d3 {
  text-align: center;
}




  #s-7ba5315d-4ff9-42c0-a639-141d9026c0d3 img.shogun-image {
    
    width: px;
  }


#s-7ba5315d-4ff9-42c0-a639-141d9026c0d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-647fb6c2-5d2c-43c0-8a5c-ceea2d4aa501 {
  min-height: 50px;
}








#s-647fb6c2-5d2c-43c0-8a5c-ceea2d4aa501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647fb6c2-5d2c-43c0-8a5c-ceea2d4aa501.shg-box.shg-c {
  justify-content: center;
}

#s-1f64a6e2-d510-4d24-9a38-4ba06a78baa5 {
  text-align: center;
}




  #s-1f64a6e2-d510-4d24-9a38-4ba06a78baa5 img.shogun-image {
    
    width: px;
  }


#s-1f64a6e2-d510-4d24-9a38-4ba06a78baa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8e4cf6c-83a9-454a-8715-cb03f56fa788 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-a8e4cf6c-83a9-454a-8715-cb03f56fa788:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8e4cf6c-83a9-454a-8715-cb03f56fa788:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-a8e4cf6c-83a9-454a-8715-cb03f56fa788.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (max-width: 767px){#s-a8f27598-ea82-4b5a-bf74-b0982754d02e {
  display: none;
}
#s-a8f27598-ea82-4b5a-bf74-b0982754d02e, #wrap-s-a8f27598-ea82-4b5a-bf74-b0982754d02e { display:none !important; }}
@media (min-width: 0px) {
[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a8f27598-ea82-4b5a-bf74-b0982754d02e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-39c8369f-dab9-4553-ab26-ab99181ba6ba {
  text-align: center;
}




  #s-39c8369f-dab9-4553-ab26-ab99181ba6ba img.shogun-image {
    
    width: px;
  }


#s-39c8369f-dab9-4553-ab26-ab99181ba6ba .shogun-image-content {
  
    align-items: center;
  
}

#s-0851d539-d089-4f4f-a489-8824e00fae07 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0851d539-d089-4f4f-a489-8824e00fae07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3564059b-8b2c-4379-95b0-9a935215cc4f {
  padding-bottom: 15px;
}

#s-aff34fb4-13ae-47f9-a1ca-4e8866b10316 .shogun-icon-wrapper {
  text-align: center;
}


#s-aff34fb4-13ae-47f9-a1ca-4e8866b10316 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-68501857-764e-42f4-b898-48cfb7282de2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68501857-764e-42f4-b898-48cfb7282de2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-738a2388-4bb7-4efb-aa23-6e98eba33cb0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-731f7fff-8584-4d0f-9ea0-d88f4fc16500 {
  text-align: center;
}




  #s-731f7fff-8584-4d0f-9ea0-d88f4fc16500 img.shogun-image {
    
    width: px;
  }


#s-731f7fff-8584-4d0f-9ea0-d88f4fc16500 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f6a5ba9-bd65-4218-afc8-3ea2554a3109 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-7f6a5ba9-bd65-4218-afc8-3ea2554a3109:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f6a5ba9-bd65-4218-afc8-3ea2554a3109:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-7f6a5ba9-bd65-4218-afc8-3ea2554a3109.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-732dd6cc-0072-4c52-8359-c013ed698b2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-732dd6cc-0072-4c52-8359-c013ed698b2a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-8694cd0e-f36d-4ab0-b30f-c7f0401920d1 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9f641d1-6f37-4151-badb-0c0d4a34a80a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8d966ddb-a12f-48fa-b0c6-86c0fda128ce {
  text-align: center;
}




  #s-8d966ddb-a12f-48fa-b0c6-86c0fda128ce img.shogun-image {
    
    width: px;
  }


#s-8d966ddb-a12f-48fa-b0c6-86c0fda128ce .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9e46d1-d4fb-490d-98c9-32845fc435c5 {
  text-align: center;
}




  #s-ac9e46d1-d4fb-490d-98c9-32845fc435c5 img.shogun-image {
    
    width: px;
  }


#s-ac9e46d1-d4fb-490d-98c9-32845fc435c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ca4198c-f4ea-449a-9daf-064e25ed70b6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-7ca4198c-f4ea-449a-9daf-064e25ed70b6:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ca4198c-f4ea-449a-9daf-064e25ed70b6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-7ca4198c-f4ea-449a-9daf-064e25ed70b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-115b471f-dcf8-41e8-9fc6-47dc64291bf9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115b471f-dcf8-41e8-9fc6-47dc64291bf9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b9395fd3-7893-4b13-a3a3-29562358cdc4 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5b2e7ec-085a-4872-9d4b-19cb84e5ce16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16492898-e4b6-4030-87b6-b5b3c4c979bf .shogun-icon-wrapper {
  text-align: right;
}


#s-16492898-e4b6-4030-87b6-b5b3c4c979bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(117, 117, 164, 1);
}

#s-7fd10a8e-2bdd-4ae0-8b5d-f9ee2d7f2dcd .shogun-icon-wrapper {
  text-align: left;
}


#s-7fd10a8e-2bdd-4ae0-8b5d-f9ee2d7f2dcd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(99, 38, 58, 1);
}

#s-f6e6e21f-6a76-4195-9cc4-7189816baafe {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f6e6e21f-6a76-4195-9cc4-7189816baafe {
  display: none;
}
#s-f6e6e21f-6a76-4195-9cc4-7189816baafe, #wrap-s-f6e6e21f-6a76-4195-9cc4-7189816baafe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6e6e21f-6a76-4195-9cc4-7189816baafe {
  display: none;
}
#s-f6e6e21f-6a76-4195-9cc4-7189816baafe, #wrap-s-f6e6e21f-6a76-4195-9cc4-7189816baafe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6e6e21f-6a76-4195-9cc4-7189816baafe {
  display: none;
}
#s-f6e6e21f-6a76-4195-9cc4-7189816baafe, #wrap-s-f6e6e21f-6a76-4195-9cc4-7189816baafe { display:none !important; }}
@media (min-width: 0px) {
[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6e6e21f-6a76-4195-9cc4-7189816baafe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3e97523b-062d-4c03-8fae-1dce9041a8b9 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4dcf3c5b-feb6-470a-8a30-fa35b3ae4a5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb5de129-dd5b-4a7f-a80f-de1d1a21f775 .shogun-icon-wrapper {
  text-align: left;
}


#s-cb5de129-dd5b-4a7f-a80f-de1d1a21f775 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(99, 38, 58, 1);
}

#s-2397a2fd-9ee2-4c8c-a25e-d388769bd3e7 .shogun-icon-wrapper {
  text-align: right;
}


#s-2397a2fd-9ee2-4c8c-a25e-d388769bd3e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(117, 117, 164, 1);
}

#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d {
  display: none;
}
#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d, #wrap-s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d {
  display: none;
}
#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d, #wrap-s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d {
  display: none;
}
#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d, #wrap-s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d { display:none !important; }}







#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f8d10a-c4be-49ea-bc20-adccd6a72f4d.shg-box.shg-c {
  justify-content: center;
}

#s-0321e74b-af3c-4250-b4c6-8e1a44057f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0321e74b-af3c-4250-b4c6-8e1a44057f3e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-fe0547f5-1e09-46f4-8b29-6a0734cd34ac {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-38671202-c4f5-4ef3-8fa0-cb8197e4ffa7 {
  text-align: center;
}




  #s-38671202-c4f5-4ef3-8fa0-cb8197e4ffa7 img.shogun-image {
    
    width: px;
  }


#s-38671202-c4f5-4ef3-8fa0-cb8197e4ffa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2a9b2f-6288-4d39-934b-62f674bd0119 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a2a9b2f-6288-4d39-934b-62f674bd0119"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-905adfe5-74a3-430c-9210-9a997cf1283e {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72057ca6-b7d3-440c-bddf-6a2d549dce9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-386410a6-d67a-461b-a620-14729ae1124a .shogun-icon-wrapper {
  text-align: right;
}


#s-386410a6-d67a-461b-a620-14729ae1124a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(30, 59, 70, 1);
}

#s-e616da3a-de33-4d15-a5a6-f299a349e3fc .shogun-icon-wrapper {
  text-align: left;
}


#s-e616da3a-de33-4d15-a5a6-f299a349e3fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(39, 42, 76, 1);
}

#s-fbac9b87-e519-4c78-877b-b046be7743f5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-fbac9b87-e519-4c78-877b-b046be7743f5:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fbac9b87-e519-4c78-877b-b046be7743f5:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-fbac9b87-e519-4c78-877b-b046be7743f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (max-width: 767px){#s-3dd925ec-97f9-4938-b8ee-f5d9539459de {
  display: none;
}
#s-3dd925ec-97f9-4938-b8ee-f5d9539459de, #wrap-s-3dd925ec-97f9-4938-b8ee-f5d9539459de { display:none !important; }}
@media (min-width: 0px) {
[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3dd925ec-97f9-4938-b8ee-f5d9539459de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-af5642ec-3d00-4522-85af-5f81807dcf33 {
  text-align: center;
}




  #s-af5642ec-3d00-4522-85af-5f81807dcf33 img.shogun-image {
    
    width: px;
  }


#s-af5642ec-3d00-4522-85af-5f81807dcf33 .shogun-image-content {
  
    align-items: center;
  
}

#s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3915c4-9147-48fc-a0a8-0e2b1898b1d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d697579-01a9-493e-aadf-398c12057818 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83ace7b2-c053-4d95-9b7e-ac96c9ebdbfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8e5a90b7-6816-40ec-bde9-efba0b94e7dc .shogun-icon-wrapper {
  text-align: right;
}


#s-8e5a90b7-6816-40ec-bde9-efba0b94e7dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(30, 59, 70, 1);
}

#s-f7f542a7-a08a-43bc-a5cb-7e106bea24e7 .shogun-icon-wrapper {
  text-align: left;
}


#s-f7f542a7-a08a-43bc-a5cb-7e106bea24e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(39, 42, 76, 1);
}

#s-82c30b6c-c905-4f69-bae3-51b0ac744f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82c30b6c-c905-4f69-bae3-51b0ac744f11 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-0c3f990d-1733-4e0f-92c5-fe8027cac8c3 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-20afa8df-c0b1-4ea3-9ef6-2fe02ae89c74 {
  text-align: center;
}




  #s-20afa8df-c0b1-4ea3-9ef6-2fe02ae89c74 img.shogun-image {
    
    width: px;
  }


#s-20afa8df-c0b1-4ea3-9ef6-2fe02ae89c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f625609-5415-4609-b9a5-62d03aeeb174 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-6f625609-5415-4609-b9a5-62d03aeeb174:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f625609-5415-4609-b9a5-62d03aeeb174:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-6f625609-5415-4609-b9a5-62d03aeeb174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-47dce497-4e59-4fc9-b9ba-b9a03d24a31d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47dce497-4e59-4fc9-b9ba-b9a03d24a31d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-3c3e8ee1-21f3-44af-818b-9ad5d4b8526b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-852fce00-9121-43fe-a706-6bde61cc58bb {
  text-align: center;
}




  #s-852fce00-9121-43fe-a706-6bde61cc58bb img.shogun-image {
    
    width: px;
  }


#s-852fce00-9121-43fe-a706-6bde61cc58bb .shogun-image-content {
  
    align-items: center;
  
}

#s-d21b43b0-5550-43ff-994d-a83aa6a163bc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-d21b43b0-5550-43ff-994d-a83aa6a163bc:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d21b43b0-5550-43ff-994d-a83aa6a163bc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-d21b43b0-5550-43ff-994d-a83aa6a163bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-67e3cbd4-f6bb-41c6-81af-6fc520cbd1d6 {
  text-align: center;
}




  #s-67e3cbd4-f6bb-41c6-81af-6fc520cbd1d6 img.shogun-image {
    
    width: px;
  }


#s-67e3cbd4-f6bb-41c6-81af-6fc520cbd1d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d1860bb-e659-4235-8045-0ebb1170b4a4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d1860bb-e659-4235-8045-0ebb1170b4a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bd577c18-addf-4c0a-9214-8c8a93d1d34b {
  padding-bottom: 15px;
}

#s-4041314f-b928-4eeb-9dc3-9361d24339e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-4041314f-b928-4eeb-9dc3-9361d24339e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(117, 135, 179, 1);
}

#s-80588dd1-366e-4f12-af07-a11d45746e55 {
  min-height: 50px;
}








#s-80588dd1-366e-4f12-af07-a11d45746e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80588dd1-366e-4f12-af07-a11d45746e55.shg-box.shg-c {
  justify-content: center;
}

#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 {
  display: none;
}
#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70, #wrap-s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 {
  display: none;
}
#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70, #wrap-s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 {
  display: none;
}
#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70, #wrap-s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 { display:none !important; }}
#s-fe3e9057-c0bf-453a-a6b6-b99ea3935a70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 {
  display: none;
}
#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5, #wrap-s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 {
  display: none;
}
#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5, #wrap-s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 {
  display: none;
}
#s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5, #wrap-s-fbb77d3d-6c4e-47be-b0d7-ce2736efd2c5 { display:none !important; }}
#s-51e932f0-31b3-4ae1-b585-1445f78e2b53 {
  text-align: center;
}
@media (min-width: 1200px){#s-51e932f0-31b3-4ae1-b585-1445f78e2b53 {
  display: none;
}
#s-51e932f0-31b3-4ae1-b585-1445f78e2b53, #wrap-s-51e932f0-31b3-4ae1-b585-1445f78e2b53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51e932f0-31b3-4ae1-b585-1445f78e2b53 {
  display: none;
}
#s-51e932f0-31b3-4ae1-b585-1445f78e2b53, #wrap-s-51e932f0-31b3-4ae1-b585-1445f78e2b53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51e932f0-31b3-4ae1-b585-1445f78e2b53 {
  display: none;
}
#s-51e932f0-31b3-4ae1-b585-1445f78e2b53, #wrap-s-51e932f0-31b3-4ae1-b585-1445f78e2b53 { display:none !important; }}



  #s-51e932f0-31b3-4ae1-b585-1445f78e2b53 img.shogun-image {
    
    width: px;
  }


#s-51e932f0-31b3-4ae1-b585-1445f78e2b53 .shogun-image-content {
  
    align-items: center;
  
}

#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 {
  display: none;
}
#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80, #wrap-s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 {
  display: none;
}
#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80, #wrap-s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 {
  display: none;
}
#s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80, #wrap-s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43c7d8dc-f6d5-4248-9a81-adc1c4156c80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d663ac26-f338-47e4-95a0-94ed0507dd49 {
  padding-bottom: 15px;
}

#s-1d1571a6-4ea0-474c-b655-42be1deeb4ec .shogun-icon-wrapper {
  text-align: center;
}


#s-1d1571a6-4ea0-474c-b655-42be1deeb4ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(117, 135, 179, 1);
}

#s-94b9603f-2583-4956-9329-6a1d6272b45d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-94b9603f-2583-4956-9329-6a1d6272b45d:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94b9603f-2583-4956-9329-6a1d6272b45d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}@media (min-width: 1200px){#s-94b9603f-2583-4956-9329-6a1d6272b45d {
  display: none;
}
#s-94b9603f-2583-4956-9329-6a1d6272b45d, #wrap-s-94b9603f-2583-4956-9329-6a1d6272b45d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94b9603f-2583-4956-9329-6a1d6272b45d {
  display: none;
}
#s-94b9603f-2583-4956-9329-6a1d6272b45d, #wrap-s-94b9603f-2583-4956-9329-6a1d6272b45d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94b9603f-2583-4956-9329-6a1d6272b45d {
  display: none;
}
#s-94b9603f-2583-4956-9329-6a1d6272b45d, #wrap-s-94b9603f-2583-4956-9329-6a1d6272b45d { display:none !important; }}


#s-94b9603f-2583-4956-9329-6a1d6272b45d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-74b44089-26ff-4c24-8b95-c5fb2357a230 {
  min-height: 50px;
}








#s-74b44089-26ff-4c24-8b95-c5fb2357a230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b44089-26ff-4c24-8b95-c5fb2357a230.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0287adfb-7680-44e0-a481-8962dbaf6fbf {
  display: none;
}
#s-0287adfb-7680-44e0-a481-8962dbaf6fbf, #wrap-s-0287adfb-7680-44e0-a481-8962dbaf6fbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0287adfb-7680-44e0-a481-8962dbaf6fbf {
  display: none;
}
#s-0287adfb-7680-44e0-a481-8962dbaf6fbf, #wrap-s-0287adfb-7680-44e0-a481-8962dbaf6fbf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0287adfb-7680-44e0-a481-8962dbaf6fbf {
  display: none;
}
#s-0287adfb-7680-44e0-a481-8962dbaf6fbf, #wrap-s-0287adfb-7680-44e0-a481-8962dbaf6fbf { display:none !important; }}
@media (min-width: 0px) {
[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0287adfb-7680-44e0-a481-8962dbaf6fbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-90d32224-6e8a-47d8-adc3-b341f5d48e43 {
  text-align: center;
}




  #s-90d32224-6e8a-47d8-adc3-b341f5d48e43 img.shogun-image {
    
    width: px;
  }


#s-90d32224-6e8a-47d8-adc3-b341f5d48e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-e62d0c74-9159-49fa-a9ee-a208903ed4f1 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e62d0c74-9159-49fa-a9ee-a208903ed4f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b40017a2-2933-49a3-bc9e-1b88b9c906e7 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0433e11-0b62-4bfa-832b-666406762c07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a9125b75-b8a0-4b04-80cb-584d1addddef .shogun-icon-wrapper {
  text-align: right;
}


#s-a9125b75-b8a0-4b04-80cb-584d1addddef .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1da76ee4-f664-43e0-8a0d-7300e6cd0859 .shogun-icon-wrapper {
  text-align: left;
}


#s-1da76ee4-f664-43e0-8a0d-7300e6cd0859 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-28e53e3d-109a-492c-a3bd-2aa2ed53cb22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28e53e3d-109a-492c-a3bd-2aa2ed53cb22 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-72c37fb5-b530-46eb-9a68-965a87d86f64 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c42571e3-355d-47ad-bc42-96ec830a9cd3 {
  text-align: center;
}




  #s-c42571e3-355d-47ad-bc42-96ec830a9cd3 img.shogun-image {
    
    width: px;
  }


#s-c42571e3-355d-47ad-bc42-96ec830a9cd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed33c868-151c-4b32-816d-d39ca3447ec3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-ed33c868-151c-4b32-816d-d39ca3447ec3:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed33c868-151c-4b32-816d-d39ca3447ec3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-ed33c868-151c-4b32-816d-d39ca3447ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-a39b61eb-0ff5-4d2c-be58-d091ca031611 {
  min-height: 50px;
}








#s-a39b61eb-0ff5-4d2c-be58-d091ca031611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39b61eb-0ff5-4d2c-be58-d091ca031611.shg-box.shg-c {
  justify-content: center;
}

#s-9a3ec890-8c0b-422b-80ab-26b0e5c052cb {
  text-align: center;
}




  #s-9a3ec890-8c0b-422b-80ab-26b0e5c052cb img.shogun-image {
    
    width: px;
  }


#s-9a3ec890-8c0b-422b-80ab-26b0e5c052cb .shogun-image-content {
  
    align-items: center;
  
}

#s-38864309-1a15-4aed-bd8b-26b4e7e533c7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38864309-1a15-4aed-bd8b-26b4e7e533c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6b87a7a-40f7-42b3-8e97-4f67f99e25f5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d062d01-6bf3-43f8-b420-6733d2fb9c34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e559f140-d40a-4a6f-b040-8465017623d2 .shogun-icon-wrapper {
  text-align: right;
}


#s-e559f140-d40a-4a6f-b040-8465017623d2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d4732946-0e55-4e5d-a451-2f7cec44be27 .shogun-icon-wrapper {
  text-align: left;
}


#s-d4732946-0e55-4e5d-a451-2f7cec44be27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-65a3bbf7-a1ee-4053-ab7c-6621715efae9 {
  min-height: 50px;
}








#s-65a3bbf7-a1ee-4053-ab7c-6621715efae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a3bbf7-a1ee-4053-ab7c-6621715efae9.shg-box.shg-c {
  justify-content: center;
}

#s-2b2796af-890f-4c6a-bae9-6eb7f4d2e49a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b2796af-890f-4c6a-bae9-6eb7f4d2e49a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-92c7f42d-2bf0-48ab-b2d5-9b0ef22d0275 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7ce80d30-1b95-412e-80a3-8b26fcc224be {
  text-align: center;
}




  #s-7ce80d30-1b95-412e-80a3-8b26fcc224be img.shogun-image {
    
    width: px;
  }


#s-7ce80d30-1b95-412e-80a3-8b26fcc224be .shogun-image-content {
  
    align-items: center;
  
}

#s-dfc567a4-a3c3-482a-a625-82403582ca3a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-dfc567a4-a3c3-482a-a625-82403582ca3a:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfc567a4-a3c3-482a-a625-82403582ca3a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-dfc567a4-a3c3-482a-a625-82403582ca3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (max-width: 767px){#s-8fb3e5c4-1a38-45df-876d-ab3c191356eb {
  display: none;
}
#s-8fb3e5c4-1a38-45df-876d-ab3c191356eb, #wrap-s-8fb3e5c4-1a38-45df-876d-ab3c191356eb { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8fb3e5c4-1a38-45df-876d-ab3c191356eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-e83b081e-9859-4dac-8c72-089f934f4e3a {
  text-align: center;
}




  #s-e83b081e-9859-4dac-8c72-089f934f4e3a img.shogun-image {
    
    width: px;
  }


#s-e83b081e-9859-4dac-8c72-089f934f4e3a .shogun-image-content {
  
    align-items: center;
  
}

#s-5256afba-c8e1-400b-866d-496b9022b984 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5256afba-c8e1-400b-866d-496b9022b984"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-edff7daf-81eb-4e84-8c8f-617fd1a25f36 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4848e8f5-d651-43ae-b093-0e0769e987ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-886dd88f-55ab-4f20-a41b-f48c984f0242 .shogun-icon-wrapper {
  text-align: right;
}


#s-886dd88f-55ab-4f20-a41b-f48c984f0242 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-13ce8be7-dbb4-4fa3-9ab8-6c62913e627a .shogun-icon-wrapper {
  text-align: left;
}


#s-13ce8be7-dbb4-4fa3-9ab8-6c62913e627a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-181b9cc1-1d04-46fa-9aea-8d2d35489590 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-181b9cc1-1d04-46fa-9aea-8d2d35489590 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8e3f55a1-4bb7-496a-99d0-0ae3f0a70f15 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-cabf161c-7c3b-4874-83f6-4abcea0e3130 {
  text-align: center;
}




  #s-cabf161c-7c3b-4874-83f6-4abcea0e3130 img.shogun-image {
    
    width: px;
  }


#s-cabf161c-7c3b-4874-83f6-4abcea0e3130 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe11f15f-1a4c-40a1-b99a-c9dcc35a85b3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-fe11f15f-1a4c-40a1-b99a-c9dcc35a85b3:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe11f15f-1a4c-40a1-b99a-c9dcc35a85b3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-fe11f15f-1a4c-40a1-b99a-c9dcc35a85b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b847c7a6-c6c1-428e-a3c1-f98b78a69add {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b847c7a6-c6c1-428e-a3c1-f98b78a69add .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-c7e90b30-4658-415d-becb-0e1e4a90ec00 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fceafb5d-4cde-4532-9f88-96fa2cc02e94 {
  text-align: center;
}




  #s-fceafb5d-4cde-4532-9f88-96fa2cc02e94 img.shogun-image {
    
    width: px;
  }


#s-fceafb5d-4cde-4532-9f88-96fa2cc02e94 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf621833-3c25-4110-9634-678b4b13af62 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-cf621833-3c25-4110-9634-678b4b13af62:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf621833-3c25-4110-9634-678b4b13af62:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-cf621833-3c25-4110-9634-678b4b13af62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-3d0493ad-6d28-477b-a0c0-d32919601974 {
  text-align: center;
}




  #s-3d0493ad-6d28-477b-a0c0-d32919601974 img.shogun-image {
    
    width: px;
  }


#s-3d0493ad-6d28-477b-a0c0-d32919601974 .shogun-image-content {
  
    align-items: center;
  
}

#s-936b7cda-4df1-497e-b9e8-dda3d2670131 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-936b7cda-4df1-497e-b9e8-dda3d2670131"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a4988fd7-3d0b-43a7-af02-6a12bf1c5314 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87bc0c36-85cf-4e78-9716-adf620d9406a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f8167a7d-9b2f-4d5a-97aa-70c038e02225 .shogun-icon-wrapper {
  text-align: right;
}


#s-f8167a7d-9b2f-4d5a-97aa-70c038e02225 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fae5093a-1708-40c2-8250-3e1d81e4a00b .shogun-icon-wrapper {
  text-align: left;
}


#s-fae5093a-1708-40c2-8250-3e1d81e4a00b .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-d1a7adba-7c8f-4ede-a807-c91e56df61a6 {
  min-height: 50px;
}








#s-d1a7adba-7c8f-4ede-a807-c91e56df61a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1a7adba-7c8f-4ede-a807-c91e56df61a6.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e {
  display: none;
}
#s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e, #wrap-s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e { display:none !important; }}
@media (min-width: 0px) {
[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9705ef87-ad23-408b-87b4-c95fbc8a2d7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ec29611d-fbab-427d-937b-516eff07241d {
  text-align: center;
}




  #s-ec29611d-fbab-427d-937b-516eff07241d img.shogun-image {
    
    width: px;
  }


#s-ec29611d-fbab-427d-937b-516eff07241d .shogun-image-content {
  
    align-items: center;
  
}

#s-8c6fdb55-4e22-4571-be93-31be4a4727ef {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c6fdb55-4e22-4571-be93-31be4a4727ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2e22f17e-a652-4333-ba5f-401e34e6b8c1 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10551c8c-bf54-40ed-af81-bf529e778202"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4136afe7-8aa8-4cbf-b6f9-e48dcc5b039e .shogun-icon-wrapper {
  text-align: right;
}


#s-4136afe7-8aa8-4cbf-b6f9-e48dcc5b039e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-0bdce261-e94a-4323-8e7b-a015e1519236 .shogun-icon-wrapper {
  text-align: left;
}


#s-0bdce261-e94a-4323-8e7b-a015e1519236 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(209, 211, 212, 1);
}

#s-1f020da6-02dd-4f7e-bb4a-fe018c961cf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f020da6-02dd-4f7e-bb4a-fe018c961cf3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-6b486299-53d0-44e9-bcd3-7ded8db28e77 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-1fbea2b7-1bdb-4e26-9531-aae4b9a6aebd {
  text-align: center;
}




  #s-1fbea2b7-1bdb-4e26-9531-aae4b9a6aebd img.shogun-image {
    
    width: px;
  }


#s-1fbea2b7-1bdb-4e26-9531-aae4b9a6aebd .shogun-image-content {
  
    align-items: center;
  
}

#s-337002ef-3706-4a61-b760-ed3117c0a7fa {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-337002ef-3706-4a61-b760-ed3117c0a7fa:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-337002ef-3706-4a61-b760-ed3117c0a7fa:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-337002ef-3706-4a61-b760-ed3117c0a7fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-0bba8e52-9c89-4682-970c-279305bd6fe0 {
  display: none;
}
#s-0bba8e52-9c89-4682-970c-279305bd6fe0, #wrap-s-0bba8e52-9c89-4682-970c-279305bd6fe0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bba8e52-9c89-4682-970c-279305bd6fe0 {
  display: none;
}
#s-0bba8e52-9c89-4682-970c-279305bd6fe0, #wrap-s-0bba8e52-9c89-4682-970c-279305bd6fe0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bba8e52-9c89-4682-970c-279305bd6fe0 {
  display: none;
}
#s-0bba8e52-9c89-4682-970c-279305bd6fe0, #wrap-s-0bba8e52-9c89-4682-970c-279305bd6fe0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0bba8e52-9c89-4682-970c-279305bd6fe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8953c942-c05b-4c3f-b1a4-8d0a01302efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8953c942-c05b-4c3f-b1a4-8d0a01302efa .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 50px;
  line-height: 0.9em;
  letter-spacing: 3px;
  text-align: center;
}



#s-fc045dae-c8e9-4067-b75f-3b54b8f60653 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c6f3d803-182b-48b5-9565-0f707e447bfd {
  text-align: center;
}




  #s-c6f3d803-182b-48b5-9565-0f707e447bfd img.shogun-image {
    
    width: px;
  }


#s-c6f3d803-182b-48b5-9565-0f707e447bfd .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd477f3-9649-4276-bd12-99daa89b4f37 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-1bd477f3-9649-4276-bd12-99daa89b4f37:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1bd477f3-9649-4276-bd12-99daa89b4f37:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-1bd477f3-9649-4276-bd12-99daa89b4f37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-55774683-5cce-4a49-9ede-efae757b5fca {
  text-align: center;
}




  #s-55774683-5cce-4a49-9ede-efae757b5fca img.shogun-image {
    
    width: px;
  }


#s-55774683-5cce-4a49-9ede-efae757b5fca .shogun-image-content {
  
    align-items: center;
  
}

#s-d13adaef-8d3d-4c19-af76-2c2f2389fd25 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d13adaef-8d3d-4c19-af76-2c2f2389fd25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e9a023d1-08f1-40f2-844b-d5b202c4611a {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e7ce4ca-11d4-4754-9d9d-92b4e1356a0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9f6339b-6ec4-4d84-8902-a58a243c5bf2 .shogun-icon-wrapper {
  text-align: right;
}


#s-d9f6339b-6ec4-4d84-8902-a58a243c5bf2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(223, 219, 205, 1);
}

#s-4dd34a68-3d69-42a9-99a9-beefe818d258 .shogun-icon-wrapper {
  text-align: left;
}


#s-4dd34a68-3d69-42a9-99a9-beefe818d258 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(209, 211, 212, 1);
}

#s-a704d979-6159-4d6b-a9d3-bbaf3e4142b5 {
  min-height: 50px;
}








#s-a704d979-6159-4d6b-a9d3-bbaf3e4142b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a704d979-6159-4d6b-a9d3-bbaf3e4142b5.shg-box.shg-c {
  justify-content: center;
}

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}