.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-150883a9-3277-4f1c-91bc-a43cd2c5600b {
  margin-bottom: 1%;
min-height: 50px;
}








#s-150883a9-3277-4f1c-91bc-a43cd2c5600b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150883a9-3277-4f1c-91bc-a43cd2c5600b.shg-box.shg-c {
  justify-content: center;
}

.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-f58d575c-51f0-4ca5-aafe-a0c199563eee {
  text-align: left;
}




  #s-f58d575c-51f0-4ca5-aafe-a0c199563eee img.shogun-image {
    
    width: px;
  }


#s-f58d575c-51f0-4ca5-aafe-a0c199563eee .shogun-image-content {
  
    align-items: 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-e8a12b6a-7c53-46a2-9fed-bdbf5f1492e0 {
  min-height: 50px;
}








#s-e8a12b6a-7c53-46a2-9fed-bdbf5f1492e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8a12b6a-7c53-46a2-9fed-bdbf5f1492e0.shg-box.shg-c {
  justify-content: center;
}

#s-8d328eee-5834-4eda-9ff1-882ca6449a97 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-1b03099d-f515-46a0-ba6d-45dd43cc7c2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1b03099d-f515-46a0-ba6d-45dd43cc7c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b03099d-f515-46a0-ba6d-45dd43cc7c2c.shg-box.shg-c {
  justify-content: center;
}

#s-9dd92964-6c29-4211-97a6-d73ef030dd97 {
  text-align: center;
}




  #s-9dd92964-6c29-4211-97a6-d73ef030dd97 img.shogun-image {
    
    width: px;
  }


#s-9dd92964-6c29-4211-97a6-d73ef030dd97 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca9a0663-2887-4464-baaa-973cd552bcae {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-ca9a0663-2887-4464-baaa-973cd552bcae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-ca9a0663-2887-4464-baaa-973cd552bcae.shg-box.shg-c {
  justify-content: center;
}

#s-419dae1d-b1f5-482a-9c2e-73b646665070 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 0);
}








#s-419dae1d-b1f5-482a-9c2e-73b646665070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419dae1d-b1f5-482a-9c2e-73b646665070.shg-box.shg-c {
  justify-content: center;
}

#s-bdb2076e-f05d-4b22-95f0-7de8141acb59 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-bdb2076e-f05d-4b22-95f0-7de8141acb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb2076e-f05d-4b22-95f0-7de8141acb59.shg-box.shg-c {
  justify-content: center;
}

#s-c2535cbf-b4f6-4f7b-a7b3-18a403ef73c5 {
  margin-top: 0px;
margin-bottom: 1em;
text-align: center;
}




  #s-c2535cbf-b4f6-4f7b-a7b3-18a403ef73c5 img.shogun-image {
    
    width: px;
  }


#s-c2535cbf-b4f6-4f7b-a7b3-18a403ef73c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0578bbf0-42d9-4b0e-8cfa-9c96b3c00ade {
  margin-top: 0em;
margin-bottom: 0em;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-0578bbf0-42d9-4b0e-8cfa-9c96b3c00ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0578bbf0-42d9-4b0e-8cfa-9c96b3c00ade.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;
}

#s-42a1bff7-c281-4499-8ee4-a61b1878492a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42a1bff7-c281-4499-8ee4-a61b1878492a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3ed1d989-5659-4884-b95a-44f74ce0cd02 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ed1d989-5659-4884-b95a-44f74ce0cd02 {
  
}
}@media (max-width: 767px){#s-3ed1d989-5659-4884-b95a-44f74ce0cd02 {
  display: none;
}
#s-3ed1d989-5659-4884-b95a-44f74ce0cd02, #wrap-s-3ed1d989-5659-4884-b95a-44f74ce0cd02 { display:none !important; }}







#s-3ed1d989-5659-4884-b95a-44f74ce0cd02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed1d989-5659-4884-b95a-44f74ce0cd02.shg-box.shg-c {
  justify-content: center;
}

