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

#s-d2840281-9370-47f2-9895-de9127cff7fc {
  min-height: 50px;
}








#s-d2840281-9370-47f2-9895-de9127cff7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2840281-9370-47f2-9895-de9127cff7fc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-6586dd10-2c27-4674-a49a-824a299d12fa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6586dd10-2c27-4674-a49a-824a299d12fa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6586dd10-2c27-4674-a49a-824a299d12fa .shg-sld-nav-button.shg-sld-left,
#s-6586dd10-2c27-4674-a49a-824a299d12fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-be891df5-fcd0-4424-b64f-3e49215638d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dc9b0e4b-8474-4a99-aee3-795576998b83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc9b0e4b-8474-4a99-aee3-795576998b83 .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-6e8cf5cb-a166-45f2-80ed-fc912bac08d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e8cf5cb-a166-45f2-80ed-fc912bac08d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61442a32-e7a5-4801-9d4a-3c945837983e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61442a32-e7a5-4801-9d4a-3c945837983e {
  display: none;
}
#s-61442a32-e7a5-4801-9d4a-3c945837983e, #wrap-s-61442a32-e7a5-4801-9d4a-3c945837983e { display:none !important; }}@media (max-width: 767px){#s-61442a32-e7a5-4801-9d4a-3c945837983e {
  display: none;
}
#s-61442a32-e7a5-4801-9d4a-3c945837983e, #wrap-s-61442a32-e7a5-4801-9d4a-3c945837983e { display:none !important; }}



  #s-61442a32-e7a5-4801-9d4a-3c945837983e img.shogun-image {
    
    width: px;
  }


#s-61442a32-e7a5-4801-9d4a-3c945837983e .shogun-image-content {
  
    align-items: center;
  
}

#s-d773d1eb-66a8-49b8-81e0-cde1009eaff4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-66b8f224-4a61-4361-95bf-f026e1c51e7f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-66b8f224-4a61-4361-95bf-f026e1c51e7f {
  display: none;
}
#s-66b8f224-4a61-4361-95bf-f026e1c51e7f, #wrap-s-66b8f224-4a61-4361-95bf-f026e1c51e7f { display:none !important; }}@media (max-width: 767px){#s-66b8f224-4a61-4361-95bf-f026e1c51e7f {
  display: none;
}
#s-66b8f224-4a61-4361-95bf-f026e1c51e7f, #wrap-s-66b8f224-4a61-4361-95bf-f026e1c51e7f { display:none !important; }}



  #s-66b8f224-4a61-4361-95bf-f026e1c51e7f img.shogun-image {
    
    width: px;
  }


#s-66b8f224-4a61-4361-95bf-f026e1c51e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-2df9549d-3dcf-45ed-91f0-50ca7937ad9a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-23627913-bfb7-47cd-9dcd-be53c10f0d0b {
  text-align: center;
}




  #s-23627913-bfb7-47cd-9dcd-be53c10f0d0b img.shogun-image {
    
    width: px;
  }


#s-23627913-bfb7-47cd-9dcd-be53c10f0d0b .shogun-image-content {
  
    align-items: center;
  
}

#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 {
  display: none;
}
#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21, #wrap-s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 {
  display: none;
}
#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21, #wrap-s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 {
  display: none;
}
#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21, #wrap-s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 { display:none !important; }}







#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dff5cfc0-1193-4a0c-8c78-349f10c4de21.shg-box.shg-c {
  justify-content: center;
}

#s-d81cc6a8-bc82-406b-a42b-e05eab512a60 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-d81cc6a8-bc82-406b-a42b-e05eab512a60 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d81cc6a8-bc82-406b-a42b-e05eab512a60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-46cfa8c9-c411-4fb9-bc00-7c5d30664c70 {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd4576c-fc8e-439c-a553-427e2dd0e155"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e4e02e4-0937-4b9f-a69b-75a26b99f842 .shogun-icon-wrapper {
  text-align: right;
}


#s-7e4e02e4-0937-4b9f-a69b-75a26b99f842 .shogun-icon-wrapper > .shogun-icon {

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

#s-f5a5a191-9742-4e70-b201-f914a30e2eed .shogun-icon-wrapper {
  text-align: left;
}


#s-f5a5a191-9742-4e70-b201-f914a30e2eed .shogun-icon-wrapper > .shogun-icon {

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

#s-7e07afce-8f15-41f9-a291-fe2261904917 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6e5467b5-ca22-482a-a229-8d431699d77c {
  text-align: center;
}
@media (max-width: 767px){#s-6e5467b5-ca22-482a-a229-8d431699d77c {
  display: none;
}
#s-6e5467b5-ca22-482a-a229-8d431699d77c, #wrap-s-6e5467b5-ca22-482a-a229-8d431699d77c { display:none !important; }}



  #s-6e5467b5-ca22-482a-a229-8d431699d77c img.shogun-image {
    
    width: px;
  }


#s-6e5467b5-ca22-482a-a229-8d431699d77c .shogun-image-content {
  
    align-items: center;
  
}

#s-d40a29e0-3ba3-4092-8acd-55a14084f57a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d40a29e0-3ba3-4092-8acd-55a14084f57a .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-e43e6a60-d763-4018-ac45-5920da71e49d {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-dad72f18-2dcc-43d0-8a54-8a0779a9a7e9 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f {
  display: none;
}
#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f, #wrap-s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f { display:none !important; }}@media (max-width: 767px){#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f {
  display: none;
}
#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f, #wrap-s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed514f11-4d36-4759-a5ee-538735222607 {
  text-align: center;
}




  #s-ed514f11-4d36-4759-a5ee-538735222607 img.shogun-image {
    
    width: px;
  }


#s-ed514f11-4d36-4759-a5ee-538735222607 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}@media (max-width: 767px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}







#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9.shg-box.shg-c {
  justify-content: center;
}

#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 {
  text-align: center;
}
@media (max-width: 767px){#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 {
  
}
}



  #s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 img.shogun-image {
    
    width: px;
  }


#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  text-align: center;
}
@media (min-width: 1200px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (max-width: 767px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  
}
}



  #s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 img.shogun-image {
    
    width: px;
  }


#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}







#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7.shg-box.shg-c {
  justify-content: center;
}

#s-ada28e61-eec1-44f1-a664-60e8736ca4d3 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-ada28e61-eec1-44f1-a664-60e8736ca4d3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-85b258d4-3bcd-43a7-86a2-5c3e887f45ed {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f9e2273-d9fd-44fa-803b-c4a638776d1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-209bf86a-5a28-431a-8b48-7b6a8fe3a950 .shogun-icon-wrapper {
  text-align: right;
}


#s-209bf86a-5a28-431a-8b48-7b6a8fe3a950 .shogun-icon-wrapper > .shogun-icon {

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

#s-8e8efc42-b173-4622-ac72-86dc9c52847d .shogun-icon-wrapper {
  text-align: left;
}


#s-8e8efc42-b173-4622-ac72-86dc9c52847d .shogun-icon-wrapper > .shogun-icon {

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

#s-228ee1db-96f7-45df-9074-dcebb578491d {
  min-height: 50px;
}








#s-228ee1db-96f7-45df-9074-dcebb578491d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-228ee1db-96f7-45df-9074-dcebb578491d.shg-box.shg-c {
  justify-content: center;
}

#s-93997aca-9dee-496f-9630-1c7c404a1b01 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d3a5acb1-e6b2-4a18-bccb-369fac48ad0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3a5acb1-e6b2-4a18-bccb-369fac48ad0e .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-5d855a25-a5fe-4647-b9dc-8aaaa8c7baae {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e3f6e941-1126-4c0e-a42b-98e000241a7d {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-12a07555-0461-4e13-9f7f-1109f2a70c33 {
  
}
}@media (max-width: 767px){#s-12a07555-0461-4e13-9f7f-1109f2a70c33 {
  display: none;
}
#s-12a07555-0461-4e13-9f7f-1109f2a70c33, #wrap-s-12a07555-0461-4e13-9f7f-1109f2a70c33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 {
  text-align: center;
}




  #s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 img.shogun-image {
    
    width: px;
  }


#s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-34815008-ef02-4336-8cf4-38de653e072e {
  text-align: center;
}




  #s-34815008-ef02-4336-8cf4-38de653e072e img.shogun-image {
    
    width: px;
  }


#s-34815008-ef02-4336-8cf4-38de653e072e .shogun-image-content {
  
    align-items: center;
  
}

#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  text-align: center;
}
@media (min-width: 1200px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}



  #s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be img.shogun-image {
    
    width: px;
  }


#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be .shogun-image-content {
  
    align-items: center;
  
}

#s-4f7157e1-490f-4574-8b8d-d1bde71b9e54 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-28cded7b-c93a-4564-96f1-b3628256de2e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-afea4224-db87-41c1-98fd-d22a10fc5f77 {
  padding-bottom: 15px;
}

#s-34ab4e05-98e2-4c17-bd29-e7d066d0d25b .shogun-icon-wrapper {
  text-align: center;
}


#s-34ab4e05-98e2-4c17-bd29-e7d066d0d25b .shogun-icon-wrapper > .shogun-icon {

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

#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab {
  text-align: center;
}
@media (max-width: 767px){#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab {
  display: none;
}
#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab, #wrap-s-20c0e5de-d40a-432f-959b-f7c2d23c86ab { display:none !important; }}



  #s-20c0e5de-d40a-432f-959b-f7c2d23c86ab img.shogun-image {
    
    width: px;
  }


#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab .shogun-image-content {
  
    align-items: center;
  
}

#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694 {
  min-height: 50px;
}








#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694.shg-box.shg-c {
  justify-content: center;
}

#s-cd201edd-f4bb-4425-a639-8a0d5153977d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fa79c6df-499f-4238-9177-d56b0ab6d0b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa79c6df-499f-4238-9177-d56b0ab6d0b7 .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-0783fa37-ddda-4721-b63d-618d5d971526 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a5250855-2c5e-4313-94a3-b52b4d21fcc3 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-70b2122c-9935-46d4-ab00-b31ad01d38a6 {
  
}
}@media (max-width: 767px){#s-70b2122c-9935-46d4-ab00-b31ad01d38a6 {
  display: none;
}
#s-70b2122c-9935-46d4-ab00-b31ad01d38a6, #wrap-s-70b2122c-9935-46d4-ab00-b31ad01d38a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c53e6858-bfa4-484b-8a53-df72893473d9 {
  text-align: center;
}




  #s-c53e6858-bfa4-484b-8a53-df72893473d9 img.shogun-image {
    
    width: px;
  }


#s-c53e6858-bfa4-484b-8a53-df72893473d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-185f1df9-b07a-4ed1-8646-5d197de4342e {
  text-align: center;
}




  #s-185f1df9-b07a-4ed1-8646-5d197de4342e img.shogun-image {
    
    width: px;
  }


#s-185f1df9-b07a-4ed1-8646-5d197de4342e .shogun-image-content {
  
    align-items: center;
  
}

#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  text-align: center;
}
@media (min-width: 1200px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}



  #s-b10534cd-a92e-4829-9da8-4ab95aa22892 img.shogun-image {
    
    width: px;
  }


#s-b10534cd-a92e-4829-9da8-4ab95aa22892 .shogun-image-content {
  
    align-items: center;
  
}

#s-d77bef9a-f425-41c8-ba36-1ec3308e15a7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e61716d1-0c63-4a8d-93ad-fb239b21e79f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ca1d0e81-83b7-4c48-b974-e6b495ffb77b {
  padding-bottom: 15px;
}

#s-98a94c99-1b8a-4627-9131-44a0b7810ef9 .shogun-icon-wrapper {
  text-align: center;
}


#s-98a94c99-1b8a-4627-9131-44a0b7810ef9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 {
  text-align: center;
}
@media (max-width: 767px){#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 {
  display: none;
}
#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34, #wrap-s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 { display:none !important; }}



  #s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 img.shogun-image {
    
    width: px;
  }


#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d09ef31-67aa-4803-b06e-3418e063e2d2 {
  min-height: 50px;
}








#s-6d09ef31-67aa-4803-b06e-3418e063e2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d09ef31-67aa-4803-b06e-3418e063e2d2.shg-box.shg-c {
  justify-content: center;
}

#s-65d0c535-465a-42a6-82c1-083c6bceebcb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-65d0c535-465a-42a6-82c1-083c6bceebcb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-65d0c535-465a-42a6-82c1-083c6bceebcb .shg-sld-nav-button.shg-sld-left,
#s-65d0c535-465a-42a6-82c1-083c6bceebcb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d3e69a6-2b95-4760-b5a7-e86cd4d46f7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-eb27aabe-c667-4919-b3f1-8bb1adf78849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb27aabe-c667-4919-b3f1-8bb1adf78849 .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-74f3db0e-032f-4f71-b995-f12869e092ff {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74f3db0e-032f-4f71-b995-f12869e092ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-65ffe326-ef7e-4d51-9f50-b2990a56d692 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65ffe326-ef7e-4d51-9f50-b2990a56d692 {
  display: none;
}
#s-65ffe326-ef7e-4d51-9f50-b2990a56d692, #wrap-s-65ffe326-ef7e-4d51-9f50-b2990a56d692 { display:none !important; }}@media (max-width: 767px){#s-65ffe326-ef7e-4d51-9f50-b2990a56d692 {
  display: none;
}
#s-65ffe326-ef7e-4d51-9f50-b2990a56d692, #wrap-s-65ffe326-ef7e-4d51-9f50-b2990a56d692 { display:none !important; }}



  #s-65ffe326-ef7e-4d51-9f50-b2990a56d692 img.shogun-image {
    
    width: px;
  }


