.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 img.shogun-image {
    
    width: px;
  }


#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);
}

}

#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-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%;
}

.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-5881d678-a208-4066-a38b-668885b9207f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
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-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:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5d07242-49b1-4b46-93e2-244622a8ffa3 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b5d07242-49b1-4b46-93e2-244622a8ffa3 {
  display: none;
}
#s-b5d07242-49b1-4b46-93e2-244622a8ffa3, #wrap-s-b5d07242-49b1-4b46-93e2-244622a8ffa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5d07242-49b1-4b46-93e2-244622a8ffa3 {
  display: none;
}
#s-b5d07242-49b1-4b46-93e2-244622a8ffa3, #wrap-s-b5d07242-49b1-4b46-93e2-244622a8ffa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5d07242-49b1-4b46-93e2-244622a8ffa3 {
  display: none;
}
#s-b5d07242-49b1-4b46-93e2-244622a8ffa3, #wrap-s-b5d07242-49b1-4b46-93e2-244622a8ffa3 { display:none !important; }}
#s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad7273e1-69bd-49a8-b3c4-3ec7e5a36661 {
  
}
}
@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 (max-width: 767px){#s-d7238cf5-d7e6-484f-822c-23c68f90a9ac {
  
}
}
@media (min-width: 0px) {
[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7238cf5-d7e6-484f-822c-23c68f90a9ac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@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-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3310a9e4-2e25-4bc3-8df3-c9d08db9f5e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5b285144-03c0-4c51-8e24-1cdab47d9d3e .shogun-icon-wrapper {
  text-align: right;
}


#s-5b285144-03c0-4c51-8e24-1cdab47d9d3e .shogun-icon-wrapper > .shogun-icon {

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

#s-9b2ba212-3cde-4b99-8ae3-dad2249be0df .shogun-icon-wrapper {
  text-align: left;
}


#s-9b2ba212-3cde-4b99-8ae3-dad2249be0df .shogun-icon-wrapper > .shogun-icon {

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

#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-41bdd232-c210-4af6-9b4e-0cc995fe16e2 {
  
}
}@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;
  
}

@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);
}

}

@media (max-width: 767px) {
  [id="s-1724ba42-5069-49b2-918f-6cac5fd40343"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#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:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1243d46-c871-4c27-adb6-246a8b007cc0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-d1243d46-c871-4c27-adb6-246a8b007cc0 {
  display: none;
}
#s-d1243d46-c871-4c27-adb6-246a8b007cc0, #wrap-s-d1243d46-c871-4c27-adb6-246a8b007cc0 { display:none !important; }}
#s-3a926d18-c833-4a04-9b9b-d1d3c4360ba7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-6ae3d681-7628-41b3-aa90-bb25a08e06db {
  
}
}
@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;
}
@media (min-width: 768px) and (max-width: 991px){#s-38881843-0086-4dcc-b5b9-7884bccd27d7 {
  
}
}@media (max-width: 767px){#s-38881843-0086-4dcc-b5b9-7884bccd27d7 {
  display: none;
}
#s-38881843-0086-4dcc-b5b9-7884bccd27d7, #wrap-s-38881843-0086-4dcc-b5b9-7884bccd27d7 { display:none !important; }}



  #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 (min-width: 768px) and (max-width: 991px){#s-baa0e931-8b3c-473d-b6b7-2e39fb76a58b {
  
}
}@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-697c050e-e5de-4e96-85af-3e20881fc0e2 {
  text-align: center;
}
@media (min-width: 1200px){#s-697c050e-e5de-4e96-85af-3e20881fc0e2 {
  display: none;
}
#s-697c050e-e5de-4e96-85af-3e20881fc0e2, #wrap-s-697c050e-e5de-4e96-85af-3e20881fc0e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-697c050e-e5de-4e96-85af-3e20881fc0e2 {
  display: none;
}
#s-697c050e-e5de-4e96-85af-3e20881fc0e2, #wrap-s-697c050e-e5de-4e96-85af-3e20881fc0e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-697c050e-e5de-4e96-85af-3e20881fc0e2 {
  display: none;
}
#s-697c050e-e5de-4e96-85af-3e20881fc0e2, #wrap-s-697c050e-e5de-4e96-85af-3e20881fc0e2 { display:none !important; }}



  #s-697c050e-e5de-4e96-85af-3e20881fc0e2 img.shogun-image {
    
    width: px;
  }


#s-697c050e-e5de-4e96-85af-3e20881fc0e2 .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-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-282b14b6-e127-4e4d-aee8-84e0bb294c76"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@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% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f07a6fa2-7016-46bf-b254-d865ddbd36af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.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(242, 196, 196, 1);
}

#s-7741fb85-2dc9-4521-a82c-f4c92f54fb8d .shogun-icon-wrapper {
  text-align: left;
}


#s-7741fb85-2dc9-4521-a82c-f4c92f54fb8d .shogun-icon-wrapper > .shogun-icon {

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

#s-3967653a-a534-4f73-882b-e65860ecd74d {
  text-align: center;
}
@media (max-width: 767px){#s-3967653a-a534-4f73-882b-e65860ecd74d {
  display: none;
}
#s-3967653a-a534-4f73-882b-e65860ecd74d, #wrap-s-3967653a-a534-4f73-882b-e65860ecd74d { display:none !important; }}



  #s-3967653a-a534-4f73-882b-e65860ecd74d img.shogun-image {
    
    width: px;
  }


#s-3967653a-a534-4f73-882b-e65860ecd74d .shogun-image-content {
  
    align-items: center;
  
}

#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  min-height: 50px;
}
@media (max-width: 767px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}







#s-32303cc9-eb0b-4372-9384-fd64dce7c08f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32303cc9-eb0b-4372-9384-fd64dce7c08f.shg-box.shg-c {
  justify-content: center;
}

@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);
}

}

@media (max-width: 767px) {
  [id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-043ebb66-0557-414b-9ea6-707d93b4f7e8 {
  min-height: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-043ebb66-0557-414b-9ea6-707d93b4f7e8 {
  
}
}@media (max-width: 767px){#s-043ebb66-0557-414b-9ea6-707d93b4f7e8 {
  display: none;
}
#s-043ebb66-0557-414b-9ea6-707d93b4f7e8, #wrap-s-043ebb66-0557-414b-9ea6-707d93b4f7e8 { display:none !important; }}







#s-043ebb66-0557-414b-9ea6-707d93b4f7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-043ebb66-0557-414b-9ea6-707d93b4f7e8.shg-box.shg-c {
  justify-content: center;
}

#s-315d9bda-a8f4-4a5b-bebe-95f89323697b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-315d9bda-a8f4-4a5b-bebe-95f89323697b {
  display: none;
}
#s-315d9bda-a8f4-4a5b-bebe-95f89323697b, #wrap-s-315d9bda-a8f4-4a5b-bebe-95f89323697b { display:none !important; }}
@media (min-width: 0px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-67c4ab21-d6f0-4a7e-9846-1909b2debcb7 {
  padding-bottom: 15px;
}

#s-17a5c441-a6d3-48f2-b2d7-5124118a9f61 .shogun-icon-wrapper {
  text-align: center;
}


#s-17a5c441-a6d3-48f2-b2d7-5124118a9f61 .shogun-icon-wrapper > .shogun-icon {

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

#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:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f865078-6dec-4650-b19d-f0839b6eef59 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-71951943-14fa-4fe0-b1e5-669d2af170cb {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6470ec53-e15b-4805-9dcd-39a6cd0f5602 {
  padding-bottom: 15px;
}

#s-33df8ac4-ceb9-4d8b-bb26-c98fbe164c81 .shogun-icon-wrapper {
  text-align: center;
}


#s-33df8ac4-ceb9-4d8b-bb26-c98fbe164c81 .shogun-icon-wrapper > .shogun-icon {

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

@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-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  
}
}@media (max-width: 767px){#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  
}
}



  #s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 img.shogun-image {
    
    width: px;
  }


#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cbb203d-8b66-4514-b059-89e30c8d6703 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  
}
}@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-c635f15e-e8f9-474b-aa17-6d44c68c7484 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-feeecf68-8414-4269-b776-30a504bad5d9 {
  min-height: 50px;
}








#s-feeecf68-8414-4269-b776-30a504bad5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feeecf68-8414-4269-b776-30a504bad5d9.shg-box.shg-c {
  justify-content: center;
}

#s-61811da0-195a-4610-a262-de299476c7fb {
  text-align: center;
}




  #s-61811da0-195a-4610-a262-de299476c7fb img.shogun-image {
    
    width: px;
  }


#s-61811da0-195a-4610-a262-de299476c7fb .shogun-image-content {
  
    align-items: 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-cc30fa9c-5e11-4e72-bc26-82e908d553f8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc30fa9c-5e11-4e72-bc26-82e908d553f8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cc30fa9c-5e11-4e72-bc26-82e908d553f8 .shg-sld-nav-button.shg-sld-left,
#s-cc30fa9c-5e11-4e72-bc26-82e908d553f8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f4b54fe-5041-4fce-9344-91eff3f77d6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5ee942ca-2e5a-4274-b246-fe8c071be3c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ee942ca-2e5a-4274-b246-fe8c071be3c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab {
  display: none;
}
#s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab, #wrap-s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab { display:none !important; }}@media (max-width: 767px){#s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab {
  display: none;
}
#s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab, #wrap-s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12c3059c-424c-4e7b-a8d0-c51ab1c492ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c9e03ba-434d-4322-afb9-26f832ddb44c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-3c9e03ba-434d-4322-afb9-26f832ddb44c img.shogun-image {
    
    width: px;
  }


#s-3c9e03ba-434d-4322-afb9-26f832ddb44c .shogun-image-content {
  
    align-items: center;
  
}

#s-091f55df-c91b-4ce3-ac4f-ad8f85b993f7 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-091f55df-c91b-4ce3-ac4f-ad8f85b993f7 img.shogun-image {
    
    width: px;
  }


#s-091f55df-c91b-4ce3-ac4f-ad8f85b993f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f923870f-0b45-4297-b04c-65365349ce2b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5336982-ea33-4527-b4f1-02c370f91878"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-03332ef6-e8af-4216-8801-d7a077439da5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29443895-531c-4173-8806-2ad9f77e72cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5df65415-82f7-433b-8ba8-593faf21074e .shogun-icon-wrapper {
  text-align: right;
}


#s-5df65415-82f7-433b-8ba8-593faf21074e .shogun-icon-wrapper > .shogun-icon {

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

#s-72fa704a-659a-4f33-b2da-3713cc186fc1 .shogun-icon-wrapper {
  text-align: left;
}


#s-72fa704a-659a-4f33-b2da-3713cc186fc1 .shogun-icon-wrapper > .shogun-icon {

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

#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 {
  display: none;
}
#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1, #wrap-s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 {
  display: none;
}
#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1, #wrap-s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 {
  display: none;
}
#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1, #wrap-s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 { display:none !important; }}







#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fd76d1-0c25-41ca-99e2-0b8e8d40d0b1.shg-box.shg-c {
  justify-content: center;
}

#s-8f11cf3a-0bb0-43c0-8f9b-d62ebc144dcc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f11cf3a-0bb0-43c0-8f9b-d62ebc144dcc {
  
}
}@media (max-width: 767px){#s-8f11cf3a-0bb0-43c0-8f9b-d62ebc144dcc {
  
}
}



  #s-8f11cf3a-0bb0-43c0-8f9b-d62ebc144dcc img.shogun-image {
    
    width: px;
  }


#s-8f11cf3a-0bb0-43c0-8f9b-d62ebc144dcc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6ef38c8-9c3f-45ac-b705-1dd66c164ec7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c5f17330-0c0d-4ce3-a691-6bcb23d092fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5f17330-0c0d-4ce3-a691-6bcb23d092fc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5e24786-06f2-410d-a868-e647dbf7af5b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ecff5b72-470c-4d67-9271-b8342395dcaa {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3a36664a-9292-44af-8281-1944d2550460 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a36664a-9292-44af-8281-1944d2550460 {
  
}
}@media (max-width: 767px){#s-3a36664a-9292-44af-8281-1944d2550460 {
  
}
}
@media (min-width: 0px) {
[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a36664a-9292-44af-8281-1944d2550460"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-18f0ebad-0218-4e3e-a7d9-dc5ad96a6efa {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-18f0ebad-0218-4e3e-a7d9-dc5ad96a6efa {
  
}
}@media (max-width: 767px){#s-18f0ebad-0218-4e3e-a7d9-dc5ad96a6efa {
  
}
}



  #s-18f0ebad-0218-4e3e-a7d9-dc5ad96a6efa img.shogun-image {
    
    width: px;
  }


#s-18f0ebad-0218-4e3e-a7d9-dc5ad96a6efa .shogun-image-content {
  
    align-items: center;
  
}

#s-bc7f2f28-63ad-409f-9851-4ab23a6f40b1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc7f2f28-63ad-409f-9851-4ab23a6f40b1 {
  
}
}@media (max-width: 767px){#s-bc7f2f28-63ad-409f-9851-4ab23a6f40b1 {
  
}
}



  #s-bc7f2f28-63ad-409f-9851-4ab23a6f40b1 img.shogun-image {
    
    width: px;
  }


#s-bc7f2f28-63ad-409f-9851-4ab23a6f40b1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a7faffc-bd37-44df-8ea6-7c7bf8231f45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a39491be-646e-47cf-b4c3-47ebad72e759 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8c0c503-2908-46e3-be4c-74e8890e83cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d562e65d-908e-4ad9-836b-56bdf0e888d1 .shogun-icon-wrapper {
  text-align: right;
}


#s-d562e65d-908e-4ad9-836b-56bdf0e888d1 .shogun-icon-wrapper > .shogun-icon {

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

#s-b2f610dc-146e-4f56-b358-ee991dce421f .shogun-icon-wrapper {
  text-align: left;
}


#s-b2f610dc-146e-4f56-b358-ee991dce421f .shogun-icon-wrapper > .shogun-icon {

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

#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf {
  min-height: 900px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf {
  
}
}@media (max-width: 767px){#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf {
  display: none;
}
#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf, #wrap-s-16ec32e0-c61c-420f-ac32-f02b79e72fbf { display:none !important; }}







#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16ec32e0-c61c-420f-ac32-f02b79e72fbf.shg-box.shg-c {
  justify-content: center;
}

#s-6b7d1bc1-3ffe-4ea9-a40c-e934cda9af24 {
  min-height: 50px;
}








#s-6b7d1bc1-3ffe-4ea9-a40c-e934cda9af24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7d1bc1-3ffe-4ea9-a40c-e934cda9af24.shg-box.shg-c {
  justify-content: center;
}

#s-71828a80-37ca-4494-8084-4b1d1824cb55 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-71828a80-37ca-4494-8084-4b1d1824cb55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-71828a80-37ca-4494-8084-4b1d1824cb55 .shg-sld-nav-button.shg-sld-left,
#s-71828a80-37ca-4494-8084-4b1d1824cb55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3a1911ef-c278-4d4b-b793-f277806d0d3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a1911ef-c278-4d4b-b793-f277806d0d3b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-018bbfa3-5b64-4559-9d87-2fb5914316f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  display: none;
}
#s-d03716c4-ec94-4998-94d8-669f4dc678b9, #wrap-s-d03716c4-ec94-4998-94d8-669f4dc678b9 { display:none !important; }}@media (max-width: 767px){#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  display: none;
}
#s-d03716c4-ec94-4998-94d8-669f4dc678b9, #wrap-s-d03716c4-ec94-4998-94d8-669f4dc678b9 { display:none !important; }}



  #s-d03716c4-ec94-4998-94d8-669f4dc678b9 img.shogun-image {
    
    width: px;
  }


#s-d03716c4-ec94-4998-94d8-669f4dc678b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f9aaf8-c10c-4806-9e83-6647f7d9e181 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  display: none;
}
#s-16236c11-0f14-4417-ae5b-daab19fc4927, #wrap-s-16236c11-0f14-4417-ae5b-daab19fc4927 { display:none !important; }}@media (max-width: 767px){#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  display: none;
}
#s-16236c11-0f14-4417-ae5b-daab19fc4927, #wrap-s-16236c11-0f14-4417-ae5b-daab19fc4927 { display:none !important; }}



  #s-16236c11-0f14-4417-ae5b-daab19fc4927 img.shogun-image {
    
    width: px;
  }


#s-16236c11-0f14-4417-ae5b-daab19fc4927 .shogun-image-content {
  
    align-items: center;
  
}

#s-21b34dcb-831a-425d-bb5f-7b17a58c29fc {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-46f025bd-2561-4a89-8629-42483f2889c4 {
  text-align: center;
}




  #s-46f025bd-2561-4a89-8629-42483f2889c4 img.shogun-image {
    
    width: px;
  }


#s-46f025bd-2561-4a89-8629-42483f2889c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}







#s-e0044644-4ed2-4497-bb71-da3960e57e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0044644-4ed2-4497-bb71-da3960e57e87.shg-box.shg-c {
  justify-content: center;
}

#s-e219fdfa-5b4f-466e-845b-74f395f48192 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-e219fdfa-5b4f-466e-845b-74f395f48192 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e219fdfa-5b4f-466e-845b-74f395f48192"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d66403f7-c869-454f-9a82-f183339f1ae5 {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-083fdc21-fcdf-4757-9009-7bcd1c889f57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51760c60-a9ed-479a-8327-7b81271dc3d9 .shogun-icon-wrapper {
  text-align: right;
}


#s-51760c60-a9ed-479a-8327-7b81271dc3d9 .shogun-icon-wrapper > .shogun-icon {

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

#s-2b99611b-17ba-475f-a744-7908f6ca250c .shogun-icon-wrapper {
  text-align: left;
}


#s-2b99611b-17ba-475f-a744-7908f6ca250c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-f0af3ab1-06f7-4424-a82d-37de8da52181 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0af3ab1-06f7-4424-a82d-37de8da52181"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-482850dc-152b-4315-8949-6ae58190eac0 {
  text-align: center;
}
@media (max-width: 767px){#s-482850dc-152b-4315-8949-6ae58190eac0 {
  display: none;
}
#s-482850dc-152b-4315-8949-6ae58190eac0, #wrap-s-482850dc-152b-4315-8949-6ae58190eac0 { display:none !important; }}



  #s-482850dc-152b-4315-8949-6ae58190eac0 img.shogun-image {
    
    width: px;
  }


#s-482850dc-152b-4315-8949-6ae58190eac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e9f9a7d-2f8e-49c8-9826-8a4c5ce691e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e9f9a7d-2f8e-49c8-9826-8a4c5ce691e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d4427c7-abe0-42b4-8d57-dd6658271b09 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-61106858-5471-4f8c-bf49-f9069d0ca211 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-ab8e6085-50a5-467c-b9b6-32effc63f06a {
  display: none;
}
#s-ab8e6085-50a5-467c-b9b6-32effc63f06a, #wrap-s-ab8e6085-50a5-467c-b9b6-32effc63f06a { display:none !important; }}@media (max-width: 767px){#s-ab8e6085-50a5-467c-b9b6-32effc63f06a {
  display: none;
}
#s-ab8e6085-50a5-467c-b9b6-32effc63f06a, #wrap-s-ab8e6085-50a5-467c-b9b6-32effc63f06a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab8e6085-50a5-467c-b9b6-32effc63f06a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-672800ee-fee7-476b-b64e-75a764433596 {
  text-align: center;
}




  #s-672800ee-fee7-476b-b64e-75a764433596 img.shogun-image {
    
    width: px;
  }


#s-672800ee-fee7-476b-b64e-75a764433596 .shogun-image-content {
  
    align-items: center;
  
}

#s-9262967d-f151-4055-be9f-0252a4249ea4 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9262967d-f151-4055-be9f-0252a4249ea4 {
  display: none;
}
#s-9262967d-f151-4055-be9f-0252a4249ea4, #wrap-s-9262967d-f151-4055-be9f-0252a4249ea4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9262967d-f151-4055-be9f-0252a4249ea4 {
  display: none;
}
#s-9262967d-f151-4055-be9f-0252a4249ea4, #wrap-s-9262967d-f151-4055-be9f-0252a4249ea4 { display:none !important; }}@media (max-width: 767px){#s-9262967d-f151-4055-be9f-0252a4249ea4 {
  display: none;
}
#s-9262967d-f151-4055-be9f-0252a4249ea4, #wrap-s-9262967d-f151-4055-be9f-0252a4249ea4 { display:none !important; }}







#s-9262967d-f151-4055-be9f-0252a4249ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9262967d-f151-4055-be9f-0252a4249ea4.shg-box.shg-c {
  justify-content: center;
}

#s-9d6d57d3-e67a-4ef9-9341-c4c03e9dac7b {
  text-align: center;
}
@media (max-width: 767px){#s-9d6d57d3-e67a-4ef9-9341-c4c03e9dac7b {
  
}
}



  #s-9d6d57d3-e67a-4ef9-9341-c4c03e9dac7b img.shogun-image {
    
    width: px;
  }


#s-9d6d57d3-e67a-4ef9-9341-c4c03e9dac7b .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a {
  text-align: center;
}
@media (min-width: 1200px){#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a {
  display: none;
}
#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a, #wrap-s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a {
  display: none;
}
#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a, #wrap-s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a {
  display: none;
}
#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a, #wrap-s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a { display:none !important; }}@media (max-width: 767px){#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a {
  
}
}



  #s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a img.shogun-image {
    
    width: px;
  }


#s-8e8ae9bf-514d-49a5-aa0c-f48ec958027a .shogun-image-content {
  
    align-items: center;
  
}