#s-049bf50f-da62-4987-aef5-2e095ae1d3b4 {
  text-align: center;
}
@media (max-width: 767px){#s-049bf50f-da62-4987-aef5-2e095ae1d3b4 {
  display: none;
}
#s-049bf50f-da62-4987-aef5-2e095ae1d3b4, #wrap-s-049bf50f-da62-4987-aef5-2e095ae1d3b4 { display:none !important; }}



  #s-049bf50f-da62-4987-aef5-2e095ae1d3b4 img.shogun-image {
    
    width: px;
  }


#s-049bf50f-da62-4987-aef5-2e095ae1d3b4 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 {
  margin-bottom: 0px;
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 0, 11, 1);
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(227, 0, 11, 1);
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(227, 0, 11, 1);
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(227, 0, 11, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-34c148df-c5ad-468b-a3a5-d7f945b7fd53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-96615029-b216-46a1-8e0b-9f9b7c413553 {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 0, 11, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-96615029-b216-46a1-8e0b-9f9b7c413553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96615029-b216-46a1-8e0b-9f9b7c413553.shg-box.shg-c {
  justify-content: center;
}

#s-269f1055-baf7-45ae-b715-e71de32a89fb {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-269f1055-baf7-45ae-b715-e71de32a89fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8ac3a19c-b8e8-4c87-a9a6-29906bf33702 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-8ac3a19c-b8e8-4c87-a9a6-29906bf33702 img.shogun-image {
    
    width: px;
  }


#s-8ac3a19c-b8e8-4c87-a9a6-29906bf33702 .shogun-image-content {
  
    align-items: center;
  
}

#s-26758933-37e7-4d5e-9d63-a902260a364e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-26758933-37e7-4d5e-9d63-a902260a364e img.shogun-image {
    
    width: px;
  }


#s-26758933-37e7-4d5e-9d63-a902260a364e .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c8a767-8eb2-4473-a2a8-8063854f4200 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7c8a767-8eb2-4473-a2a8-8063854f4200"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-10b93e47-206a-487b-903c-096c9720439e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-10b93e47-206a-487b-903c-096c9720439e img.shogun-image {
    
    width: px;
  }


#s-10b93e47-206a-487b-903c-096c9720439e .shogun-image-content {
  
    align-items: center;
  
}

#s-9cac78c0-f5dd-41f1-8549-4eacb9756f1d {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-9cac78c0-f5dd-41f1-8549-4eacb9756f1d img.shogun-image {
    
    width: px;
  }


#s-9cac78c0-f5dd-41f1-8549-4eacb9756f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2a3cb5ee-58a3-4050-b48e-b14385c01ecf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1953161d-468e-4873-9b7b-94527d3170a8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1953161d-468e-4873-9b7b-94527d3170a8 {
  
}
}@media (max-width: 767px){#s-1953161d-468e-4873-9b7b-94527d3170a8 {
  display: none;
}
#s-1953161d-468e-4873-9b7b-94527d3170a8, #wrap-s-1953161d-468e-4873-9b7b-94527d3170a8 { display:none !important; }}







#s-1953161d-468e-4873-9b7b-94527d3170a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1953161d-468e-4873-9b7b-94527d3170a8.shg-box.shg-c {
  justify-content: center;
}

#s-215e67a4-b702-4880-ab2f-d3e0ff335086 {
  text-align: center;
}
@media (max-width: 767px){#s-215e67a4-b702-4880-ab2f-d3e0ff335086 {
  display: none;
}
#s-215e67a4-b702-4880-ab2f-d3e0ff335086, #wrap-s-215e67a4-b702-4880-ab2f-d3e0ff335086 { display:none !important; }}



  #s-215e67a4-b702-4880-ab2f-d3e0ff335086 img.shogun-image {
    
    width: px;
  }