#s-65ffe326-ef7e-4d51-9f50-b2990a56d692 .shogun-image-content {
  
    align-items: center;
  
}

#s-115656f5-80e5-457d-972c-f150e123d847 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 {
  display: none;
}
#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18, #wrap-s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 { display:none !important; }}@media (max-width: 767px){#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 {
  display: none;
}
#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18, #wrap-s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 { display:none !important; }}



  #s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 img.shogun-image {
    
    width: px;
  }


#s-17c36c63-6d48-42ad-ac31-0bdcbc36bc18 .shogun-image-content {
  
    align-items: center;
  
}

#s-29010a51-cbd8-4d9e-8910-e4be1e4926b6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5e2201c9-bdf9-4040-a79d-7c9c63bd8c7d {
  text-align: center;
}




  #s-5e2201c9-bdf9-4040-a79d-7c9c63bd8c7d img.shogun-image {
    
    width: px;
  }


#s-5e2201c9-bdf9-4040-a79d-7c9c63bd8c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-acb0ef5e-898e-4c9d-a36b-568cbff03036 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-acb0ef5e-898e-4c9d-a36b-568cbff03036 {
  display: none;
}
#s-acb0ef5e-898e-4c9d-a36b-568cbff03036, #wrap-s-acb0ef5e-898e-4c9d-a36b-568cbff03036 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb0ef5e-898e-4c9d-a36b-568cbff03036 {
  display: none;
}
#s-acb0ef5e-898e-4c9d-a36b-568cbff03036, #wrap-s-acb0ef5e-898e-4c9d-a36b-568cbff03036 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acb0ef5e-898e-4c9d-a36b-568cbff03036 {
  display: none;
}
#s-acb0ef5e-898e-4c9d-a36b-568cbff03036, #wrap-s-acb0ef5e-898e-4c9d-a36b-568cbff03036 { display:none !important; }}







#s-acb0ef5e-898e-4c9d-a36b-568cbff03036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb0ef5e-898e-4c9d-a36b-568cbff03036.shg-box.shg-c {
  justify-content: center;
}

#s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86ade667-5fa0-4338-aa89-e2e1d6fd5d1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc13eedf-14d8-4348-95be-6b693fc45045 {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f90a5ea5-56d2-4ed9-af60-66bdfab76870"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69d39280-f4af-4a6d-9afe-d5be31e6c8f1 .shogun-icon-wrapper {
  text-align: right;
}


#s-69d39280-f4af-4a6d-9afe-d5be31e6c8f1 .shogun-icon-wrapper > .shogun-icon {

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

#s-15bf4cfb-6d60-4fd5-86d9-2023df2c3536 .shogun-icon-wrapper {
  text-align: left;
}


#s-15bf4cfb-6d60-4fd5-86d9-2023df2c3536 .shogun-icon-wrapper > .shogun-icon {

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

#s-267a2de6-399d-49be-834a-c1df72e0ea89 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-267a2de6-399d-49be-834a-c1df72e0ea89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-541c26a5-a723-462d-bd58-dbeff195c779 {
  text-align: center;
}
@media (max-width: 767px){#s-541c26a5-a723-462d-bd58-dbeff195c779 {
  display: none;
}
#s-541c26a5-a723-462d-bd58-dbeff195c779, #wrap-s-541c26a5-a723-462d-bd58-dbeff195c779 { display:none !important; }}



  #s-541c26a5-a723-462d-bd58-dbeff195c779 img.shogun-image {
    
    width: px;
  }


#s-541c26a5-a723-462d-bd58-dbeff195c779 .shogun-image-content {
  
    align-items: center;
  
}

#s-48c1843b-f28a-452d-9fcf-9eda92da831c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48c1843b-f28a-452d-9fcf-9eda92da831c .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-1983bdf5-2370-4255-a6e2-8521c730e83f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a020f2ba-6c2d-4685-99c6-012ee3e411e3 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-0d5a41e9-7775-4903-9e22-b1b3c87903d5 {
  display: none;
}
#s-0d5a41e9-7775-4903-9e22-b1b3c87903d5, #wrap-s-0d5a41e9-7775-4903-9e22-b1b3c87903d5 { display:none !important; }}@media (max-width: 767px){#s-0d5a41e9-7775-4903-9e22-b1b3c87903d5 {
  display: none;
}
#s-0d5a41e9-7775-4903-9e22-b1b3c87903d5, #wrap-s-0d5a41e9-7775-4903-9e22-b1b3c87903d5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d5a41e9-7775-4903-9e22-b1b3c87903d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-506ecb21-7830-4d16-b52d-112fe7378ecd {
  text-align: center;
}




  #s-506ecb21-7830-4d16-b52d-112fe7378ecd img.shogun-image {
    
    width: px;
  }


#s-506ecb21-7830-4d16-b52d-112fe7378ecd .shogun-image-content {
  
    align-items: center;
  
}

#s-8b172424-e438-49b5-9dd3-6f73b362e747 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8b172424-e438-49b5-9dd3-6f73b362e747 {
  display: none;
}
#s-8b172424-e438-49b5-9dd3-6f73b362e747, #wrap-s-8b172424-e438-49b5-9dd3-6f73b362e747 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b172424-e438-49b5-9dd3-6f73b362e747 {
  display: none;
}
#s-8b172424-e438-49b5-9dd3-6f73b362e747, #wrap-s-8b172424-e438-49b5-9dd3-6f73b362e747 { display:none !important; }}@media (max-width: 767px){#s-8b172424-e438-49b5-9dd3-6f73b362e747 {
  display: none;
}
#s-8b172424-e438-49b5-9dd3-6f73b362e747, #wrap-s-8b172424-e438-49b5-9dd3-6f73b362e747 { display:none !important; }}







#s-8b172424-e438-49b5-9dd3-6f73b362e747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b172424-e438-49b5-9dd3-6f73b362e747.shg-box.shg-c {
  justify-content: center;
}

#s-1cfc4bfe-2fb6-4061-b865-23dc8e732e07 {
  text-align: center;
}
@media (max-width: 767px){#s-1cfc4bfe-2fb6-4061-b865-23dc8e732e07 {
  
}
}



  #s-1cfc4bfe-2fb6-4061-b865-23dc8e732e07 img.shogun-image {
    
    width: px;
  }


#s-1cfc4bfe-2fb6-4061-b865-23dc8e732e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 {
  display: none;
}
#s-a9336788-aae0-476c-b91f-d4066d8fd4d8, #wrap-s-a9336788-aae0-476c-b91f-d4066d8fd4d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 {
  display: none;
}
#s-a9336788-aae0-476c-b91f-d4066d8fd4d8, #wrap-s-a9336788-aae0-476c-b91f-d4066d8fd4d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 {
  display: none;
}
#s-a9336788-aae0-476c-b91f-d4066d8fd4d8, #wrap-s-a9336788-aae0-476c-b91f-d4066d8fd4d8 { display:none !important; }}@media (max-width: 767px){#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 {
  
}
}



  #s-a9336788-aae0-476c-b91f-d4066d8fd4d8 img.shogun-image {
    
    width: px;
  }


#s-a9336788-aae0-476c-b91f-d4066d8fd4d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-70c35877-f518-40a3-88b2-c570da046722 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-70c35877-f518-40a3-88b2-c570da046722 {
  display: none;
}
#s-70c35877-f518-40a3-88b2-c570da046722, #wrap-s-70c35877-f518-40a3-88b2-c570da046722 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c35877-f518-40a3-88b2-c570da046722 {
  display: none;
}
#s-70c35877-f518-40a3-88b2-c570da046722, #wrap-s-70c35877-f518-40a3-88b2-c570da046722 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c35877-f518-40a3-88b2-c570da046722 {
  display: none;
}
#s-70c35877-f518-40a3-88b2-c570da046722, #wrap-s-70c35877-f518-40a3-88b2-c570da046722 { display:none !important; }}







#s-70c35877-f518-40a3-88b2-c570da046722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70c35877-f518-40a3-88b2-c570da046722.shg-box.shg-c {
  justify-content: center;
}

#s-cec57db2-524a-4520-8845-851bf8cf9cb1 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-cec57db2-524a-4520-8845-851bf8cf9cb1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cec57db2-524a-4520-8845-851bf8cf9cb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ba428992-960b-44a2-8acd-2ca1835ef2d8 {
  margin-bottom: 0px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9655dd2e-8484-49eb-9025-200b6214194f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-14a79c33-63c8-45c5-bcee-6693f8b254ee .shogun-icon-wrapper {
  text-align: right;
}


#s-14a79c33-63c8-45c5-bcee-6693f8b254ee .shogun-icon-wrapper > .shogun-icon {

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

#s-d6386214-aed1-41ec-bdec-356715fa7df7 .shogun-icon-wrapper {
  text-align: left;
}


#s-d6386214-aed1-41ec-bdec-356715fa7df7 .shogun-icon-wrapper > .shogun-icon {

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

#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2 {
  min-height: 50px;
}








#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2.shg-box.shg-c {
  justify-content: center;
}

#s-164fe134-a966-496d-ad73-f4677cf004df {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-nav-button.shg-sld-left,
#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

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

#s-4902609d-f31d-48a6-b878-6d50710d2545 {
  text-align: center;
}
@media (max-width: 767px){#s-4902609d-f31d-48a6-b878-6d50710d2545 {
  display: none;
}
#s-4902609d-f31d-48a6-b878-6d50710d2545, #wrap-s-4902609d-f31d-48a6-b878-6d50710d2545 { display:none !important; }}



  #s-4902609d-f31d-48a6-b878-6d50710d2545 img.shogun-image {
    
    width: px;
  }


#s-4902609d-f31d-48a6-b878-6d50710d2545 .shogun-image-content {
  
    align-items: 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;
}

@media (min-width: 0px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56dbf337-d4d9-4950-a20b-ea489bf3df60 .shogun-icon-wrapper {
  text-align: right;
}


#s-56dbf337-d4d9-4950-a20b-ea489bf3df60 .shogun-icon-wrapper > .shogun-icon {

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

#s-69942666-61fa-4f86-9e5a-c2d4bd71ca4d .shogun-icon-wrapper {
  text-align: left;
}


#s-69942666-61fa-4f86-9e5a-c2d4bd71ca4d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 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: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#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 (max-width: 767px){#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-53d4879c-944f-47c9-aba6-7a1792a9af24 {
  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-92fe022f-722c-4e4a-beff-8b645d970adb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-20a30e2f-016f-4663-86fd-e491beaabc15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20a30e2f-016f-4663-86fd-e491beaabc15 .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-19c49a1f-4faf-4ddf-b849-5c5264573946 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-166a20e0-d352-48ce-be0c-1f82b20ca00d {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e {
  
}
}@media (max-width: 767px){#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e {
  display: none;
}
#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e, #wrap-s-e3aa2cf5-79a5-43d8-85d8-186201efa58e { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-de01e327-b20b-4718-89e4-d94d81e3ffc9 {
  text-align: center;
}




  #s-de01e327-b20b-4718-89e4-d94d81e3ffc9 img.shogun-image {
    
    width: px;
  }


#s-de01e327-b20b-4718-89e4-d94d81e3ffc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-93a020b2-0347-417f-a2aa-130728fef634 {
  text-align: center;
}




  #s-93a020b2-0347-417f-a2aa-130728fef634 img.shogun-image {
    
    width: px;
  }


#s-93a020b2-0347-417f-a2aa-130728fef634 .shogun-image-content {
  
    align-items: center;
  
}

#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  text-align: center;
}
@media (min-width: 1200px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}



  #s-6846c1d9-49c0-453f-a535-dd29ee32e451 img.shogun-image {
    
    width: px;
  }


#s-6846c1d9-49c0-453f-a535-dd29ee32e451 .shogun-image-content {
  
    align-items: center;
  
}

#s-59018f02-c4f8-4874-84ea-807a1def871e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ea510495-ac97-46d3-9058-7fe69185a90f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ef7fd04f-6629-49cf-bfe1-48ddf7313460 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef7fd04f-6629-49cf-bfe1-48ddf7313460 .shogun-icon-wrapper > .shogun-icon {

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

#s-a7816e41-676e-488d-a30d-2e14ba5f54b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7816e41-676e-488d-a30d-2e14ba5f54b4 .shogun-icon-wrapper > .shogun-icon {

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

#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 {
  text-align: center;
}
@media (max-width: 767px){#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 {
  display: none;
}
#s-b786ee13-30c3-47c1-a4ed-f69d333ea938, #wrap-s-b786ee13-30c3-47c1-a4ed-f69d333ea938 { display:none !important; }}



  #s-b786ee13-30c3-47c1-a4ed-f69d333ea938 img.shogun-image {
    
    width: px;
  }


#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5 {
  min-height: 50px;
}








#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 {
  text-align: center;
}
@media (max-width: 767px){#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 {
  display: none;
}
#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3, #wrap-s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 { display:none !important; }}



  #s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 img.shogun-image {
    
    width: px;
  }


#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fa332af-6284-43c0-ad7e-904863f4fd23 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-4fa332af-6284-43c0-ad7e-904863f4fd23 {
  display: none;
}
#s-4fa332af-6284-43c0-ad7e-904863f4fd23, #wrap-s-4fa332af-6284-43c0-ad7e-904863f4fd23 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3343ef52-f65e-444b-94fc-5d8916dc3f11 {
  padding-bottom: 15px;
}