#s-22c331ab-4e07-42ce-abc5-931e457cd4a3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-22c331ab-4e07-42ce-abc5-931e457cd4a3 {
  display: none;
}
#s-22c331ab-4e07-42ce-abc5-931e457cd4a3, #wrap-s-22c331ab-4e07-42ce-abc5-931e457cd4a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22c331ab-4e07-42ce-abc5-931e457cd4a3 {
  display: none;
}
#s-22c331ab-4e07-42ce-abc5-931e457cd4a3, #wrap-s-22c331ab-4e07-42ce-abc5-931e457cd4a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22c331ab-4e07-42ce-abc5-931e457cd4a3 {
  display: none;
}
#s-22c331ab-4e07-42ce-abc5-931e457cd4a3, #wrap-s-22c331ab-4e07-42ce-abc5-931e457cd4a3 { display:none !important; }}







#s-22c331ab-4e07-42ce-abc5-931e457cd4a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c331ab-4e07-42ce-abc5-931e457cd4a3.shg-box.shg-c {
  justify-content: center;
}

#s-403fc367-6f91-49ff-bc96-81a61358f800 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-403fc367-6f91-49ff-bc96-81a61358f800 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd4cbafe-ce87-479e-a288-96b956c1752e {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c509ec7c-27a4-4206-b664-3276eaf53131"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-238e1bfa-d72b-433b-9e97-bf19a4228ec3 .shogun-icon-wrapper {
  text-align: right;
}


#s-238e1bfa-d72b-433b-9e97-bf19a4228ec3 .shogun-icon-wrapper > .shogun-icon {

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

#s-998d753f-c517-425a-8878-0f1bf6ff0995 .shogun-icon-wrapper {
  text-align: left;
}


#s-998d753f-c517-425a-8878-0f1bf6ff0995 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

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

#s-668f5741-33e8-4e6a-af61-7f3d9cec8a44 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-668f5741-33e8-4e6a-af61-7f3d9cec8a44 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-668f5741-33e8-4e6a-af61-7f3d9cec8a44 .shg-sld-nav-button.shg-sld-left,
#s-668f5741-33e8-4e6a-af61-7f3d9cec8a44 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-58b6f3fb-7921-46c3-a376-e31a35b0d29a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-294f0e73-3585-42f0-bbc6-48a1c692b44e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-294f0e73-3585-42f0-bbc6-48a1c692b44e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2548ca2-6568-4bca-a59b-7527ba8d4058 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-f2548ca2-6568-4bca-a59b-7527ba8d4058 {
  display: none;
}
#s-f2548ca2-6568-4bca-a59b-7527ba8d4058, #wrap-s-f2548ca2-6568-4bca-a59b-7527ba8d4058 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2548ca2-6568-4bca-a59b-7527ba8d4058 {
  display: none;
}
#s-f2548ca2-6568-4bca-a59b-7527ba8d4058, #wrap-s-f2548ca2-6568-4bca-a59b-7527ba8d4058 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2548ca2-6568-4bca-a59b-7527ba8d4058 {
  display: none;
}
#s-f2548ca2-6568-4bca-a59b-7527ba8d4058, #wrap-s-f2548ca2-6568-4bca-a59b-7527ba8d4058 { display:none !important; }}
#s-b8d85195-c77c-44ba-b612-25157eeebc0f {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8d85195-c77c-44ba-b612-25157eeebc0f {
  
}
}@media (max-width: 767px){#s-b8d85195-c77c-44ba-b612-25157eeebc0f {
  
}
}
@media (min-width: 0px) {
[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8d85195-c77c-44ba-b612-25157eeebc0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9d29987-6ee3-4ebf-9098-2d9ac0ec0402 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-e9d29987-6ee3-4ebf-9098-2d9ac0ec0402 img.shogun-image {
    
    width: px;
  }


#s-e9d29987-6ee3-4ebf-9098-2d9ac0ec0402 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e8c4276-e6b2-4c6d-84e8-ae8082a55529 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-2e8c4276-e6b2-4c6d-84e8-ae8082a55529 img.shogun-image {
    
    width: px;
  }


#s-2e8c4276-e6b2-4c6d-84e8-ae8082a55529 .shogun-image-content {
  
    align-items: center;
  
}

#s-d349324f-c91f-4c7f-b049-c391e86e11d6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95011c0d-2e55-48bb-bb6b-19dc38a89629"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-822e982d-3ace-4883-bb71-962aa22a29b5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6666a4b0-b2ff-4b8e-afd9-a776ec74e8b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2590a05-9669-4b43-81be-e5ba8e516f30 .shogun-icon-wrapper {
  text-align: right;
}


#s-a2590a05-9669-4b43-81be-e5ba8e516f30 .shogun-icon-wrapper > .shogun-icon {

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

#s-be331e7c-2f88-4e3c-837f-771c7f251878 .shogun-icon-wrapper {
  text-align: left;
}


#s-be331e7c-2f88-4e3c-837f-771c7f251878 .shogun-icon-wrapper > .shogun-icon {

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

#s-37960b21-d1bb-4768-8a45-fec17c8b46a1 {
  min-height: 900px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-37960b21-d1bb-4768-8a45-fec17c8b46a1 {
  
}
}@media (max-width: 767px){#s-37960b21-d1bb-4768-8a45-fec17c8b46a1 {
  display: none;
}
#s-37960b21-d1bb-4768-8a45-fec17c8b46a1, #wrap-s-37960b21-d1bb-4768-8a45-fec17c8b46a1 { display:none !important; }}







#s-37960b21-d1bb-4768-8a45-fec17c8b46a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37960b21-d1bb-4768-8a45-fec17c8b46a1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f5510914-3b6b-4c2b-ac07-10b5d7818c77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6274cc08-3652-4aa5-9708-36cbf04338f0 {
  min-height: 900px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-6274cc08-3652-4aa5-9708-36cbf04338f0 {
  display: none;
}
#s-6274cc08-3652-4aa5-9708-36cbf04338f0, #wrap-s-6274cc08-3652-4aa5-9708-36cbf04338f0 { display:none !important; }}







#s-6274cc08-3652-4aa5-9708-36cbf04338f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6274cc08-3652-4aa5-9708-36cbf04338f0.shg-box.shg-c {
  justify-content: center;
}

#s-f2927248-0bb3-4cfc-b0c4-5ba1dc0415a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2927248-0bb3-4cfc-b0c4-5ba1dc0415a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c7c000b-0e39-47a0-a5e9-a0d41a6cfe60 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4ae4eec5-a0d3-4bad-8496-990fb1d6a415 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-68d25a04-8caf-49e3-8da0-8b8b8912707e {
  
}
}
@media (min-width: 0px) {
[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68d25a04-8caf-49e3-8da0-8b8b8912707e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-189c71fc-6e62-40c7-a5b7-3f881708ed6f {
  text-align: center;
}




  #s-189c71fc-6e62-40c7-a5b7-3f881708ed6f img.shogun-image {
    
    width: px;
  }


#s-189c71fc-6e62-40c7-a5b7-3f881708ed6f .shogun-image-content {
  
    align-items: center;
  
}

#s-4a002f3c-041c-4cfc-91db-e08877ea50ee {
  text-align: center;
}
@media (max-width: 767px){#s-4a002f3c-041c-4cfc-91db-e08877ea50ee {
  
}
}



  #s-4a002f3c-041c-4cfc-91db-e08877ea50ee img.shogun-image {
    
    width: px;
  }


#s-4a002f3c-041c-4cfc-91db-e08877ea50ee .shogun-image-content {
  
    align-items: center;
  
}

#s-72df9baf-85ac-4159-ace4-053929c2c897 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72df9baf-85ac-4159-ace4-053929c2c897"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9deade09-35e9-4bbf-a889-9fe1c8eb0f2f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46daad8b-fe6e-45bf-827b-fdacc06796e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dca3ed10-81e3-4abe-8ee9-9eeae07aecb0 .shogun-icon-wrapper {
  text-align: right;
}


#s-dca3ed10-81e3-4abe-8ee9-9eeae07aecb0 .shogun-icon-wrapper > .shogun-icon {

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

#s-bd8ffe45-8132-46fe-9503-9b55166c5842 .shogun-icon-wrapper {
  text-align: left;
}


#s-bd8ffe45-8132-46fe-9503-9b55166c5842 .shogun-icon-wrapper > .shogun-icon {

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

#s-6ec51ca5-cbea-4517-aa77-4b2ff4a9f762 {
  min-height: 50px;
}








#s-6ec51ca5-cbea-4517-aa77-4b2ff4a9f762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec51ca5-cbea-4517-aa77-4b2ff4a9f762.shg-box.shg-c {
  justify-content: center;
}

#s-0723cc98-7155-42df-bf15-ef3d52c0d627 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0723cc98-7155-42df-bf15-ef3d52c0d627 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0723cc98-7155-42df-bf15-ef3d52c0d627 .shg-sld-nav-button.shg-sld-left,
#s-0723cc98-7155-42df-bf15-ef3d52c0d627 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d3b55f86-530d-490c-90ec-9a8596d698a2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b55f86-530d-490c-90ec-9a8596d698a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-655d7b7a-4737-441b-8837-cc1f30877620 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-655d7b7a-4737-441b-8837-cc1f30877620 {
  
}
}@media (max-width: 767px){#s-655d7b7a-4737-441b-8837-cc1f30877620 {
  display: none;
}
#s-655d7b7a-4737-441b-8837-cc1f30877620, #wrap-s-655d7b7a-4737-441b-8837-cc1f30877620 { display:none !important; }}



  #s-655d7b7a-4737-441b-8837-cc1f30877620 img.shogun-image {
    
    width: px;
  }


#s-655d7b7a-4737-441b-8837-cc1f30877620 .shogun-image-content {
  
    align-items: center;
  
}

#s-3921caa6-0faa-4961-98f8-f8ee9309bc8e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3921caa6-0faa-4961-98f8-f8ee9309bc8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3de000a9-a09c-489d-8b47-46695da81585 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b4b9552-66cf-4787-81b3-aeafb71bada7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cf17fa40-af20-4d44-bcfd-46332e5784d3 .shogun-icon-wrapper {
  text-align: right;
}


#s-cf17fa40-af20-4d44-bcfd-46332e5784d3 .shogun-icon-wrapper > .shogun-icon {

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

#s-ef9d7d17-ccd2-45bf-a6f6-63ec206be18a .shogun-icon-wrapper {
  text-align: left;
}


#s-ef9d7d17-ccd2-45bf-a6f6-63ec206be18a .shogun-icon-wrapper > .shogun-icon {

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

#s-04331002-4314-4e52-a0d1-fe215c15742d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04331002-4314-4e52-a0d1-fe215c15742d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 {
  text-align: center;
}
@media (min-width: 1200px){#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 {
  display: none;
}
#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47, #wrap-s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 {
  display: none;
}
#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47, #wrap-s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 {
  display: none;
}
#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47, #wrap-s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 { display:none !important; }}@media (max-width: 767px){#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 {
  
}
}



  #s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 img.shogun-image {
    
    width: px;
  }


#s-cff896ca-1bd1-445e-890d-a1ec82ef9d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 {
  display: none;
}
#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66, #wrap-s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 {
  display: none;
}
#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66, #wrap-s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 {
  display: none;
}
#s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66, #wrap-s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e341ed8d-587b-4a70-89ab-a9d0a28b1e66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6c4c5680-274a-4eb0-920c-327e70aed4c7 {
  padding-bottom: 15px;
}

#s-d0e1385a-c51b-4e3c-b50d-d1521f62ea26 .shogun-icon-wrapper {
  text-align: center;
}


#s-d0e1385a-c51b-4e3c-b50d-d1521f62ea26 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 768px) and (max-width: 991px){#s-ef0a3d56-aa98-4068-9f74-dbb94847768c {
  display: none;
}
#s-ef0a3d56-aa98-4068-9f74-dbb94847768c, #wrap-s-ef0a3d56-aa98-4068-9f74-dbb94847768c { display:none !important; }}@media (max-width: 767px){#s-ef0a3d56-aa98-4068-9f74-dbb94847768c {
  
}
}
@media (min-width: 0px) {
[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef0a3d56-aa98-4068-9f74-dbb94847768c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb {
  text-align: center;
}
@media (max-width: 767px){#s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb {
  display: none;
}
#s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb, #wrap-s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb { display:none !important; }}



  #s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb img.shogun-image {
    
    width: px;
  }


#s-4801a57a-1ecc-4dd9-9c0a-f04bbef9f6eb .shogun-image-content {
  
    align-items: center;
  
}

#s-3670c131-a7c7-42d6-be56-bef52f663a33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3670c131-a7c7-42d6-be56-bef52f663a33 {
  display: none;
}
#s-3670c131-a7c7-42d6-be56-bef52f663a33, #wrap-s-3670c131-a7c7-42d6-be56-bef52f663a33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3670c131-a7c7-42d6-be56-bef52f663a33 {
  display: none;
}
#s-3670c131-a7c7-42d6-be56-bef52f663a33, #wrap-s-3670c131-a7c7-42d6-be56-bef52f663a33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3670c131-a7c7-42d6-be56-bef52f663a33 {
  display: none;
}
#s-3670c131-a7c7-42d6-be56-bef52f663a33, #wrap-s-3670c131-a7c7-42d6-be56-bef52f663a33 { display:none !important; }}







#s-3670c131-a7c7-42d6-be56-bef52f663a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3670c131-a7c7-42d6-be56-bef52f663a33.shg-box.shg-c {
  justify-content: center;
}

#s-250fefa5-2da3-4e22-be2b-2d0795ec6439 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fe0d5e3c-9092-4f78-836c-062e9006977d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe0d5e3c-9092-4f78-836c-062e9006977d {
  
}
}@media (max-width: 767px){#s-fe0d5e3c-9092-4f78-836c-062e9006977d {
  display: none;
}
#s-fe0d5e3c-9092-4f78-836c-062e9006977d, #wrap-s-fe0d5e3c-9092-4f78-836c-062e9006977d { display:none !important; }}



  #s-fe0d5e3c-9092-4f78-836c-062e9006977d img.shogun-image {
    
    width: px;
  }


#s-fe0d5e3c-9092-4f78-836c-062e9006977d .shogun-image-content {
  
    align-items: center;
  
}

#s-4841702c-07f2-4a88-9561-5cf0078c8c8d {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-835fbad0-419c-47a3-b8c3-1e4c062bd1e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cf595f5a-2a0e-4ebf-852b-da705d84a5f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf595f5a-2a0e-4ebf-852b-da705d84a5f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36e47f8e-aeb0-4d4e-a552-c2831833731c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d5d47320-0734-486a-bc5d-7590773a33a6 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-67e04e3c-8c03-417a-8028-c39a3fda36ad {
  
}
}@media (max-width: 767px){#s-67e04e3c-8c03-417a-8028-c39a3fda36ad {
  
}
}
@media (min-width: 0px) {
[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e04e3c-8c03-417a-8028-c39a3fda36ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2fc4305b-1a30-4fa9-ac1f-657b668546a4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fc4305b-1a30-4fa9-ac1f-657b668546a4 {
  
}
}@media (max-width: 767px){#s-2fc4305b-1a30-4fa9-ac1f-657b668546a4 {
  
}
}



  #s-2fc4305b-1a30-4fa9-ac1f-657b668546a4 img.shogun-image {
    
    width: px;
  }


#s-2fc4305b-1a30-4fa9-ac1f-657b668546a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd241de8-3246-442b-9921-df0c15df5fae {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd241de8-3246-442b-9921-df0c15df5fae {
  
}
}@media (max-width: 767px){#s-cd241de8-3246-442b-9921-df0c15df5fae {
  
}
}



  #s-cd241de8-3246-442b-9921-df0c15df5fae img.shogun-image {
    
    width: px;
  }


#s-cd241de8-3246-442b-9921-df0c15df5fae .shogun-image-content {
  
    align-items: center;
  
}

#s-58927791-946a-4ce0-b7f3-60fa9b78d80d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58927791-946a-4ce0-b7f3-60fa9b78d80d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-567f5939-deca-4b9c-af27-fffbdcef8d51 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa0a68c-17a8-411e-9851-bdff8fa9d54e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5db0d21-bef9-4ec3-b4ba-5c18f906bf50 .shogun-icon-wrapper {
  text-align: right;
}


#s-c5db0d21-bef9-4ec3-b4ba-5c18f906bf50 .shogun-icon-wrapper > .shogun-icon {

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

#s-aec0f702-79ac-449f-ba3b-cf5289a86d9d .shogun-icon-wrapper {
  text-align: left;
}


#s-aec0f702-79ac-449f-ba3b-cf5289a86d9d .shogun-icon-wrapper > .shogun-icon {

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

#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729 {
  min-height: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729 {
  
}
}@media (max-width: 767px){#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729 {
  display: none;
}
#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729, #wrap-s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729 { display:none !important; }}







#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b0ecc0-6f04-4ad3-932f-2e9a5cd5f729.shg-box.shg-c {
  justify-content: center;
}

#s-cb6a3a49-69b2-4f2f-bf69-0d7d636f726e {
  min-height: 50px;
}








#s-cb6a3a49-69b2-4f2f-bf69-0d7d636f726e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb6a3a49-69b2-4f2f-bf69-0d7d636f726e.shg-box.shg-c {
  justify-content: center;
}

#s-795821dc-c5c0-4af9-b832-7f54f2d7adc7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-795821dc-c5c0-4af9-b832-7f54f2d7adc7 {
  display: none;
}
#s-795821dc-c5c0-4af9-b832-7f54f2d7adc7, #wrap-s-795821dc-c5c0-4af9-b832-7f54f2d7adc7 { display:none !important; }}







#s-795821dc-c5c0-4af9-b832-7f54f2d7adc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795821dc-c5c0-4af9-b832-7f54f2d7adc7.shg-box.shg-c {
  justify-content: center;
}

#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 {
  display: none;
}
#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9, #wrap-s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 {
  display: none;
}
#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9, #wrap-s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 {
  display: none;
}
#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9, #wrap-s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 { display:none !important; }}







#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ac9925-0b75-44bf-9dd8-15a09e2369f9.shg-box.shg-c {
  justify-content: center;
}

#s-082f9c00-368b-4792-98f6-e354f580b48e {
  min-height: 50px;
}








#s-082f9c00-368b-4792-98f6-e354f580b48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-082f9c00-368b-4792-98f6-e354f580b48e.shg-box.shg-c {
  justify-content: center;
}

#s-2afc90d9-7e3c-4f3c-a4a5-d051f4d63421 {
  text-align: center;
}





#s-2afc90d9-7e3c-4f3c-a4a5-d051f4d63421 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1c4a0c-7973-4653-8832-74a85d94c595 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fe1c4a0c-7973-4653-8832-74a85d94c595 {
  display: none;
}
#s-fe1c4a0c-7973-4653-8832-74a85d94c595, #wrap-s-fe1c4a0c-7973-4653-8832-74a85d94c595 { display:none !important; }}







#s-fe1c4a0c-7973-4653-8832-74a85d94c595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe1c4a0c-7973-4653-8832-74a85d94c595.shg-box.shg-c {
  justify-content: center;
}

#s-340d43b8-f3dc-4dd1-b2a1-bdff887a68ce {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-340d43b8-f3dc-4dd1-b2a1-bdff887a68ce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-340d43b8-f3dc-4dd1-b2a1-bdff887a68ce .shg-sld-nav-button.shg-sld-left,
#s-340d43b8-f3dc-4dd1-b2a1-bdff887a68ce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb22149-6e08-40e9-8e6b-8398691862d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-614975f3-2ec2-4a5d-8bc5-6a7ca23ead04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-614975f3-2ec2-4a5d-8bc5-6a7ca23ead04 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6028aefa-c76c-46c7-9737-bb0a405069cb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6028aefa-c76c-46c7-9737-bb0a405069cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77918d44-aa0a-469c-9d0e-75f37ce75191 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77918d44-aa0a-469c-9d0e-75f37ce75191 {
  display: none;
}
#s-77918d44-aa0a-469c-9d0e-75f37ce75191, #wrap-s-77918d44-aa0a-469c-9d0e-75f37ce75191 { display:none !important; }}@media (max-width: 767px){#s-77918d44-aa0a-469c-9d0e-75f37ce75191 {
  display: none;
}
#s-77918d44-aa0a-469c-9d0e-75f37ce75191, #wrap-s-77918d44-aa0a-469c-9d0e-75f37ce75191 { display:none !important; }}



  #s-77918d44-aa0a-469c-9d0e-75f37ce75191 img.shogun-image {
    
    width: px;
  }


#s-77918d44-aa0a-469c-9d0e-75f37ce75191 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a769366-ccb0-448b-b2d9-88e8f7071139 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa {
  display: none;
}
#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa, #wrap-s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa { display:none !important; }}@media (max-width: 767px){#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa {
  display: none;
}
#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa, #wrap-s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa { display:none !important; }}



  #s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa img.shogun-image {
    
    width: px;
  }


#s-bdd20076-d45b-4f9c-8b97-46ce7b80e7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-2d371181-a587-4ff8-a851-6d38d2bcfd1b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-88fdcfba-0698-4a17-9a83-9780f4d69efa {
  text-align: center;
}




  #s-88fdcfba-0698-4a17-9a83-9780f4d69efa img.shogun-image {
    
    width: px;
  }


#s-88fdcfba-0698-4a17-9a83-9780f4d69efa .shogun-image-content {
  
    align-items: center;
  
}

#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c {
  display: none;
}
#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c, #wrap-s-d45c6a46-c8ae-4592-bf80-c29f99cca58c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c {
  display: none;
}
#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c, #wrap-s-d45c6a46-c8ae-4592-bf80-c29f99cca58c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c {
  display: none;
}
#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c, #wrap-s-d45c6a46-c8ae-4592-bf80-c29f99cca58c { display:none !important; }}