#s-215e67a4-b702-4880-ab2f-d3e0ff335086 .shogun-image-content {
  
    align-items: center;
  
}

#s-946d8606-2370-4a23-8a87-8dbced835533 {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 68, 68, 1);
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(96, 96, 96, 1);
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(68, 68, 68, 1);
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(96, 96, 96, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-946d8606-2370-4a23-8a87-8dbced835533 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-5e8c3411-19b6-4192-aecd-704998788c47 {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(61, 57, 53, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-5e8c3411-19b6-4192-aecd-704998788c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8c3411-19b6-4192-aecd-704998788c47.shg-box.shg-c {
  justify-content: center;
}

#s-beeb9726-e22f-4d33-bab2-e49289f69d68 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beeb9726-e22f-4d33-bab2-e49289f69d68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-644df0c3-32b6-4013-98d9-820694d201d2 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-644df0c3-32b6-4013-98d9-820694d201d2 img.shogun-image {
    
    width: px;
  }


#s-644df0c3-32b6-4013-98d9-820694d201d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8858001-73a9-4505-8d8f-0a1563f83521 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-a8858001-73a9-4505-8d8f-0a1563f83521 img.shogun-image {
    
    width: px;
  }


#s-a8858001-73a9-4505-8d8f-0a1563f83521 .shogun-image-content {
  
    align-items: center;
  
}

#s-65baa79c-7c7a-40db-a32b-fbf83fcbde41 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65baa79c-7c7a-40db-a32b-fbf83fcbde41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c7d4659a-61fd-422e-916c-bf7634aabb72 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-c7d4659a-61fd-422e-916c-bf7634aabb72 img.shogun-image {
    
    width: px;
  }


#s-c7d4659a-61fd-422e-916c-bf7634aabb72 .shogun-image-content {
  
    align-items: center;
  
}

#s-70cff5da-4ad7-473f-885d-fa246a9b2ceb {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-70cff5da-4ad7-473f-885d-fa246a9b2ceb img.shogun-image {
    
    width: px;
  }


#s-70cff5da-4ad7-473f-885d-fa246a9b2ceb .shogun-image-content {
  
    align-items: center;
  
}

#s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ad7a5f9-56a9-40f5-aac9-5f8dd065fc39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6ec4a601-3b6c-4f38-a567-8ee6adeecb97 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-6ec4a601-3b6c-4f38-a567-8ee6adeecb97 img.shogun-image {
    
    width: px;
  }


#s-6ec4a601-3b6c-4f38-a567-8ee6adeecb97 .shogun-image-content {
  
    align-items: center;
  
}

#s-50bc98b0-267b-427a-8056-a0e2fd51202b {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-50bc98b0-267b-427a-8056-a0e2fd51202b img.shogun-image {
    
    width: px;
  }


#s-50bc98b0-267b-427a-8056-a0e2fd51202b .shogun-image-content {
  
    align-items: center;
  
}

#s-74df00c8-f03e-40cd-bfe0-b63c5aba6841 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74df00c8-f03e-40cd-bfe0-b63c5aba6841"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-155adcad-7354-4f33-a29b-6f8589711ad0 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-155adcad-7354-4f33-a29b-6f8589711ad0 img.shogun-image {
    
    width: px;
  }


#s-155adcad-7354-4f33-a29b-6f8589711ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-de5c499f-a114-41f1-bb2b-3e1de17b566b {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-de5c499f-a114-41f1-bb2b-3e1de17b566b img.shogun-image {
    
    width: px;
  }


#s-de5c499f-a114-41f1-bb2b-3e1de17b566b .shogun-image-content {
  
    align-items: center;
  
}

#s-d362403d-eca4-45ec-aadd-eb5069ef2472 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d362403d-eca4-45ec-aadd-eb5069ef2472"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-70de0f56-7981-4f38-b19b-d673ec6e62a5 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-70de0f56-7981-4f38-b19b-d673ec6e62a5 img.shogun-image {
    
    width: px;
  }