#s-b4417104-8e14-40f4-84c8-5fda1d7c3369 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4417104-8e14-40f4-84c8-5fda1d7c3369 .shogun-icon-wrapper > .shogun-icon {

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

#s-35ceea87-bab6-4820-94d3-26650680b1f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ceea87-bab6-4820-94d3-26650680b1f8 .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-2d28b2f4-e847-4e4e-a114-63846040cd07 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-418abf86-e560-41d7-af8f-e88cb5a174ef {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-edd71fa6-7265-45da-b016-2b10b9b3dbf3 {
  padding-bottom: 15px;
}

#s-3a211116-6473-47a3-bf3d-80ba60b6ffbe .shogun-icon-wrapper {
  text-align: center;
}


#s-3a211116-6473-47a3-bf3d-80ba60b6ffbe .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  
}
}@media (max-width: 767px){#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  display: none;
}
#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59, #wrap-s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 { display:none !important; }}



  #s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 img.shogun-image {
    
    width: px;
  }


#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  text-align: center;
}
@media (min-width: 1200px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (max-width: 767px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  
}
}



  #s-ea295571-f092-4cce-9fc3-8fba669b37ac img.shogun-image {
    
    width: px;
  }


#s-ea295571-f092-4cce-9fc3-8fba669b37ac .shogun-image-content {
  
    align-items: center;
  
}

#s-f7fe3ec8-dace-4379-8805-ed61795b8967 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  
}
}@media (max-width: 767px){#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  display: none;
}
#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd, #wrap-s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd { display:none !important; }}



  #s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd img.shogun-image {
    
    width: px;
  }


#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-c81cc6f7-edcd-4bb6-bd7e-df8790163859 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707 {
  min-height: 50px;
}








#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707.shg-box.shg-c {
  justify-content: center;
}

#s-a0268b98-f320-4797-9fdd-fffc41b42b07 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a0268b98-f320-4797-9fdd-fffc41b42b07 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0268b98-f320-4797-9fdd-fffc41b42b07 .shg-sld-nav-button.shg-sld-left,
#s-a0268b98-f320-4797-9fdd-fffc41b42b07 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-8b238238-c0de-4a04-896a-d9e9cf23d39c"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-0a6be0c5-d3ab-43be-9e22-27f7705165cc {
  text-align: center;
}
@media (max-width: 767px){#s-0a6be0c5-d3ab-43be-9e22-27f7705165cc {
  display: none;
}
#s-0a6be0c5-d3ab-43be-9e22-27f7705165cc, #wrap-s-0a6be0c5-d3ab-43be-9e22-27f7705165cc { display:none !important; }}



  #s-0a6be0c5-d3ab-43be-9e22-27f7705165cc img.shogun-image {
    
    width: px;
  }


#s-0a6be0c5-d3ab-43be-9e22-27f7705165cc .shogun-image-content {
  
    align-items: center;
  
}

#s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50 {
  display: none;
}
#s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50, #wrap-s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ca5e5f2-db3b-485d-ba07-ef54afeafe50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-be636498-d3e3-4ae2-8305-2dc778386331 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56cc7608-73e4-4a64-84c2-f9ac3e8c1df3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ce5192af-abc8-4164-9dfa-799c59664aa1 .shogun-icon-wrapper {
  text-align: right;
}


#s-ce5192af-abc8-4164-9dfa-799c59664aa1 .shogun-icon-wrapper > .shogun-icon {

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

#s-f4f72c4b-128b-4562-bb40-21abf6eddd40 .shogun-icon-wrapper {
  text-align: left;
}


#s-f4f72c4b-128b-4562-bb40-21abf6eddd40 .shogun-icon-wrapper > .shogun-icon {

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

#s-33120cc5-e7e6-4e46-a66c-82f5981753eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33120cc5-e7e6-4e46-a66c-82f5981753eb .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-42631f2b-ff02-48f6-9db0-124e24a0d0da {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-db0ce076-a968-43c5-b9e7-cc2251dd5b0b {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e9651e34-cbcd-4012-806a-bc98709aec5b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e9651e34-cbcd-4012-806a-bc98709aec5b {
  display: none;
}
#s-e9651e34-cbcd-4012-806a-bc98709aec5b, #wrap-s-e9651e34-cbcd-4012-806a-bc98709aec5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9651e34-cbcd-4012-806a-bc98709aec5b {
  display: none;
}
#s-e9651e34-cbcd-4012-806a-bc98709aec5b, #wrap-s-e9651e34-cbcd-4012-806a-bc98709aec5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9651e34-cbcd-4012-806a-bc98709aec5b {
  display: none;
}
#s-e9651e34-cbcd-4012-806a-bc98709aec5b, #wrap-s-e9651e34-cbcd-4012-806a-bc98709aec5b { display:none !important; }}@media (max-width: 767px){#s-e9651e34-cbcd-4012-806a-bc98709aec5b {
  display: none;
}
#s-e9651e34-cbcd-4012-806a-bc98709aec5b, #wrap-s-e9651e34-cbcd-4012-806a-bc98709aec5b { display:none !important; }}
@media (min-width: 0px) {
[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9651e34-cbcd-4012-806a-bc98709aec5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-79a20a1b-108c-4535-bf22-79050c2a6d46 {
  padding-bottom: 15px;
}

#s-78f1417c-d55a-461e-b9ff-338a3f139d58 .shogun-icon-wrapper {
  text-align: center;
}


#s-78f1417c-d55a-461e-b9ff-338a3f139d58 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c517863-2b83-4481-9a09-a4e2ea885054"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-19c5328e-7879-4581-866d-967a03525e17 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-19c5328e-7879-4581-866d-967a03525e17 {
  
}
}@media (max-width: 767px){#s-19c5328e-7879-4581-866d-967a03525e17 {
  
}
}



  #s-19c5328e-7879-4581-866d-967a03525e17 img.shogun-image {
    
    width: px;
  }


#s-19c5328e-7879-4581-866d-967a03525e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ba3662-3d3b-4808-a0ee-5793519a7dff {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2ba3662-3d3b-4808-a0ee-5793519a7dff {
  
}
}@media (max-width: 767px){#s-e2ba3662-3d3b-4808-a0ee-5793519a7dff {
  display: none;
}
#s-e2ba3662-3d3b-4808-a0ee-5793519a7dff, #wrap-s-e2ba3662-3d3b-4808-a0ee-5793519a7dff { display:none !important; }}



  #s-e2ba3662-3d3b-4808-a0ee-5793519a7dff img.shogun-image {
    
    width: px;
  }


#s-e2ba3662-3d3b-4808-a0ee-5793519a7dff .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba33fe8-23c2-446d-85e8-eff93050b5ce {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-74e3f817-a043-4d7f-ba67-3463cf82f964 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e3f817-a043-4d7f-ba67-3463cf82f964 .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-3fd153c1-2aba-49c1-999c-6c11c846ba93 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-96d00305-c160-4979-9e7d-042336eb4d77 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 1200px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (max-width: 767px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  display: none;
}
#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2, #wrap-s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93fd1e37-d78d-4902-8aa1-268111e339fd {
  text-align: center;
}




  #s-93fd1e37-d78d-4902-8aa1-268111e339fd img.shogun-image {
    
    width: px;
  }


#s-93fd1e37-d78d-4902-8aa1-268111e339fd .shogun-image-content {
  
    align-items: center;
  
}

#s-12616ecc-936a-46cd-af92-d984e5890b90 {
  text-align: center;
}




  #s-12616ecc-936a-46cd-af92-d984e5890b90 img.shogun-image {
    
    width: px;
  }


#s-12616ecc-936a-46cd-af92-d984e5890b90 .shogun-image-content {
  
    align-items: center;
  
}

#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  text-align: center;
}
@media (min-width: 1200px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}



  #s-e15ee79c-4541-4355-8917-b8ea0a236b7e img.shogun-image {
    
    width: px;
  }


#s-e15ee79c-4541-4355-8917-b8ea0a236b7e .shogun-image-content {
  
    align-items: center;
  
}

#s-e6810685-d163-4ba7-92c5-51bb3bc2c47f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a1fade68-9c62-4842-b15f-0213924651f6 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-80f2c381-38a0-4574-9c3d-73c814149f9f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd78f303-d77b-41cb-b8c8-0a403c2f088f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbdb7b3e-2ce8-47e9-8507-a348733e09d2 .shogun-icon-wrapper {
  text-align: right;
}


#s-dbdb7b3e-2ce8-47e9-8507-a348733e09d2 .shogun-icon-wrapper > .shogun-icon {

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

#s-b6139943-a74d-446e-b0b6-315653b43146 .shogun-icon-wrapper {
  text-align: left;
}


#s-b6139943-a74d-446e-b0b6-315653b43146 .shogun-icon-wrapper > .shogun-icon {

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

#s-3fcab099-2b09-4e65-9537-42a2bf440401 {
  text-align: center;
}
@media (max-width: 767px){#s-3fcab099-2b09-4e65-9537-42a2bf440401 {
  display: none;
}
#s-3fcab099-2b09-4e65-9537-42a2bf440401, #wrap-s-3fcab099-2b09-4e65-9537-42a2bf440401 { display:none !important; }}



  #s-3fcab099-2b09-4e65-9537-42a2bf440401 img.shogun-image {
    
    width: px;
  }


#s-3fcab099-2b09-4e65-9537-42a2bf440401 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a123dc0-ac7a-4605-ace6-da977e20778d {
  min-height: 50px;
}








#s-8a123dc0-ac7a-4605-ace6-da977e20778d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a123dc0-ac7a-4605-ace6-da977e20778d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c {
  text-align: center;
}
@media (max-width: 767px){#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c {
  display: none;
}
#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c, #wrap-s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c { display:none !important; }}



  #s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c img.shogun-image {
    
    width: px;
  }


#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c .shogun-image-content {
  
    align-items: center;
  
}

#s-63a6278c-35c3-4f97-b31c-e82975a30442 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-63a6278c-35c3-4f97-b31c-e82975a30442 {
  display: none;
}
#s-63a6278c-35c3-4f97-b31c-e82975a30442, #wrap-s-63a6278c-35c3-4f97-b31c-e82975a30442 { display:none !important; }}
@media (min-width: 0px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-76521a81-1d8e-4242-a33e-09abca8928f7 {
  padding-bottom: 15px;
}

#s-a01f1cef-6da4-4371-a1f3-8fed1d47fa01 .shogun-icon-wrapper {
  text-align: center;
}


#s-a01f1cef-6da4-4371-a1f3-8fed1d47fa01 .shogun-icon-wrapper > .shogun-icon {

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

#s-21eb4f66-7662-4a2f-891c-a067dc006adf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21eb4f66-7662-4a2f-891c-a067dc006adf .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-79a57c74-12db-4bfc-903c-5cb4ee916fc8 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-496ec588-835e-42f8-a042-f1cc7904fba5 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f3564d75-2f33-4b71-b035-9591a7c7f3f1 {
  padding-bottom: 15px;
}

#s-fc7b4bfb-f6b4-4e22-b177-fd9e5f781733 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc7b4bfb-f6b4-4e22-b177-fd9e5f781733 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  
}
}@media (max-width: 767px){#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  display: none;
}
#s-71a691ae-3f6a-41f3-96a9-bc651b63f877, #wrap-s-71a691ae-3f6a-41f3-96a9-bc651b63f877 { display:none !important; }}



  #s-71a691ae-3f6a-41f3-96a9-bc651b63f877 img.shogun-image {
    
    width: px;
  }


#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  text-align: center;
}
@media (min-width: 1200px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (max-width: 767px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  
}
}



  #s-a3655571-cba8-4d08-b872-3f3a8c386b4c img.shogun-image {
    
    width: px;
  }


#s-a3655571-cba8-4d08-b872-3f3a8c386b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-c1c07e3c-58f8-4e06-b8d2-e4487eb9493f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  
}
}@media (max-width: 767px){#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  display: none;
}
#s-eb0a14f8-8164-422f-924d-fb34b9df9b13, #wrap-s-eb0a14f8-8164-422f-924d-fb34b9df9b13 { display:none !important; }}



  #s-eb0a14f8-8164-422f-924d-fb34b9df9b13 img.shogun-image {
    
    width: px;
  }


#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-b117616c-9948-4e9e-bbee-1894ec479b43 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-04309eff-d675-49b7-85d1-abfd2091c5f4 {
  min-height: 50px;
}








#s-04309eff-d675-49b7-85d1-abfd2091c5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04309eff-d675-49b7-85d1-abfd2091c5f4.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-da1a0ef0-848a-47ff-98d8-b68e162c0c97 {
  min-height: 50px;
}








#s-da1a0ef0-848a-47ff-98d8-b68e162c0c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1a0ef0-848a-47ff-98d8-b68e162c0c97.shg-box.shg-c {
  justify-content: center;
}

#s-1d499748-b03d-4898-ae10-f0d97d24cb01 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d499748-b03d-4898-ae10-f0d97d24cb01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2cbccac8-80a3-4249-8d42-0e80257bb359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cbccac8-80a3-4249-8d42-0e80257bb359 .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-aa6c8915-08fd-41b8-9148-362efa2eaa5b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-872057e1-2305-47d8-9be4-cdcad5cf230c {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 {
  text-align: center;
}
@media (min-width: 1200px){#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 {
  display: none;
}
#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65, #wrap-s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 {
  display: none;
}
#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65, #wrap-s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 {
  display: none;
}
#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65, #wrap-s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 { display:none !important; }}



  #s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 img.shogun-image {
    
    width: px;
  }