#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d45c6a46-c8ae-4592-bf80-c29f99cca58c.shg-box.shg-c {
  justify-content: center;
}

#s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57 {
  margin-top: 13px;
margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55f4b08b-7ef4-47f6-abd6-510dfa0e0a57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6f1fb0a-4e9d-42b5-a80f-7684cbc08ac9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372477c5-1fbe-47a9-85f1-e68e0092287f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fba2de9b-0c72-4b13-83da-c164c97c8b0e .shogun-icon-wrapper {
  text-align: right;
}


#s-fba2de9b-0c72-4b13-83da-c164c97c8b0e .shogun-icon-wrapper > .shogun-icon {

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

#s-3ca2d7ab-b139-49ee-a254-1563d01500aa .shogun-icon-wrapper {
  text-align: left;
}


#s-3ca2d7ab-b139-49ee-a254-1563d01500aa .shogun-icon-wrapper > .shogun-icon {

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

#s-d40809ed-70d8-4c80-9a47-16840fab4942 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d40809ed-70d8-4c80-9a47-16840fab4942"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697 {
  text-align: center;
}
@media (max-width: 767px){#s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697 {
  display: none;
}
#s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697, #wrap-s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697 { display:none !important; }}



  #s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697 img.shogun-image {
    
    width: px;
  }


#s-98cb6a0f-fb70-4806-a08d-5ec23f2d6697 .shogun-image-content {
  
    align-items: center;
  
}

#s-78e499d7-ca34-497b-ad71-1d7e48c66315 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78e499d7-ca34-497b-ad71-1d7e48c66315 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ceb8d38c-20f2-48ce-9813-ecbf381029c8 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-1308dfd6-a7df-4faa-a5d6-c17983315bab {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-2a20002a-260c-42cd-8973-2d62cce4e35c {
  display: none;
}
#s-2a20002a-260c-42cd-8973-2d62cce4e35c, #wrap-s-2a20002a-260c-42cd-8973-2d62cce4e35c { display:none !important; }}@media (max-width: 767px){#s-2a20002a-260c-42cd-8973-2d62cce4e35c {
  display: none;
}
#s-2a20002a-260c-42cd-8973-2d62cce4e35c, #wrap-s-2a20002a-260c-42cd-8973-2d62cce4e35c { display:none !important; }}
@media (min-width: 0px) {
[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a20002a-260c-42cd-8973-2d62cce4e35c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6d3202f-fdf5-4248-a90f-6cae30600d53 {
  text-align: center;
}




  #s-a6d3202f-fdf5-4248-a90f-6cae30600d53 img.shogun-image {
    
    width: px;
  }


#s-a6d3202f-fdf5-4248-a90f-6cae30600d53 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c6b280e-566a-4108-ad43-d63f14bcaa72 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4c6b280e-566a-4108-ad43-d63f14bcaa72 {
  display: none;
}
#s-4c6b280e-566a-4108-ad43-d63f14bcaa72, #wrap-s-4c6b280e-566a-4108-ad43-d63f14bcaa72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c6b280e-566a-4108-ad43-d63f14bcaa72 {
  display: none;
}
#s-4c6b280e-566a-4108-ad43-d63f14bcaa72, #wrap-s-4c6b280e-566a-4108-ad43-d63f14bcaa72 { display:none !important; }}@media (max-width: 767px){#s-4c6b280e-566a-4108-ad43-d63f14bcaa72 {
  display: none;
}
#s-4c6b280e-566a-4108-ad43-d63f14bcaa72, #wrap-s-4c6b280e-566a-4108-ad43-d63f14bcaa72 { display:none !important; }}







#s-4c6b280e-566a-4108-ad43-d63f14bcaa72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c6b280e-566a-4108-ad43-d63f14bcaa72.shg-box.shg-c {
  justify-content: center;
}

#s-51b73058-df37-4a0e-8ad5-2f5ee1681147 {
  text-align: center;
}
@media (max-width: 767px){#s-51b73058-df37-4a0e-8ad5-2f5ee1681147 {
  
}
}



  #s-51b73058-df37-4a0e-8ad5-2f5ee1681147 img.shogun-image {
    
    width: px;
  }


#s-51b73058-df37-4a0e-8ad5-2f5ee1681147 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2c03c3f-d084-4501-9659-c4402f1225c0 {
  text-align: center;
}
@media (min-width: 1200px){#s-e2c03c3f-d084-4501-9659-c4402f1225c0 {
  display: none;
}
#s-e2c03c3f-d084-4501-9659-c4402f1225c0, #wrap-s-e2c03c3f-d084-4501-9659-c4402f1225c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2c03c3f-d084-4501-9659-c4402f1225c0 {
  display: none;
}
#s-e2c03c3f-d084-4501-9659-c4402f1225c0, #wrap-s-e2c03c3f-d084-4501-9659-c4402f1225c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2c03c3f-d084-4501-9659-c4402f1225c0 {
  display: none;
}
#s-e2c03c3f-d084-4501-9659-c4402f1225c0, #wrap-s-e2c03c3f-d084-4501-9659-c4402f1225c0 { display:none !important; }}@media (max-width: 767px){#s-e2c03c3f-d084-4501-9659-c4402f1225c0 {
  
}
}



  #s-e2c03c3f-d084-4501-9659-c4402f1225c0 img.shogun-image {
    
    width: px;
  }


#s-e2c03c3f-d084-4501-9659-c4402f1225c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c {
  display: none;
}
#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c, #wrap-s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c {
  display: none;
}
#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c, #wrap-s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c {
  display: none;
}
#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c, #wrap-s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c { display:none !important; }}







#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a8e7e4-ccd9-46ac-a929-dc4be6c3557c.shg-box.shg-c {
  justify-content: center;
}

#s-1a939d44-8d9f-47d7-baac-486513c1396b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-1a939d44-8d9f-47d7-baac-486513c1396b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a939d44-8d9f-47d7-baac-486513c1396b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-77b565bf-22e5-45de-b814-19e9eec05b67 {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9213907d-4553-4ae2-a810-69895e8ef912"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4a861494-fad5-4b9c-84c7-06f5c631f854 .shogun-icon-wrapper {
  text-align: right;
}


#s-4a861494-fad5-4b9c-84c7-06f5c631f854 .shogun-icon-wrapper > .shogun-icon {

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

#s-0bef60ac-5555-4f84-8ab2-b81bf63d3126 .shogun-icon-wrapper {
  text-align: left;
}


#s-0bef60ac-5555-4f84-8ab2-b81bf63d3126 .shogun-icon-wrapper > .shogun-icon {

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

#s-01605a16-dc6f-4227-b5f2-c43f2926a365 {
  min-height: 50px;
}








#s-01605a16-dc6f-4227-b5f2-c43f2926a365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01605a16-dc6f-4227-b5f2-c43f2926a365.shg-box.shg-c {
  justify-content: center;
}

#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-69a0abdd-cefc-4b15-ac99-b686b64f137e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69a0abdd-cefc-4b15-ac99-b686b64f137e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7e03178-7190-4b32-8431-525b35ac17f6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-60c8ef8b-cd14-48d9-b95f-a18f80503228 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-8d982b9c-3965-4600-a69b-42f347226415 {
  
}
}@media (max-width: 767px){#s-8d982b9c-3965-4600-a69b-42f347226415 {
  
}
}
@media (min-width: 0px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 {
  text-align: center;
}




  #s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 img.shogun-image {
    
    width: px;
  }


#s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 {
  text-align: center;
}




  #s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 img.shogun-image {
    
    width: px;
  }


#s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-331959a8-f012-4c8d-9ac0-e8bcec8b7662 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-feb95b47-43c7-417c-85fd-938be702de7e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-815a05b1-67a1-4a94-b1e9-9d39414e311d {
  padding-bottom: 15px;
}

#s-3cb2a9eb-701e-4010-96b1-370bebc4c371 .shogun-icon-wrapper {
  text-align: center;
}


#s-3cb2a9eb-701e-4010-96b1-370bebc4c371 .shogun-icon-wrapper > .shogun-icon {

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

#s-811ef180-672c-4e6a-a51a-b17167f125cb {
  min-height: 900px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-811ef180-672c-4e6a-a51a-b17167f125cb {
  display: none;
}
#s-811ef180-672c-4e6a-a51a-b17167f125cb, #wrap-s-811ef180-672c-4e6a-a51a-b17167f125cb { display:none !important; }}







#s-811ef180-672c-4e6a-a51a-b17167f125cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-811ef180-672c-4e6a-a51a-b17167f125cb.shg-box.shg-c {
  justify-content: center;
}

#s-bf2e4fc4-f48d-4507-a925-f62c8453e232 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bf2e4fc4-f48d-4507-a925-f62c8453e232 {
  display: none;
}
#s-bf2e4fc4-f48d-4507-a925-f62c8453e232, #wrap-s-bf2e4fc4-f48d-4507-a925-f62c8453e232 { display:none !important; }}







#s-bf2e4fc4-f48d-4507-a925-f62c8453e232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2e4fc4-f48d-4507-a925-f62c8453e232.shg-box.shg-c {
  justify-content: center;
}

#s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-123ad333-d28e-4f9d-a86e-dfb09ad4b29d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 {
  
}
}@media (max-width: 767px){#s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 {
  display: none;
}
#s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808, #wrap-s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 { display:none !important; }}



  #s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 img.shogun-image {
    
    width: px;
  }


#s-02cbd51f-ea62-4e6e-80cf-eef7a2baf808 .shogun-image-content {
  
    align-items: center;
  
}

#s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41 {
  display: none;
}
#s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41, #wrap-s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-899f0ea1-4695-4b5d-a7ef-69d1ee997e41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-058a5ded-b5bd-4592-8f3a-8815d10560ba {
  padding-bottom: 15px;
}

#s-a31d08d7-2fc3-4893-9c7d-f83e3a423438 .shogun-icon-wrapper {
  text-align: center;
}


#s-a31d08d7-2fc3-4893-9c7d-f83e3a423438 .shogun-icon-wrapper > .shogun-icon {

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

#s-fe7a082f-324a-4433-aaee-35c8f967a299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe7a082f-324a-4433-aaee-35c8f967a299 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56ce3533-95ef-4600-8245-2ca949bb7fea {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d35fc21d-52af-4925-8dd8-fdd2d52ddbc4 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f2b93561-0931-4814-9c6a-e640e422c5bd {
  text-align: center;
}
@media (min-width: 1200px){#s-f2b93561-0931-4814-9c6a-e640e422c5bd {
  display: none;
}
#s-f2b93561-0931-4814-9c6a-e640e422c5bd, #wrap-s-f2b93561-0931-4814-9c6a-e640e422c5bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2b93561-0931-4814-9c6a-e640e422c5bd {
  display: none;
}
#s-f2b93561-0931-4814-9c6a-e640e422c5bd, #wrap-s-f2b93561-0931-4814-9c6a-e640e422c5bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2b93561-0931-4814-9c6a-e640e422c5bd {
  display: none;
}
#s-f2b93561-0931-4814-9c6a-e640e422c5bd, #wrap-s-f2b93561-0931-4814-9c6a-e640e422c5bd { display:none !important; }}@media (max-width: 767px){#s-f2b93561-0931-4814-9c6a-e640e422c5bd {
  
}
}



  #s-f2b93561-0931-4814-9c6a-e640e422c5bd img.shogun-image {
    
    width: px;
  }


#s-f2b93561-0931-4814-9c6a-e640e422c5bd .shogun-image-content {
  
    align-items: center;
  
}

#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 {
  display: none;
}
#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7, #wrap-s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 {
  display: none;
}
#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7, #wrap-s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 {
  display: none;
}
#s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7, #wrap-s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f23f74f6-a18f-4a76-9aa2-0fc9ac9548c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-732b57a7-e463-4b6b-a2ab-f6493acbfacd {
  padding-bottom: 15px;
}

#s-ef6b2cf5-a232-4af4-8319-d6bd2b7e77ec .shogun-icon-wrapper {
  text-align: center;
}


#s-ef6b2cf5-a232-4af4-8319-d6bd2b7e77ec .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 768px) and (max-width: 991px){#s-02bdff9b-7b94-494f-8242-19fdaf232ded {
  display: none;
}
#s-02bdff9b-7b94-494f-8242-19fdaf232ded, #wrap-s-02bdff9b-7b94-494f-8242-19fdaf232ded { display:none !important; }}@media (max-width: 767px){#s-02bdff9b-7b94-494f-8242-19fdaf232ded {
  
}
}
@media (min-width: 0px) {
[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02bdff9b-7b94-494f-8242-19fdaf232ded"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b198c0c0-d0af-46b9-93d6-e834c24975bf {
  text-align: center;
}
@media (max-width: 767px){#s-b198c0c0-d0af-46b9-93d6-e834c24975bf {
  display: none;
}
#s-b198c0c0-d0af-46b9-93d6-e834c24975bf, #wrap-s-b198c0c0-d0af-46b9-93d6-e834c24975bf { display:none !important; }}



  #s-b198c0c0-d0af-46b9-93d6-e834c24975bf img.shogun-image {
    
    width: px;
  }


#s-b198c0c0-d0af-46b9-93d6-e834c24975bf .shogun-image-content {
  
    align-items: center;
  
}

#s-5186f64e-3e24-4589-813e-875de641212a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5186f64e-3e24-4589-813e-875de641212a {
  display: none;
}
#s-5186f64e-3e24-4589-813e-875de641212a, #wrap-s-5186f64e-3e24-4589-813e-875de641212a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5186f64e-3e24-4589-813e-875de641212a {
  display: none;
}
#s-5186f64e-3e24-4589-813e-875de641212a, #wrap-s-5186f64e-3e24-4589-813e-875de641212a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5186f64e-3e24-4589-813e-875de641212a {
  display: none;
}
#s-5186f64e-3e24-4589-813e-875de641212a, #wrap-s-5186f64e-3e24-4589-813e-875de641212a { display:none !important; }}







#s-5186f64e-3e24-4589-813e-875de641212a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5186f64e-3e24-4589-813e-875de641212a.shg-box.shg-c {
  justify-content: center;
}

#s-b7f051d1-0434-4af1-888e-4d73595d15f8 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-93e32a60-fbe3-4cac-b421-836d2d351c58 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93e32a60-fbe3-4cac-b421-836d2d351c58 {
  
}
}@media (max-width: 767px){#s-93e32a60-fbe3-4cac-b421-836d2d351c58 {
  display: none;
}
#s-93e32a60-fbe3-4cac-b421-836d2d351c58, #wrap-s-93e32a60-fbe3-4cac-b421-836d2d351c58 { display:none !important; }}



  #s-93e32a60-fbe3-4cac-b421-836d2d351c58 img.shogun-image {
    
    width: px;
  }


#s-93e32a60-fbe3-4cac-b421-836d2d351c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9723065-7660-4f77-9626-6e7c62fff84f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}







#s-3126ba91-0e02-443d-9d23-38f5bb412706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3126ba91-0e02-443d-9d23-38f5bb412706.shg-box.shg-c {
  justify-content: center;
}

#s-e98511f1-f0f7-4e51-b33a-4b0ec304b661 {
  min-height: 50px;
}








#s-e98511f1-f0f7-4e51-b33a-4b0ec304b661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e98511f1-f0f7-4e51-b33a-4b0ec304b661.shg-box.shg-c {
  justify-content: center;
}

#s-70352b48-8994-4131-8055-5120d2315785 {
  text-align: center;
}




  #s-70352b48-8994-4131-8055-5120d2315785 img.shogun-image {
    
    width: px;
  }


#s-70352b48-8994-4131-8055-5120d2315785 .shogun-image-content {
  
    align-items: center;
  
}

#s-059e3045-110d-46a2-9708-e44e028a07c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-059e3045-110d-46a2-9708-e44e028a07c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 100px;
  line-height: ;
  letter-spacing: -2px;
  text-align: center;
}



#s-9a5307ae-3bfb-48e6-b62c-c7e0a0648828 {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-9a5307ae-3bfb-48e6-b62c-c7e0a0648828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5307ae-3bfb-48e6-b62c-c7e0a0648828.shg-box.shg-c {
  justify-content: center;
}

#s-b129b45e-17c8-4a81-9c98-0e8fb5081d25 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b129b45e-17c8-4a81-9c98-0e8fb5081d25 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b129b45e-17c8-4a81-9c98-0e8fb5081d25 .shg-sld-nav-button.shg-sld-left,
#s-b129b45e-17c8-4a81-9c98-0e8fb5081d25 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3663dd56-830d-4b44-89dd-3ee501d77353"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6665e8fd-9a50-4b6c-a844-e7b3c719a926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6665e8fd-9a50-4b6c-a844-e7b3c719a926 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-6d30d90a-aa82-433c-bc23-7d5344d9b830 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d30d90a-aa82-433c-bc23-7d5344d9b830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d30f844-6d08-4af1-bf23-1096236dfd57 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d30f844-6d08-4af1-bf23-1096236dfd57 {
  display: none;
}
#s-6d30f844-6d08-4af1-bf23-1096236dfd57, #wrap-s-6d30f844-6d08-4af1-bf23-1096236dfd57 { display:none !important; }}@media (max-width: 767px){#s-6d30f844-6d08-4af1-bf23-1096236dfd57 {
  display: none;
}
#s-6d30f844-6d08-4af1-bf23-1096236dfd57, #wrap-s-6d30f844-6d08-4af1-bf23-1096236dfd57 { display:none !important; }}



  #s-6d30f844-6d08-4af1-bf23-1096236dfd57 img.shogun-image {
    
    width: px;
  }


#s-6d30f844-6d08-4af1-bf23-1096236dfd57 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e317945-c35b-41c8-86a2-36710d6a8dbd {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 {
  display: none;
}
#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0, #wrap-s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 { display:none !important; }}@media (max-width: 767px){#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 {
  display: none;
}
#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0, #wrap-s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 { display:none !important; }}



  #s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 img.shogun-image {
    
    width: px;
  }


#s-9f9595cf-f28b-4a0f-84de-ad863b2a8ee0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3a87179-4174-4ace-ba27-81a3f5d36f4c {
  text-align: center;
}




  #s-d3a87179-4174-4ace-ba27-81a3f5d36f4c img.shogun-image {
    
    width: px;
  }


#s-d3a87179-4174-4ace-ba27-81a3f5d36f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-6f7342b0-3fb0-4278-b285-9e80ff27824c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6f7342b0-3fb0-4278-b285-9e80ff27824c {
  display: none;
}
#s-6f7342b0-3fb0-4278-b285-9e80ff27824c, #wrap-s-6f7342b0-3fb0-4278-b285-9e80ff27824c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f7342b0-3fb0-4278-b285-9e80ff27824c {
  display: none;
}
#s-6f7342b0-3fb0-4278-b285-9e80ff27824c, #wrap-s-6f7342b0-3fb0-4278-b285-9e80ff27824c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f7342b0-3fb0-4278-b285-9e80ff27824c {
  display: none;
}
#s-6f7342b0-3fb0-4278-b285-9e80ff27824c, #wrap-s-6f7342b0-3fb0-4278-b285-9e80ff27824c { display:none !important; }}







#s-6f7342b0-3fb0-4278-b285-9e80ff27824c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7342b0-3fb0-4278-b285-9e80ff27824c.shg-box.shg-c {
  justify-content: center;
}

#s-4bd60576-fa9a-485c-acd4-3f928a471c85 {
  margin-top: 13px;
margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4bd60576-fa9a-485c-acd4-3f928a471c85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-767c9fee-10a6-4b95-930f-d313b7bfefcd {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba642b2-08e6-41dc-a964-49ab4bd35363"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b25f85e-1ce8-4c2d-ac2b-3128380ff371 .shogun-icon-wrapper {
  text-align: right;
}


#s-2b25f85e-1ce8-4c2d-ac2b-3128380ff371 .shogun-icon-wrapper > .shogun-icon {

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

#s-80244dab-dd37-43a1-a3dd-8fb1d979f27f .shogun-icon-wrapper {
  text-align: left;
}


#s-80244dab-dd37-43a1-a3dd-8fb1d979f27f .shogun-icon-wrapper > .shogun-icon {

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

#s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5b5c55f0-4e7b-4d14-977e-b4f766e81bde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3c5f13d2-4424-478e-9d81-d429d3ab0a29 {
  text-align: center;
}
@media (max-width: 767px){#s-3c5f13d2-4424-478e-9d81-d429d3ab0a29 {
  display: none;
}
#s-3c5f13d2-4424-478e-9d81-d429d3ab0a29, #wrap-s-3c5f13d2-4424-478e-9d81-d429d3ab0a29 { display:none !important; }}



  #s-3c5f13d2-4424-478e-9d81-d429d3ab0a29 img.shogun-image {
    
    width: px;
  }


#s-3c5f13d2-4424-478e-9d81-d429d3ab0a29 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2566d63-0a87-43ac-a47b-b252abd928bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2566d63-0a87-43ac-a47b-b252abd928bd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-60d96012-2f37-4d9f-b829-c87df25cc1e2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2c00bf3a-e7e0-47ce-9911-0ebed3b7dff8 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7 {
  display: none;
}
#s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7, #wrap-s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7 { display:none !important; }}@media (max-width: 767px){#s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7 {
  display: none;
}
#s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7, #wrap-s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c85940d2-d0ea-49d5-9b0a-c4d9d11b82c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc22942a-51a9-4f15-bddf-a3f667dae60c {
  text-align: center;
}




  #s-fc22942a-51a9-4f15-bddf-a3f667dae60c img.shogun-image {
    
    width: px;
  }