#s-70de0f56-7981-4f38-b19b-d673ec6e62a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-53155c86-73db-4ae2-9dca-b284f34df93e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-53155c86-73db-4ae2-9dca-b284f34df93e img.shogun-image {
    
    width: px;
  }


#s-53155c86-73db-4ae2-9dca-b284f34df93e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e8986f0-f9d8-473d-a280-9f31e04f0421 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8986f0-f9d8-473d-a280-9f31e04f0421"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3a32a4bb-028d-4a0e-b3da-769e045d5bae {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-3a32a4bb-028d-4a0e-b3da-769e045d5bae img.shogun-image {
    
    width: px;
  }


#s-3a32a4bb-028d-4a0e-b3da-769e045d5bae .shogun-image-content {
  
    align-items: center;
  
}

#s-de0e31a6-e5d2-4ece-9cf6-ed8e108ef901 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-de0e31a6-e5d2-4ece-9cf6-ed8e108ef901 img.shogun-image {
    
    width: px;
  }


#s-de0e31a6-e5d2-4ece-9cf6-ed8e108ef901 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f3fcea3-76a2-4497-9605-0f99ef09717e {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f3fcea3-76a2-4497-9605-0f99ef09717e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-35e1b52a-1408-4337-8ea8-236166843f6a {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-35e1b52a-1408-4337-8ea8-236166843f6a img.shogun-image {
    
    width: px;
  }


#s-35e1b52a-1408-4337-8ea8-236166843f6a .shogun-image-content {
  
    align-items: center;
  
}

#s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bd4bc26-ce49-4253-b6e3-2d9990c0cb68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d7c34be6-0f11-40a2-b435-06f0dd81220e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7c34be6-0f11-40a2-b435-06f0dd81220e {
  
}
}@media (max-width: 767px){#s-d7c34be6-0f11-40a2-b435-06f0dd81220e {
  display: none;
}
#s-d7c34be6-0f11-40a2-b435-06f0dd81220e, #wrap-s-d7c34be6-0f11-40a2-b435-06f0dd81220e { display:none !important; }}







#s-d7c34be6-0f11-40a2-b435-06f0dd81220e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7c34be6-0f11-40a2-b435-06f0dd81220e.shg-box.shg-c {
  justify-content: center;
}

#s-b957483e-a2f7-4c14-ab3a-4a26e984faae {
  text-align: center;
}
@media (max-width: 767px){#s-b957483e-a2f7-4c14-ab3a-4a26e984faae {
  display: none;
}
#s-b957483e-a2f7-4c14-ab3a-4a26e984faae, #wrap-s-b957483e-a2f7-4c14-ab3a-4a26e984faae { display:none !important; }}



  #s-b957483e-a2f7-4c14-ab3a-4a26e984faae img.shogun-image {
    
    width: px;
  }


#s-b957483e-a2f7-4c14-ab3a-4a26e984faae .shogun-image-content {
  
    align-items: center;
  
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(220, 37, 151, 1);
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(220, 37, 151, 1);
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(220, 37, 151, 1);
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(220, 37, 151, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-cba4f6fa-72f2-4837-98ec-1731c2e8b799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-6c2cb15b-3658-4453-ba4a-bf6aee9e32e7 {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(220, 37, 151, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-6c2cb15b-3658-4453-ba4a-bf6aee9e32e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2cb15b-3658-4453-ba4a-bf6aee9e32e7.shg-box.shg-c {
  justify-content: center;
}

#s-b38b72ba-98e2-4f6c-9262-997d701c2ed8 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b38b72ba-98e2-4f6c-9262-997d701c2ed8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6a2ceddd-e402-4c2e-b03c-b7946d5c7be2 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-6a2ceddd-e402-4c2e-b03c-b7946d5c7be2 img.shogun-image {
    
    width: px;
  }


#s-6a2ceddd-e402-4c2e-b03c-b7946d5c7be2 .shogun-image-content {
  
    align-items: center;
  
}

#s-863bcea5-e3ae-4e51-991e-b090cec225b7 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-863bcea5-e3ae-4e51-991e-b090cec225b7 img.shogun-image {
    
    width: px;
  }