#s-e27fc916-6b8b-4c64-8038-ac2f88be6b65 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e864263e-19e5-443b-a2cf-cd24757f7404 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e864263e-19e5-443b-a2cf-cd24757f7404 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e864263e-19e5-443b-a2cf-cd24757f7404 {
  
}
}@media (max-width: 767px){#s-e864263e-19e5-443b-a2cf-cd24757f7404 {
  display: none;
}
#s-e864263e-19e5-443b-a2cf-cd24757f7404, #wrap-s-e864263e-19e5-443b-a2cf-cd24757f7404 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e864263e-19e5-443b-a2cf-cd24757f7404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9f5bd1a-3c9c-4914-8e0e-0edf51610c11 {
  text-align: center;
}




  #s-d9f5bd1a-3c9c-4914-8e0e-0edf51610c11 img.shogun-image {
    
    width: px;
  }


#s-d9f5bd1a-3c9c-4914-8e0e-0edf51610c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff778c1b-f399-4596-812c-c6615b35e845 {
  text-align: center;
}




  #s-ff778c1b-f399-4596-812c-c6615b35e845 img.shogun-image {
    
    width: px;
  }


#s-ff778c1b-f399-4596-812c-c6615b35e845 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c7938db-a2a1-4420-80c5-56ae35e67cd4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8 {
  text-align: center;
}
@media (max-width: 767px){#s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8 {
  display: none;
}
#s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8, #wrap-s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8 { display:none !important; }}



  #s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8 img.shogun-image {
    
    width: px;
  }


#s-e73d175a-aaf3-4ec2-b6e4-f50ed660cae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3857727-dbb7-4d19-9062-b827330697ec {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3857727-dbb7-4d19-9062-b827330697ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f07fc834-29f3-4df6-9240-d295ed789671 {
  padding-bottom: 15px;
}

#s-fc3a7635-c5c8-4340-9ea6-3b11827b4126 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc3a7635-c5c8-4340-9ea6-3b11827b4126 .shogun-icon-wrapper > .shogun-icon {

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

#s-5a82e5b3-430a-46f6-9e2c-83b0cb6bc99f {
  min-height: 50px;
}








#s-5a82e5b3-430a-46f6-9e2c-83b0cb6bc99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a82e5b3-430a-46f6-9e2c-83b0cb6bc99f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-6466a84c-b728-422c-a063-f312e1baf27c {
  text-align: center;
}
@media (max-width: 767px){#s-6466a84c-b728-422c-a063-f312e1baf27c {
  display: none;
}
#s-6466a84c-b728-422c-a063-f312e1baf27c, #wrap-s-6466a84c-b728-422c-a063-f312e1baf27c { display:none !important; }}



  #s-6466a84c-b728-422c-a063-f312e1baf27c img.shogun-image {
    
    width: px;
  }


#s-6466a84c-b728-422c-a063-f312e1baf27c .shogun-image-content {
  
    align-items: center;
  
}

#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab {
  display: none;
}
#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab, #wrap-s-48dd1cc4-12a9-4dd6-890f-e37494a86eab { display:none !important; }}
@media (min-width: 0px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ad8f2c3-99af-410e-99a6-0106e50fdeb9 {
  padding-bottom: 15px;
}

#s-c8e6cbb4-3353-4f5b-8c8e-7e1943f1f7f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8e6cbb4-3353-4f5b-8c8e-7e1943f1f7f9 .shogun-icon-wrapper > .shogun-icon {

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

#s-f9050ea5-905b-4bdf-9205-68a44ff917dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9050ea5-905b-4bdf-9205-68a44ff917dc .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-2abbf276-6009-4801-b305-83959ff68b51 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ffd0d64b-a76d-42f8-bfc2-0726a6c61ce5 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ebb12921-ed22-473f-9d07-501ea45fd0b6 {
  padding-bottom: 15px;
}

#s-d2b5766c-f62f-4e3c-b07f-c31a8b22178f .shogun-icon-wrapper {
  text-align: center;
}


#s-d2b5766c-f62f-4e3c-b07f-c31a8b22178f .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  
}
}@media (max-width: 767px){#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  display: none;
}
#s-04988a9a-7252-44eb-9f21-c9508e7664dc, #wrap-s-04988a9a-7252-44eb-9f21-c9508e7664dc { display:none !important; }}



  #s-04988a9a-7252-44eb-9f21-c9508e7664dc img.shogun-image {
    
    width: px;
  }


#s-04988a9a-7252-44eb-9f21-c9508e7664dc .shogun-image-content {
  
    align-items: center;
  
}

#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  text-align: center;
}
@media (min-width: 1200px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (max-width: 767px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  
}
}



  #s-671fe101-1e7c-454b-869c-e03b6e54215c img.shogun-image {
    
    width: px;
  }


#s-671fe101-1e7c-454b-869c-e03b6e54215c .shogun-image-content {
  
    align-items: center;
  
}

#s-14c2388e-bc47-4d68-9e8b-a7c42d021edb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  
}
}@media (max-width: 767px){#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  display: none;
}
#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2, #wrap-s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 { display:none !important; }}



  #s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 img.shogun-image {
    
    width: px;
  }


#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5fe990c-e492-462f-9047-b620319b18b2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-0379aef0-16ae-4fa3-90fa-e4038ad8d505 {
  min-height: 50px;
}








#s-0379aef0-16ae-4fa3-90fa-e4038ad8d505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0379aef0-16ae-4fa3-90fa-e4038ad8d505.shg-box.shg-c {
  justify-content: center;
}

#s-b5215514-5573-4fa9-af2c-c237c14acee7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-21a4d4cb-229e-424f-a5ce-386363e93b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a4d4cb-229e-424f-a5ce-386363e93b6d .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-9af9748f-0672-4dc0-8780-8347b329d423 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-a01ce6e2-c9b7-401f-86a3-ac2ad9de57e4 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 {
  
}
}@media (max-width: 767px){#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 {
  display: none;
}
#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58, #wrap-s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 {
  text-align: center;
}




  #s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 img.shogun-image {
    
    width: px;
  }


#s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3d17ac-82aa-4208-b341-cc0ad750e31e {
  text-align: center;
}




  #s-fc3d17ac-82aa-4208-b341-cc0ad750e31e img.shogun-image {
    
    width: px;
  }


#s-fc3d17ac-82aa-4208-b341-cc0ad750e31e .shogun-image-content {
  
    align-items: center;
  
}

#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  text-align: center;
}
@media (min-width: 1200px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}



  #s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e img.shogun-image {
    
    width: px;
  }


#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e .shogun-image-content {
  
    align-items: center;
  
}

#s-d52a32e4-0dd9-405c-a17b-2de1da23fbc4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f {
  text-align: center;
}
@media (max-width: 767px){#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f {
  display: none;
}
#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f, #wrap-s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f { display:none !important; }}



  #s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f img.shogun-image {
    
    width: px;
  }


#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f .shogun-image-content {
  
    align-items: center;
  
}

#s-14688100-2a97-46fd-a55c-7ee4083745fa {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-17f417a1-8d3a-45c6-a80f-c0a4a466d86a {
  padding-bottom: 15px;
}

#s-205e20a8-7811-4ecf-86a5-f97d88dec6df .shogun-icon-wrapper {
  text-align: center;
}


#s-205e20a8-7811-4ecf-86a5-f97d88dec6df .shogun-icon-wrapper > .shogun-icon {

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

#s-d3e5470d-f205-424c-a784-c1808c859587 {
  min-height: 50px;
}








#s-d3e5470d-f205-424c-a784-c1808c859587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e5470d-f205-424c-a784-c1808c859587.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: 0.9em;
  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(255, 52, 129, 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: rgba(247, 232, 232, 1);
}

#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: 0.9em;
  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(255, 52, 129, 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: rgba(247, 232, 232, 1);
}

#s-7a95b7b8-4f2f-413e-8585-1b96fc0012f4 {
  min-height: 50px;
}








#s-7a95b7b8-4f2f-413e-8585-1b96fc0012f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a95b7b8-4f2f-413e-8585-1b96fc0012f4.shg-box.shg-c {
  justify-content: center;
}

#s-be48fa60-4da6-4c75-a7a6-ee08a7b8c3bb {
  min-height: 50px;
}








#s-be48fa60-4da6-4c75-a7a6-ee08a7b8c3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be48fa60-4da6-4c75-a7a6-ee08a7b8c3bb.shg-box.shg-c {
  justify-content: center;
}

#s-ab2368ad-b075-43cf-8294-04dbef88aa55 {
  min-height: 50px;
}








#s-ab2368ad-b075-43cf-8294-04dbef88aa55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab2368ad-b075-43cf-8294-04dbef88aa55.shg-box.shg-c {
  justify-content: center;
}

#s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-596afe1a-ec2e-4d3b-92f9-ab0d8b365118"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-41229365-f9db-444c-8124-71f84ad34edb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41229365-f9db-444c-8124-71f84ad34edb .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-8fa61c34-730e-42f0-b012-a464655ca0d5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-782a6394-12c0-4a07-86f7-49b5155d5870 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e {
  text-align: center;
}
@media (min-width: 1200px){#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e {
  display: none;
}
#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e, #wrap-s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e {
  display: none;
}
#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e, #wrap-s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e {
  display: none;
}
#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e, #wrap-s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e { display:none !important; }}@media (max-width: 767px){#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e {
  
}
}



  #s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e img.shogun-image {
    
    width: px;
  }


#s-b0d98bed-3ff5-4774-bdc6-63bdabf6138e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-c17ac322-c880-4ef6-bca1-6f1dcf371752 {
  
}
}@media (max-width: 767px){#s-c17ac322-c880-4ef6-bca1-6f1dcf371752 {
  display: none;
}
#s-c17ac322-c880-4ef6-bca1-6f1dcf371752, #wrap-s-c17ac322-c880-4ef6-bca1-6f1dcf371752 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c17ac322-c880-4ef6-bca1-6f1dcf371752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be637182-9a02-42e7-ac0d-f33e1f3d6f82 {
  text-align: center;
}




  #s-be637182-9a02-42e7-ac0d-f33e1f3d6f82 img.shogun-image {
    
    width: px;
  }


#s-be637182-9a02-42e7-ac0d-f33e1f3d6f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-648eefe8-cf9d-4429-8be5-969f308cfe88 {
  text-align: center;
}




  #s-648eefe8-cf9d-4429-8be5-969f308cfe88 img.shogun-image {
    
    width: px;
  }


#s-648eefe8-cf9d-4429-8be5-969f308cfe88 .shogun-image-content {
  
    align-items: center;
  
}

#s-63839f45-338a-426a-a296-f085314092b9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74 {
  text-align: center;
}
@media (max-width: 767px){#s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74 {
  display: none;
}
#s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74, #wrap-s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74 { display:none !important; }}



  #s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74 img.shogun-image {
    
    width: px;
  }


#s-b5ef35c8-a5cc-449b-86ed-4f7f5d34de74 .shogun-image-content {
  
    align-items: center;
  
}

#s-997f3998-eb77-4d8b-b1b7-fc957e19d28d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997f3998-eb77-4d8b-b1b7-fc957e19d28d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-18722b90-67a2-4dbc-9aa0-836c897279af {
  padding-bottom: 15px;
}

#s-1ca65412-cc3d-4f2b-8722-ead353d7696d .shogun-icon-wrapper {
  text-align: center;
}


#s-1ca65412-cc3d-4f2b-8722-ead353d7696d .shogun-icon-wrapper > .shogun-icon {

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

#s-cd998008-3258-45e3-8897-9379dac79b6b {
  min-height: 50px;
}








#s-cd998008-3258-45e3-8897-9379dac79b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd998008-3258-45e3-8897-9379dac79b6b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-e1721338-8f2b-452d-bf58-d2dceb302055"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-e4182eb5-826f-4969-868e-696d627231f5 {
  text-align: center;
}
@media (max-width: 767px){#s-e4182eb5-826f-4969-868e-696d627231f5 {
  display: none;
}
#s-e4182eb5-826f-4969-868e-696d627231f5, #wrap-s-e4182eb5-826f-4969-868e-696d627231f5 { display:none !important; }}



  #s-e4182eb5-826f-4969-868e-696d627231f5 img.shogun-image {
    
    width: px;
  }


#s-e4182eb5-826f-4969-868e-696d627231f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-817aeae8-1fa9-4fb1-b88c-8e4727896b41 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-817aeae8-1fa9-4fb1-b88c-8e4727896b41 {
  display: none;
}
#s-817aeae8-1fa9-4fb1-b88c-8e4727896b41, #wrap-s-817aeae8-1fa9-4fb1-b88c-8e4727896b41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-817aeae8-1fa9-4fb1-b88c-8e4727896b41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3d17176-8e14-4c31-a4f3-c36750bfae6b {
  padding-bottom: 15px;
}

#s-bac7a854-00c5-4616-a0fd-14f81a341d36 .shogun-icon-wrapper {
  text-align: center;
}


#s-bac7a854-00c5-4616-a0fd-14f81a341d36 .shogun-icon-wrapper > .shogun-icon {

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