#s-fc22942a-51a9-4f15-bddf-a3f667dae60c .shogun-image-content {
  
    align-items: center;
  
}

#s-acb188c4-b133-4927-bc87-30a2e1a91006 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-acb188c4-b133-4927-bc87-30a2e1a91006 {
  display: none;
}
#s-acb188c4-b133-4927-bc87-30a2e1a91006, #wrap-s-acb188c4-b133-4927-bc87-30a2e1a91006 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb188c4-b133-4927-bc87-30a2e1a91006 {
  display: none;
}
#s-acb188c4-b133-4927-bc87-30a2e1a91006, #wrap-s-acb188c4-b133-4927-bc87-30a2e1a91006 { display:none !important; }}@media (max-width: 767px){#s-acb188c4-b133-4927-bc87-30a2e1a91006 {
  display: none;
}
#s-acb188c4-b133-4927-bc87-30a2e1a91006, #wrap-s-acb188c4-b133-4927-bc87-30a2e1a91006 { display:none !important; }}







#s-acb188c4-b133-4927-bc87-30a2e1a91006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb188c4-b133-4927-bc87-30a2e1a91006.shg-box.shg-c {
  justify-content: center;
}

#s-3fde3fba-41c9-42e4-90a2-7bf2dc0fa967 {
  text-align: center;
}
@media (max-width: 767px){#s-3fde3fba-41c9-42e4-90a2-7bf2dc0fa967 {
  
}
}



  #s-3fde3fba-41c9-42e4-90a2-7bf2dc0fa967 img.shogun-image {
    
    width: px;
  }


#s-3fde3fba-41c9-42e4-90a2-7bf2dc0fa967 .shogun-image-content {
  
    align-items: center;
  
}

#s-e50a41e9-5bc3-4283-9955-27a1429176a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-e50a41e9-5bc3-4283-9955-27a1429176a8 {
  display: none;
}
#s-e50a41e9-5bc3-4283-9955-27a1429176a8, #wrap-s-e50a41e9-5bc3-4283-9955-27a1429176a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e50a41e9-5bc3-4283-9955-27a1429176a8 {
  display: none;
}
#s-e50a41e9-5bc3-4283-9955-27a1429176a8, #wrap-s-e50a41e9-5bc3-4283-9955-27a1429176a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e50a41e9-5bc3-4283-9955-27a1429176a8 {
  display: none;
}
#s-e50a41e9-5bc3-4283-9955-27a1429176a8, #wrap-s-e50a41e9-5bc3-4283-9955-27a1429176a8 { display:none !important; }}@media (max-width: 767px){#s-e50a41e9-5bc3-4283-9955-27a1429176a8 {
  
}
}



  #s-e50a41e9-5bc3-4283-9955-27a1429176a8 img.shogun-image {
    
    width: px;
  }


#s-e50a41e9-5bc3-4283-9955-27a1429176a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-080e6585-3ad6-432b-b543-e94c500a87ee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-080e6585-3ad6-432b-b543-e94c500a87ee {
  display: none;
}
#s-080e6585-3ad6-432b-b543-e94c500a87ee, #wrap-s-080e6585-3ad6-432b-b543-e94c500a87ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-080e6585-3ad6-432b-b543-e94c500a87ee {
  display: none;
}
#s-080e6585-3ad6-432b-b543-e94c500a87ee, #wrap-s-080e6585-3ad6-432b-b543-e94c500a87ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-080e6585-3ad6-432b-b543-e94c500a87ee {
  display: none;
}
#s-080e6585-3ad6-432b-b543-e94c500a87ee, #wrap-s-080e6585-3ad6-432b-b543-e94c500a87ee { display:none !important; }}







#s-080e6585-3ad6-432b-b543-e94c500a87ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080e6585-3ad6-432b-b543-e94c500a87ee.shg-box.shg-c {
  justify-content: center;
}

#s-f4a16294-3df6-47d0-acf6-e04689e66186 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-f4a16294-3df6-47d0-acf6-e04689e66186 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a16294-3df6-47d0-acf6-e04689e66186"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7476a500-f445-4ef7-8ad5-0610eab81d7f {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64d2252f-14b1-4b32-bf6c-c3393507676f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a837cd35-8a07-4035-aacd-7c01f53c8e53 .shogun-icon-wrapper {
  text-align: right;
}


#s-a837cd35-8a07-4035-aacd-7c01f53c8e53 .shogun-icon-wrapper > .shogun-icon {

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

#s-732740f6-38a1-4f3a-bc87-1990c2b5223c .shogun-icon-wrapper {
  text-align: left;
}


#s-732740f6-38a1-4f3a-bc87-1990c2b5223c .shogun-icon-wrapper > .shogun-icon {

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

#s-21be03a5-39ca-4626-be08-5a83226bb5e9 {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-21be03a5-39ca-4626-be08-5a83226bb5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21be03a5-39ca-4626-be08-5a83226bb5e9.shg-box.shg-c {
  justify-content: center;
}

#s-4558b5c7-1f7c-4b8a-b3e6-5f6277b96413 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4558b5c7-1f7c-4b8a-b3e6-5f6277b96413 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4558b5c7-1f7c-4b8a-b3e6-5f6277b96413 .shg-sld-nav-button.shg-sld-left,
#s-4558b5c7-1f7c-4b8a-b3e6-5f6277b96413 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-24602b44-3b45-4aaa-8287-28daf6936f6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0dc5274b-b92b-4889-acaa-e3ba4608c041 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dc5274b-b92b-4889-acaa-e3ba4608c041 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-4800f285-3a0d-434c-8a6c-1ef243b4617c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4800f285-3a0d-434c-8a6c-1ef243b4617c {
  display: none;
}
#s-4800f285-3a0d-434c-8a6c-1ef243b4617c, #wrap-s-4800f285-3a0d-434c-8a6c-1ef243b4617c { display:none !important; }}@media (max-width: 767px){#s-4800f285-3a0d-434c-8a6c-1ef243b4617c {
  display: none;
}
#s-4800f285-3a0d-434c-8a6c-1ef243b4617c, #wrap-s-4800f285-3a0d-434c-8a6c-1ef243b4617c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4800f285-3a0d-434c-8a6c-1ef243b4617c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-691b78fe-4356-48fb-96fb-a20c5d99a8ef {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-691b78fe-4356-48fb-96fb-a20c5d99a8ef img.shogun-image {
    
    width: px;
  }


#s-691b78fe-4356-48fb-96fb-a20c5d99a8ef .shogun-image-content {
  
    align-items: center;
  
}

#s-c200e296-5b1c-47fd-9619-ca71753da520 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-c200e296-5b1c-47fd-9619-ca71753da520 img.shogun-image {
    
    width: px;
  }


#s-c200e296-5b1c-47fd-9619-ca71753da520 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b6afaa-6bcc-4f7a-9aef-b1ea6f03c163 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3173e4-56ee-44f5-a645-18b1d55238c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6679a547-a12b-4cc6-aead-e458aecfc916 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b68f6ae6-7927-4da7-b23d-5cbbf95ac47c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b5e8b9a1-113d-4711-b2ee-99218be596f8 .shogun-icon-wrapper {
  text-align: right;
}


#s-b5e8b9a1-113d-4711-b2ee-99218be596f8 .shogun-icon-wrapper > .shogun-icon {

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

#s-37345142-eda1-4925-9bde-a0d3ca678858 .shogun-icon-wrapper {
  text-align: left;
}


#s-37345142-eda1-4925-9bde-a0d3ca678858 .shogun-icon-wrapper > .shogun-icon {

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

#s-39197267-ddeb-402c-92ff-41693020fbc6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39197267-ddeb-402c-92ff-41693020fbc6 {
  display: none;
}
#s-39197267-ddeb-402c-92ff-41693020fbc6, #wrap-s-39197267-ddeb-402c-92ff-41693020fbc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39197267-ddeb-402c-92ff-41693020fbc6 {
  display: none;
}
#s-39197267-ddeb-402c-92ff-41693020fbc6, #wrap-s-39197267-ddeb-402c-92ff-41693020fbc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39197267-ddeb-402c-92ff-41693020fbc6 {
  display: none;
}
#s-39197267-ddeb-402c-92ff-41693020fbc6, #wrap-s-39197267-ddeb-402c-92ff-41693020fbc6 { display:none !important; }}







#s-39197267-ddeb-402c-92ff-41693020fbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39197267-ddeb-402c-92ff-41693020fbc6.shg-box.shg-c {
  justify-content: center;
}

#s-3e19f4ce-c529-4e86-9df3-c6e2f7e22404 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e19f4ce-c529-4e86-9df3-c6e2f7e22404 {
  
}
}@media (max-width: 767px){#s-3e19f4ce-c529-4e86-9df3-c6e2f7e22404 {
  
}
}



  #s-3e19f4ce-c529-4e86-9df3-c6e2f7e22404 img.shogun-image {
    
    width: px;
  }


#s-3e19f4ce-c529-4e86-9df3-c6e2f7e22404 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2534d-b368-4523-8034-193f778d55ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ce47b024-7934-4306-978a-cb5b6caaa401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce47b024-7934-4306-978a-cb5b6caaa401 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-61911cbd-6bd9-4b66-978f-819e10fadeca {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-440ab039-8c60-436c-bd9c-23ec44465348 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-56fdd7d3-612e-4765-a614-1d44d21556cd {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56fdd7d3-612e-4765-a614-1d44d21556cd {
  
}
}@media (max-width: 767px){#s-56fdd7d3-612e-4765-a614-1d44d21556cd {
  
}
}
@media (min-width: 0px) {
[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56fdd7d3-612e-4765-a614-1d44d21556cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f0380094-68a4-4b74-b27b-a6752291e14f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0380094-68a4-4b74-b27b-a6752291e14f {
  
}
}@media (max-width: 767px){#s-f0380094-68a4-4b74-b27b-a6752291e14f {
  
}
}



  #s-f0380094-68a4-4b74-b27b-a6752291e14f img.shogun-image {
    
    width: px;
  }


#s-f0380094-68a4-4b74-b27b-a6752291e14f .shogun-image-content {
  
    align-items: center;
  
}

#s-f45037ca-8866-4c8c-9df0-a0f1e7f8d4fc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f45037ca-8866-4c8c-9df0-a0f1e7f8d4fc {
  
}
}@media (max-width: 767px){#s-f45037ca-8866-4c8c-9df0-a0f1e7f8d4fc {
  
}
}



  #s-f45037ca-8866-4c8c-9df0-a0f1e7f8d4fc img.shogun-image {
    
    width: px;
  }


#s-f45037ca-8866-4c8c-9df0-a0f1e7f8d4fc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-603f15c8-213a-4a02-bd61-f79286a0c60d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ded53050-8218-4438-8b71-e6ad6d8eecec {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980ac8b0-85bc-455a-8c14-91eb754d6e8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c718130c-69cb-4ae9-a219-32330fe919dc .shogun-icon-wrapper {
  text-align: right;
}


#s-c718130c-69cb-4ae9-a219-32330fe919dc .shogun-icon-wrapper > .shogun-icon {

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

#s-98737939-d160-43bd-8f0c-1744d5493e4d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-98737939-d160-43bd-8f0c-1744d5493e4d .shogun-icon-wrapper {
  text-align: left;
}


#s-98737939-d160-43bd-8f0c-1744d5493e4d .shogun-icon-wrapper > .shogun-icon {

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

#s-4ae0fbc7-fd18-4080-a593-52fe9bf3039e {
  text-align: center;
}




  #s-4ae0fbc7-fd18-4080-a593-52fe9bf3039e img.shogun-image {
    
    width: px;
  }


#s-4ae0fbc7-fd18-4080-a593-52fe9bf3039e .shogun-image-content {
  
    align-items: center;
  
}

#s-86915495-5fb0-4757-ad86-f36b9a1892b0 {
  padding-top: 30px;
padding-bottom: 20px;
}








#s-86915495-5fb0-4757-ad86-f36b9a1892b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86915495-5fb0-4757-ad86-f36b9a1892b0.shg-box.shg-c {
  justify-content: center;
}

#s-a36d3721-a717-45d2-b53b-f1c8987c07a7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a36d3721-a717-45d2-b53b-f1c8987c07a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 {
  
}
}@media (max-width: 767px){#s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 {
  display: none;
}
#s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242, #wrap-s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 { display:none !important; }}



  #s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 img.shogun-image {
    
    width: px;
  }


#s-7c1ac059-be98-44e6-a6b9-3b1cc77c5242 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec8921f8-6193-4858-a4aa-40e4fac81254 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-ec8921f8-6193-4858-a4aa-40e4fac81254 {
  display: none;
}
#s-ec8921f8-6193-4858-a4aa-40e4fac81254, #wrap-s-ec8921f8-6193-4858-a4aa-40e4fac81254 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec8921f8-6193-4858-a4aa-40e4fac81254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9665f759-51c7-42e1-9ae5-59dd68abf44e {
  padding-bottom: 15px;
}

#s-99d0a989-4788-47ca-8f2f-0280be0a943c .shogun-icon-wrapper {
  text-align: center;
}


#s-99d0a989-4788-47ca-8f2f-0280be0a943c .shogun-icon-wrapper > .shogun-icon {

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

#s-a2a87e9f-941c-4f30-8ccc-6df55368c5d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2a87e9f-941c-4f30-8ccc-6df55368c5d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-992620df-bb53-4d91-ae13-a17b060a9f24 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-28869465-0542-4bb6-a7b3-7727308cf7c2 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 {
  text-align: center;
}
@media (min-width: 1200px){#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 {
  display: none;
}
#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1, #wrap-s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 {
  display: none;
}
#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1, #wrap-s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 {
  display: none;
}
#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1, #wrap-s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 { display:none !important; }}@media (max-width: 767px){#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 {
  
}
}



  #s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 img.shogun-image {
    
    width: px;
  }


#s-fe69c2f8-4e3b-44d6-bc41-931b50e6dca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc {
  display: none;
}
#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc, #wrap-s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc {
  display: none;
}
#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc, #wrap-s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc {
  display: none;
}
#s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc, #wrap-s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a56cce4-2c91-4f18-9b5b-ad20962b81fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dbcc919f-a1a4-4ac7-8621-3644e8e9e0f6 {
  padding-bottom: 15px;
}

#s-49ba94a0-9a84-4870-a028-31cf5c08d55a .shogun-icon-wrapper {
  text-align: center;
}


#s-49ba94a0-9a84-4870-a028-31cf5c08d55a .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 768px) and (max-width: 991px){#s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c {
  display: none;
}
#s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c, #wrap-s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c { display:none !important; }}@media (max-width: 767px){#s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c {
  
}
}
@media (min-width: 0px) {
[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9324b4a3-7b0e-4a09-a2c5-a64b893d2d9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455 {
  text-align: center;
}
@media (max-width: 767px){#s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455 {
  display: none;
}
#s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455, #wrap-s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455 { display:none !important; }}



  #s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455 img.shogun-image {
    
    width: px;
  }


#s-c9b3e5f2-c4cf-4ab2-9b5a-818979a60455 .shogun-image-content {
  
    align-items: center;
  
}

#s-5258221f-e0f9-48c7-a09d-677f608c8489 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5258221f-e0f9-48c7-a09d-677f608c8489 {
  display: none;
}
#s-5258221f-e0f9-48c7-a09d-677f608c8489, #wrap-s-5258221f-e0f9-48c7-a09d-677f608c8489 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5258221f-e0f9-48c7-a09d-677f608c8489 {
  display: none;
}
#s-5258221f-e0f9-48c7-a09d-677f608c8489, #wrap-s-5258221f-e0f9-48c7-a09d-677f608c8489 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5258221f-e0f9-48c7-a09d-677f608c8489 {
  display: none;
}
#s-5258221f-e0f9-48c7-a09d-677f608c8489, #wrap-s-5258221f-e0f9-48c7-a09d-677f608c8489 { display:none !important; }}







#s-5258221f-e0f9-48c7-a09d-677f608c8489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5258221f-e0f9-48c7-a09d-677f608c8489.shg-box.shg-c {
  justify-content: center;
}

#s-3cf1c285-9048-4b71-9f6b-91d93280493c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cf1c285-9048-4b71-9f6b-91d93280493c {
  
}
}@media (max-width: 767px){#s-3cf1c285-9048-4b71-9f6b-91d93280493c {
  display: none;
}
#s-3cf1c285-9048-4b71-9f6b-91d93280493c, #wrap-s-3cf1c285-9048-4b71-9f6b-91d93280493c { display:none !important; }}



  #s-3cf1c285-9048-4b71-9f6b-91d93280493c img.shogun-image {
    
    width: px;
  }


#s-3cf1c285-9048-4b71-9f6b-91d93280493c .shogun-image-content {
  
    align-items: center;
  
}

#s-acf85f67-e1d7-4b44-b5d7-d6ecf36a4561 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-86520ce0-5f18-40f3-a0d8-07a4aeba3355 {
  padding-top: 30px;
padding-bottom: 20px;
}








#s-86520ce0-5f18-40f3-a0d8-07a4aeba3355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86520ce0-5f18-40f3-a0d8-07a4aeba3355.shg-box.shg-c {
  justify-content: center;
}

#s-12e5b4f0-8350-4349-bbee-28758d91cc2b {
  text-align: center;
}




  #s-12e5b4f0-8350-4349-bbee-28758d91cc2b img.shogun-image {
    
    width: px;
  }


#s-12e5b4f0-8350-4349-bbee-28758d91cc2b .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb761d4-9a84-4d30-9122-53e07a5685ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fb761d4-9a84-4d30-9122-53e07a5685ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 100px;
  line-height: ;
  letter-spacing: -2px;
  text-align: center;
}



#s-13eb1a7a-ef35-4032-a954-e41116b59a8c {
  min-height: 50px;
}








#s-13eb1a7a-ef35-4032-a954-e41116b59a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13eb1a7a-ef35-4032-a954-e41116b59a8c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19118c9c-f7ef-491b-b7f4-e13e0dbad364"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-72a87638-881e-4072-99c7-cce7fefc9698 {
  text-align: center;
}
@media (max-width: 767px){#s-72a87638-881e-4072-99c7-cce7fefc9698 {
  display: none;
}
#s-72a87638-881e-4072-99c7-cce7fefc9698, #wrap-s-72a87638-881e-4072-99c7-cce7fefc9698 { display:none !important; }}



  #s-72a87638-881e-4072-99c7-cce7fefc9698 img.shogun-image {
    
    width: px;
  }


#s-72a87638-881e-4072-99c7-cce7fefc9698 .shogun-image-content {
  
    align-items: center;
  
}

#s-97d9087d-ca4c-425c-85cb-8b62c03c3eba {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-97d9087d-ca4c-425c-85cb-8b62c03c3eba {
  display: none;
}
#s-97d9087d-ca4c-425c-85cb-8b62c03c3eba, #wrap-s-97d9087d-ca4c-425c-85cb-8b62c03c3eba { display:none !important; }}
@media (min-width: 0px) {
[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97d9087d-ca4c-425c-85cb-8b62c03c3eba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dffcdb0e-e08e-4405-ba52-decb80689404 {
  padding-bottom: 15px;
}

#s-36e358e2-8c24-48fa-b470-a26582b4a3fc .shogun-icon-wrapper {
  text-align: center;
}


#s-36e358e2-8c24-48fa-b470-a26582b4a3fc .shogun-icon-wrapper > .shogun-icon {

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

#s-17b21278-5353-4ab2-8ba7-c85a44a0e187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17b21278-5353-4ab2-8ba7-c85a44a0e187 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d14cc73-313a-41a0-810f-819d257b993c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-31195369-5235-4776-9d0c-253bf84747c8 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-31195369-5235-4776-9d0c-253bf84747c8 {
  display: none;
}
#s-31195369-5235-4776-9d0c-253bf84747c8, #wrap-s-31195369-5235-4776-9d0c-253bf84747c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31195369-5235-4776-9d0c-253bf84747c8 {
  display: none;
}
#s-31195369-5235-4776-9d0c-253bf84747c8, #wrap-s-31195369-5235-4776-9d0c-253bf84747c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31195369-5235-4776-9d0c-253bf84747c8 {
  display: none;
}
#s-31195369-5235-4776-9d0c-253bf84747c8, #wrap-s-31195369-5235-4776-9d0c-253bf84747c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31195369-5235-4776-9d0c-253bf84747c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2b0e5e2f-b8d3-4e52-80f3-6b8e190e53f8 {
  padding-bottom: 15px;
}

#s-ea471a1c-a5da-4445-9504-e2c5754ced9a .shogun-icon-wrapper {
  text-align: center;
}


#s-ea471a1c-a5da-4445-9504-e2c5754ced9a .shogun-icon-wrapper > .shogun-icon {

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

#s-f502c9b2-d9c3-4953-9596-e5328bfd98a0 {
  text-align: center;
}




  #s-f502c9b2-d9c3-4953-9596-e5328bfd98a0 img.shogun-image {
    
    width: px;
  }


#s-f502c9b2-d9c3-4953-9596-e5328bfd98a0 .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-e3d4581f-7605-4777-b899-b6a02d9355ba {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e3d4581f-7605-4777-b899-b6a02d9355ba:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3d4581f-7605-4777-b899-b6a02d9355ba:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-e3d4581f-7605-4777-b899-b6a02d9355ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-3aebcc98-630e-4ea9-88f3-06a341c926fd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3aebcc98-630e-4ea9-88f3-06a341c926fd {
  display: none;
}
#s-3aebcc98-630e-4ea9-88f3-06a341c926fd, #wrap-s-3aebcc98-630e-4ea9-88f3-06a341c926fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aebcc98-630e-4ea9-88f3-06a341c926fd {
  display: none;
}
#s-3aebcc98-630e-4ea9-88f3-06a341c926fd, #wrap-s-3aebcc98-630e-4ea9-88f3-06a341c926fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3aebcc98-630e-4ea9-88f3-06a341c926fd {
  display: none;
}
#s-3aebcc98-630e-4ea9-88f3-06a341c926fd, #wrap-s-3aebcc98-630e-4ea9-88f3-06a341c926fd { display:none !important; }}