#s-863bcea5-e3ae-4e51-991e-b090cec225b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-570be3da-dd99-47a6-8805-feb94860e0ee {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-570be3da-dd99-47a6-8805-feb94860e0ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1a7b3a6-ba12-45d0-be0d-106e34a7e7d3 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d1a7b3a6-ba12-45d0-be0d-106e34a7e7d3 img.shogun-image {
    
    width: px;
  }


#s-d1a7b3a6-ba12-45d0-be0d-106e34a7e7d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-31db2614-5017-4204-b201-d8bef2fcba69 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-31db2614-5017-4204-b201-d8bef2fcba69 img.shogun-image {
    
    width: px;
  }


#s-31db2614-5017-4204-b201-d8bef2fcba69 .shogun-image-content {
  
    align-items: center;
  
}

#s-45463878-67ed-4bdb-876a-cfc75631b77f {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45463878-67ed-4bdb-876a-cfc75631b77f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ee2773a-bb71-49da-8487-9d0a93d0851f {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-3ee2773a-bb71-49da-8487-9d0a93d0851f img.shogun-image {
    
    width: px;
  }


#s-3ee2773a-bb71-49da-8487-9d0a93d0851f .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-b125de89-a5ba-455f-af47-4321952c8ddd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 27px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b125de89-a5ba-455f-af47-4321952c8ddd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(227, 0, 11, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b125de89-a5ba-455f-af47-4321952c8ddd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(227, 0, 11, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b125de89-a5ba-455f-af47-4321952c8ddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb11307b-f60a-4369-80b4-71de0ee35664 {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 47em;
background-color: rgba(30, 30, 30, 1);
}
@media (max-width: 767px){#s-bb11307b-f60a-4369-80b4-71de0ee35664 {
  
}
}







#s-bb11307b-f60a-4369-80b4-71de0ee35664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb11307b-f60a-4369-80b4-71de0ee35664.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-124e4588-d126-4c8d-802c-c9d947ea8b0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

.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-b9253726-4001-4c13-986a-aeaafec0c1b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9253726-4001-4c13-986a-aeaafec0c1b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb427179-9362-4b72-a553-7027d9102dca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a3343879-b9ac-42ed-97f0-8c52dc6ff120 {
  border-style: solid;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 14px;
padding-left: 2em;
padding-bottom: 14px;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 195, 255, 1);
border-style: solid;
min-height: 31em;
}








#s-a3343879-b9ac-42ed-97f0-8c52dc6ff120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3343879-b9ac-42ed-97f0-8c52dc6ff120.shg-box.shg-c {
  justify-content: flex-end;
}

#s-32777597-d858-4245-9716-c9b026fab8bf {
  margin-top: 0px;
margin-bottom: 1em;
min-height: 50px;
}








#s-32777597-d858-4245-9716-c9b026fab8bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32777597-d858-4245-9716-c9b026fab8bf.shg-box.shg-c {
  justify-content: center;
}

#s-9bba3bc7-5e12-4981-96f1-a5b73ccc9348 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bba3bc7-5e12-4981-96f1-a5b73ccc9348 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39166c9f-b2df-4698-8d57-f081dbc0c999 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-39166c9f-b2df-4698-8d57-f081dbc0c999"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

#s-b8d7a25e-d1fa-473b-847e-646123021bc2 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-7efb93ac-694b-4897-856d-8b42e3e87685 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-b1f92691-05cb-44cc-baba-dc81c3512695 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-4391b19d-c505-4d4d-bddd-3f9d97a8d1ad {
  margin-bottom: 1em;
min-height: 50px;
}