#s-b8876171-ff12-43bb-b312-6306d4b0b20a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8876171-ff12-43bb-b312-6306d4b0b20a .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-cf0abdc1-07d9-4e89-a236-02ff83516224 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-75abbebf-fd9b-4aaf-9ab7-78b5e1ee749e {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 {
  display: none;
}
#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2, #wrap-s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 {
  display: none;
}
#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2, #wrap-s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 {
  display: none;
}
#s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2, #wrap-s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec607b3b-a9ab-424f-af8d-dbaee3501fe2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d4b02178-c9ba-4c1f-a2b3-513ed0d52496 {
  padding-bottom: 15px;
}

#s-53ab2d98-32c5-486e-b699-4ef9d743b54f .shogun-icon-wrapper {
  text-align: center;
}


#s-53ab2d98-32c5-486e-b699-4ef9d743b54f .shogun-icon-wrapper > .shogun-icon {

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

#s-56150643-63f9-4694-a2b1-49a950eb6f20 {
  text-align: center;
}
@media (min-width: 1200px){#s-56150643-63f9-4694-a2b1-49a950eb6f20 {
  display: none;
}
#s-56150643-63f9-4694-a2b1-49a950eb6f20, #wrap-s-56150643-63f9-4694-a2b1-49a950eb6f20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56150643-63f9-4694-a2b1-49a950eb6f20 {
  display: none;
}
#s-56150643-63f9-4694-a2b1-49a950eb6f20, #wrap-s-56150643-63f9-4694-a2b1-49a950eb6f20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56150643-63f9-4694-a2b1-49a950eb6f20 {
  display: none;
}
#s-56150643-63f9-4694-a2b1-49a950eb6f20, #wrap-s-56150643-63f9-4694-a2b1-49a950eb6f20 { display:none !important; }}



  #s-56150643-63f9-4694-a2b1-49a950eb6f20 img.shogun-image {
    
    width: px;
  }


#s-56150643-63f9-4694-a2b1-49a950eb6f20 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16622852-fef3-48db-82d0-ec6645fb7c7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f75083e9-351f-41db-bbe5-0c3ef8083f86 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f75083e9-351f-41db-bbe5-0c3ef8083f86 {
  
}
}@media (max-width: 767px){#s-f75083e9-351f-41db-bbe5-0c3ef8083f86 {
  display: none;
}
#s-f75083e9-351f-41db-bbe5-0c3ef8083f86, #wrap-s-f75083e9-351f-41db-bbe5-0c3ef8083f86 { display:none !important; }}



  #s-f75083e9-351f-41db-bbe5-0c3ef8083f86 img.shogun-image {
    
    width: px;
  }


#s-f75083e9-351f-41db-bbe5-0c3ef8083f86 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec689fd4-05dd-4273-9fa0-8441c1ecf2e7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-54e99cdd-c417-4765-befb-3cc21170791a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54e99cdd-c417-4765-befb-3cc21170791a {
  
}
}@media (max-width: 767px){#s-54e99cdd-c417-4765-befb-3cc21170791a {
  display: none;
}
#s-54e99cdd-c417-4765-befb-3cc21170791a, #wrap-s-54e99cdd-c417-4765-befb-3cc21170791a { display:none !important; }}



  #s-54e99cdd-c417-4765-befb-3cc21170791a img.shogun-image {
    
    width: px;
  }


#s-54e99cdd-c417-4765-befb-3cc21170791a .shogun-image-content {
  
    align-items: center;
  
}

#s-cba2b98d-2ea2-44b1-9106-18d18a747d85 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (max-width: 767px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-nav-button.shg-sld-left,
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca70f49f-8aac-48c3-b4cc-98c086517206 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca70f49f-8aac-48c3-b4cc-98c086517206 .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-69b38655-9858-4ed9-87a5-847d43d86a7f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}
#s-63e20459-3b3e-4574-bdd6-3dc1310f4e02 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63e20459-3b3e-4574-bdd6-3dc1310f4e02 {
  
}
}
@media (min-width: 0px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddd7422a-e242-403f-b82e-84f2a95377c8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-ddd7422a-e242-403f-b82e-84f2a95377c8 img.shogun-image {
    
    width: px;
  }


#s-ddd7422a-e242-403f-b82e-84f2a95377c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-abf18d1b-88a6-43d3-8759-8bc06dd1584d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-abf18d1b-88a6-43d3-8759-8bc06dd1584d img.shogun-image {
    
    width: px;
  }


#s-abf18d1b-88a6-43d3-8759-8bc06dd1584d .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5ef64d-d2bf-4c51-b52b-6cced5b66eaf {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb {
  
}
}
@media (min-width: 0px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cf4054a8-3676-424c-904f-738e43999082 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67ce5072-a227-453d-b3db-0a19aa3d7de7 .shogun-icon-wrapper {
  text-align: right;
}


#s-67ce5072-a227-453d-b3db-0a19aa3d7de7 .shogun-icon-wrapper > .shogun-icon {

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

#s-2f057e93-7819-4afd-96d9-8291a0107f58 .shogun-icon-wrapper {
  text-align: left;
}


#s-2f057e93-7819-4afd-96d9-8291a0107f58 .shogun-icon-wrapper > .shogun-icon {

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

#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  
}
}@media (max-width: 767px){#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  display: none;
}
#s-70460ad5-834f-4252-a1a7-efc1208019e0, #wrap-s-70460ad5-834f-4252-a1a7-efc1208019e0 { display:none !important; }}



  #s-70460ad5-834f-4252-a1a7-efc1208019e0 img.shogun-image {
    
    width: px;
  }


#s-70460ad5-834f-4252-a1a7-efc1208019e0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-87a169ff-36b8-4341-bda3-48b820639b62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87a169ff-36b8-4341-bda3-48b820639b62 .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-eb1b5061-4046-49fc-809b-e8ae7661c04b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-eb1b5061-4046-49fc-809b-e8ae7661c04b {
  display: none;
}
#s-eb1b5061-4046-49fc-809b-e8ae7661c04b, #wrap-s-eb1b5061-4046-49fc-809b-e8ae7661c04b { display:none !important; }}
#s-422f306a-a124-4826-96e7-698dc5b54bf7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-56530068-2cf5-413f-a2b0-b57c20a2b87d {
  
}
}
@media (min-width: 0px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  
}
}@media (max-width: 767px){#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  display: none;
}
#s-4b7aed00-7628-447e-a873-efabf60bc020, #wrap-s-4b7aed00-7628-447e-a873-efabf60bc020 { display:none !important; }}



  #s-4b7aed00-7628-447e-a873-efabf60bc020 img.shogun-image {
    
    width: px;
  }


#s-4b7aed00-7628-447e-a873-efabf60bc020 .shogun-image-content {
  
    align-items: center;
  
}

#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  
}
}@media (max-width: 767px){#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  display: none;
}
#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77, #wrap-s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 { display:none !important; }}



  #s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 img.shogun-image {
    
    width: px;
  }


#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  text-align: center;
}
@media (min-width: 1200px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}



  #s-304c35c6-2999-4c1d-adf4-ccf981376932 img.shogun-image {
    
    width: px;
  }


#s-304c35c6-2999-4c1d-adf4-ccf981376932 .shogun-image-content {
  
    align-items: center;
  
}

#s-0070284d-2806-472d-8d4a-af00e035457c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8b91204c-cd29-4e54-8fa1-389352b3b6c9 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0c3a81b-1096-4d70-872e-88fa3facfc34 .shogun-icon-wrapper {
  text-align: right;
}


#s-d0c3a81b-1096-4d70-872e-88fa3facfc34 .shogun-icon-wrapper > .shogun-icon {

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

#s-2bf639c7-d513-4cfa-9980-27dc619e11f6 .shogun-icon-wrapper {
  text-align: left;
}


#s-2bf639c7-d513-4cfa-9980-27dc619e11f6 .shogun-icon-wrapper > .shogun-icon {

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

#s-0306f2aa-fa7e-4d99-b074-5581a192d859 {
  text-align: center;
}
@media (max-width: 767px){#s-0306f2aa-fa7e-4d99-b074-5581a192d859 {
  display: none;
}
#s-0306f2aa-fa7e-4d99-b074-5581a192d859, #wrap-s-0306f2aa-fa7e-4d99-b074-5581a192d859 { display:none !important; }}



  #s-0306f2aa-fa7e-4d99-b074-5581a192d859 img.shogun-image {
    
    width: px;
  }


#s-0306f2aa-fa7e-4d99-b074-5581a192d859 .shogun-image-content {
  
    align-items: center;
  
}

#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@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: 1200px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (max-width: 767px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}
@media (min-width: 0px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-c09d5dd5-d60d-4457-816f-7f4724b736ab {
  text-align: center;
}




  #s-c09d5dd5-d60d-4457-816f-7f4724b736ab img.shogun-image {
    
    width: px;
  }


#s-c09d5dd5-d60d-4457-816f-7f4724b736ab .shogun-image-content {
  
    align-items: center;
  
}

#s-b54e5357-7e29-48f5-a39f-7db014ed4373 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-b54e5357-7e29-48f5-a39f-7db014ed4373 {
  display: none;
}
#s-b54e5357-7e29-48f5-a39f-7db014ed4373, #wrap-s-b54e5357-7e29-48f5-a39f-7db014ed4373 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3484970c-ea9d-41a3-b0e2-aa4a8c4cfa5a {
  padding-bottom: 15px;
}

#s-9a59e6f9-6011-48ef-8fee-d853e03dde70 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a59e6f9-6011-48ef-8fee-d853e03dde70 .shogun-icon-wrapper > .shogun-icon {

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

#s-b90ba013-c82e-4a89-aaf8-ddc1f727bae4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b90ba013-c82e-4a89-aaf8-ddc1f727bae4 .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-7074cb61-cb4d-47bd-91e5-7abdf65b3973 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-6db4f2a7-eae3-42f8-b407-94075dc30526 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6afbcc3f-2550-4913-9158-d177cdd2383b {
  padding-bottom: 15px;
}

#s-fd809963-5e80-4d46-b073-e0493e592c9f .shogun-icon-wrapper {
  text-align: center;
}


#s-fd809963-5e80-4d46-b073-e0493e592c9f .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  
}
}@media (max-width: 767px){#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  
}
}



  #s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 img.shogun-image {
    
    width: px;
  }


#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b12ccc-92a3-467e-be4d-8e667e20e6a4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  
}
}@media (max-width: 767px){#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  display: none;
}
#s-3801f946-99b6-41b5-9be1-ed0e03229634, #wrap-s-3801f946-99b6-41b5-9be1-ed0e03229634 { display:none !important; }}



  #s-3801f946-99b6-41b5-9be1-ed0e03229634 img.shogun-image {
    
    width: px;
  }


#s-3801f946-99b6-41b5-9be1-ed0e03229634 .shogun-image-content {
  
    align-items: center;
  
}

#s-c317fa19-768c-43a0-bfa6-fb43cd181f7c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (max-width: 767px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}
@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(229, 184, 176, 1);
}

#s-1b9de831-2f82-4bcc-ac77-81841d6166e6 {
  text-align: center;
}




  #s-1b9de831-2f82-4bcc-ac77-81841d6166e6 img.shogun-image {
    
    width: px;
  }


#s-1b9de831-2f82-4bcc-ac77-81841d6166e6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (max-width: 767px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}
@media (min-width: 0px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-4fcdbbb3-e03c-4393-bd92-4a991b157233 {
  text-align: center;
}




  #s-4fcdbbb3-e03c-4393-bd92-4a991b157233 img.shogun-image {
    
    width: px;
  }


#s-4fcdbbb3-e03c-4393-bd92-4a991b157233 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d {
  display: none;
}
#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d, #wrap-s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-71d6c997-b48c-43ce-8c96-c0465ce69f45 {
  padding-bottom: 15px;
}

#s-fa0e20d6-e09c-4924-b10e-1f57ef65a537 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa0e20d6-e09c-4924-b10e-1f57ef65a537 .shogun-icon-wrapper > .shogun-icon {

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

#s-5d269770-7010-4c5d-88fe-9a42b05f3e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d269770-7010-4c5d-88fe-9a42b05f3e4b .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-46a9cc65-aab7-4857-bb56-d72542148b30 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4761a2ca-81e8-4b50-83fa-0282d114c1a7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8b2693df-0fc7-48df-8da6-67f03eb707dd {
  padding-bottom: 15px;
}

#s-ece5e9c6-dc35-4bf6-8467-2c9d80caee81 .shogun-icon-wrapper {
  text-align: center;
}


#s-ece5e9c6-dc35-4bf6-8467-2c9d80caee81 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  
}
}@media (max-width: 767px){#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  
}
}



  #s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 img.shogun-image {
    
    width: px;
  }


#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-49254906-d059-415c-b192-63b0157f5b61 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  
}
}@media (max-width: 767px){#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  display: none;
}
#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1, #wrap-s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 { display:none !important; }}



  #s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 img.shogun-image {
    
    width: px;
  }


#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1e2fc14-124d-4f9a-b278-8c73ce3f535c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (max-width: 767px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-nav-button.shg-sld-left,
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca81893c-1e56-466e-ba67-0c9f84145e99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca81893c-1e56-466e-ba67-0c9f84145e99 .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-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  display: none;
}
#s-5971c046-ad07-4cb9-b46a-4467742f71f1, #wrap-s-5971c046-ad07-4cb9-b46a-4467742f71f1 { display:none !important; }}@media (max-width: 767px){#s-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  display: none;
}
#s-5971c046-ad07-4cb9-b46a-4467742f71f1, #wrap-s-5971c046-ad07-4cb9-b46a-4467742f71f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c img.shogun-image {
    
    width: px;
  }