#s-3aebcc98-630e-4ea9-88f3-06a341c926fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aebcc98-630e-4ea9-88f3-06a341c926fd.shg-box.shg-c {
  justify-content: center;
}

#s-d6a5e68a-758b-41f1-8152-7ed81d40a14c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a5e68a-758b-41f1-8152-7ed81d40a14c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92bc1405-e2b5-4486-a9e6-6f2a0005e98a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23f1240d-3594-4753-aff0-f7f87127865e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1fb58725-cce4-4e4b-ac59-aa37fa532afb {
  text-align: center;
}




  #s-1fb58725-cce4-4e4b-ac59-aa37fa532afb img.shogun-image {
    
    width: px;
  }


#s-1fb58725-cce4-4e4b-ac59-aa37fa532afb .shogun-image-content {
  
    align-items: center;
  
}

#s-4c72f5e4-2366-4a5b-b3a0-b37937292036 {
  text-align: center;
}
@media (max-width: 767px){#s-4c72f5e4-2366-4a5b-b3a0-b37937292036 {
  display: none;
}
#s-4c72f5e4-2366-4a5b-b3a0-b37937292036, #wrap-s-4c72f5e4-2366-4a5b-b3a0-b37937292036 { display:none !important; }}



  #s-4c72f5e4-2366-4a5b-b3a0-b37937292036 img.shogun-image {
    
    width: px;
  }


#s-4c72f5e4-2366-4a5b-b3a0-b37937292036 .shogun-image-content {
  
    align-items: center;
  
}

#s-26160ef5-ffca-4d8b-a299-6bb90960e426 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-26160ef5-ffca-4d8b-a299-6bb90960e426 {
  display: none;
}
#s-26160ef5-ffca-4d8b-a299-6bb90960e426, #wrap-s-26160ef5-ffca-4d8b-a299-6bb90960e426 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26160ef5-ffca-4d8b-a299-6bb90960e426 {
  display: none;
}
#s-26160ef5-ffca-4d8b-a299-6bb90960e426, #wrap-s-26160ef5-ffca-4d8b-a299-6bb90960e426 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26160ef5-ffca-4d8b-a299-6bb90960e426 {
  display: none;
}
#s-26160ef5-ffca-4d8b-a299-6bb90960e426, #wrap-s-26160ef5-ffca-4d8b-a299-6bb90960e426 { display:none !important; }}
@media (min-width: 0px) {
[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26160ef5-ffca-4d8b-a299-6bb90960e426"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-22516766-c74c-4d1c-9f2f-db870efb112f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb25b311-25b9-4e93-a3f1-ab5840d7ffbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper {
  text-align: right;
}


#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper {
  text-align: right;
}


#s-dc438be0-75bc-4f2b-a623-40debc450503 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper {
  text-align: left;
}


#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper {
  text-align: left;
}


#s-bc1107f1-597e-4a2d-b53f-6147555e9201 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-771ae4e7-e721-482a-9a2e-bcc2cd977b40 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-771ae4e7-e721-482a-9a2e-bcc2cd977b40:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-771ae4e7-e721-482a-9a2e-bcc2cd977b40:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-771ae4e7-e721-482a-9a2e-bcc2cd977b40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-dcdc79d8-a10f-4410-8613-d61972ae9c55 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-dcdc79d8-a10f-4410-8613-d61972ae9c55 {
  display: none;
}
#s-dcdc79d8-a10f-4410-8613-d61972ae9c55, #wrap-s-dcdc79d8-a10f-4410-8613-d61972ae9c55 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcdc79d8-a10f-4410-8613-d61972ae9c55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15a06534-3b94-41a7-a74f-4f0e11bb8271 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe029234-fc5e-4b14-81f6-f6a57bb2d536"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper {
  text-align: right;
}


#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper {
  text-align: center;
}


#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper {
  text-align: right;
}


#s-52af1517-5c57-46ff-ae65-ce8796948739 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper {
  text-align: left;
}


#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper {
  text-align: left;
}


#s-7ae18cbb-5803-4886-bebe-67b9966d4e10 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02 {
  display: none;
}
#s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02, #wrap-s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02 { display:none !important; }}







#s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25776f4-3847-4cd1-a0a2-1a2701ee6a02.shg-box.shg-c {
  justify-content: center;
}

#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 {
  display: none;
}
#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40, #wrap-s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 {
  display: none;
}
#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40, #wrap-s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 {
  display: none;
}
#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40, #wrap-s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 { display:none !important; }}







#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4dd3b1-00fd-4ec6-a8e6-61816a4aaf40.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ab2d8bc1-9984-450a-af64-710202c83689"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-662e2a84-6192-414d-bd44-3c67f765bab3 {
  text-align: center;
}
@media (max-width: 767px){#s-662e2a84-6192-414d-bd44-3c67f765bab3 {
  display: none;
}
#s-662e2a84-6192-414d-bd44-3c67f765bab3, #wrap-s-662e2a84-6192-414d-bd44-3c67f765bab3 { display:none !important; }}



  #s-662e2a84-6192-414d-bd44-3c67f765bab3 img.shogun-image {
    
    width: px;
  }


#s-662e2a84-6192-414d-bd44-3c67f765bab3 .shogun-image-content {
  
    align-items: center;
  
}

#s-26d6b7bc-5943-4ae5-9c44-229fce12726a {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-26d6b7bc-5943-4ae5-9c44-229fce12726a {
  display: none;
}
#s-26d6b7bc-5943-4ae5-9c44-229fce12726a, #wrap-s-26d6b7bc-5943-4ae5-9c44-229fce12726a { display:none !important; }}
@media (min-width: 0px) {
[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26d6b7bc-5943-4ae5-9c44-229fce12726a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8d2ae107-7bf0-4f3b-b134-cef8d8e7223b {
  padding-bottom: 15px;
}

#s-9f95594c-d336-465b-a642-6ed570af178f .shogun-icon-wrapper {
  text-align: center;
}


#s-9f95594c-d336-465b-a642-6ed570af178f .shogun-icon-wrapper > .shogun-icon {

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

#s-de17367c-3f22-492c-8848-de626b496f82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de17367c-3f22-492c-8848-de626b496f82 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-cfdc3927-d1a2-439f-aaa5-d507027ac84b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d {
  text-align: center;
}
@media (max-width: 767px){#s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d {
  display: none;
}
#s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d, #wrap-s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d { display:none !important; }}



  #s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d img.shogun-image {
    
    width: px;
  }


#s-c6415fec-eeee-4f5e-b1a1-9c0394c77c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a1af932-230a-4720-bb0a-73bda273b9c3 {
  text-align: center;
}
@media (min-width: 1200px){#s-0a1af932-230a-4720-bb0a-73bda273b9c3 {
  display: none;
}
#s-0a1af932-230a-4720-bb0a-73bda273b9c3, #wrap-s-0a1af932-230a-4720-bb0a-73bda273b9c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a1af932-230a-4720-bb0a-73bda273b9c3 {
  display: none;
}
#s-0a1af932-230a-4720-bb0a-73bda273b9c3, #wrap-s-0a1af932-230a-4720-bb0a-73bda273b9c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a1af932-230a-4720-bb0a-73bda273b9c3 {
  display: none;
}
#s-0a1af932-230a-4720-bb0a-73bda273b9c3, #wrap-s-0a1af932-230a-4720-bb0a-73bda273b9c3 { display:none !important; }}



  #s-0a1af932-230a-4720-bb0a-73bda273b9c3 img.shogun-image {
    
    width: px;
  }


#s-0a1af932-230a-4720-bb0a-73bda273b9c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 {
  display: none;
}
#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39, #wrap-s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 {
  display: none;
}
#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39, #wrap-s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 {
  display: none;
}
#s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39, #wrap-s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddf4db7a-efb3-4c85-b8e2-67dc27021a39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a16265b2-031d-4382-84b3-03a3ff71e567 {
  padding-bottom: 15px;
}

#s-1923474b-bd49-4291-8534-c3f419b6deea .shogun-icon-wrapper {
  text-align: center;
}


#s-1923474b-bd49-4291-8534-c3f419b6deea .shogun-icon-wrapper > .shogun-icon {

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

#s-ea12d5fc-4611-444b-80bd-ec68c558ff75 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ea12d5fc-4611-444b-80bd-ec68c558ff75:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea12d5fc-4611-444b-80bd-ec68c558ff75:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-ea12d5fc-4611-444b-80bd-ec68c558ff75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-8531ccc3-e2c3-4d28-82a2-b96561400abd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8531ccc3-e2c3-4d28-82a2-b96561400abd {
  display: none;
}
#s-8531ccc3-e2c3-4d28-82a2-b96561400abd, #wrap-s-8531ccc3-e2c3-4d28-82a2-b96561400abd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8531ccc3-e2c3-4d28-82a2-b96561400abd {
  display: none;
}
#s-8531ccc3-e2c3-4d28-82a2-b96561400abd, #wrap-s-8531ccc3-e2c3-4d28-82a2-b96561400abd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8531ccc3-e2c3-4d28-82a2-b96561400abd {
  display: none;
}
#s-8531ccc3-e2c3-4d28-82a2-b96561400abd, #wrap-s-8531ccc3-e2c3-4d28-82a2-b96561400abd { display:none !important; }}







#s-8531ccc3-e2c3-4d28-82a2-b96561400abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8531ccc3-e2c3-4d28-82a2-b96561400abd.shg-box.shg-c {
  justify-content: center;
}

#s-c656eb76-fd83-4ccd-bb3d-c9429d8c5d34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c656eb76-fd83-4ccd-bb3d-c9429d8c5d34 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e756bd2-42b4-4357-b900-6bebac0180b0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af {
  text-align: center;
}




  #s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af img.shogun-image {
    
    width: px;
  }


#s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af .shogun-image-content {
  
    align-items: center;
  
}

#s-6212c690-c733-4b9a-8cb3-8cf5356623c7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-6212c690-c733-4b9a-8cb3-8cf5356623c7 {
  display: none;
}
#s-6212c690-c733-4b9a-8cb3-8cf5356623c7, #wrap-s-6212c690-c733-4b9a-8cb3-8cf5356623c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6212c690-c733-4b9a-8cb3-8cf5356623c7 {
  display: none;
}
#s-6212c690-c733-4b9a-8cb3-8cf5356623c7, #wrap-s-6212c690-c733-4b9a-8cb3-8cf5356623c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6212c690-c733-4b9a-8cb3-8cf5356623c7 {
  display: none;
}
#s-6212c690-c733-4b9a-8cb3-8cf5356623c7, #wrap-s-6212c690-c733-4b9a-8cb3-8cf5356623c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6212c690-c733-4b9a-8cb3-8cf5356623c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-207a3992-2b30-4521-abec-037f82e77598 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe52ab55-0a52-4a9c-a285-9753e0743a57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-379d27c9-fe80-4272-9f75-bb4cc885e088 .shogun-icon-wrapper {
  text-align: right;
}


#s-379d27c9-fe80-4272-9f75-bb4cc885e088 .shogun-icon-wrapper > .shogun-icon {

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

#s-d561c089-b3ce-443d-a928-2e0b42020803 .shogun-icon-wrapper {
  text-align: left;
}


#s-d561c089-b3ce-443d-a928-2e0b42020803 .shogun-icon-wrapper > .shogun-icon {

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

#s-b0eec6b8-35dd-42b0-8699-95cbd1501060 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b0eec6b8-35dd-42b0-8699-95cbd1501060:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0eec6b8-35dd-42b0-8699-95cbd1501060:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-b0eec6b8-35dd-42b0-8699-95cbd1501060.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-fbf7f80b-e444-447d-96d0-01be0a78b6c1 {
  text-align: center;
}
@media (max-width: 767px){#s-fbf7f80b-e444-447d-96d0-01be0a78b6c1 {
  display: none;
}
#s-fbf7f80b-e444-447d-96d0-01be0a78b6c1, #wrap-s-fbf7f80b-e444-447d-96d0-01be0a78b6c1 { display:none !important; }}



  #s-fbf7f80b-e444-447d-96d0-01be0a78b6c1 img.shogun-image {
    
    width: px;
  }


#s-fbf7f80b-e444-447d-96d0-01be0a78b6c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804 {
  display: none;
}
#s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804, #wrap-s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3ddb1db-e3a9-410c-a9d3-5f7e82a0d804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d361c83-12ab-404d-a093-04cd75c24790 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2b74fd9-023f-4f88-bdac-c33dc68a0f79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6637f2e-d2f6-4e9d-9711-e41e089ff27d .shogun-icon-wrapper {
  text-align: right;
}


#s-c6637f2e-d2f6-4e9d-9711-e41e089ff27d .shogun-icon-wrapper > .shogun-icon {

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

#s-e0b01fd9-3e36-4ea0-8589-1de0c3ea8942 .shogun-icon-wrapper {
  text-align: left;
}


#s-e0b01fd9-3e36-4ea0-8589-1de0c3ea8942 .shogun-icon-wrapper > .shogun-icon {

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

#s-11efda62-cbda-4066-b5d8-f567f51a1703 {
  min-height: 50px;
}
@media (max-width: 767px){#s-11efda62-cbda-4066-b5d8-f567f51a1703 {
  display: none;
}
#s-11efda62-cbda-4066-b5d8-f567f51a1703, #wrap-s-11efda62-cbda-4066-b5d8-f567f51a1703 { display:none !important; }}







#s-11efda62-cbda-4066-b5d8-f567f51a1703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11efda62-cbda-4066-b5d8-f567f51a1703.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-91cb171e-8686-4d92-8f31-b069625e84bd {
  display: none;
}
#s-91cb171e-8686-4d92-8f31-b069625e84bd, #wrap-s-91cb171e-8686-4d92-8f31-b069625e84bd { display:none !important; }}
@media (min-width: 0px) {
[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-91cb171e-8686-4d92-8f31-b069625e84bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-3d8a36e4-9637-47af-b0ce-37c3a3ba68b6 {
  text-align: center;
}




  #s-3d8a36e4-9637-47af-b0ce-37c3a3ba68b6 img.shogun-image {
    
    width: px;
  }


#s-3d8a36e4-9637-47af-b0ce-37c3a3ba68b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-18d7bdb4-8f9b-4931-a2d0-fd053207f116 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa084db6-43fb-4fe0-a079-d31e0a9e34a3 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-953625ba-4cee-43a8-b605-bbe084b78067"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7f21c324-c03b-4d78-8db7-9315a602a749 .shogun-icon-wrapper {
  text-align: center;
}


#s-7f21c324-c03b-4d78-8db7-9315a602a749 .shogun-icon-wrapper > .shogun-icon {

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

#s-63024a8e-a2da-4846-ae89-3f097d356357 .shogun-icon-wrapper {
  text-align: center;
}


#s-63024a8e-a2da-4846-ae89-3f097d356357 .shogun-icon-wrapper > .shogun-icon {

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

#s-9c3b99a5-4dcd-4010-af31-b714d0edde80 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c3b99a5-4dcd-4010-af31-b714d0edde80 .shogun-icon-wrapper > .shogun-icon {

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

#s-8472310d-ab63-41e6-be14-50bc2ef36ce2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8472310d-ab63-41e6-be14-50bc2ef36ce2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4d5ebbb-a7df-4f4f-875f-7048f9e0d0d5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5afd6ce9-0fc0-4571-aff9-a0f89229e056 {
  text-align: center;
}
@media (max-width: 767px){#s-5afd6ce9-0fc0-4571-aff9-a0f89229e056 {
  display: none;
}
#s-5afd6ce9-0fc0-4571-aff9-a0f89229e056, #wrap-s-5afd6ce9-0fc0-4571-aff9-a0f89229e056 { display:none !important; }}



  #s-5afd6ce9-0fc0-4571-aff9-a0f89229e056 img.shogun-image {
    
    width: px;
  }


#s-5afd6ce9-0fc0-4571-aff9-a0f89229e056 .shogun-image-content {
  
    align-items: center;
  
}

#s-e52216b4-c4b4-496d-8455-1984518d6017 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e52216b4-c4b4-496d-8455-1984518d6017:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e52216b4-c4b4-496d-8455-1984518d6017:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-e52216b4-c4b4-496d-8455-1984518d6017.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-ca155d8d-1d1a-4c65-99ef-74f02a92d728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca155d8d-1d1a-4c65-99ef-74f02a92d728 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-66d492c7-19d1-4038-b0ca-11af00e32a71 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-305258df-e13d-426c-a2f5-cb7c9e18ecaa {
  text-align: center;
}
@media (max-width: 767px){#s-305258df-e13d-426c-a2f5-cb7c9e18ecaa {
  display: none;
}
#s-305258df-e13d-426c-a2f5-cb7c9e18ecaa, #wrap-s-305258df-e13d-426c-a2f5-cb7c9e18ecaa { display:none !important; }}



  #s-305258df-e13d-426c-a2f5-cb7c9e18ecaa img.shogun-image {
    
    width: px;
  }


#s-305258df-e13d-426c-a2f5-cb7c9e18ecaa .shogun-image-content {
  
    align-items: center;
  
}

#s-f1556c10-b3f0-48d6-99e5-6e1f5cb1f816 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f1556c10-b3f0-48d6-99e5-6e1f5cb1f816:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1556c10-b3f0-48d6-99e5-6e1f5cb1f816:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-f1556c10-b3f0-48d6-99e5-6e1f5cb1f816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-ea2f93ef-bd4b-4799-bb46-58adcfa13095 {
  text-align: center;
}




  #s-ea2f93ef-bd4b-4799-bb46-58adcfa13095 img.shogun-image {
    
    width: px;
  }


#s-ea2f93ef-bd4b-4799-bb46-58adcfa13095 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6c72919-68f5-403d-a1f8-b6972ab85003 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6c72919-68f5-403d-a1f8-b6972ab85003"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0769c081-3e46-426f-bc77-0d96effa0652 {
  padding-bottom: 15px;
}

#s-5b7568b9-ce6b-4fdd-bbd0-ca5b7746e98e .shogun-icon-wrapper {
  text-align: center;
}


#s-5b7568b9-ce6b-4fdd-bbd0-ca5b7746e98e .shogun-icon-wrapper > .shogun-icon {

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

#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 {
  display: none;
}
#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336, #wrap-s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 {
  display: none;
}
#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336, #wrap-s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 {
  display: none;
}
#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336, #wrap-s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 { display:none !important; }}







#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f8fc38-2f51-4e4f-8f5c-f72dd1171336.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-38d6d2e3-f75d-4698-b29f-e501f91a0626 {
  display: none;
}
#s-38d6d2e3-f75d-4698-b29f-e501f91a0626, #wrap-s-38d6d2e3-f75d-4698-b29f-e501f91a0626 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38d6d2e3-f75d-4698-b29f-e501f91a0626 {
  display: none;
}
#s-38d6d2e3-f75d-4698-b29f-e501f91a0626, #wrap-s-38d6d2e3-f75d-4698-b29f-e501f91a0626 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38d6d2e3-f75d-4698-b29f-e501f91a0626 {
  display: none;
}
#s-38d6d2e3-f75d-4698-b29f-e501f91a0626, #wrap-s-38d6d2e3-f75d-4698-b29f-e501f91a0626 { display:none !important; }}
@media (min-width: 0px) {
[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-38d6d2e3-f75d-4698-b29f-e501f91a0626"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-b0d6db2d-53dc-4133-8471-97ecc0b33d9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0d6db2d-53dc-4133-8471-97ecc0b33d9a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24cbe4b3-eb84-460e-bfee-0dc78ecaf067 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c3115e4a-23ac-4d5e-8e38-241ae56179f6 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c3115e4a-23ac-4d5e-8e38-241ae56179f6:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3115e4a-23ac-4d5e-8e38-241ae56179f6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-c3115e4a-23ac-4d5e-8e38-241ae56179f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-993f45c3-8e4e-48e3-911a-2b9f3687bfaf {
  text-align: center;
}




  #s-993f45c3-8e4e-48e3-911a-2b9f3687bfaf img.shogun-image {
    
    width: px;
  }


#s-993f45c3-8e4e-48e3-911a-2b9f3687bfaf .shogun-image-content {
  
    align-items: center;
  
}

#s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5973555d-3299-4d6a-b8a4-8ee5fdf6ad22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2f6ae2d0-5eab-4b97-a8b1-a4ad4fdc06c2 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae567c44-7905-4d82-bd9a-0f1f67e1faa0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-02f1c1c2-4e23-4124-a0bf-dae4233710df .shogun-icon-wrapper {
  text-align: center;
}


#s-02f1c1c2-4e23-4124-a0bf-dae4233710df .shogun-icon-wrapper > .shogun-icon {

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

#s-211cbb87-9886-4658-a6ae-6d81ec7997a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-211cbb87-9886-4658-a6ae-6d81ec7997a4 .shogun-icon-wrapper > .shogun-icon {

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

#s-8aa93bc4-29cc-425d-97e3-b58ac0e1e3e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-8aa93bc4-29cc-425d-97e3-b58ac0e1e3e8 .shogun-icon-wrapper > .shogun-icon {

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

#s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe {
  text-align: center;
}
@media (max-width: 767px){#s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe {
  display: none;
}
#s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe, #wrap-s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe { display:none !important; }}



  #s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe img.shogun-image {
    
    width: px;
  }