#s-4391b19d-c505-4d4d-bddd-3f9d97a8d1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4391b19d-c505-4d4d-bddd-3f9d97a8d1ad.shg-box.shg-c {
  justify-content: center;
}

#s-3ccc7a39-18ee-4fdf-99db-04e0e65a5308 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ccc7a39-18ee-4fdf-99db-04e0e65a5308 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2605ddda-8111-4fed-bf95-128cb4588226 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2605ddda-8111-4fed-bf95-128cb4588226"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-92602974-2891-4975-9372-4e3823b57c8d {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-fac263c4-2167-4afa-b366-ae09238371b6 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-5ba610fc-adce-4b0b-8bd0-fbc3bf6dfb1e {
  margin-bottom: 1em;
min-height: 50px;
}








#s-5ba610fc-adce-4b0b-8bd0-fbc3bf6dfb1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba610fc-adce-4b0b-8bd0-fbc3bf6dfb1e.shg-box.shg-c {
  justify-content: center;
}

#s-fec704cf-7afb-411e-85b8-29d78d7f427a {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fec704cf-7afb-411e-85b8-29d78d7f427a .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-1b2041fa-dc0e-4aa2-99ba-06fce1a76dac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-05e295bd-5b60-452a-b921-b83c6488eebd {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-38ae5426-a326-4f5b-a3c2-7514c55c93a2 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-ef1fe22a-fab5-402b-9808-887c95db5fc0 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-4914ccfa-98f2-4b7f-a8a0-44f990bf1b72 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-fbb8be72-6490-4b0a-b5a7-0da10911ca31 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-fbb8be72-6490-4b0a-b5a7-0da10911ca31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb8be72-6490-4b0a-b5a7-0da10911ca31.shg-box.shg-c {
  justify-content: center;
}

#s-1db2f4ec-2ee0-4600-af09-7c7234ed0752 {
  margin-left: 0em;
margin-bottom: 1em;
min-height: 50px;
}








#s-1db2f4ec-2ee0-4600-af09-7c7234ed0752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db2f4ec-2ee0-4600-af09-7c7234ed0752.shg-box.shg-c {
  justify-content: center;
}

#s-f09b832f-172d-465a-a83d-895e677a206c {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f09b832f-172d-465a-a83d-895e677a206c .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-64b3e65f-37a2-4fce-8ac4-9ddc01b9a5fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-734e6b8b-724d-44f4-8001-dd0e3b0fec3c {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-44b8e592-598a-42aa-b137-e680c967d8be {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-38a3d2a3-6f91-492e-8274-f86626c75c9e {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-86ae2746-717a-4adc-8cd2-51aaeb3baeb4 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-1f54c388-9959-4d43-ab6c-7fdf9a89c5bc {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 1);
border-style: solid;
min-height: 31em;
}








#s-1f54c388-9959-4d43-ab6c-7fdf9a89c5bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f54c388-9959-4d43-ab6c-7fdf9a89c5bc.shg-box.shg-c {
  justify-content: center;
}

#s-6fe5a7b4-c0b8-4fae-978b-305df5ccd18c {
  margin-bottom: 1em;
}

#s-b099fc71-4e2b-4afc-a6c9-bf523f7f5f5e {
  margin-bottom: 1em;
}

#s-ab186c77-a5ac-427c-a2bf-bb84bbde4787 {
  margin-bottom: 1em;
}

#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 200px;
padding-bottom: 30px;
padding-right: 200px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
border-radius: 300px;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 {
  padding-left: 100px;
padding-bottom: 100px;
padding-right: 100px;
border-radius: 200px;
}
}@media (max-width: 767px){#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 55px;
padding-left: 5px;
padding-bottom: 55px;
padding-right: 5px;
border-radius: 75px;
}
}







#s-f276d1c6-dfec-4822-a401-2a578adaa7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f276d1c6-dfec-4822-a401-2a578adaa7a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 {
  
}
}@media (max-width: 767px){#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 {
  
}
}