#s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 img.shogun-image {
    
    width: px;
  }


#s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 .shogun-image-content {
  
    align-items: center;
  
}

#s-270a5c9e-3d51-4da8-806c-7ecb25458cab {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c37aa09-34b2-45f1-a58d-e86100f5fc45 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8c38f57-d83c-4d89-82cb-ed1beb16a15c .shogun-icon-wrapper {
  text-align: right;
}


#s-c8c38f57-d83c-4d89-82cb-ed1beb16a15c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-1335ec66-dff4-4871-a206-0cdbbbc922ba .shogun-icon-wrapper {
  text-align: center;
}


#s-1335ec66-dff4-4871-a206-0cdbbbc922ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-0963f94f-68ef-4d59-96e8-156361ed63a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-0963f94f-68ef-4d59-96e8-156361ed63a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}







#s-badc9ec6-090e-4786-ad7f-799defb178d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-badc9ec6-090e-4786-ad7f-799defb178d7.shg-box.shg-c {
  justify-content: center;
}

#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  
}
}@media (max-width: 767px){#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  
}
}



  #s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab img.shogun-image {
    
    width: px;
  }


#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-506fd07c-a5c1-4e9e-ba3d-724fba2cd020 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-506fd07c-a5c1-4e9e-ba3d-724fba2cd020 .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-17e8003c-0508-4059-8b79-50a05bf79e0f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}
#s-e3872511-ce86-47b6-b7b1-a08219ee5457 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3872511-ce86-47b6-b7b1-a08219ee5457 {
  
}
}
@media (min-width: 0px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac img.shogun-image {
    
    width: px;
  }


#s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac .shogun-image-content {
  
    align-items: center;
  
}

#s-466f0244-ad93-4205-be84-51210b65a17f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-466f0244-ad93-4205-be84-51210b65a17f img.shogun-image {
    
    width: px;
  }


#s-466f0244-ad93-4205-be84-51210b65a17f .shogun-image-content {
  
    align-items: center;
  
}

#s-fd8e90ca-3007-4c14-9052-0f260ea921d5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-60cdc63d-0af8-48b8-af14-1faf6b912a4a {
  
}
}
@media (min-width: 0px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-987dea03-7bb9-4690-85b9-af481b37aa32 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4228654b-3bc9-45cc-a71f-be93d5f43f6d .shogun-icon-wrapper {
  text-align: right;
}


#s-4228654b-3bc9-45cc-a71f-be93d5f43f6d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d6578b97-13d5-4779-bae2-bcc30b35e8ec .shogun-icon-wrapper {
  text-align: center;
}


#s-d6578b97-13d5-4779-bae2-bcc30b35e8ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-1c63ce73-7e1d-4ec6-b148-e48e4b81da95 .shogun-icon-wrapper {
  text-align: left;
}


#s-1c63ce73-7e1d-4ec6-b148-e48e4b81da95 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  
}
}@media (max-width: 767px){#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  display: none;
}
#s-d8416bb7-9b50-4948-9766-c482d6a149f3, #wrap-s-d8416bb7-9b50-4948-9766-c482d6a149f3 { display:none !important; }}



  #s-d8416bb7-9b50-4948-9766-c482d6a149f3 img.shogun-image {
    
    width: px;
  }


#s-d8416bb7-9b50-4948-9766-c482d6a149f3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-7d9ec71d-b9ca-40bc-826b-e24fea7929ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d9ec71d-b9ca-40bc-826b-e24fea7929ae .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-e7271a20-7ea9-448a-aaa9-e15e6efda046 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e7271a20-7ea9-448a-aaa9-e15e6efda046 {
  display: none;
}
#s-e7271a20-7ea9-448a-aaa9-e15e6efda046, #wrap-s-e7271a20-7ea9-448a-aaa9-e15e6efda046 { display:none !important; }}
#s-5b6bb0d4-9753-4543-a713-c6767564d3e8 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-dacf4835-13eb-4dae-974d-f5c20c9aac85 {
  
}
}
@media (min-width: 0px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  
}
}@media (max-width: 767px){#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  display: none;
}
#s-2dcda813-d750-41a8-b6f6-6b145f1c9521, #wrap-s-2dcda813-d750-41a8-b6f6-6b145f1c9521 { display:none !important; }}



  #s-2dcda813-d750-41a8-b6f6-6b145f1c9521 img.shogun-image {
    
    width: px;
  }


#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 .shogun-image-content {
  
    align-items: center;
  
}

#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  
}
}@media (max-width: 767px){#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  display: none;
}
#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089, #wrap-s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 { display:none !important; }}



  #s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 img.shogun-image {
    
    width: px;
  }


#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 .shogun-image-content {
  
    align-items: center;
  
}

#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}



  #s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 img.shogun-image {
    
    width: px;
  }


#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f980bec-3632-47d8-81ca-d0d1add8ab69 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc28b643-f4c7-4ccb-8407-0c92e2cc07e7 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a6bcfd1e-e73c-4989-98b7-350526953d63 .shogun-icon-wrapper {
  text-align: right;
}


#s-a6bcfd1e-e73c-4989-98b7-350526953d63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-a7506f82-2208-4f50-b52f-5a1f6d70c577 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7506f82-2208-4f50-b52f-5a1f6d70c577 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-475db6d8-a55d-4d3d-b335-a08a92825324 .shogun-icon-wrapper {
  text-align: left;
}


#s-475db6d8-a55d-4d3d-b335-a08a92825324 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-84f18783-c831-40fc-ab83-bc2836cd3072 {
  text-align: center;
}
@media (max-width: 767px){#s-84f18783-c831-40fc-ab83-bc2836cd3072 {
  display: none;
}
#s-84f18783-c831-40fc-ab83-bc2836cd3072, #wrap-s-84f18783-c831-40fc-ab83-bc2836cd3072 { display:none !important; }}



  #s-84f18783-c831-40fc-ab83-bc2836cd3072 img.shogun-image {
    
    width: px;
  }


#s-84f18783-c831-40fc-ab83-bc2836cd3072 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (max-width: 767px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-fdd2063d-8014-401f-9e43-e095a280c503 {
  text-align: center;
}




  #s-fdd2063d-8014-401f-9e43-e095a280c503 img.shogun-image {
    
    width: px;
  }


#s-fdd2063d-8014-401f-9e43-e095a280c503 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe {
  display: none;
}
#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe, #wrap-s-5ab67a1d-bad0-4514-97ef-04cc65179dbe { display:none !important; }}
@media (min-width: 0px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5a360bde-0018-44a1-a375-049a81345f5f {
  padding-bottom: 15px;
}

#s-246b8ae6-32fc-4a4d-aae6-c1f1b6a66185 .shogun-icon-wrapper {
  text-align: center;
}


#s-246b8ae6-32fc-4a4d-aae6-c1f1b6a66185 .shogun-icon-wrapper > .shogun-icon {

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

#s-8261587b-24a3-492f-a5c4-b446105100e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8261587b-24a3-492f-a5c4-b446105100e1 .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-c242d90a-0b82-47c8-916b-a7eecc380b08 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5a7026dd-f4a9-460b-9185-db1180b16686 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb2818cb-16c8-457d-b82e-baaa10871c09 {
  padding-bottom: 15px;
}

#s-8b53e66b-3719-40da-8b22-3790a496ab6f .shogun-icon-wrapper {
  text-align: center;
}


#s-8b53e66b-3719-40da-8b22-3790a496ab6f .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  
}
}@media (max-width: 767px){#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  
}
}



  #s-b97865b3-996a-4a07-81b8-7e98d6114fee img.shogun-image {
    
    width: px;
  }


#s-b97865b3-996a-4a07-81b8-7e98d6114fee .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa6676c-c9aa-43df-a95c-60d856797ecf {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  
}
}@media (max-width: 767px){#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  display: none;
}
#s-f26f595e-b76a-4a93-9c99-5255953fad5b, #wrap-s-f26f595e-b76a-4a93-9c99-5255953fad5b { display:none !important; }}



  #s-f26f595e-b76a-4a93-9c99-5255953fad5b img.shogun-image {
    
    width: px;
  }


#s-f26f595e-b76a-4a93-9c99-5255953fad5b .shogun-image-content {
  
    align-items: center;
  
}

#s-b8408221-3684-4cb9-afbb-5f5012f63be2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (max-width: 767px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-48c6c8c9-d240-461a-ad89-74792e14e849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48c6c8c9-d240-461a-ad89-74792e14e849 .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-d936e45a-2166-46b3-9fe1-01a342775905 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ce848408-fb45-48da-be74-7808e10a7d95 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-3db8d855-a138-4601-a6fd-d7df8e85024b {
  
}
}@media (max-width: 767px){#s-3db8d855-a138-4601-a6fd-d7df8e85024b {
  
}
}
@media (min-width: 0px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc9bd2fe-5831-4474-886d-035a2ea6e823 {
  text-align: center;
}




  #s-fc9bd2fe-5831-4474-886d-035a2ea6e823 img.shogun-image {
    
    width: px;
  }


#s-fc9bd2fe-5831-4474-886d-035a2ea6e823 .shogun-image-content {
  
    align-items: center;
  
}

#s-61dbba06-2164-4c12-bb52-371a929878fd {
  text-align: center;
}




  #s-61dbba06-2164-4c12-bb52-371a929878fd img.shogun-image {
    
    width: px;
  }


#s-61dbba06-2164-4c12-bb52-371a929878fd .shogun-image-content {
  
    align-items: center;
  
}

#s-75d4e4f1-73af-4f4b-ae01-f5d530704e59 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-baa60302-c29e-4061-b23f-c6a78d52995a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-364c1eb5-4a62-49d2-8ca7-4c12129221dd {
  padding-bottom: 15px;
}

#s-3aad727d-843c-4a43-b504-389eb4538ddd .shogun-icon-wrapper {
  text-align: center;
}


#s-3aad727d-843c-4a43-b504-389eb4538ddd .shogun-icon-wrapper > .shogun-icon {

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

#s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 {
  text-align: center;
}




  #s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 img.shogun-image {
    
    width: px;
  }


#s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (max-width: 767px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-45eb9190-68d2-46e3-840e-e7c7a0a204bf {
  text-align: center;
}




  #s-45eb9190-68d2-46e3-840e-e7c7a0a204bf img.shogun-image {
    
    width: px;
  }


#s-45eb9190-68d2-46e3-840e-e7c7a0a204bf .shogun-image-content {
  
    align-items: center;
  
}

#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 {
  display: none;
}
#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390, #wrap-s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-be90f228-8656-49af-ab17-3f692608fc87 {
  padding-bottom: 15px;
}

#s-e7668c5f-d3be-4940-9816-f992e004e020 .shogun-icon-wrapper {
  text-align: center;
}


#s-e7668c5f-d3be-4940-9816-f992e004e020 .shogun-icon-wrapper > .shogun-icon {

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

#s-a4280f7e-5dfd-4e57-a23e-a5f22def81ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4280f7e-5dfd-4e57-a23e-a5f22def81ee .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-0b9918c9-da1d-48c3-95a2-1c1c28939dd0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fa164410-2871-444c-a8e9-5d5c7e6eb7cd {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d937ca5a-885d-49b7-a00d-5083e57a7d17 {
  padding-bottom: 15px;
}

#s-1e637a41-d5a0-472c-b688-52a7aa677630 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e637a41-d5a0-472c-b688-52a7aa677630 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  
}
}@media (max-width: 767px){#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  
}
}



  #s-576e742c-7907-43e1-bee6-6ce551b7ad69 img.shogun-image {
    
    width: px;
  }


#s-576e742c-7907-43e1-bee6-6ce551b7ad69 .shogun-image-content {
  
    align-items: center;
  
}

#s-cee0f95e-b3c4-4b73-8613-a44310e2db6a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  
}
}@media (max-width: 767px){#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  display: none;
}
#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3, #wrap-s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 { display:none !important; }}



  #s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 img.shogun-image {
    
    width: px;
  }


#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed344f0a-95b2-44e9-9904-ebd83e878b76 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (max-width: 767px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-nav-button.shg-sld-left,
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-38e5c631-8f08-4b16-be3d-7e0cf80a213c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38e5c631-8f08-4b16-be3d-7e0cf80a213c .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-2b410cad-be52-409a-b674-aad7e2892c43 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b410cad-be52-409a-b674-aad7e2892c43 {
  display: none;
}
#s-2b410cad-be52-409a-b674-aad7e2892c43, #wrap-s-2b410cad-be52-409a-b674-aad7e2892c43 { display:none !important; }}@media (max-width: 767px){#s-2b410cad-be52-409a-b674-aad7e2892c43 {
  display: none;
}
#s-2b410cad-be52-409a-b674-aad7e2892c43, #wrap-s-2b410cad-be52-409a-b674-aad7e2892c43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aa45b18b-080f-4f00-95ab-bd6a66edc22d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-aa45b18b-080f-4f00-95ab-bd6a66edc22d img.shogun-image {
    
    width: px;
  }


#s-aa45b18b-080f-4f00-95ab-bd6a66edc22d .shogun-image-content {
  
    align-items: center;
  
}