#s-ca085540-d4ad-4dc7-af81-6b1944d8ebbe .shogun-image-content {
  
    align-items: center;
  
}

#s-da0f7777-635c-47d9-9d64-6b387331b558 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da0f7777-635c-47d9-9d64-6b387331b558 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-db68f240-c4be-4620-887e-7a3190ca12d2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a10f358b-0120-4db2-a706-042176c75b2e {
  text-align: center;
}
@media (max-width: 767px){#s-a10f358b-0120-4db2-a706-042176c75b2e {
  display: none;
}
#s-a10f358b-0120-4db2-a706-042176c75b2e, #wrap-s-a10f358b-0120-4db2-a706-042176c75b2e { display:none !important; }}



  #s-a10f358b-0120-4db2-a706-042176c75b2e img.shogun-image {
    
    width: px;
  }


#s-a10f358b-0120-4db2-a706-042176c75b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-790a0d44-0607-483a-a28a-6f798135cee1 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-790a0d44-0607-483a-a28a-6f798135cee1:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-790a0d44-0607-483a-a28a-6f798135cee1:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-790a0d44-0607-483a-a28a-6f798135cee1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-9228f2ad-2069-41bc-ac5f-b1235e27fa5e {
  text-align: center;
}




  #s-9228f2ad-2069-41bc-ac5f-b1235e27fa5e img.shogun-image {
    
    width: px;
  }


#s-9228f2ad-2069-41bc-ac5f-b1235e27fa5e .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcc202b-944c-4418-b88f-beb4895fe855 {
  padding-top: 11px;
}

@media (min-width: 0px) {
[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704bcbd8-fe8b-4697-86d5-3433160bf9e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2413f31-242b-45e9-b0cb-f4f87db89b9f .shogun-icon-wrapper {
  text-align: center;
}


#s-e2413f31-242b-45e9-b0cb-f4f87db89b9f .shogun-icon-wrapper > .shogun-icon {

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

#s-e1ad6bcb-8ee3-48d8-9a88-23d6e442895e {
  min-height: 50px;
}








#s-e1ad6bcb-8ee3-48d8-9a88-23d6e442895e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ad6bcb-8ee3-48d8-9a88-23d6e442895e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-87ecbc06-1e7d-47df-9b61-27d1c3c8b939"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8ed55ce5-46f1-4f99-9097-57e5538f8807 {
  text-align: center;
}
@media (max-width: 767px){#s-8ed55ce5-46f1-4f99-9097-57e5538f8807 {
  display: none;
}
#s-8ed55ce5-46f1-4f99-9097-57e5538f8807, #wrap-s-8ed55ce5-46f1-4f99-9097-57e5538f8807 { display:none !important; }}



  #s-8ed55ce5-46f1-4f99-9097-57e5538f8807 img.shogun-image {
    
    width: px;
  }


#s-8ed55ce5-46f1-4f99-9097-57e5538f8807 .shogun-image-content {
  
    align-items: center;
  
}

#s-61c0059b-9c33-402a-a2ba-6b1d2381d464 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-61c0059b-9c33-402a-a2ba-6b1d2381d464 {
  display: none;
}
#s-61c0059b-9c33-402a-a2ba-6b1d2381d464, #wrap-s-61c0059b-9c33-402a-a2ba-6b1d2381d464 { display:none !important; }}
@media (min-width: 0px) {
[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61c0059b-9c33-402a-a2ba-6b1d2381d464"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b79bf728-04c4-4f34-b9e6-de676dba487a {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcc826e-7799-459b-8d9f-dcf7ad3fc415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9a1d60ff-62de-4871-a27a-83c9ce69fe2f .shogun-icon-wrapper {
  text-align: center;
}


#s-9a1d60ff-62de-4871-a27a-83c9ce69fe2f .shogun-icon-wrapper > .shogun-icon {

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

#s-31809a65-6016-4dfb-bc0c-41f9cc15a49a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31809a65-6016-4dfb-bc0c-41f9cc15a49a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-745d4ede-264a-446c-9ab9-d7133ff21caa {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-70f905de-0b6f-466a-b93b-fcae8238a49f {
  text-align: center;
}
@media (max-width: 767px){#s-70f905de-0b6f-466a-b93b-fcae8238a49f {
  display: none;
}
#s-70f905de-0b6f-466a-b93b-fcae8238a49f, #wrap-s-70f905de-0b6f-466a-b93b-fcae8238a49f { display:none !important; }}



  #s-70f905de-0b6f-466a-b93b-fcae8238a49f img.shogun-image {
    
    width: px;
  }


#s-70f905de-0b6f-466a-b93b-fcae8238a49f .shogun-image-content {
  
    align-items: center;
  
}

#s-5738b09b-032d-4cd3-bddb-409df7a942f7 {
  text-align: center;
}
@media (min-width: 1200px){#s-5738b09b-032d-4cd3-bddb-409df7a942f7 {
  display: none;
}
#s-5738b09b-032d-4cd3-bddb-409df7a942f7, #wrap-s-5738b09b-032d-4cd3-bddb-409df7a942f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5738b09b-032d-4cd3-bddb-409df7a942f7 {
  display: none;
}
#s-5738b09b-032d-4cd3-bddb-409df7a942f7, #wrap-s-5738b09b-032d-4cd3-bddb-409df7a942f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5738b09b-032d-4cd3-bddb-409df7a942f7 {
  display: none;
}
#s-5738b09b-032d-4cd3-bddb-409df7a942f7, #wrap-s-5738b09b-032d-4cd3-bddb-409df7a942f7 { display:none !important; }}



  #s-5738b09b-032d-4cd3-bddb-409df7a942f7 img.shogun-image {
    
    width: px;
  }


#s-5738b09b-032d-4cd3-bddb-409df7a942f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-20160842-5ae7-4747-a0cd-3785b499e8ce {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-20160842-5ae7-4747-a0cd-3785b499e8ce {
  display: none;
}
#s-20160842-5ae7-4747-a0cd-3785b499e8ce, #wrap-s-20160842-5ae7-4747-a0cd-3785b499e8ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20160842-5ae7-4747-a0cd-3785b499e8ce {
  display: none;
}
#s-20160842-5ae7-4747-a0cd-3785b499e8ce, #wrap-s-20160842-5ae7-4747-a0cd-3785b499e8ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20160842-5ae7-4747-a0cd-3785b499e8ce {
  display: none;
}
#s-20160842-5ae7-4747-a0cd-3785b499e8ce, #wrap-s-20160842-5ae7-4747-a0cd-3785b499e8ce { display:none !important; }}
@media (min-width: 0px) {
[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20160842-5ae7-4747-a0cd-3785b499e8ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-08cffb03-c8f9-4f30-a7f6-c257b57ba44c {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80f4aa4a-0597-47bc-8393-8685db18981f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-19d8b84f-c975-45fe-a1f7-9bdbdd6ff598 .shogun-icon-wrapper {
  text-align: center;
}


#s-19d8b84f-c975-45fe-a1f7-9bdbdd6ff598 .shogun-icon-wrapper > .shogun-icon {

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

#s-790e1cdf-7b31-44e0-80ab-14cf38251d1f {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-790e1cdf-7b31-44e0-80ab-14cf38251d1f:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-790e1cdf-7b31-44e0-80ab-14cf38251d1f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-790e1cdf-7b31-44e0-80ab-14cf38251d1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-a461e946-d9a4-41db-8934-b91809288a0a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a461e946-d9a4-41db-8934-b91809288a0a {
  display: none;
}
#s-a461e946-d9a4-41db-8934-b91809288a0a, #wrap-s-a461e946-d9a4-41db-8934-b91809288a0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a461e946-d9a4-41db-8934-b91809288a0a {
  display: none;
}
#s-a461e946-d9a4-41db-8934-b91809288a0a, #wrap-s-a461e946-d9a4-41db-8934-b91809288a0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a461e946-d9a4-41db-8934-b91809288a0a {
  display: none;
}
#s-a461e946-d9a4-41db-8934-b91809288a0a, #wrap-s-a461e946-d9a4-41db-8934-b91809288a0a { display:none !important; }}







#s-a461e946-d9a4-41db-8934-b91809288a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a461e946-d9a4-41db-8934-b91809288a0a.shg-box.shg-c {
  justify-content: center;
}

#s-4821b0ce-c5a5-40e0-b3e2-9a76ecd45358 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4821b0ce-c5a5-40e0-b3e2-9a76ecd45358 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-cbc88082-bc65-46d0-b388-5dcd70add525 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-57da7ff3-f93a-4b00-9428-8bf21279fd03 {
  text-align: center;
}
@media (max-width: 767px){#s-57da7ff3-f93a-4b00-9428-8bf21279fd03 {
  display: none;
}
#s-57da7ff3-f93a-4b00-9428-8bf21279fd03, #wrap-s-57da7ff3-f93a-4b00-9428-8bf21279fd03 { display:none !important; }}



  #s-57da7ff3-f93a-4b00-9428-8bf21279fd03 img.shogun-image {
    
    width: px;
  }


#s-57da7ff3-f93a-4b00-9428-8bf21279fd03 .shogun-image-content {
  
    align-items: center;
  
}

#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}@media (max-width: 767px){#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4 {
  display: none;
}
#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4, #wrap-s-c88b8695-39ad-4f78-921f-fe411a9bd9b4 { display:none !important; }}


#s-c88b8695-39ad-4f78-921f-fe411a9bd9b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-59595d60-67a1-4ec2-9222-7abad3bf1e5b {
  text-align: center;
}




  #s-59595d60-67a1-4ec2-9222-7abad3bf1e5b img.shogun-image {
    
    width: px;
  }


#s-59595d60-67a1-4ec2-9222-7abad3bf1e5b .shogun-image-content {
  
    align-items: center;
  
}

#s-cf4d2515-6807-4b12-a615-104593cfb504 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf4d2515-6807-4b12-a615-104593cfb504"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a2a2ed46-e9af-4ecc-969f-d7affc8285fd {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45b6c30-0c7b-47fd-91bb-8bb4f4927ac9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb7d7fad-3356-460e-b8ab-811dcdf92409 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb7d7fad-3356-460e-b8ab-811dcdf92409 .shogun-icon-wrapper > .shogun-icon {

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

#s-a54e14c2-ccd5-4fd4-a427-7359800396b1 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a54e14c2-ccd5-4fd4-a427-7359800396b1:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a54e14c2-ccd5-4fd4-a427-7359800396b1:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}@media (min-width: 1200px){#s-a54e14c2-ccd5-4fd4-a427-7359800396b1 {
  display: none;
}
#s-a54e14c2-ccd5-4fd4-a427-7359800396b1, #wrap-s-a54e14c2-ccd5-4fd4-a427-7359800396b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a54e14c2-ccd5-4fd4-a427-7359800396b1 {
  display: none;
}
#s-a54e14c2-ccd5-4fd4-a427-7359800396b1, #wrap-s-a54e14c2-ccd5-4fd4-a427-7359800396b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a54e14c2-ccd5-4fd4-a427-7359800396b1 {
  display: none;
}
#s-a54e14c2-ccd5-4fd4-a427-7359800396b1, #wrap-s-a54e14c2-ccd5-4fd4-a427-7359800396b1 { display:none !important; }}


#s-a54e14c2-ccd5-4fd4-a427-7359800396b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-d3419967-9461-4bcb-a519-d441a1400290 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d3419967-9461-4bcb-a519-d441a1400290 {
  display: none;
}
#s-d3419967-9461-4bcb-a519-d441a1400290, #wrap-s-d3419967-9461-4bcb-a519-d441a1400290 { display:none !important; }}







#s-d3419967-9461-4bcb-a519-d441a1400290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3419967-9461-4bcb-a519-d441a1400290.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da219f08-f895-46db-8a25-7cdb80710fd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-85642561-00fd-48e4-a517-531359b8efd5 {
  text-align: center;
}
@media (max-width: 767px){#s-85642561-00fd-48e4-a517-531359b8efd5 {
  display: none;
}
#s-85642561-00fd-48e4-a517-531359b8efd5, #wrap-s-85642561-00fd-48e4-a517-531359b8efd5 { display:none !important; }}



  #s-85642561-00fd-48e4-a517-531359b8efd5 img.shogun-image {
    
    width: px;
  }


#s-85642561-00fd-48e4-a517-531359b8efd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaba6008-9ba2-47a9-844b-fc220caa9608 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-eaba6008-9ba2-47a9-844b-fc220caa9608 {
  display: none;
}
#s-eaba6008-9ba2-47a9-844b-fc220caa9608, #wrap-s-eaba6008-9ba2-47a9-844b-fc220caa9608 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaba6008-9ba2-47a9-844b-fc220caa9608"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-284b260c-53be-49b4-a398-bf17aabc4add {
  padding-bottom: 15px;
}

#s-166ed8b7-d8ea-48af-bf5b-f8bb925756fe .shogun-icon-wrapper {
  text-align: center;
}


#s-166ed8b7-d8ea-48af-bf5b-f8bb925756fe .shogun-icon-wrapper > .shogun-icon {

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

#s-f7029ff7-38a4-4f64-b128-340e729bf453 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7029ff7-38a4-4f64-b128-340e729bf453 {
  display: none;
}
#s-f7029ff7-38a4-4f64-b128-340e729bf453, #wrap-s-f7029ff7-38a4-4f64-b128-340e729bf453 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7029ff7-38a4-4f64-b128-340e729bf453 {
  display: none;
}
#s-f7029ff7-38a4-4f64-b128-340e729bf453, #wrap-s-f7029ff7-38a4-4f64-b128-340e729bf453 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7029ff7-38a4-4f64-b128-340e729bf453 {
  display: none;
}
#s-f7029ff7-38a4-4f64-b128-340e729bf453, #wrap-s-f7029ff7-38a4-4f64-b128-340e729bf453 { display:none !important; }}







#s-f7029ff7-38a4-4f64-b128-340e729bf453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7029ff7-38a4-4f64-b128-340e729bf453.shg-box.shg-c {
  justify-content: center;
}

#s-bb1c63f3-21c2-4d4e-bae6-3bacf6b486ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb1c63f3-21c2-4d4e-bae6-3bacf6b486ca .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b3bb99b-5972-4fc3-b75b-291cf4a5b65c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d02982ee-982f-4a21-8695-f0ffe507fb9a {
  text-align: center;
}
@media (max-width: 767px){#s-d02982ee-982f-4a21-8695-f0ffe507fb9a {
  display: none;
}
#s-d02982ee-982f-4a21-8695-f0ffe507fb9a, #wrap-s-d02982ee-982f-4a21-8695-f0ffe507fb9a { display:none !important; }}



  #s-d02982ee-982f-4a21-8695-f0ffe507fb9a img.shogun-image {
    
    width: px;
  }


#s-d02982ee-982f-4a21-8695-f0ffe507fb9a .shogun-image-content {
  
    align-items: center;
  
}

#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 {
  text-align: center;
}
@media (min-width: 1200px){#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 {
  display: none;
}
#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258, #wrap-s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 {
  display: none;
}
#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258, #wrap-s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 {
  display: none;
}
#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258, #wrap-s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 { display:none !important; }}



  #s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 img.shogun-image {
    
    width: px;
  }


#s-58f71aa4-e2dc-45b7-b0a3-59c1bbaa5258 .shogun-image-content {
  
    align-items: center;
  
}

#s-6185add3-400e-4cd7-af8e-a131655f2205 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-6185add3-400e-4cd7-af8e-a131655f2205 {
  display: none;
}
#s-6185add3-400e-4cd7-af8e-a131655f2205, #wrap-s-6185add3-400e-4cd7-af8e-a131655f2205 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6185add3-400e-4cd7-af8e-a131655f2205 {
  display: none;
}
#s-6185add3-400e-4cd7-af8e-a131655f2205, #wrap-s-6185add3-400e-4cd7-af8e-a131655f2205 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6185add3-400e-4cd7-af8e-a131655f2205 {
  display: none;
}
#s-6185add3-400e-4cd7-af8e-a131655f2205, #wrap-s-6185add3-400e-4cd7-af8e-a131655f2205 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6185add3-400e-4cd7-af8e-a131655f2205"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68d89bcf-dc77-47f7-aa58-83f50830eb3b {
  padding-bottom: 15px;
}

#s-2e42b609-d02a-49e5-92ce-8a9a5826fa62 .shogun-icon-wrapper {
  text-align: center;
}


#s-2e42b609-d02a-49e5-92ce-8a9a5826fa62 .shogun-icon-wrapper > .shogun-icon {

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

#s-e227a030-5b6e-482f-8d40-502f4b4a57ff {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e227a030-5b6e-482f-8d40-502f4b4a57ff:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e227a030-5b6e-482f-8d40-502f4b4a57ff:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-e227a030-5b6e-482f-8d40-502f4b4a57ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-535a6fa2-39cb-4041-b318-a3ef34219805 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-535a6fa2-39cb-4041-b318-a3ef34219805 {
  display: none;
}
#s-535a6fa2-39cb-4041-b318-a3ef34219805, #wrap-s-535a6fa2-39cb-4041-b318-a3ef34219805 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-535a6fa2-39cb-4041-b318-a3ef34219805 {
  display: none;
}
#s-535a6fa2-39cb-4041-b318-a3ef34219805, #wrap-s-535a6fa2-39cb-4041-b318-a3ef34219805 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-535a6fa2-39cb-4041-b318-a3ef34219805 {
  display: none;
}
#s-535a6fa2-39cb-4041-b318-a3ef34219805, #wrap-s-535a6fa2-39cb-4041-b318-a3ef34219805 { display:none !important; }}







#s-535a6fa2-39cb-4041-b318-a3ef34219805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535a6fa2-39cb-4041-b318-a3ef34219805.shg-box.shg-c {
  justify-content: center;
}

#s-e9bc2c4b-2470-4932-9d57-1327a8fcb76c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9bc2c4b-2470-4932-9d57-1327a8fcb76c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-038043af-51c1-4513-b754-f9defc832ac7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed66c352-7806-4a84-9f54-cc011eb1defe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0b926800-eb8c-42bc-ba1d-47798e5f5084 {
  text-align: center;
}




  #s-0b926800-eb8c-42bc-ba1d-47798e5f5084 img.shogun-image {
    
    width: px;
  }


#s-0b926800-eb8c-42bc-ba1d-47798e5f5084 .shogun-image-content {
  
    align-items: center;
  
}

#s-9481eb69-bc83-401c-b290-13b191ecb3c4 {
  text-align: center;
}
@media (max-width: 767px){#s-9481eb69-bc83-401c-b290-13b191ecb3c4 {
  display: none;
}
#s-9481eb69-bc83-401c-b290-13b191ecb3c4, #wrap-s-9481eb69-bc83-401c-b290-13b191ecb3c4 { display:none !important; }}



  #s-9481eb69-bc83-401c-b290-13b191ecb3c4 img.shogun-image {
    
    width: px;
  }


#s-9481eb69-bc83-401c-b290-13b191ecb3c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d18d9216-789d-458a-adda-123829fac149 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-d18d9216-789d-458a-adda-123829fac149 {
  display: none;
}
#s-d18d9216-789d-458a-adda-123829fac149, #wrap-s-d18d9216-789d-458a-adda-123829fac149 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d18d9216-789d-458a-adda-123829fac149 {
  display: none;
}
#s-d18d9216-789d-458a-adda-123829fac149, #wrap-s-d18d9216-789d-458a-adda-123829fac149 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d18d9216-789d-458a-adda-123829fac149 {
  display: none;
}
#s-d18d9216-789d-458a-adda-123829fac149, #wrap-s-d18d9216-789d-458a-adda-123829fac149 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d18d9216-789d-458a-adda-123829fac149"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-77de057b-8fe7-4124-93f8-95a9fe50c211 {
  padding-bottom: 15px;
}

#s-b0787235-c0a5-45b6-b533-250660249c5b .shogun-icon-wrapper {
  text-align: center;
}


#s-b0787235-c0a5-45b6-b533-250660249c5b .shogun-icon-wrapper > .shogun-icon {

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

#s-8a9fb069-6fab-4b51-9ce0-fb1fffc14750 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8a9fb069-6fab-4b51-9ce0-fb1fffc14750:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a9fb069-6fab-4b51-9ce0-fb1fffc14750:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-8a9fb069-6fab-4b51-9ce0-fb1fffc14750.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-71aa19ff-1886-48e4-b3f5-cbdd633d180b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-71aa19ff-1886-48e4-b3f5-cbdd633d180b {
  display: none;
}
#s-71aa19ff-1886-48e4-b3f5-cbdd633d180b, #wrap-s-71aa19ff-1886-48e4-b3f5-cbdd633d180b { display:none !important; }}
@media (min-width: 0px) {
[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-71aa19ff-1886-48e4-b3f5-cbdd633d180b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-20cad59d-39c9-485d-ab98-c5eda68481fe {
  padding-bottom: 15px;
}

#s-c94f6c53-b342-456c-8fae-5770b8ba60cc .shogun-icon-wrapper {
  text-align: center;
}


#s-c94f6c53-b342-456c-8fae-5770b8ba60cc .shogun-icon-wrapper > .shogun-icon {

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

#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 {
  display: none;
}
#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34, #wrap-s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 {
  display: none;
}
#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34, #wrap-s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 {
  display: none;
}
#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34, #wrap-s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 { display:none !important; }}







#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454267e7-01c9-4e1b-9bc6-c9f14bc94c34.shg-box.shg-c {
  justify-content: center;
}

#s-c152f5db-0fbf-40be-8096-596ee4559494 {
  min-height: 50px;
}