#s-1ee39b0d-7688-469e-81a2-ceb25e2add69 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1ee39b0d-7688-469e-81a2-ceb25e2add69.shg-box.shg-c {
  justify-content: center;
}

#s-ba341de3-5594-420d-b384-9f9a4c0e3dd8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ba341de3-5594-420d-b384-9f9a4c0e3dd8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-be9bd2a9-c3f0-4822-9c47-cd3b453821a6 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(227, 227, 227, 1);
}








#s-be9bd2a9-c3f0-4822-9c47-cd3b453821a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9bd2a9-c3f0-4822-9c47-cd3b453821a6.shg-box.shg-c {
  justify-content: center;
}

#s-074d96d8-2917-465f-b7cb-5313200f55c4 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-074d96d8-2917-465f-b7cb-5313200f55c4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b713452-b204-486d-8c02-b7b02beeab8d {
  margin-left: 50px;
margin-right: 50px;
}

#s-0b713452-b204-486d-8c02-b7b02beeab8d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4fd53c28-e341-4a51-9c33-78c4c04afd0e {
  margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-a2c676cf-cec4-48b1-8950-f5e49fe46c34 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-a2c676cf-cec4-48b1-8950-f5e49fe46c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c676cf-cec4-48b1-8950-f5e49fe46c34.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eafade9e-bdd2-4b56-8648-e0e053007798 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eafade9e-bdd2-4b56-8648-e0e053007798"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8f6617bc-5dfd-4150-8963-74f00dd4d848 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-8f6617bc-5dfd-4150-8963-74f00dd4d848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6617bc-5dfd-4150-8963-74f00dd4d848.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e13706a-72d7-4ea7-b3c4-7a8aecabde18 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-8e13706a-72d7-4ea7-b3c4-7a8aecabde18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e13706a-72d7-4ea7-b3c4-7a8aecabde18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d875946b-c051-4a4d-95c7-5d0aaca20724 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(227, 227, 227, 1);
}








#s-d875946b-c051-4a4d-95c7-5d0aaca20724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d875946b-c051-4a4d-95c7-5d0aaca20724.shg-box.shg-c {
  justify-content: center;
}

#s-c00a5e57-9f62-4814-b3e9-07d2337f8cd3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c00a5e57-9f62-4814-b3e9-07d2337f8cd3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea1c6276-5145-4d94-8271-db1f94b2afc8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ea1c6276-5145-4d94-8271-db1f94b2afc8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-300bad5e-89c8-4f13-8151-fb0ff469be26 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-300bad5e-89c8-4f13-8151-fb0ff469be26 {
  margin-bottom: 20px;
}
}
#s-3d291cce-b1a0-46c3-865f-03cb1c14c24c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3d291cce-b1a0-46c3-865f-03cb1c14c24c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bf0ac4dd-87ff-42d7-9676-53f6e47ef252 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(227, 227, 227, 1);
}








#s-bf0ac4dd-87ff-42d7-9676-53f6e47ef252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf0ac4dd-87ff-42d7-9676-53f6e47ef252.shg-box.shg-c {
  justify-content: center;
}

#s-e886449d-00ae-4fd5-b6aa-5f1b1ba51bcc {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e886449d-00ae-4fd5-b6aa-5f1b1ba51bcc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-faaa7427-2525-4cce-9d77-631c30628759 {
  margin-left: 50px;
margin-right: 50px;
}

#s-faaa7427-2525-4cce-9d77-631c30628759 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0ebc3ac9-e06f-4f5d-9aa2-797a9a734536 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ebc3ac9-e06f-4f5d-9aa2-797a9a734536 {
  margin-bottom: 20px;
}
}
#s-51e7112f-781e-46fe-94cd-252e36d7df1d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-51e7112f-781e-46fe-94cd-252e36d7df1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e7112f-781e-46fe-94cd-252e36d7df1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63281659-d4c0-4e26-8aac-40a07f05f2bd {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-63281659-d4c0-4e26-8aac-40a07f05f2bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63281659-d4c0-4e26-8aac-40a07f05f2bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 {
  
}
}@media (max-width: 767px){#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 {
  
}
}