#s-44a8ff14-46d8-4adf-9e68-8db784e3017d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-44a8ff14-46d8-4adf-9e68-8db784e3017d img.shogun-image {
    
    width: px;
  }


#s-44a8ff14-46d8-4adf-9e68-8db784e3017d .shogun-image-content {
  
    align-items: center;
  
}

#s-80fa5fe9-55a7-4193-b324-dfbec3db6859 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8c3d163-aac9-4b0f-aef9-d24dda204c47 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1125f0ab-5f20-4fb7-ae8e-271f1acdd3a1 .shogun-icon-wrapper {
  text-align: right;
}


#s-1125f0ab-5f20-4fb7-ae8e-271f1acdd3a1 .shogun-icon-wrapper > .shogun-icon {

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

#s-c6aae3a2-a652-47f3-ad90-7b59531feee3 .shogun-icon-wrapper {
  text-align: left;
}


#s-c6aae3a2-a652-47f3-ad90-7b59531feee3 .shogun-icon-wrapper > .shogun-icon {

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

#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}







#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e.shg-box.shg-c {
  justify-content: center;
}

#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  
}
}@media (max-width: 767px){#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  
}
}



  #s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea img.shogun-image {
    
    width: px;
  }


#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f2acae72-c013-4bc1-8d61-7d42059bf283 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2acae72-c013-4bc1-8d61-7d42059bf283 .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-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}
#s-98eaa287-eeca-41df-a327-af5a5a34272d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98eaa287-eeca-41df-a327-af5a5a34272d {
  
}
}
@media (min-width: 0px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6234e647-aac7-49c1-8da2-3bce1e14086f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6234e647-aac7-49c1-8da2-3bce1e14086f img.shogun-image {
    
    width: px;
  }


#s-6234e647-aac7-49c1-8da2-3bce1e14086f .shogun-image-content {
  
    align-items: center;
  
}

#s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 img.shogun-image {
    
    width: px;
  }


#s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 .shogun-image-content {
  
    align-items: center;
  
}

#s-0240d5a4-8a0b-478c-a88b-c46f6ec40468 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94 {
  
}
}
@media (min-width: 0px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4c69b6bf-4045-4263-95e7-67cacd843889 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2af2baa-9514-40db-94c4-8d516bf514d7 .shogun-icon-wrapper {
  text-align: right;
}


#s-f2af2baa-9514-40db-94c4-8d516bf514d7 .shogun-icon-wrapper > .shogun-icon {

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

#s-b4870a0d-f1aa-4639-a3ae-d0b330995a8c .shogun-icon-wrapper {
  text-align: left;
}


#s-b4870a0d-f1aa-4639-a3ae-d0b330995a8c .shogun-icon-wrapper > .shogun-icon {

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

#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  
}
}@media (max-width: 767px){#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  display: none;
}
#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22, #wrap-s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 { display:none !important; }}



  #s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 img.shogun-image {
    
    width: px;
  }


#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-df4a7629-15f8-477c-93d9-d06ca0d4199b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df4a7629-15f8-477c-93d9-d06ca0d4199b .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-069b4a1e-ad39-4285-ad15-b3d3947746fd {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-069b4a1e-ad39-4285-ad15-b3d3947746fd {
  display: none;
}
#s-069b4a1e-ad39-4285-ad15-b3d3947746fd, #wrap-s-069b4a1e-ad39-4285-ad15-b3d3947746fd { display:none !important; }}
#s-edec72a7-7ea5-493f-8db3-39571cf3e915 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322 {
  
}
}
@media (min-width: 0px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  
}
}@media (max-width: 767px){#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  display: none;
}
#s-4f218d25-46a2-43b0-b386-fb148aa516ec, #wrap-s-4f218d25-46a2-43b0-b386-fb148aa516ec { display:none !important; }}



  #s-4f218d25-46a2-43b0-b386-fb148aa516ec img.shogun-image {
    
    width: px;
  }


#s-4f218d25-46a2-43b0-b386-fb148aa516ec .shogun-image-content {
  
    align-items: center;
  
}

#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  
}
}@media (max-width: 767px){#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  display: none;
}
#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74, #wrap-s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 { display:none !important; }}



  #s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 img.shogun-image {
    
    width: px;
  }


#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  text-align: center;
}
@media (min-width: 1200px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}



  #s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 img.shogun-image {
    
    width: px;
  }


#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7c51147-55f0-4402-98d9-f25a54140f62 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-459bbbbf-fdaf-4151-9a8d-0fa86e0368e2 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5bc44d72-29dd-4135-9b4b-125d6bfdfc27 .shogun-icon-wrapper {
  text-align: right;
}


#s-5bc44d72-29dd-4135-9b4b-125d6bfdfc27 .shogun-icon-wrapper > .shogun-icon {

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

#s-e28fb352-ba97-4f82-bf5a-719fdd293de4 .shogun-icon-wrapper {
  text-align: center;
}


#s-e28fb352-ba97-4f82-bf5a-719fdd293de4 .shogun-icon-wrapper > .shogun-icon {

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

#s-ebae6cc6-26fb-4427-9240-945b44bbfb52 .shogun-icon-wrapper {
  text-align: left;
}


#s-ebae6cc6-26fb-4427-9240-945b44bbfb52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-50e24946-76b9-4e33-a924-2ad58a14e833 {
  text-align: center;
}
@media (max-width: 767px){#s-50e24946-76b9-4e33-a924-2ad58a14e833 {
  display: none;
}
#s-50e24946-76b9-4e33-a924-2ad58a14e833, #wrap-s-50e24946-76b9-4e33-a924-2ad58a14e833 { display:none !important; }}



  #s-50e24946-76b9-4e33-a924-2ad58a14e833 img.shogun-image {
    
    width: px;
  }


#s-50e24946-76b9-4e33-a924-2ad58a14e833 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (max-width: 767px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-e8287701-3563-47de-b564-d9bdc2d67d1b {
  text-align: center;
}




  #s-e8287701-3563-47de-b564-d9bdc2d67d1b img.shogun-image {
    
    width: px;
  }


#s-e8287701-3563-47de-b564-d9bdc2d67d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-78e34762-87e5-4418-bf9e-d9466085ab7b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-78e34762-87e5-4418-bf9e-d9466085ab7b {
  display: none;
}
#s-78e34762-87e5-4418-bf9e-d9466085ab7b, #wrap-s-78e34762-87e5-4418-bf9e-d9466085ab7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed3396ed-519d-4600-8060-a4e9bdb434a4 {
  padding-bottom: 15px;
}

#s-6014c533-7eb5-4d96-a5f1-02f065ae5988 .shogun-icon-wrapper {
  text-align: center;
}


#s-6014c533-7eb5-4d96-a5f1-02f065ae5988 .shogun-icon-wrapper > .shogun-icon {

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

#s-18d87725-871e-4d64-81d7-294ff92fad96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18d87725-871e-4d64-81d7-294ff92fad96 .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-e937f764-b439-4bfa-9f87-2bb24a9900c6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7a08d3f0-c03b-4f74-a7a2-518e92a91015 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-703bd9b2-520b-4680-9d0c-51f6c6de2497 {
  padding-bottom: 15px;
}

#s-11c6dc25-7005-4a40-ac6e-8989ba5b84fa .shogun-icon-wrapper {
  text-align: center;
}


#s-11c6dc25-7005-4a40-ac6e-8989ba5b84fa .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 0px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  
}
}@media (max-width: 767px){#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  
}
}



  #s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 img.shogun-image {
    
    width: px;
  }


#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4c1da4f-0ba8-4883-82c3-7bc8ddffba11 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  
}
}@media (max-width: 767px){#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  display: none;
}
#s-9a9372bb-598e-440c-b6c4-82f2fa649f95, #wrap-s-9a9372bb-598e-440c-b6c4-82f2fa649f95 { display:none !important; }}



  #s-9a9372bb-598e-440c-b6c4-82f2fa649f95 img.shogun-image {
    
    width: px;
  }


#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef87ddb-7f09-4ac5-9ea3-434038477128 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-89db6459-18f8-41f5-b7e4-f4c5b47c86dc {
  min-height: 50px;
}








#s-89db6459-18f8-41f5-b7e4-f4c5b47c86dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89db6459-18f8-41f5-b7e4-f4c5b47c86dc.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-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-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(192, 69, 163, 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(192, 69, 163, 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(192, 69, 163, 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(48, 130, 119, 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(48, 130, 119, 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(48, 130, 119, 1);
}
}
#s-1879aa23-0793-437b-b43e-ff2f8d0a974b {
  min-height: 50px;
}








#s-1879aa23-0793-437b-b43e-ff2f8d0a974b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1879aa23-0793-437b-b43e-ff2f8d0a974b.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% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6717bc10-7f9e-4a0e-972a-d07bef8b178a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-064fd677-dda6-46d2-8878-fa8b4931c89f .shogun-icon-wrapper {
  text-align: center;
}


#s-064fd677-dda6-46d2-8878-fa8b4931c89f .shogun-icon-wrapper > .shogun-icon {

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

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

#s-ba94811a-d4d5-4c8e-a879-16fc7eee27b7 .shogun-icon-wrapper {
  text-align: center;
}


#s-ba94811a-d4d5-4c8e-a879-16fc7eee27b7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 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;
}

#s-d3e53d58-12cb-4e35-af8d-38ec8cad628f .shogun-icon-wrapper {
  text-align: center;
}


#s-d3e53d58-12cb-4e35-af8d-38ec8cad628f .shogun-icon-wrapper > .shogun-icon {

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

#s-6a4702b2-b46f-424d-b1d4-f847bdbe6ab7 {
  min-height: 50px;
}








#s-6a4702b2-b46f-424d-b1d4-f847bdbe6ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a4702b2-b46f-424d-b1d4-f847bdbe6ab7.shg-box.shg-c {
  justify-content: center;
}

#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-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7fdea601-9b04-4d22-96e0-642a980e7bd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3 {
  text-align: center;
}
@media (max-width: 767px){#s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3 {
  display: none;
}
#s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3, #wrap-s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3 { display:none !important; }}



  #s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3 img.shogun-image {
    
    width: px;
  }


#s-80b4f69f-6cfc-4e44-8468-1d4c0d4481b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2067acd-61c8-4a34-ab19-405816707795 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-c2067acd-61c8-4a34-ab19-405816707795 {
  display: none;
}
#s-c2067acd-61c8-4a34-ab19-405816707795, #wrap-s-c2067acd-61c8-4a34-ab19-405816707795 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c2067acd-61c8-4a34-ab19-405816707795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a6cc84ab-db5a-4e30-b719-33dd828ebf09 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-032a76e7-1c2c-4cb5-a38c-0abb454cbb01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42bbcf39-113c-493a-9848-224d07a24d8f .shogun-icon-wrapper {
  text-align: right;
}


#s-42bbcf39-113c-493a-9848-224d07a24d8f .shogun-icon-wrapper > .shogun-icon {

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

#s-6f24adec-6b4e-4c7c-a14e-b9bacf5f2b4d .shogun-icon-wrapper {
  text-align: center;
}


#s-6f24adec-6b4e-4c7c-a14e-b9bacf5f2b4d .shogun-icon-wrapper > .shogun-icon {

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

#s-39f86b6f-227f-44bf-bc38-32e11dfa4701 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39f86b6f-227f-44bf-bc38-32e11dfa4701 {
  display: none;
}
#s-39f86b6f-227f-44bf-bc38-32e11dfa4701, #wrap-s-39f86b6f-227f-44bf-bc38-32e11dfa4701 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39f86b6f-227f-44bf-bc38-32e11dfa4701 {
  display: none;
}
#s-39f86b6f-227f-44bf-bc38-32e11dfa4701, #wrap-s-39f86b6f-227f-44bf-bc38-32e11dfa4701 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39f86b6f-227f-44bf-bc38-32e11dfa4701 {
  display: none;
}
#s-39f86b6f-227f-44bf-bc38-32e11dfa4701, #wrap-s-39f86b6f-227f-44bf-bc38-32e11dfa4701 { display:none !important; }}







#s-39f86b6f-227f-44bf-bc38-32e11dfa4701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f86b6f-227f-44bf-bc38-32e11dfa4701.shg-box.shg-c {
  justify-content: center;
}

#s-e46fcb5c-e87f-4149-83f8-d35ddc2dd866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e46fcb5c-e87f-4149-83f8-d35ddc2dd866 .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-2bec63a3-c299-477a-a04d-e73241bfbd9c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-939176fc-9a48-4592-bb83-3908b91a5a6a {
  text-align: center;
}
@media (max-width: 767px){#s-939176fc-9a48-4592-bb83-3908b91a5a6a {
  display: none;
}
#s-939176fc-9a48-4592-bb83-3908b91a5a6a, #wrap-s-939176fc-9a48-4592-bb83-3908b91a5a6a { display:none !important; }}



  #s-939176fc-9a48-4592-bb83-3908b91a5a6a img.shogun-image {
    
    width: px;
  }


#s-939176fc-9a48-4592-bb83-3908b91a5a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 {
  text-align: center;
}
@media (min-width: 1200px){#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 {
  display: none;
}
#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7, #wrap-s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 {
  display: none;
}
#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7, #wrap-s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 {
  display: none;
}
#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7, #wrap-s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 { display:none !important; }}@media (max-width: 767px){#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 {
  
}
}



  #s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 img.shogun-image {
    
    width: px;
  }