#s-c152f5db-0fbf-40be-8096-596ee4559494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c152f5db-0fbf-40be-8096-596ee4559494.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-bf0802a1-0ace-4c87-aee3-48eb08beeb03 {
  display: none;
}
#s-bf0802a1-0ace-4c87-aee3-48eb08beeb03, #wrap-s-bf0802a1-0ace-4c87-aee3-48eb08beeb03 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf0802a1-0ace-4c87-aee3-48eb08beeb03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-972923ad-7c39-40f2-bf3a-e6e127dee756 {
  text-align: center;
}




  #s-972923ad-7c39-40f2-bf3a-e6e127dee756 img.shogun-image {
    
    width: px;
  }


#s-972923ad-7c39-40f2-bf3a-e6e127dee756 .shogun-image-content {
  
    align-items: center;
  
}

#s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03e64c01-c3ae-49d2-8c6d-a40e0e081e26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a74bed6e-2589-4b8d-a4c1-957a092d4750 {
  padding-bottom: 15px;
}

#s-7e527309-9ad1-4fc6-aaea-7f62d21d4330 .shogun-icon-wrapper {
  text-align: center;
}


#s-7e527309-9ad1-4fc6-aaea-7f62d21d4330 .shogun-icon-wrapper > .shogun-icon {

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

#s-0bca3c1a-f7ed-4b9e-a759-702b87150e89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bca3c1a-f7ed-4b9e-a759-702b87150e89 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5bec386a-5d85-445f-8896-83b3a46fa9df {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ed6a1fd3-bbf1-483e-831c-836744b87fc4 {
  text-align: center;
}
@media (max-width: 767px){#s-ed6a1fd3-bbf1-483e-831c-836744b87fc4 {
  display: none;
}
#s-ed6a1fd3-bbf1-483e-831c-836744b87fc4, #wrap-s-ed6a1fd3-bbf1-483e-831c-836744b87fc4 { display:none !important; }}



  #s-ed6a1fd3-bbf1-483e-831c-836744b87fc4 img.shogun-image {
    
    width: px;
  }


#s-ed6a1fd3-bbf1-483e-831c-836744b87fc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-36d35673-3b3b-4cf1-9b96-4921b203249a {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-36d35673-3b3b-4cf1-9b96-4921b203249a:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-36d35673-3b3b-4cf1-9b96-4921b203249a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-36d35673-3b3b-4cf1-9b96-4921b203249a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b83491ad-5880-4a6e-9744-d6cad4e5823e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b83491ad-5880-4a6e-9744-d6cad4e5823e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51052dc3-c4c0-4c05-9794-af5643fd529c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-8341d0a7-62e0-4811-8c03-74951ff50ad8 {
  text-align: center;
}




  #s-8341d0a7-62e0-4811-8c03-74951ff50ad8 img.shogun-image {
    
    width: px;
  }


#s-8341d0a7-62e0-4811-8c03-74951ff50ad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e866323d-4323-496e-a5be-1a4c0a64bd92 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e866323d-4323-496e-a5be-1a4c0a64bd92:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e866323d-4323-496e-a5be-1a4c0a64bd92:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-e866323d-4323-496e-a5be-1a4c0a64bd92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-50c26514-8d95-45af-b7cf-d71ad8852034 {
  text-align: center;
}




  #s-50c26514-8d95-45af-b7cf-d71ad8852034 img.shogun-image {
    
    width: px;
  }


#s-50c26514-8d95-45af-b7cf-d71ad8852034 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4dadb49-54f8-488b-93c4-7c34f39f1023 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4dadb49-54f8-488b-93c4-7c34f39f1023"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e7d45a05-c226-431a-9605-5e8c2d0e210f {
  padding-bottom: 15px;
}

#s-7da4fed0-20f0-44e8-b9bd-f1aeef324355 .shogun-icon-wrapper {
  text-align: center;
}


#s-7da4fed0-20f0-44e8-b9bd-f1aeef324355 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 1200px){#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 {
  display: none;
}
#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0, #wrap-s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 {
  display: none;
}
#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0, #wrap-s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 {
  display: none;
}
#s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0, #wrap-s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d312340c-8c61-4e5b-8d3c-edd7cb0639f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-db75acbe-83b2-44e5-9425-65d3df92bcfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db75acbe-83b2-44e5-9425-65d3df92bcfa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-943f04f1-e78d-45f2-9318-a948c14ffa6f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-67937882-6736-48cf-ab30-5dbd6194b962 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-67937882-6736-48cf-ab30-5dbd6194b962:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67937882-6736-48cf-ab30-5dbd6194b962:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-67937882-6736-48cf-ab30-5dbd6194b962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-025c40f9-9d0e-4412-bc10-fcf73394c792 {
  text-align: center;
}




  #s-025c40f9-9d0e-4412-bc10-fcf73394c792 img.shogun-image {
    
    width: px;
  }


#s-025c40f9-9d0e-4412-bc10-fcf73394c792 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b3fbcd8-f3c9-4aea-b4d8-3e97148edc07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9dbad968-a4e8-4331-8872-75d98449ab22 {
  padding-bottom: 15px;
}

#s-2d13a32f-f1c1-4de3-b0c4-7bdf6365229d .shogun-icon-wrapper {
  text-align: center;
}


#s-2d13a32f-f1c1-4de3-b0c4-7bdf6365229d .shogun-icon-wrapper > .shogun-icon {

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

#s-1f99e020-0e97-47b4-ab7d-69c9a5079d14 {
  text-align: center;
}
@media (max-width: 767px){#s-1f99e020-0e97-47b4-ab7d-69c9a5079d14 {
  display: none;
}
#s-1f99e020-0e97-47b4-ab7d-69c9a5079d14, #wrap-s-1f99e020-0e97-47b4-ab7d-69c9a5079d14 { display:none !important; }}



  #s-1f99e020-0e97-47b4-ab7d-69c9a5079d14 img.shogun-image {
    
    width: px;
  }


#s-1f99e020-0e97-47b4-ab7d-69c9a5079d14 .shogun-image-content {
  
    align-items: center;
  
}

#s-666421ad-5ec7-4fbc-bf31-197e95a9934f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-666421ad-5ec7-4fbc-bf31-197e95a9934f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d01635c-141a-425c-802f-ad07944c1c2e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-348c0c21-fd52-4eb0-a010-15b9448beaba {
  text-align: center;
}




  #s-348c0c21-fd52-4eb0-a010-15b9448beaba img.shogun-image {
    
    width: px;
  }


#s-348c0c21-fd52-4eb0-a010-15b9448beaba .shogun-image-content {
  
    align-items: center;
  
}

#s-8f8efe79-81c1-4803-9060-b3f6ff7c07f3 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8f8efe79-81c1-4803-9060-b3f6ff7c07f3:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f8efe79-81c1-4803-9060-b3f6ff7c07f3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-8f8efe79-81c1-4803-9060-b3f6ff7c07f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-bbe8d45d-f1b0-4f91-888c-32f70a166069 {
  text-align: center;
}




  #s-bbe8d45d-f1b0-4f91-888c-32f70a166069 img.shogun-image {
    
    width: px;
  }


#s-bbe8d45d-f1b0-4f91-888c-32f70a166069 .shogun-image-content {
  
    align-items: center;
  
}

#s-d114556c-d4de-43e5-bf9c-0c4476f37722 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d114556c-d4de-43e5-bf9c-0c4476f37722"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2690800f-d608-40c0-b414-685b3989ef52 {
  padding-bottom: 15px;
}

#s-424435a3-f6e2-4876-a409-ec48dacc26a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-424435a3-f6e2-4876-a409-ec48dacc26a2 .shogun-icon-wrapper > .shogun-icon {

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

#s-a7021346-f4fa-4a9a-baeb-638f64672060 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a7021346-f4fa-4a9a-baeb-638f64672060 {
  display: none;
}
#s-a7021346-f4fa-4a9a-baeb-638f64672060, #wrap-s-a7021346-f4fa-4a9a-baeb-638f64672060 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7021346-f4fa-4a9a-baeb-638f64672060 {
  display: none;
}
#s-a7021346-f4fa-4a9a-baeb-638f64672060, #wrap-s-a7021346-f4fa-4a9a-baeb-638f64672060 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7021346-f4fa-4a9a-baeb-638f64672060 {
  display: none;
}
#s-a7021346-f4fa-4a9a-baeb-638f64672060, #wrap-s-a7021346-f4fa-4a9a-baeb-638f64672060 { display:none !important; }}







#s-a7021346-f4fa-4a9a-baeb-638f64672060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7021346-f4fa-4a9a-baeb-638f64672060.shg-box.shg-c {
  justify-content: center;
}

#s-35b38251-4be6-4d2e-b93a-cc70caaec819 {
  min-height: 50px;
}








#s-35b38251-4be6-4d2e-b93a-cc70caaec819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b38251-4be6-4d2e-b93a-cc70caaec819.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8f59809-ad4f-48da-954a-e33bd8c992e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4c7165e0-97e8-4142-b025-20098357ca6b {
  text-align: center;
}
@media (max-width: 767px){#s-4c7165e0-97e8-4142-b025-20098357ca6b {
  display: none;
}
#s-4c7165e0-97e8-4142-b025-20098357ca6b, #wrap-s-4c7165e0-97e8-4142-b025-20098357ca6b { display:none !important; }}



  #s-4c7165e0-97e8-4142-b025-20098357ca6b img.shogun-image {
    
    width: px;
  }


#s-4c7165e0-97e8-4142-b025-20098357ca6b .shogun-image-content {
  
    align-items: center;
  
}

#s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa {
  display: none;
}
#s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa, #wrap-s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca352f4b-8214-42a6-b24e-d0863ecfd5fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5c3ae52d-36b5-4438-a571-ad1030983b81 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-046ec5c1-1178-4b4e-9cdb-54f4afeee471 .shogun-icon-wrapper {
  text-align: center;
}


#s-046ec5c1-1178-4b4e-9cdb-54f4afeee471 .shogun-icon-wrapper > .shogun-icon {

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

#s-c5b6635a-6404-4d31-bc9a-80e938a87e3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5b6635a-6404-4d31-bc9a-80e938a87e3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-5fe4ee77-7858-49ab-a105-860abb8ac8b7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490 {
  text-align: center;
}
@media (max-width: 767px){#s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490 {
  display: none;
}
#s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490, #wrap-s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490 { display:none !important; }}



  #s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490 img.shogun-image {
    
    width: px;
  }


#s-e066f1d8-2a1e-48e1-89b3-cb46b2a0d490 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf599503-c4a9-408a-9b04-ed5d1da809ff {
  text-align: center;
}
@media (min-width: 1200px){#s-cf599503-c4a9-408a-9b04-ed5d1da809ff {
  display: none;
}
#s-cf599503-c4a9-408a-9b04-ed5d1da809ff, #wrap-s-cf599503-c4a9-408a-9b04-ed5d1da809ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf599503-c4a9-408a-9b04-ed5d1da809ff {
  display: none;
}
#s-cf599503-c4a9-408a-9b04-ed5d1da809ff, #wrap-s-cf599503-c4a9-408a-9b04-ed5d1da809ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf599503-c4a9-408a-9b04-ed5d1da809ff {
  display: none;
}
#s-cf599503-c4a9-408a-9b04-ed5d1da809ff, #wrap-s-cf599503-c4a9-408a-9b04-ed5d1da809ff { display:none !important; }}



  #s-cf599503-c4a9-408a-9b04-ed5d1da809ff img.shogun-image {
    
    width: px;
  }


#s-cf599503-c4a9-408a-9b04-ed5d1da809ff .shogun-image-content {
  
    align-items: center;
  
}

#s-5a9ecbc3-423d-41ff-81a7-995cec60445d {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-5a9ecbc3-423d-41ff-81a7-995cec60445d {
  display: none;
}
#s-5a9ecbc3-423d-41ff-81a7-995cec60445d, #wrap-s-5a9ecbc3-423d-41ff-81a7-995cec60445d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a9ecbc3-423d-41ff-81a7-995cec60445d {
  display: none;
}
#s-5a9ecbc3-423d-41ff-81a7-995cec60445d, #wrap-s-5a9ecbc3-423d-41ff-81a7-995cec60445d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a9ecbc3-423d-41ff-81a7-995cec60445d {
  display: none;
}
#s-5a9ecbc3-423d-41ff-81a7-995cec60445d, #wrap-s-5a9ecbc3-423d-41ff-81a7-995cec60445d { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a9ecbc3-423d-41ff-81a7-995cec60445d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5f5386f8-fde6-4e57-8284-f65d45ed020a {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4757ab3c-a63d-4853-957d-eaeb513ed8d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d72fb742-fb5b-4ce7-bf46-b6e5e19576a6 .shogun-icon-wrapper {
  text-align: center;
}


#s-d72fb742-fb5b-4ce7-bf46-b6e5e19576a6 .shogun-icon-wrapper > .shogun-icon {

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

#s-5051bf0b-a5fd-474c-955a-b64b9e55da5f {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5051bf0b-a5fd-474c-955a-b64b9e55da5f:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5051bf0b-a5fd-474c-955a-b64b9e55da5f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-5051bf0b-a5fd-474c-955a-b64b9e55da5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f {
  display: none;
}
#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f, #wrap-s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f {
  display: none;
}
#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f, #wrap-s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f {
  display: none;
}
#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f, #wrap-s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f { display:none !important; }}







#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca07917e-6bd5-4e21-8d5c-bfa64d22723f.shg-box.shg-c {
  justify-content: center;
}

#s-ae2cdd10-3fb7-4d91-8eef-dfa3c96c7b28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae2cdd10-3fb7-4d91-8eef-dfa3c96c7b28 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-d900d485-0e3c-46a5-87f5-63179727e575 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fed12e0e-767f-418f-8c35-3840b9a012f1 {
  text-align: center;
}
@media (max-width: 767px){#s-fed12e0e-767f-418f-8c35-3840b9a012f1 {
  display: none;
}
#s-fed12e0e-767f-418f-8c35-3840b9a012f1, #wrap-s-fed12e0e-767f-418f-8c35-3840b9a012f1 { display:none !important; }}



  #s-fed12e0e-767f-418f-8c35-3840b9a012f1 img.shogun-image {
    
    width: px;
  }


#s-fed12e0e-767f-418f-8c35-3840b9a012f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-681933d2-32eb-421f-8be5-fdacaf0fde9c {
  text-align: center;
}
@media (min-width: 1200px){#s-681933d2-32eb-421f-8be5-fdacaf0fde9c {
  display: none;
}
#s-681933d2-32eb-421f-8be5-fdacaf0fde9c, #wrap-s-681933d2-32eb-421f-8be5-fdacaf0fde9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-681933d2-32eb-421f-8be5-fdacaf0fde9c {
  display: none;
}
#s-681933d2-32eb-421f-8be5-fdacaf0fde9c, #wrap-s-681933d2-32eb-421f-8be5-fdacaf0fde9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-681933d2-32eb-421f-8be5-fdacaf0fde9c {
  display: none;
}
#s-681933d2-32eb-421f-8be5-fdacaf0fde9c, #wrap-s-681933d2-32eb-421f-8be5-fdacaf0fde9c { display:none !important; }}



  #s-681933d2-32eb-421f-8be5-fdacaf0fde9c img.shogun-image {
    
    width: px;
  }


#s-681933d2-32eb-421f-8be5-fdacaf0fde9c .shogun-image-content {
  
    align-items: center;
  
}

#s-683f7311-5858-4529-a1df-ddee9e493e49 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-683f7311-5858-4529-a1df-ddee9e493e49 {
  display: none;
}
#s-683f7311-5858-4529-a1df-ddee9e493e49, #wrap-s-683f7311-5858-4529-a1df-ddee9e493e49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-683f7311-5858-4529-a1df-ddee9e493e49 {
  display: none;
}
#s-683f7311-5858-4529-a1df-ddee9e493e49, #wrap-s-683f7311-5858-4529-a1df-ddee9e493e49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-683f7311-5858-4529-a1df-ddee9e493e49 {
  display: none;
}
#s-683f7311-5858-4529-a1df-ddee9e493e49, #wrap-s-683f7311-5858-4529-a1df-ddee9e493e49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-683f7311-5858-4529-a1df-ddee9e493e49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f81d5114-09b5-4829-8670-c3b4d28b087d {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def70793-cb12-4097-97db-24c79b30ee62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ba94811a-d4d5-4c8e-a879-16fc7eee27b7 .shogun-icon-wrapper {
  text-align: right;
}


#s-ba94811a-d4d5-4c8e-a879-16fc7eee27b7 .shogun-icon-wrapper > .shogun-icon {

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

#s-054e01c4-8519-4f0f-9f1b-96b218ae73c5 .shogun-icon-wrapper {
  text-align: left;
}


#s-054e01c4-8519-4f0f-9f1b-96b218ae73c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-bbe2058f-936d-4838-b29a-565955f04b5d {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bbe2058f-936d-4838-b29a-565955f04b5d:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bbe2058f-936d-4838-b29a-565955f04b5d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-bbe2058f-936d-4838-b29a-565955f04b5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-2c90214d-8eec-4da4-aa96-e736fe90359a {
  text-align: center;
}
@media (max-width: 767px){#s-2c90214d-8eec-4da4-aa96-e736fe90359a {
  display: none;
}
#s-2c90214d-8eec-4da4-aa96-e736fe90359a, #wrap-s-2c90214d-8eec-4da4-aa96-e736fe90359a { display:none !important; }}



  #s-2c90214d-8eec-4da4-aa96-e736fe90359a img.shogun-image {
    
    width: px;
  }


#s-2c90214d-8eec-4da4-aa96-e736fe90359a .shogun-image-content {
  
    align-items: center;
  
}

#s-df1deffc-6ddc-4114-934c-b2442612cb2c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-df1deffc-6ddc-4114-934c-b2442612cb2c {
  display: none;
}
#s-df1deffc-6ddc-4114-934c-b2442612cb2c, #wrap-s-df1deffc-6ddc-4114-934c-b2442612cb2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df1deffc-6ddc-4114-934c-b2442612cb2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dfb9e158-caa7-425b-ab46-1b509e1c930f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9c79932-98fa-4bd2-977b-2f4ec938760f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-57b9c8f2-28ac-4875-b3f8-ee2a7da76c65 .shogun-icon-wrapper {
  text-align: right;
}


#s-57b9c8f2-28ac-4875-b3f8-ee2a7da76c65 .shogun-icon-wrapper > .shogun-icon {

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

#s-82a20000-9f31-4e93-a4b6-49795cdb77c9 .shogun-icon-wrapper {
  text-align: left;
}


#s-82a20000-9f31-4e93-a4b6-49795cdb77c9 .shogun-icon-wrapper > .shogun-icon {

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

#s-24237a2b-b5be-4f12-ba16-8f42a2070ea9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-24237a2b-b5be-4f12-ba16-8f42a2070ea9 {
  display: none;
}
#s-24237a2b-b5be-4f12-ba16-8f42a2070ea9, #wrap-s-24237a2b-b5be-4f12-ba16-8f42a2070ea9 { display:none !important; }}







#s-24237a2b-b5be-4f12-ba16-8f42a2070ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24237a2b-b5be-4f12-ba16-8f42a2070ea9.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-15bd7627-1354-4a08-87dc-cba3a946f5d0 {
  display: none;
}
#s-15bd7627-1354-4a08-87dc-cba3a946f5d0, #wrap-s-15bd7627-1354-4a08-87dc-cba3a946f5d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-15bd7627-1354-4a08-87dc-cba3a946f5d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-326a4a89-1fc5-4073-bc8d-f88881d76f54 {
  text-align: center;
}




  #s-326a4a89-1fc5-4073-bc8d-f88881d76f54 img.shogun-image {
    
    width: px;
  }


#s-326a4a89-1fc5-4073-bc8d-f88881d76f54 .shogun-image-content {
  
    align-items: center;
  
}

#s-122621e9-4188-4230-9ec4-b100c30257ad {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-122621e9-4188-4230-9ec4-b100c30257ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f2f104cd-1904-4722-a444-101a563f1004 {
  padding-bottom: 15px;
}

#s-55946448-735c-4280-95c4-8c3a800cc746 .shogun-icon-wrapper {
  text-align: center;
}


#s-55946448-735c-4280-95c4-8c3a800cc746 .shogun-icon-wrapper > .shogun-icon {

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

#s-97043ff5-e17e-474a-83f1-4fd83e3c105a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97043ff5-e17e-474a-83f1-4fd83e3c105a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb453261-01f1-40f4-8d6b-2ffdc7682ef0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f8f9c3b4-2e9d-425f-981a-d0e912225a19 {
  text-align: center;
}




  #s-f8f9c3b4-2e9d-425f-981a-d0e912225a19 img.shogun-image {
    
    width: px;
  }


#s-f8f9c3b4-2e9d-425f-981a-d0e912225a19 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e10bc02-56c4-44fc-9cc5-1624fce1de7b {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3e10bc02-56c4-44fc-9cc5-1624fce1de7b:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3e10bc02-56c4-44fc-9cc5-1624fce1de7b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-3e10bc02-56c4-44fc-9cc5-1624fce1de7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-61de89f4-a2c0-48e6-a7c4-48c1f31bf50b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61de89f4-a2c0-48e6-a7c4-48c1f31bf50b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-b24d829f-5aca-4551-922b-e6981960bf6d {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-643e9462-90f4-4b8c-8b43-b00d7fc11d0d {
  text-align: center;
}




  #s-643e9462-90f4-4b8c-8b43-b00d7fc11d0d img.shogun-image {
    
    width: px;
  }


#s-643e9462-90f4-4b8c-8b43-b00d7fc11d0d .shogun-image-content {
  
    align-items: center;
  
}