#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6bad9522-984c-4d70-bba1-8dab8ea32bb4.shg-box.shg-c {
  justify-content: center;
}

#s-e988fea7-c955-4eee-8bb6-a25a9042000d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e988fea7-c955-4eee-8bb6-a25a9042000d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b9914949-ac09-4b64-a253-32d4621ea24d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-b9914949-ac09-4b64-a253-32d4621ea24d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9914949-ac09-4b64-a253-32d4621ea24d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c9b817b-6492-44bd-95de-c2767467be18 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-1c9b817b-6492-44bd-95de-c2767467be18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c9b817b-6492-44bd-95de-c2767467be18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e207934b-223b-4969-829e-e78013f106b1 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(227, 227, 227, 1);
}








#s-e207934b-223b-4969-829e-e78013f106b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e207934b-223b-4969-829e-e78013f106b1.shg-box.shg-c {
  justify-content: center;
}

#s-08729203-f30f-4222-ba0f-7b50574e006d {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08729203-f30f-4222-ba0f-7b50574e006d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-816f5e71-0701-463c-ac24-8f15ed419b8c {
  margin-left: 50px;
margin-right: 50px;
}

#s-816f5e71-0701-463c-ac24-8f15ed419b8c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-edfe847b-1671-4952-b31d-95cc78d2359c {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-edfe847b-1671-4952-b31d-95cc78d2359c {
  margin-bottom: 20px;
}
}
#s-b54df664-fdef-4456-b849-51fe724458ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b54df664-fdef-4456-b849-51fe724458ba"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-645125f1-fa9c-439a-bbbf-85f1286dccbc {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(227, 227, 227, 1);
}








#s-645125f1-fa9c-439a-bbbf-85f1286dccbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645125f1-fa9c-439a-bbbf-85f1286dccbc.shg-box.shg-c {
  justify-content: center;
}

#s-f52edbee-6879-499e-8da2-66bd1918d865 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52edbee-6879-499e-8da2-66bd1918d865 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4185cc03-d360-446c-ae98-2b80b6c72006 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4185cc03-d360-446c-ae98-2b80b6c72006 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a522873c-c7be-44a3-b2fd-2854695a81f3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9f5f71e1-3abc-4e20-b685-b5adc886a35b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-9f5f71e1-3abc-4e20-b685-b5adc886a35b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5f71e1-3abc-4e20-b685-b5adc886a35b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbe67773-9b07-468e-a472-784a18a3cb48 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-fbe67773-9b07-468e-a472-784a18a3cb48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe67773-9b07-468e-a472-784a18a3cb48.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0da05dfc-3d46-4252-a2e7-3eea0d79d91a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-0da05dfc-3d46-4252-a2e7-3eea0d79d91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0da05dfc-3d46-4252-a2e7-3eea0d79d91a.shg-box.shg-c {
  justify-content: center;
}

#s-405ad67d-853e-4fd7-aba6-334b2a1a298b {
  text-align: center;
}




  #s-405ad67d-853e-4fd7-aba6-334b2a1a298b img.shogun-image {
    
    width: px;
  }


#s-405ad67d-853e-4fd7-aba6-334b2a1a298b .shogun-image-content {
  
    align-items: center;
  
}

#s-142f92f2-2355-4a83-8aa1-41b4b27a97fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-142f92f2-2355-4a83-8aa1-41b4b27a97fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-142f92f2-2355-4a83-8aa1-41b4b27a97fc.shg-box.shg-c {
  justify-content: center;
}

#s-d573453e-0892-4430-9eb1-d67f65b50367 {
  margin-top: 1em;
margin-bottom: 1em;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