#s-2e09639f-bc76-4481-8d91-02ddbc14dfa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-46574ea3-e024-4746-97a5-a5826bed2511 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-46574ea3-e024-4746-97a5-a5826bed2511 {
  display: none;
}
#s-46574ea3-e024-4746-97a5-a5826bed2511, #wrap-s-46574ea3-e024-4746-97a5-a5826bed2511 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46574ea3-e024-4746-97a5-a5826bed2511 {
  display: none;
}
#s-46574ea3-e024-4746-97a5-a5826bed2511, #wrap-s-46574ea3-e024-4746-97a5-a5826bed2511 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46574ea3-e024-4746-97a5-a5826bed2511 {
  display: none;
}
#s-46574ea3-e024-4746-97a5-a5826bed2511, #wrap-s-46574ea3-e024-4746-97a5-a5826bed2511 { display:none !important; }}
@media (min-width: 0px) {
[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46574ea3-e024-4746-97a5-a5826bed2511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-41c77bdf-6f88-416a-b568-4c6c495ae30d {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69ae3954-b9bc-45dd-9ee8-c700c2203205"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f936645b-522e-4a95-ac13-e90c94475e4d .shogun-icon-wrapper {
  text-align: center;
}


#s-f936645b-522e-4a95-ac13-e90c94475e4d .shogun-icon-wrapper > .shogun-icon {

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

#s-113889c4-4941-45bb-a48c-bd59d8a00fcf .shogun-icon-wrapper {
  text-align: center;
}


#s-113889c4-4941-45bb-a48c-bd59d8a00fcf .shogun-icon-wrapper > .shogun-icon {

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

#s-d9e32e88-63c8-4c76-9d6c-4168aea36400 {
  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-d9e32e88-63c8-4c76-9d6c-4168aea36400:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9e32e88-63c8-4c76-9d6c-4168aea36400:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-d9e32e88-63c8-4c76-9d6c-4168aea36400.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b57b3e7b-a944-4d48-9192-87827008e9b1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b57b3e7b-a944-4d48-9192-87827008e9b1 {
  display: none;
}
#s-b57b3e7b-a944-4d48-9192-87827008e9b1, #wrap-s-b57b3e7b-a944-4d48-9192-87827008e9b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b57b3e7b-a944-4d48-9192-87827008e9b1 {
  display: none;
}
#s-b57b3e7b-a944-4d48-9192-87827008e9b1, #wrap-s-b57b3e7b-a944-4d48-9192-87827008e9b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b57b3e7b-a944-4d48-9192-87827008e9b1 {
  display: none;
}
#s-b57b3e7b-a944-4d48-9192-87827008e9b1, #wrap-s-b57b3e7b-a944-4d48-9192-87827008e9b1 { display:none !important; }}







#s-b57b3e7b-a944-4d48-9192-87827008e9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b57b3e7b-a944-4d48-9192-87827008e9b1.shg-box.shg-c {
  justify-content: center;
}

#s-77162f15-c584-4335-becd-8be17fa50afe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77162f15-c584-4335-becd-8be17fa50afe .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-9bdb0687-2c9a-4b5a-a0cb-e83db1ebb21a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-253eb864-e675-4d57-9104-6eb9e1587be1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-32df3248-dded-45ce-ac64-152e74c384e6 {
  text-align: center;
}




  #s-32df3248-dded-45ce-ac64-152e74c384e6 img.shogun-image {
    
    width: px;
  }


#s-32df3248-dded-45ce-ac64-152e74c384e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-815c5285-9322-43fc-97b5-118dbf151ef0 {
  text-align: center;
}
@media (max-width: 767px){#s-815c5285-9322-43fc-97b5-118dbf151ef0 {
  display: none;
}
#s-815c5285-9322-43fc-97b5-118dbf151ef0, #wrap-s-815c5285-9322-43fc-97b5-118dbf151ef0 { display:none !important; }}



  #s-815c5285-9322-43fc-97b5-118dbf151ef0 img.shogun-image {
    
    width: px;
  }


#s-815c5285-9322-43fc-97b5-118dbf151ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceef4c19-8860-419f-9c95-933c67755a14 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ceef4c19-8860-419f-9c95-933c67755a14 {
  display: none;
}
#s-ceef4c19-8860-419f-9c95-933c67755a14, #wrap-s-ceef4c19-8860-419f-9c95-933c67755a14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceef4c19-8860-419f-9c95-933c67755a14 {
  display: none;
}
#s-ceef4c19-8860-419f-9c95-933c67755a14, #wrap-s-ceef4c19-8860-419f-9c95-933c67755a14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ceef4c19-8860-419f-9c95-933c67755a14 {
  display: none;
}
#s-ceef4c19-8860-419f-9c95-933c67755a14, #wrap-s-ceef4c19-8860-419f-9c95-933c67755a14 { display:none !important; }}@media (max-width: 767px){#s-ceef4c19-8860-419f-9c95-933c67755a14 {
  display: none;
}
#s-ceef4c19-8860-419f-9c95-933c67755a14, #wrap-s-ceef4c19-8860-419f-9c95-933c67755a14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ceef4c19-8860-419f-9c95-933c67755a14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-62176321-9cc0-419b-985b-bbf914d4cfb0 {
  padding-bottom: 15px;
}

#s-eeaa734c-69e1-47d8-9d39-83e743826631 .shogun-icon-wrapper {
  text-align: center;
}


#s-eeaa734c-69e1-47d8-9d39-83e743826631 .shogun-icon-wrapper > .shogun-icon {

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

#s-9049846b-3639-4f3b-a4eb-894e1316ead8 {
  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-9049846b-3639-4f3b-a4eb-894e1316ead8:hover {background-color: rgba(245, 227, 202, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9049846b-3639-4f3b-a4eb-894e1316ead8:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(245, 227, 202, 1) !important;}


#s-9049846b-3639-4f3b-a4eb-894e1316ead8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-e6d86b31-b938-4f4c-88e6-4db797efed2c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e6d86b31-b938-4f4c-88e6-4db797efed2c {
  display: none;
}
#s-e6d86b31-b938-4f4c-88e6-4db797efed2c, #wrap-s-e6d86b31-b938-4f4c-88e6-4db797efed2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6d86b31-b938-4f4c-88e6-4db797efed2c {
  display: none;
}
#s-e6d86b31-b938-4f4c-88e6-4db797efed2c, #wrap-s-e6d86b31-b938-4f4c-88e6-4db797efed2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6d86b31-b938-4f4c-88e6-4db797efed2c {
  display: none;
}
#s-e6d86b31-b938-4f4c-88e6-4db797efed2c, #wrap-s-e6d86b31-b938-4f4c-88e6-4db797efed2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6d86b31-b938-4f4c-88e6-4db797efed2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-91a11beb-a9aa-4479-bf92-3dab785abf7c {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17f9027a-e879-4bb9-8a66-e3efd88bb9f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77c89044-e251-4ff6-8a62-663d449257fd .shogun-icon-wrapper {
  text-align: center;
}


#s-77c89044-e251-4ff6-8a62-663d449257fd .shogun-icon-wrapper > .shogun-icon {

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

#s-290216ee-dc0b-44e4-93cd-1c95e671a2ff .shogun-icon-wrapper {
  text-align: center;
}


#s-290216ee-dc0b-44e4-93cd-1c95e671a2ff .shogun-icon-wrapper > .shogun-icon {

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

#s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db {
  display: none;
}
#s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db, #wrap-s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db { display:none !important; }}
@media (min-width: 0px) {
[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88ef61ee-e0d1-4339-a074-f9cf8d8be4db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6f512524-ce79-415f-a218-2a975ed7f3f6 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ef1b35-e956-4dd4-a14f-914a9bde407f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-627ea1b9-2a9c-48ad-9476-aefd56f9a85e .shogun-icon-wrapper {
  text-align: right;
}


#s-627ea1b9-2a9c-48ad-9476-aefd56f9a85e .shogun-icon-wrapper > .shogun-icon {

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

#s-029c62bf-ecbf-4971-b618-8dfd7f1464ad .shogun-icon-wrapper {
  text-align: left;
}


#s-029c62bf-ecbf-4971-b618-8dfd7f1464ad .shogun-icon-wrapper > .shogun-icon {

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

@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;
}
@media (max-width: 767px){#s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af {
  display: none;
}
#s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af, #wrap-s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af { display:none !important; }}



  #s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af img.shogun-image {
    
    width: px;
  }


#s-6cbfec2b-7f0c-4f52-92a8-a326ad6ae6af .shogun-image-content {
  
    align-items: center;
  
}

#s-f81f1154-5397-4614-ab83-8450b6a958f7 {
  text-align: center;
}
@media (min-width: 1200px){#s-f81f1154-5397-4614-ab83-8450b6a958f7 {
  display: none;
}
#s-f81f1154-5397-4614-ab83-8450b6a958f7, #wrap-s-f81f1154-5397-4614-ab83-8450b6a958f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81f1154-5397-4614-ab83-8450b6a958f7 {
  display: none;
}
#s-f81f1154-5397-4614-ab83-8450b6a958f7, #wrap-s-f81f1154-5397-4614-ab83-8450b6a958f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f81f1154-5397-4614-ab83-8450b6a958f7 {
  display: none;
}
#s-f81f1154-5397-4614-ab83-8450b6a958f7, #wrap-s-f81f1154-5397-4614-ab83-8450b6a958f7 { display:none !important; }}



  #s-f81f1154-5397-4614-ab83-8450b6a958f7 img.shogun-image {
    
    width: px;
  }


#s-f81f1154-5397-4614-ab83-8450b6a958f7 .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 (max-width: 767px){#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 {
  
}
}
@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;
}

#s-0c7d7689-7cd0-40e2-b35c-d5cc8c8823ea .shogun-icon-wrapper {
  text-align: center;
}


#s-0c7d7689-7cd0-40e2-b35c-d5cc8c8823ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 15, 42, 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-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d7bdb4-8f9b-4931-a2d0-fd053207f116"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

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

#s-0c2a5fa9-f03d-4a09-a4ad-8d25ec4b954e .shogun-icon-wrapper {
  text-align: center;
}


#s-0c2a5fa9-f03d-4a09-a4ad-8d25ec4b954e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(228, 208, 202, 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: 0.9em;
  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: 0.9em;
  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 (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-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afeaedb1-25e8-425b-96b4-9cdd0462ee06"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

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

@media (min-width: 0px) {
[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b992619-5fb7-4acb-898e-8407f7c5c29d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49b76646-3c95-461b-ab76-a754facbf407 {
  text-align: center;
}

#s-49b76646-3c95-461b-ab76-a754facbf407 .shogun-icon-wrapper {
  text-align: left;
}


#s-49b76646-3c95-461b-ab76-a754facbf407 .shogun-icon-wrapper > .shogun-icon {

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

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

@media (min-width: 0px) {
[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abafd2b8-7f32-459e-b683-587101b72dad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5935a9a7-5fba-47da-9ad8-112b32fb6cd7 .shogun-icon-wrapper {
  text-align: right;
}


#s-5935a9a7-5fba-47da-9ad8-112b32fb6cd7 .shogun-icon-wrapper > .shogun-icon {

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

#s-2fce8ec2-a4fb-4d66-8ae2-2e60a84566d4 .shogun-icon-wrapper {
  text-align: left;
}


#s-2fce8ec2-a4fb-4d66-8ae2-2e60a84566d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(28, 8, 100, 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-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-124eb423-013a-4753-96a5-a5cbd2372cb6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@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-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-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;
}
@media (max-width: 767px){#s-f6ea64b4-79c9-40a0-901a-3abb44f787fd {
  display: none;
}
#s-f6ea64b4-79c9-40a0-901a-3abb44f787fd, #wrap-s-f6ea64b4-79c9-40a0-901a-3abb44f787fd { display:none !important; }}



  #s-f6ea64b4-79c9-40a0-901a-3abb44f787fd img.shogun-image {
    
    width: px;
  }


#s-f6ea64b4-79c9-40a0-901a-3abb44f787fd .shogun-image-content {
  
    align-items: center;
  
}

#s-75b8bf41-f4f0-4d68-9558-8e2495104657 {
  text-align: center;
}
@media (min-width: 1200px){#s-75b8bf41-f4f0-4d68-9558-8e2495104657 {
  display: none;
}
#s-75b8bf41-f4f0-4d68-9558-8e2495104657, #wrap-s-75b8bf41-f4f0-4d68-9558-8e2495104657 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75b8bf41-f4f0-4d68-9558-8e2495104657 {
  display: none;
}
#s-75b8bf41-f4f0-4d68-9558-8e2495104657, #wrap-s-75b8bf41-f4f0-4d68-9558-8e2495104657 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75b8bf41-f4f0-4d68-9558-8e2495104657 {
  display: none;
}
#s-75b8bf41-f4f0-4d68-9558-8e2495104657, #wrap-s-75b8bf41-f4f0-4d68-9558-8e2495104657 { display:none !important; }}



  #s-75b8bf41-f4f0-4d68-9558-8e2495104657 img.shogun-image {
    
    width: px;
  }


#s-75b8bf41-f4f0-4d68-9558-8e2495104657 .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-000d8e8d-9edc-49e4-a1ef-02e5eb7cbfb7 .shogun-icon-wrapper {
  text-align: center;
}


#s-000d8e8d-9edc-49e4-a1ef-02e5eb7cbfb7 .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: inline-block;
}