#s-09729995-0cba-40f0-a6be-cf2849e2ad69 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-09729995-0cba-40f0-a6be-cf2849e2ad69:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09729995-0cba-40f0-a6be-cf2849e2ad69:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-09729995-0cba-40f0-a6be-cf2849e2ad69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-16ffcd3a-d576-4e5d-8848-7b253b966be8 {
  text-align: center;
}




  #s-16ffcd3a-d576-4e5d-8848-7b253b966be8 img.shogun-image {
    
    width: px;
  }


#s-16ffcd3a-d576-4e5d-8848-7b253b966be8 .shogun-image-content {
  
    align-items: center;
  
}

#s-afeaedb1-25e8-425b-96b4-9cdd0462ee06 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8025634a-9db8-4a93-aaba-e327dbae19b4 {
  padding-bottom: 15px;
}

#s-f257b594-41a8-4b05-9f5f-f4bde1941e08 .shogun-icon-wrapper {
  text-align: center;
}


#s-f257b594-41a8-4b05-9f5f-f4bde1941e08 .shogun-icon-wrapper > .shogun-icon {

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

#s-569a3e4f-ff19-4835-990a-9826befe0894 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-569a3e4f-ff19-4835-990a-9826befe0894 {
  display: none;
}
#s-569a3e4f-ff19-4835-990a-9826befe0894, #wrap-s-569a3e4f-ff19-4835-990a-9826befe0894 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-569a3e4f-ff19-4835-990a-9826befe0894 {
  display: none;
}
#s-569a3e4f-ff19-4835-990a-9826befe0894, #wrap-s-569a3e4f-ff19-4835-990a-9826befe0894 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-569a3e4f-ff19-4835-990a-9826befe0894 {
  display: none;
}
#s-569a3e4f-ff19-4835-990a-9826befe0894, #wrap-s-569a3e4f-ff19-4835-990a-9826befe0894 { display:none !important; }}







#s-569a3e4f-ff19-4835-990a-9826befe0894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-569a3e4f-ff19-4835-990a-9826befe0894.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 {
  display: none;
}
#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987, #wrap-s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 {
  display: none;
}
#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987, #wrap-s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 {
  display: none;
}
#s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987, #wrap-s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987 { display:none !important; }}
@media (min-width: 0px) {
[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-94d7b3eb-c1c5-4fb8-822b-1dfddd779987"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9d690ecd-6816-4cc2-acb3-651433cae241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d690ecd-6816-4cc2-acb3-651433cae241 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8cf1287b-a45b-4a45-8855-47cca4ee7c9e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-6a6f8d9f-87b3-4030-b0d6-db871c7e8851 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6a6f8d9f-87b3-4030-b0d6-db871c7e8851:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a6f8d9f-87b3-4030-b0d6-db871c7e8851:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-6a6f8d9f-87b3-4030-b0d6-db871c7e8851.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-7c9ceee7-7f5a-4dcc-90a5-a9d19492ab68 {
  text-align: center;
}




  #s-7c9ceee7-7f5a-4dcc-90a5-a9d19492ab68 img.shogun-image {
    
    width: px;
  }


#s-7c9ceee7-7f5a-4dcc-90a5-a9d19492ab68 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5204c3f-07f6-466c-9213-f1c66ef9657b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5204c3f-07f6-466c-9213-f1c66ef9657b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6c3d0d4-e45e-4f2f-9b6d-4d750b32ddb7 {
  padding-bottom: 15px;
}

#s-4401beb7-961a-4317-b6bc-6f37e7b5690e .shogun-icon-wrapper {
  text-align: center;
}


#s-4401beb7-961a-4317-b6bc-6f37e7b5690e .shogun-icon-wrapper > .shogun-icon {

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

#s-9d655941-ea86-42be-8e72-7894c788f0f7 {
  text-align: center;
}
@media (max-width: 767px){#s-9d655941-ea86-42be-8e72-7894c788f0f7 {
  display: none;
}
#s-9d655941-ea86-42be-8e72-7894c788f0f7, #wrap-s-9d655941-ea86-42be-8e72-7894c788f0f7 { display:none !important; }}



  #s-9d655941-ea86-42be-8e72-7894c788f0f7 img.shogun-image {
    
    width: px;
  }


#s-9d655941-ea86-42be-8e72-7894c788f0f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-90092044-c74d-40f6-9c45-1a70e7f821c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90092044-c74d-40f6-9c45-1a70e7f821c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-bd3d746d-df2e-4ef0-bc1d-4f912267424a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-41c25cb6-2610-4e89-ad8d-eef1008a78f5 {
  text-align: center;
}
@media (max-width: 767px){#s-41c25cb6-2610-4e89-ad8d-eef1008a78f5 {
  display: none;
}
#s-41c25cb6-2610-4e89-ad8d-eef1008a78f5, #wrap-s-41c25cb6-2610-4e89-ad8d-eef1008a78f5 { display:none !important; }}



  #s-41c25cb6-2610-4e89-ad8d-eef1008a78f5 img.shogun-image {
    
    width: px;
  }


#s-41c25cb6-2610-4e89-ad8d-eef1008a78f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7146b68a-638e-4543-8e9b-493931472434 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7146b68a-638e-4543-8e9b-493931472434:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7146b68a-638e-4543-8e9b-493931472434:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-7146b68a-638e-4543-8e9b-493931472434.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-321dab8f-5e83-4ac1-a169-4de4bb65e9bb {
  text-align: center;
}




  #s-321dab8f-5e83-4ac1-a169-4de4bb65e9bb img.shogun-image {
    
    width: px;
  }


#s-321dab8f-5e83-4ac1-a169-4de4bb65e9bb .shogun-image-content {
  
    align-items: center;
  
}

#s-b615fe98-fce4-42fc-ad96-f6278182c98d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b615fe98-fce4-42fc-ad96-f6278182c98d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0620141c-e1e8-4910-bb14-ca39498059d1 {
  padding-bottom: 15px;
}

#s-c06d222a-a7ab-4f71-b69b-1190dd94e4da .shogun-icon-wrapper {
  text-align: center;
}


#s-c06d222a-a7ab-4f71-b69b-1190dd94e4da .shogun-icon-wrapper > .shogun-icon {

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

#s-89eadae3-f251-4204-9617-ec8ec3c2519f {
  min-height: 50px;
}
@media (max-width: 767px){#s-89eadae3-f251-4204-9617-ec8ec3c2519f {
  display: none;
}
#s-89eadae3-f251-4204-9617-ec8ec3c2519f, #wrap-s-89eadae3-f251-4204-9617-ec8ec3c2519f { display:none !important; }}







#s-89eadae3-f251-4204-9617-ec8ec3c2519f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89eadae3-f251-4204-9617-ec8ec3c2519f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b975d2cb-29a0-4f37-ae6d-124a378124d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-004c0bb1-46d8-474e-a802-f4af4371d41c {
  text-align: center;
}
@media (max-width: 767px){#s-004c0bb1-46d8-474e-a802-f4af4371d41c {
  display: none;
}
#s-004c0bb1-46d8-474e-a802-f4af4371d41c, #wrap-s-004c0bb1-46d8-474e-a802-f4af4371d41c { display:none !important; }}



  #s-004c0bb1-46d8-474e-a802-f4af4371d41c img.shogun-image {
    
    width: px;
  }


#s-004c0bb1-46d8-474e-a802-f4af4371d41c .shogun-image-content {
  
    align-items: center;
  
}

#s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917 {
  display: none;
}
#s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917, #wrap-s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3edd79b8-c8e9-4d3d-bca1-ab31128a0917"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16df0b31-f095-4bdd-8a04-e0cc7e7f3f7c {
  padding-bottom: 15px;
}

#s-c59c9ec7-31b1-4bb8-9d05-1f99c7d84737 .shogun-icon-wrapper {
  text-align: center;
}


#s-c59c9ec7-31b1-4bb8-9d05-1f99c7d84737 .shogun-icon-wrapper > .shogun-icon {

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

#s-665dd37c-f04d-4bc0-a1c4-cbd92ca08c60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-665dd37c-f04d-4bc0-a1c4-cbd92ca08c60 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6307b908-e56c-4083-8a3d-c33b1a8299f3 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-8b53fa85-89d8-4c6a-9114-126ccfee9b01 {
  text-align: center;
}




  #s-8b53fa85-89d8-4c6a-9114-126ccfee9b01 img.shogun-image {
    
    width: px;
  }


#s-8b53fa85-89d8-4c6a-9114-126ccfee9b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-111b6db0-8c6b-4da4-b12a-1140657d1f35 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-111b6db0-8c6b-4da4-b12a-1140657d1f35 {
  display: none;
}
#s-111b6db0-8c6b-4da4-b12a-1140657d1f35, #wrap-s-111b6db0-8c6b-4da4-b12a-1140657d1f35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-111b6db0-8c6b-4da4-b12a-1140657d1f35 {
  display: none;
}
#s-111b6db0-8c6b-4da4-b12a-1140657d1f35, #wrap-s-111b6db0-8c6b-4da4-b12a-1140657d1f35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-111b6db0-8c6b-4da4-b12a-1140657d1f35 {
  display: none;
}
#s-111b6db0-8c6b-4da4-b12a-1140657d1f35, #wrap-s-111b6db0-8c6b-4da4-b12a-1140657d1f35 { display:none !important; }}
@media (min-width: 0px) {
[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-111b6db0-8c6b-4da4-b12a-1140657d1f35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e5a324cf-da1d-4c18-8d41-a38378d9f613 {
  padding-bottom: 15px;
}

#s-ff70f499-7ea1-4a13-a300-0a4036d8ecce .shogun-icon-wrapper {
  text-align: center;
}


#s-ff70f499-7ea1-4a13-a300-0a4036d8ecce .shogun-icon-wrapper > .shogun-icon {

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

#s-0c8dd35c-dbb2-4835-be46-661caf92f002 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0c8dd35c-dbb2-4835-be46-661caf92f002:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c8dd35c-dbb2-4835-be46-661caf92f002:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-0c8dd35c-dbb2-4835-be46-661caf92f002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 {
  display: none;
}
#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2, #wrap-s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 {
  display: none;
}
#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2, #wrap-s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 {
  display: none;
}
#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2, #wrap-s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 { display:none !important; }}







#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b785b931-3d80-4b5d-a41b-7a9e75d6abb2.shg-box.shg-c {
  justify-content: center;
}

#s-be8a5450-c55b-49b7-8005-456aca4901b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be8a5450-c55b-49b7-8005-456aca4901b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30d4cacd-79cb-4122-bec7-dfa8e828658e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3f8abd8-a353-4111-995e-afb4079ace3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-beab2510-2c38-4d2e-b280-b3fd5933de8d {
  text-align: center;
}




  #s-beab2510-2c38-4d2e-b280-b3fd5933de8d img.shogun-image {
    
    width: px;
  }


#s-beab2510-2c38-4d2e-b280-b3fd5933de8d .shogun-image-content {
  
    align-items: center;
  
}

#s-e6a257af-c0be-44e1-9b81-6522ef6d56c5 {
  text-align: center;
}
@media (max-width: 767px){#s-e6a257af-c0be-44e1-9b81-6522ef6d56c5 {
  display: none;
}
#s-e6a257af-c0be-44e1-9b81-6522ef6d56c5, #wrap-s-e6a257af-c0be-44e1-9b81-6522ef6d56c5 { display:none !important; }}



  #s-e6a257af-c0be-44e1-9b81-6522ef6d56c5 img.shogun-image {
    
    width: px;
  }


#s-e6a257af-c0be-44e1-9b81-6522ef6d56c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb546b83-4d96-454b-83ac-f05fe02c07d2 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-eb546b83-4d96-454b-83ac-f05fe02c07d2 {
  display: none;
}
#s-eb546b83-4d96-454b-83ac-f05fe02c07d2, #wrap-s-eb546b83-4d96-454b-83ac-f05fe02c07d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb546b83-4d96-454b-83ac-f05fe02c07d2 {
  display: none;
}
#s-eb546b83-4d96-454b-83ac-f05fe02c07d2, #wrap-s-eb546b83-4d96-454b-83ac-f05fe02c07d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb546b83-4d96-454b-83ac-f05fe02c07d2 {
  display: none;
}
#s-eb546b83-4d96-454b-83ac-f05fe02c07d2, #wrap-s-eb546b83-4d96-454b-83ac-f05fe02c07d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb546b83-4d96-454b-83ac-f05fe02c07d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-221a04cc-1878-41b9-9e6d-4aa8dbfc4e5b {
  padding-bottom: 15px;
}

#s-2ca31cec-8520-4d14-ac16-ce76932a4197 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ca31cec-8520-4d14-ac16-ce76932a4197 .shogun-icon-wrapper > .shogun-icon {

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

#s-0d713aee-2537-4b2a-8c9b-b911ca853d55 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0d713aee-2537-4b2a-8c9b-b911ca853d55:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d713aee-2537-4b2a-8c9b-b911ca853d55:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-0d713aee-2537-4b2a-8c9b-b911ca853d55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-5b8ed347-6320-4e89-ad3f-bfc414d89983 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-5b8ed347-6320-4e89-ad3f-bfc414d89983 {
  display: none;
}
#s-5b8ed347-6320-4e89-ad3f-bfc414d89983, #wrap-s-5b8ed347-6320-4e89-ad3f-bfc414d89983 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b8ed347-6320-4e89-ad3f-bfc414d89983"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6bd8cb32-0709-4ccc-858e-b8059f4e9391 {
  padding-bottom: 15px;
}

#s-5935a9a7-5fba-47da-9ad8-112b32fb6cd7 .shogun-icon-wrapper {
  text-align: center;
}


#s-5935a9a7-5fba-47da-9ad8-112b32fb6cd7 .shogun-icon-wrapper > .shogun-icon {

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

#s-b032b4e0-5d89-4c96-9b5e-3948ea436c13 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b032b4e0-5d89-4c96-9b5e-3948ea436c13 {
  display: none;
}
#s-b032b4e0-5d89-4c96-9b5e-3948ea436c13, #wrap-s-b032b4e0-5d89-4c96-9b5e-3948ea436c13 { display:none !important; }}







#s-b032b4e0-5d89-4c96-9b5e-3948ea436c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b032b4e0-5d89-4c96-9b5e-3948ea436c13.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9c0d827f-df99-46cf-8a86-9a83944f5a18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-71911412-555d-488e-9adf-c5f10076972d {
  text-align: center;
}
@media (max-width: 767px){#s-71911412-555d-488e-9adf-c5f10076972d {
  display: none;
}
#s-71911412-555d-488e-9adf-c5f10076972d, #wrap-s-71911412-555d-488e-9adf-c5f10076972d { display:none !important; }}



  #s-71911412-555d-488e-9adf-c5f10076972d img.shogun-image {
    
    width: px;
  }


#s-71911412-555d-488e-9adf-c5f10076972d .shogun-image-content {
  
    align-items: center;
  
}

#s-124eb423-013a-4753-96a5-a5cbd2372cb6 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-124eb423-013a-4753-96a5-a5cbd2372cb6 {
  display: none;
}
#s-124eb423-013a-4753-96a5-a5cbd2372cb6, #wrap-s-124eb423-013a-4753-96a5-a5cbd2372cb6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8cc133b5-54f1-42e0-83ae-76f2efba78e0 {
  padding-bottom: 15px;
}

#s-6c48995f-e1c2-47bf-991a-0d67951bf4fd .shogun-icon-wrapper {
  text-align: center;
}


#s-6c48995f-e1c2-47bf-991a-0d67951bf4fd .shogun-icon-wrapper > .shogun-icon {

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

#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 {
  display: none;
}
#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003, #wrap-s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 {
  display: none;
}
#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003, #wrap-s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 {
  display: none;
}
#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003, #wrap-s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 { display:none !important; }}







#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4e7b8f-0a08-401f-a4be-806b9b17c003.shg-box.shg-c {
  justify-content: center;
}

#s-930acfe5-2a63-45f9-8bfb-a58282d120a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-930acfe5-2a63-45f9-8bfb-a58282d120a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b8e0bf2f-5e8d-437d-b3a7-bc8e88628bf7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f6ea64b4-79c9-40a0-901a-3abb44f787fd {
  text-align: center;
}




  #s-f6ea64b4-79c9-40a0-901a-3abb44f787fd img.shogun-image {
    
    width: px;
  }


#s-f6ea64b4-79c9-40a0-901a-3abb44f787fd .shogun-image-content {
  
    align-items: center;
  
}

#s-0e022050-f8f9-4212-bfc5-83067ac5ed59 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-0e022050-f8f9-4212-bfc5-83067ac5ed59 {
  display: none;
}
#s-0e022050-f8f9-4212-bfc5-83067ac5ed59, #wrap-s-0e022050-f8f9-4212-bfc5-83067ac5ed59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e022050-f8f9-4212-bfc5-83067ac5ed59 {
  display: none;
}
#s-0e022050-f8f9-4212-bfc5-83067ac5ed59, #wrap-s-0e022050-f8f9-4212-bfc5-83067ac5ed59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e022050-f8f9-4212-bfc5-83067ac5ed59 {
  display: none;
}
#s-0e022050-f8f9-4212-bfc5-83067ac5ed59, #wrap-s-0e022050-f8f9-4212-bfc5-83067ac5ed59 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0e022050-f8f9-4212-bfc5-83067ac5ed59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-41458d2f-7953-4896-8a77-44e6c3eb0a31 {
  padding-bottom: 15px;
}

#s-8694c4cc-551b-45f0-8cb2-b1b7c49e49c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-8694c4cc-551b-45f0-8cb2-b1b7c49e49c3 .shogun-icon-wrapper > .shogun-icon {

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

#s-86ba37f6-6cea-4216-8112-6b0b38a2270f {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-86ba37f6-6cea-4216-8112-6b0b38a2270f:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86ba37f6-6cea-4216-8112-6b0b38a2270f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-86ba37f6-6cea-4216-8112-6b0b38a2270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 {
  display: none;
}
#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0, #wrap-s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 {
  display: none;
}
#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0, #wrap-s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 {
  display: none;
}
#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0, #wrap-s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 { display:none !important; }}







#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cdcfb6c-76e6-4671-9295-5f10af214ef0.shg-box.shg-c {
  justify-content: center;
}

#s-ffa6441b-4995-4397-b070-dca543aabcfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffa6441b-4995-4397-b070-dca543aabcfa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Majesti Banner;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7109d8c8-c22f-4f8f-9d5c-a241674d9207 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-052e0c97-90f4-48d8-bc60-4acef9ee79e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10856d3a-8d12-4c7f-8d87-ebbee5327c25 {
  text-align: center;
}




  #s-10856d3a-8d12-4c7f-8d87-ebbee5327c25 img.shogun-image {
    
    width: px;
  }


#s-10856d3a-8d12-4c7f-8d87-ebbee5327c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d39617-c70e-4963-a645-71312a1bd41f {
  text-align: center;
}
@media (max-width: 767px){#s-a5d39617-c70e-4963-a645-71312a1bd41f {
  display: none;
}
#s-a5d39617-c70e-4963-a645-71312a1bd41f, #wrap-s-a5d39617-c70e-4963-a645-71312a1bd41f { display:none !important; }}



  #s-a5d39617-c70e-4963-a645-71312a1bd41f img.shogun-image {
    
    width: px;
  }


#s-a5d39617-c70e-4963-a645-71312a1bd41f .shogun-image-content {
  
    align-items: center;
  
}

#s-36e32227-bb59-4c50-8451-071f86db7043 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-36e32227-bb59-4c50-8451-071f86db7043 {
  display: none;
}
#s-36e32227-bb59-4c50-8451-071f86db7043, #wrap-s-36e32227-bb59-4c50-8451-071f86db7043 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36e32227-bb59-4c50-8451-071f86db7043 {
  display: none;
}
#s-36e32227-bb59-4c50-8451-071f86db7043, #wrap-s-36e32227-bb59-4c50-8451-071f86db7043 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36e32227-bb59-4c50-8451-071f86db7043 {
  display: none;
}
#s-36e32227-bb59-4c50-8451-071f86db7043, #wrap-s-36e32227-bb59-4c50-8451-071f86db7043 { display:none !important; }}
@media (min-width: 0px) {
[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36e32227-bb59-4c50-8451-071f86db7043"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3062edd-c416-40b4-a9d5-f00151431e3a {
  padding-bottom: 15px;
}

#s-c9bafe3a-4cc4-4e43-9b35-8d995090918a .shogun-icon-wrapper {
  text-align: center;
}


#s-c9bafe3a-4cc4-4e43-9b35-8d995090918a .shogun-icon-wrapper > .shogun-icon {

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

#s-7ff35750-39ff-4747-a8d3-9f836d7988e3 {
  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: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7ff35750-39ff-4747-a8d3-9f836d7988e3:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ff35750-39ff-4747-a8d3-9f836d7988e3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-7ff35750-39ff-4747-a8d3-9f836d7988e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-dc9b672f-d006-45e7-9e14-d1447392a79f {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-dc9b672f-d006-45e7-9e14-d1447392a79f {
  display: none;
}
#s-dc9b672f-d006-45e7-9e14-d1447392a79f, #wrap-s-dc9b672f-d006-45e7-9e14-d1447392a79f { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9b672f-d006-45e7-9e14-d1447392a79f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-42bab2e1-5836-44ad-892e-74e17188b5b9 {
  padding-bottom: 15px;
}

#s-abb94a93-daa6-4238-9881-0bbbea829a6e .shogun-icon-wrapper {
  text-align: center;
}


#s-abb94a93-daa6-4238-9881-0bbbea829a6e .shogun-icon-wrapper > .shogun-icon {

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

#s-5991494e-9600-403d-b290-6890266886f0 {
  min-height: 50px;
}








#s-5991494e-9600-403d-b290-6890266886f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5991494e-9600-403d-b290-6890266886f0.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;
}