.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-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  border-style: solid;
margin-top: -15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  
}
}







#s-f5010fc0-55a9-4891-ae42-e3300443e9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5010fc0-55a9-4891-ae42-e3300443e9ef.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-aefbc109-fdc5-415e-a18b-7264861262fe {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}




  #s-aefbc109-fdc5-415e-a18b-7264861262fe img.shogun-image {
    
    width: px;
  }


#s-aefbc109-fdc5-415e-a18b-7264861262fe .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  padding-top: 40px;
padding-left: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  display: none;
}
#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365, #wrap-s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 { display:none !important; }}
#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  display: none;
}
#s-e0676e03-714f-4d66-a104-ac6f2b143309, #wrap-s-e0676e03-714f-4d66-a104-ac6f2b143309 { display:none !important; }}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  padding-left: 180px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  display: none;
}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd, #wrap-s-e0c38d78-a4da-4122-a064-f6bc874ee4cd { display:none !important; }}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  padding-left: 20px;
}
@media (min-width: 1200px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (max-width: 767px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  padding-top: 40px;
padding-left: 200px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}@media (max-width: 767px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

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

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

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

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

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

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

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

#s-5045d3ca-2014-43cd-be7a-74c041ef7b89 {
  border-style: solid;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-5045d3ca-2014-43cd-be7a-74c041ef7b89:hover {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5045d3ca-2014-43cd-be7a-74c041ef7b89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5045d3ca-2014-43cd-be7a-74c041ef7b89-btn-wrapper {
    text-align: center;
  }


#s-5045d3ca-2014-43cd-be7a-74c041ef7b89.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-c7938b38-c206-472e-825a-eee257cedd26 {
  border-style: solid;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-c7938b38-c206-472e-825a-eee257cedd26:hover {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c7938b38-c206-472e-825a-eee257cedd26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7938b38-c206-472e-825a-eee257cedd26-btn-wrapper {
    text-align: center;
  }


#s-c7938b38-c206-472e-825a-eee257cedd26.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-56cd919d-1a21-417c-999f-2a1a38459c48 {
  border-style: solid;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-56cd919d-1a21-417c-999f-2a1a38459c48:hover {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56cd919d-1a21-417c-999f-2a1a38459c48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56cd919d-1a21-417c-999f-2a1a38459c48-btn-wrapper {
    text-align: center;
  }


#s-56cd919d-1a21-417c-999f-2a1a38459c48.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-90645924-b83d-4257-b2d4-d361c2fd47d4 {
  border-style: solid;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-90645924-b83d-4257-b2d4-d361c2fd47d4:hover {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-90645924-b83d-4257-b2d4-d361c2fd47d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90645924-b83d-4257-b2d4-d361c2fd47d4-btn-wrapper {
    text-align: center;
  }


#s-90645924-b83d-4257-b2d4-d361c2fd47d4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-7a80a188-0b65-4d62-827b-f2736a5f70b0 {
  margin-left: 200px;
padding-top: 10px;
}
@media (max-width: 767px){#s-7a80a188-0b65-4d62-827b-f2736a5f70b0 {
  display: none;
}
#s-7a80a188-0b65-4d62-827b-f2736a5f70b0, #wrap-s-7a80a188-0b65-4d62-827b-f2736a5f70b0 { display:none !important; }}
#s-b8cc6c7f-bb46-4580-a2bc-fb0bfa1ea903 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-b8cc6c7f-bb46-4580-a2bc-fb0bfa1ea903 {
  display: none;
}
#s-b8cc6c7f-bb46-4580-a2bc-fb0bfa1ea903, #wrap-s-b8cc6c7f-bb46-4580-a2bc-fb0bfa1ea903 { display:none !important; }}
#s-20df732b-3f5d-4665-8c22-7d6e03c3f434 {
  text-align: center;
}
@media (min-width: 1200px){#s-20df732b-3f5d-4665-8c22-7d6e03c3f434 {
  display: none;
}
#s-20df732b-3f5d-4665-8c22-7d6e03c3f434, #wrap-s-20df732b-3f5d-4665-8c22-7d6e03c3f434 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20df732b-3f5d-4665-8c22-7d6e03c3f434 {
  display: none;
}
#s-20df732b-3f5d-4665-8c22-7d6e03c3f434, #wrap-s-20df732b-3f5d-4665-8c22-7d6e03c3f434 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20df732b-3f5d-4665-8c22-7d6e03c3f434 {
  display: none;
}
#s-20df732b-3f5d-4665-8c22-7d6e03c3f434, #wrap-s-20df732b-3f5d-4665-8c22-7d6e03c3f434 { display:none !important; }}



  #s-20df732b-3f5d-4665-8c22-7d6e03c3f434 img.shogun-image {
    
    width: px;
  }


#s-20df732b-3f5d-4665-8c22-7d6e03c3f434 .shogun-image-content {
  
    align-items: center;
  
}

#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  padding-top: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}
@media (min-width: 1200px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}
#s-0abde5ad-dea5-485d-88e7-56623479e4b8 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-0abde5ad-dea5-485d-88e7-56623479e4b8 {
  display: none;
}
#s-0abde5ad-dea5-485d-88e7-56623479e4b8, #wrap-s-0abde5ad-dea5-485d-88e7-56623479e4b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0abde5ad-dea5-485d-88e7-56623479e4b8 {
  display: none;
}
#s-0abde5ad-dea5-485d-88e7-56623479e4b8, #wrap-s-0abde5ad-dea5-485d-88e7-56623479e4b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0abde5ad-dea5-485d-88e7-56623479e4b8 {
  display: none;
}
#s-0abde5ad-dea5-485d-88e7-56623479e4b8, #wrap-s-0abde5ad-dea5-485d-88e7-56623479e4b8 { display:none !important; }}
#s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6 {
  display: none;
}
#s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6, #wrap-s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6 { display:none !important; }}@media (max-width: 767px){#s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6 {
  display: none;
}
#s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6, #wrap-s-5ae1e140-b6bd-4908-ab9a-0a53e7e5dbc6 { display:none !important; }}
#s-87ba7841-ae0f-4b1c-9235-b9228746ab59 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-87ba7841-ae0f-4b1c-9235-b9228746ab59 {
  display: none;
}
#s-87ba7841-ae0f-4b1c-9235-b9228746ab59, #wrap-s-87ba7841-ae0f-4b1c-9235-b9228746ab59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87ba7841-ae0f-4b1c-9235-b9228746ab59 {
  display: none;
}
#s-87ba7841-ae0f-4b1c-9235-b9228746ab59, #wrap-s-87ba7841-ae0f-4b1c-9235-b9228746ab59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87ba7841-ae0f-4b1c-9235-b9228746ab59 {
  
}
}@media (max-width: 767px){#s-87ba7841-ae0f-4b1c-9235-b9228746ab59 {
  
}
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  padding-top: 20px;
padding-left: 20px;
}
@media (min-width: 1200px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}@media (max-width: 767px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}
@media (min-width: 0px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f {
  border-style: solid;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f:hover {background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f-btn-wrapper {
    text-align: center;
  }


#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-3c1564fa-dac8-4150-8146-290f4a6088ff {
  border-style: solid;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3c1564fa-dac8-4150-8146-290f4a6088ff:hover {background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c1564fa-dac8-4150-8146-290f4a6088ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c1564fa-dac8-4150-8146-290f4a6088ff-btn-wrapper {
    text-align: center;
  }


#s-3c1564fa-dac8-4150-8146-290f4a6088ff.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c {
  border-style: solid;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c:hover {background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b313e9a3-3ef1-473b-b79e-692b91cbe60c-btn-wrapper {
    text-align: center;
  }


#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  padding-top: 10px;
padding-left: 20px;
}
@media (min-width: 1200px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}@media (max-width: 767px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}
#s-acec6ef8-6917-4934-8344-a358bc7d6747 {
  min-height: 50px;
}
@media (max-width: 767px){#s-acec6ef8-6917-4934-8344-a358bc7d6747 {
  display: none;
}
#s-acec6ef8-6917-4934-8344-a358bc7d6747, #wrap-s-acec6ef8-6917-4934-8344-a358bc7d6747 { display:none !important; }}







#s-acec6ef8-6917-4934-8344-a358bc7d6747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acec6ef8-6917-4934-8344-a358bc7d6747.shg-box.shg-c {
  justify-content: center;
}

#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b {
  min-height: 50px;
}
@media (max-width: 767px){#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b {
  display: none;
}
#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b, #wrap-s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b { display:none !important; }}







#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b.shg-box.shg-c {
  justify-content: center;
}

#s-4cb19528-2f65-4a66-b0e7-23b941f27923 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-4cb19528-2f65-4a66-b0e7-23b941f27923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb19528-2f65-4a66-b0e7-23b941f27923.shg-box.shg-c {
  justify-content: center;
}

#s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df {
  min-height: 50px;
}
@media (max-width: 767px){#s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df {
  display: none;
}
#s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df, #wrap-s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df { display:none !important; }}







#s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ccbcb8c-38ec-4a2d-aed7-136b3561c3df.shg-box.shg-c {
  justify-content: center;
}

#s-644e3ab0-afc0-4636-bbc9-aa947a33a624 {
  margin-left: 100px;
margin-right: 100px;
}

#s-d75872a5-214f-46d6-ab43-d80545b8cb0d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d75872a5-214f-46d6-ab43-d80545b8cb0d {
  display: none;
}
#s-d75872a5-214f-46d6-ab43-d80545b8cb0d, #wrap-s-d75872a5-214f-46d6-ab43-d80545b8cb0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d75872a5-214f-46d6-ab43-d80545b8cb0d {
  display: none;
}
#s-d75872a5-214f-46d6-ab43-d80545b8cb0d, #wrap-s-d75872a5-214f-46d6-ab43-d80545b8cb0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d75872a5-214f-46d6-ab43-d80545b8cb0d {
  display: none;
}
#s-d75872a5-214f-46d6-ab43-d80545b8cb0d, #wrap-s-d75872a5-214f-46d6-ab43-d80545b8cb0d { display:none !important; }}







#s-d75872a5-214f-46d6-ab43-d80545b8cb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75872a5-214f-46d6-ab43-d80545b8cb0d.shg-box.shg-c {
  justify-content: center;
}

#s-861e8167-ab2b-46ba-a7e8-16197fce4458 {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
}

#s-b4edfbbb-0d39-4712-8efc-821a910fac3c {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4edfbbb-0d39-4712-8efc-821a910fac3c {
  display: none;
}
#s-b4edfbbb-0d39-4712-8efc-821a910fac3c, #wrap-s-b4edfbbb-0d39-4712-8efc-821a910fac3c { display:none !important; }}@media (max-width: 767px){#s-b4edfbbb-0d39-4712-8efc-821a910fac3c {
  display: none;
}
#s-b4edfbbb-0d39-4712-8efc-821a910fac3c, #wrap-s-b4edfbbb-0d39-4712-8efc-821a910fac3c { display:none !important; }}
#s-dc61f74a-da5f-421d-9a20-9aa2d48fba05 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-dc61f74a-da5f-421d-9a20-9aa2d48fba05 {
  display: none;
}
#s-dc61f74a-da5f-421d-9a20-9aa2d48fba05, #wrap-s-dc61f74a-da5f-421d-9a20-9aa2d48fba05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc61f74a-da5f-421d-9a20-9aa2d48fba05 {
  display: none;
}
#s-dc61f74a-da5f-421d-9a20-9aa2d48fba05, #wrap-s-dc61f74a-da5f-421d-9a20-9aa2d48fba05 { display:none !important; }}
#s-dc4c3295-4775-42c4-abbe-1e4b57bfa880 {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-dc4c3295-4775-42c4-abbe-1e4b57bfa880 {
  display: none;
}
#s-dc4c3295-4775-42c4-abbe-1e4b57bfa880, #wrap-s-dc4c3295-4775-42c4-abbe-1e4b57bfa880 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-ed99cc53-c770-487c-8643-24a5876bf124 {
  margin-bottom: 10px;
text-align: center;
}




  #s-ed99cc53-c770-487c-8643-24a5876bf124 img.shogun-image {
    
    width: px;
  }


#s-ed99cc53-c770-487c-8643-24a5876bf124 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0753065e-e69d-48c3-96c1-a546ad3583c3 {
  padding-top: 5px;
}

#s-6992152f-5559-49bd-a087-a40a3ed220f0 {
  margin-bottom: 10px;
text-align: center;
}




  #s-6992152f-5559-49bd-a087-a40a3ed220f0 img.shogun-image {
    
    width: px;
  }


#s-6992152f-5559-49bd-a087-a40a3ed220f0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3a79663b-444d-44f4-8d78-b51f1d19dc57 {
  padding-top: 5px;
}

#s-ac1f7690-4005-4975-b481-5cf8441a2cff {
  margin-bottom: 10px;
text-align: center;
}




  #s-ac1f7690-4005-4975-b481-5cf8441a2cff img.shogun-image {
    
    width: px;
  }


#s-ac1f7690-4005-4975-b481-5cf8441a2cff .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4b330d76-cfc6-4adf-80fe-5373d32e3b6c {
  padding-top: 5px;
}

@media (min-width: 1200px){#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 {
  display: none;
}
#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74, #wrap-s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 {
  display: none;
}
#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74, #wrap-s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 {
  display: none;
}
#s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74, #wrap-s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ff4e7c15-e682-4324-bbeb-d4a7474f8b74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-ec89f3ff-2e83-4982-b1fa-379482026f25 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-ec89f3ff-2e83-4982-b1fa-379482026f25 img.shogun-image {
    
    width: px;
  }


#s-ec89f3ff-2e83-4982-b1fa-379482026f25 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-decd1d6f-dd1c-4eb7-8529-d3014c3d29bb {
  margin-left: 30px;
padding-top: 5px;
}

#s-c50b1bb6-b5c6-4102-ac2d-41c9635e9878 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-c50b1bb6-b5c6-4102-ac2d-41c9635e9878 img.shogun-image {
    
    width: px;
  }


#s-c50b1bb6-b5c6-4102-ac2d-41c9635e9878 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-183c75da-3366-4350-8b25-37d78c62993c {
  margin-left: 30px;
padding-top: 5px;
}

#s-1e3478ae-e5c6-4af3-bf54-59a95a9aed44 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-1e3478ae-e5c6-4af3-bf54-59a95a9aed44 img.shogun-image {
    
    width: px;
  }


#s-1e3478ae-e5c6-4af3-bf54-59a95a9aed44 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-aff8198c-3c13-4f8c-96e8-3dbc1b83e4e4 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-fa2b460a-af2f-48c4-924a-31a1fe5ff771 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-fa2b460a-af2f-48c4-924a-31a1fe5ff771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa2b460a-af2f-48c4-924a-31a1fe5ff771.shg-box.shg-c {
  justify-content: center;
}

#s-b0d0a6c0-5447-467b-b33a-a6e6f100c077 {
  margin-top: 54px;
margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0d0a6c0-5447-467b-b33a-a6e6f100c077 {
  display: none;
}
#s-b0d0a6c0-5447-467b-b33a-a6e6f100c077, #wrap-s-b0d0a6c0-5447-467b-b33a-a6e6f100c077 { display:none !important; }}@media (max-width: 767px){#s-b0d0a6c0-5447-467b-b33a-a6e6f100c077 {
  display: none;
}
#s-b0d0a6c0-5447-467b-b33a-a6e6f100c077, #wrap-s-b0d0a6c0-5447-467b-b33a-a6e6f100c077 { display:none !important; }}
#s-e382718a-c4fc-4119-bc2e-50ce4274e926 {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e382718a-c4fc-4119-bc2e-50ce4274e926 {
  display: none;
}
#s-e382718a-c4fc-4119-bc2e-50ce4274e926, #wrap-s-e382718a-c4fc-4119-bc2e-50ce4274e926 { display:none !important; }}@media (max-width: 767px){#s-e382718a-c4fc-4119-bc2e-50ce4274e926 {
  display: none;
}
#s-e382718a-c4fc-4119-bc2e-50ce4274e926, #wrap-s-e382718a-c4fc-4119-bc2e-50ce4274e926 { display:none !important; }}
#s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd {
  margin-top: 54px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd {
  display: none;
}
#s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd, #wrap-s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd {
  display: none;
}
#s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd, #wrap-s-6a919e93-33dc-42a4-8e8a-a0efe5f04fdd { display:none !important; }}
#s-4d655bc5-1100-46b0-824a-5978eab30020 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4d655bc5-1100-46b0-824a-5978eab30020 {
  display: none;
}
#s-4d655bc5-1100-46b0-824a-5978eab30020, #wrap-s-4d655bc5-1100-46b0-824a-5978eab30020 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d655bc5-1100-46b0-824a-5978eab30020 {
  display: none;
}
#s-4d655bc5-1100-46b0-824a-5978eab30020, #wrap-s-4d655bc5-1100-46b0-824a-5978eab30020 { display:none !important; }}
#s-bdb13a98-55de-44a5-8f5c-26b826ae5e05 {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-bdb13a98-55de-44a5-8f5c-26b826ae5e05 {
  display: none;
}
#s-bdb13a98-55de-44a5-8f5c-26b826ae5e05, #wrap-s-bdb13a98-55de-44a5-8f5c-26b826ae5e05 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bdb13a98-55de-44a5-8f5c-26b826ae5e05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-4f6da375-5116-4edd-bbca-874bc2ae6ae7 {
  margin-bottom: 10px;
text-align: center;
}




  #s-4f6da375-5116-4edd-bbca-874bc2ae6ae7 img.shogun-image {
    
    width: px;
  }


#s-4f6da375-5116-4edd-bbca-874bc2ae6ae7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-793182f2-2e4a-4b84-8827-08c45cba8e94 {
  padding-top: 5px;
}

#s-e2e80c71-e7b0-4a13-964e-f56b4c17b732 {
  margin-bottom: 10px;
text-align: center;
}




  #s-e2e80c71-e7b0-4a13-964e-f56b4c17b732 img.shogun-image {
    
    width: px;
  }


#s-e2e80c71-e7b0-4a13-964e-f56b4c17b732 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ee315f6e-a911-4a3d-ad8e-8a67a6a1f5aa {
  padding-top: 5px;
}

#s-55312fcc-a3df-4f80-bc6b-88e03677fb73 {
  margin-bottom: 10px;
text-align: center;
}




  #s-55312fcc-a3df-4f80-bc6b-88e03677fb73 img.shogun-image {
    
    width: px;
  }


#s-55312fcc-a3df-4f80-bc6b-88e03677fb73 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cc337cb3-fd34-4f83-99bd-2a86425af829 {
  padding-top: 5px;
}

@media (min-width: 1200px){#s-e507af92-b798-4889-b539-e5fea98ff53a {
  display: none;
}
#s-e507af92-b798-4889-b539-e5fea98ff53a, #wrap-s-e507af92-b798-4889-b539-e5fea98ff53a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e507af92-b798-4889-b539-e5fea98ff53a {
  display: none;
}
#s-e507af92-b798-4889-b539-e5fea98ff53a, #wrap-s-e507af92-b798-4889-b539-e5fea98ff53a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e507af92-b798-4889-b539-e5fea98ff53a {
  display: none;
}
#s-e507af92-b798-4889-b539-e5fea98ff53a, #wrap-s-e507af92-b798-4889-b539-e5fea98ff53a { display:none !important; }}
@media (min-width: 0px) {
[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e507af92-b798-4889-b539-e5fea98ff53a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-0c287f10-49d8-4277-94bb-641b5ca9f180 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-0c287f10-49d8-4277-94bb-641b5ca9f180 img.shogun-image {
    
    width: px;
  }


#s-0c287f10-49d8-4277-94bb-641b5ca9f180 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a7c29cc2-413d-419f-97df-e15191ed038f {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-f1f6ed8a-a32b-4f20-b388-3c43d6977f52 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-f1f6ed8a-a32b-4f20-b388-3c43d6977f52 img.shogun-image {
    
    width: px;
  }


#s-f1f6ed8a-a32b-4f20-b388-3c43d6977f52 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-699542cf-bf29-4e85-9a30-57005684ab5a {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-a9e54ed9-41b8-4b99-b648-e70fc9b1a812 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 15px;
text-align: center;
}




  #s-a9e54ed9-41b8-4b99-b648-e70fc9b1a812 img.shogun-image {
    
    width: px;
  }


#s-a9e54ed9-41b8-4b99-b648-e70fc9b1a812 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-388adc72-d013-4caa-a31c-0186dabf707b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-c66124da-3bff-4ead-af79-b9737b6f8a44 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-c66124da-3bff-4ead-af79-b9737b6f8a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c66124da-3bff-4ead-af79-b9737b6f8a44.shg-box.shg-c {
  justify-content: center;
}

#s-ef90244a-0718-44cb-ba22-7123694ac89b {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef90244a-0718-44cb-ba22-7123694ac89b {
  display: none;
}
#s-ef90244a-0718-44cb-ba22-7123694ac89b, #wrap-s-ef90244a-0718-44cb-ba22-7123694ac89b { display:none !important; }}@media (max-width: 767px){#s-ef90244a-0718-44cb-ba22-7123694ac89b {
  display: none;
}
#s-ef90244a-0718-44cb-ba22-7123694ac89b, #wrap-s-ef90244a-0718-44cb-ba22-7123694ac89b { display:none !important; }}
#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d {
  display: none;
}
#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d, #wrap-s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d {
  display: none;
}
#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d, #wrap-s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d {
  
}
}@media (max-width: 767px){#s-fb0a3417-b2ee-48dc-ba5c-f137d5ee328d {
  
}
}
#s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d {
  display: none;
}
#s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d, #wrap-s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d { display:none !important; }}
@media (min-width: 0px) {
[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e991e7bd-baa0-4775-bbc2-2f88f3f48a6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-ec8f0ac1-b118-4790-90fb-037157da34cd {
  margin-bottom: 10px;
text-align: center;
}




  #s-ec8f0ac1-b118-4790-90fb-037157da34cd img.shogun-image {
    
    width: px;
  }


#s-ec8f0ac1-b118-4790-90fb-037157da34cd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5a66ae4f-f813-4317-95e2-9aefd3599ed8 {
  padding-top: 5px;
}

#s-49860372-90da-43c3-8204-bfada8b4d166 {
  margin-bottom: 10px;
text-align: center;
}




  #s-49860372-90da-43c3-8204-bfada8b4d166 img.shogun-image {
    
    width: px;
  }


#s-49860372-90da-43c3-8204-bfada8b4d166 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4428460-5529-4a38-8710-c3a337d939db {
  padding-top: 5px;
}

@media (min-width: 1200px){#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d {
  display: none;
}
#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d, #wrap-s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d {
  display: none;
}
#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d, #wrap-s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d {
  display: none;
}
#s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d, #wrap-s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3a364fd3-8b0b-41a6-a994-93e7373bdd0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-f7722f71-db5d-4e9f-b182-133c0f600c7d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-f7722f71-db5d-4e9f-b182-133c0f600c7d img.shogun-image {
    
    width: px;
  }


#s-f7722f71-db5d-4e9f-b182-133c0f600c7d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-54f22143-7ba8-43a1-af0a-d934f02c9752 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-83923aa2-4b00-4b87-a19e-ebc074a9144c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}




  #s-83923aa2-4b00-4b87-a19e-ebc074a9144c img.shogun-image {
    
    width: px;
  }


#s-83923aa2-4b00-4b87-a19e-ebc074a9144c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dd6cb890-0e1f-49ae-aad3-cf4ff884b206 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
}

#s-93623cae-136e-4c65-a9b3-c06b4a189c98 {
  margin-left: 60px;
padding-top: 12px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-93623cae-136e-4c65-a9b3-c06b4a189c98 {
  display: none;
}
#s-93623cae-136e-4c65-a9b3-c06b4a189c98, #wrap-s-93623cae-136e-4c65-a9b3-c06b4a189c98 { display:none !important; }}
@media (min-width: 1200px){#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 {
  display: none;
}
#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175, #wrap-s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 {
  display: none;
}
#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175, #wrap-s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 {
  display: none;
}
#s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175, #wrap-s-09afeb65-1f12-4c2b-8cf8-ee95e72a1175 { display:none !important; }}
#s-3132aca9-5f2a-41ec-bcd4-dedf385f9024 {
  min-height: 50px;
}








#s-3132aca9-5f2a-41ec-bcd4-dedf385f9024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3132aca9-5f2a-41ec-bcd4-dedf385f9024.shg-box.shg-c {
  justify-content: center;
}

#s-1405063f-5701-4931-9a69-dca47b0d1001 {
  min-height: 50px;
}








#s-1405063f-5701-4931-9a69-dca47b0d1001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1405063f-5701-4931-9a69-dca47b0d1001.shg-box.shg-c {
  justify-content: center;
}

#s-a9bc5401-ce0d-486b-ac70-f1874fddc243 {
  border-style: solid;
margin-top: 20px;
margin-left: 100px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 184, 28, 1);
}
@media (max-width: 767px){#s-a9bc5401-ce0d-486b-ac70-f1874fddc243 {
  display: none;
}
#s-a9bc5401-ce0d-486b-ac70-f1874fddc243, #wrap-s-a9bc5401-ce0d-486b-ac70-f1874fddc243 { display:none !important; }}
#s-26aad9bd-277c-4056-be47-9ec7e9f36071 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 184, 28, 1);
}
@media (min-width: 1200px){#s-26aad9bd-277c-4056-be47-9ec7e9f36071 {
  display: none;
}
#s-26aad9bd-277c-4056-be47-9ec7e9f36071, #wrap-s-26aad9bd-277c-4056-be47-9ec7e9f36071 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26aad9bd-277c-4056-be47-9ec7e9f36071 {
  display: none;
}
#s-26aad9bd-277c-4056-be47-9ec7e9f36071, #wrap-s-26aad9bd-277c-4056-be47-9ec7e9f36071 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26aad9bd-277c-4056-be47-9ec7e9f36071 {
  display: none;
}
#s-26aad9bd-277c-4056-be47-9ec7e9f36071, #wrap-s-26aad9bd-277c-4056-be47-9ec7e9f36071 { display:none !important; }}
#s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1 {
  display: none;
}
#s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1, #wrap-s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1 { display:none !important; }}







#s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2961d1b-775c-4a5b-b19d-4d7e8add87f1.shg-box.shg-c {
  justify-content: center;
}

#s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5 {
  margin-left: 100px;
}
@media (max-width: 767px){#s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5 {
  display: none;
}
#s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5, #wrap-s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f8f92c4-a93d-4ee1-a433-315e8faff0b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8aef0e04-6551-4d26-95bf-0c29fe573561 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8aef0e04-6551-4d26-95bf-0c29fe573561 {
  
}
}@media (max-width: 767px){#s-8aef0e04-6551-4d26-95bf-0c29fe573561 {
  display: none;
}
#s-8aef0e04-6551-4d26-95bf-0c29fe573561, #wrap-s-8aef0e04-6551-4d26-95bf-0c29fe573561 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aef0e04-6551-4d26-95bf-0c29fe573561"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-753b5f56-8e96-4b87-b9de-8497a1bae198 {
  margin-top: 5px;
}

#s-d2c1cf6e-ad52-4e55-8735-ae9ef737aa37 {
  margin-top: 35px;
}

#s-270f62dc-3503-4938-93fb-be0c72c877a9 {
  text-align: center;
}




  #s-270f62dc-3503-4938-93fb-be0c72c877a9 img.shogun-image {
    
    width: px;
  }


#s-270f62dc-3503-4938-93fb-be0c72c877a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-72c1836f-c93e-49bc-a849-2daa8b7da995 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}
@media (min-width: 1200px){#s-72c1836f-c93e-49bc-a849-2daa8b7da995 {
  display: none;
}
#s-72c1836f-c93e-49bc-a849-2daa8b7da995, #wrap-s-72c1836f-c93e-49bc-a849-2daa8b7da995 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c1836f-c93e-49bc-a849-2daa8b7da995 {
  display: none;
}
#s-72c1836f-c93e-49bc-a849-2daa8b7da995, #wrap-s-72c1836f-c93e-49bc-a849-2daa8b7da995 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c1836f-c93e-49bc-a849-2daa8b7da995 {
  display: none;
}
#s-72c1836f-c93e-49bc-a849-2daa8b7da995, #wrap-s-72c1836f-c93e-49bc-a849-2daa8b7da995 { display:none !important; }}
@media (min-width: 0px) {
[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72c1836f-c93e-49bc-a849-2daa8b7da995"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca86b9ea-6c13-490b-9ff0-eef508bc62b4 {
  margin-top: 5px;
}

#s-56086379-6ebd-4924-9e9a-a0eac6b68449 {
  margin-top: 35px;
}

#s-5de959cd-36ea-43ae-8472-51a7dc59f681 {
  text-align: center;
}




  #s-5de959cd-36ea-43ae-8472-51a7dc59f681 img.shogun-image {
    
    width: px;
  }


#s-5de959cd-36ea-43ae-8472-51a7dc59f681 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb9103b-1bc7-4299-8d43-ff94b863a9b7 {
  text-align: center;
}




  #s-cbb9103b-1bc7-4299-8d43-ff94b863a9b7 img.shogun-image {
    
    width: px;
  }


#s-cbb9103b-1bc7-4299-8d43-ff94b863a9b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e {
  display: none;
}
#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e, #wrap-s-834a9f5e-0c78-463c-ba47-e3684fc8c54e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e {
  display: none;
}
#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e, #wrap-s-834a9f5e-0c78-463c-ba47-e3684fc8c54e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e {
  display: none;
}
#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e, #wrap-s-834a9f5e-0c78-463c-ba47-e3684fc8c54e { display:none !important; }}







#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834a9f5e-0c78-463c-ba47-e3684fc8c54e.shg-box.shg-c {
  justify-content: center;
}

#s-62b423c0-e5df-4053-a12e-a855aafb41b9 {
  border-style: solid;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}
@media (min-width: 1200px){#s-62b423c0-e5df-4053-a12e-a855aafb41b9 {
  display: none;
}
#s-62b423c0-e5df-4053-a12e-a855aafb41b9, #wrap-s-62b423c0-e5df-4053-a12e-a855aafb41b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62b423c0-e5df-4053-a12e-a855aafb41b9 {
  display: none;
}
#s-62b423c0-e5df-4053-a12e-a855aafb41b9, #wrap-s-62b423c0-e5df-4053-a12e-a855aafb41b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62b423c0-e5df-4053-a12e-a855aafb41b9 {
  display: none;
}
#s-62b423c0-e5df-4053-a12e-a855aafb41b9, #wrap-s-62b423c0-e5df-4053-a12e-a855aafb41b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b423c0-e5df-4053-a12e-a855aafb41b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ae42cf72-5f23-4459-8610-1ee36fe3d7a4 {
  margin-top: 5px;
}

#s-45c5424e-5545-4101-a14d-62df7b4ba6f2 {
  margin-top: 15px;
}

#s-df22b8eb-a87b-4590-8a48-413ae11cbfb9 {
  margin-top: 15px;
text-align: center;
}




  #s-df22b8eb-a87b-4590-8a48-413ae11cbfb9 img.shogun-image {
    
    width: px;
  }


#s-df22b8eb-a87b-4590-8a48-413ae11cbfb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6329faee-c95f-4a28-897b-8bad571a167c {
  margin-left: 100px;
}

@media (min-width: 0px) {
[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6329faee-c95f-4a28-897b-8bad571a167c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e1573d6-5a55-4734-b479-f172602b7f1f {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6e1573d6-5a55-4734-b479-f172602b7f1f {
  
}
}@media (max-width: 767px){#s-6e1573d6-5a55-4734-b479-f172602b7f1f {
  display: none;
}
#s-6e1573d6-5a55-4734-b479-f172602b7f1f, #wrap-s-6e1573d6-5a55-4734-b479-f172602b7f1f { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e1573d6-5a55-4734-b479-f172602b7f1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d7374c2-7bcb-4472-843b-fda892be77a4 {
  margin-top: 5px;
}

#s-4d4051c8-18f9-4bed-b4c8-181461d8f4d9 {
  margin-top: 35px;
}

#s-15f69558-286d-4653-9393-30351207f7af {
  text-align: center;
}




  #s-15f69558-286d-4653-9393-30351207f7af img.shogun-image {
    
    width: px;
  }


#s-15f69558-286d-4653-9393-30351207f7af .shogun-image-content {
  
    align-items: center;
  
}

#s-a00049fc-7fa1-4e6c-a81d-1ff53004044b {
  text-align: center;
}
@media (max-width: 767px){#s-a00049fc-7fa1-4e6c-a81d-1ff53004044b {
  display: none;
}
#s-a00049fc-7fa1-4e6c-a81d-1ff53004044b, #wrap-s-a00049fc-7fa1-4e6c-a81d-1ff53004044b { display:none !important; }}



  #s-a00049fc-7fa1-4e6c-a81d-1ff53004044b img.shogun-image {
    
    width: px;
  }


#s-a00049fc-7fa1-4e6c-a81d-1ff53004044b .shogun-image-content {
  
    align-items: center;
  
}

#s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 13px;
margin-right: 100px;
}
@media (max-width: 767px){#s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b {
  display: none;
}
#s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b, #wrap-s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aef5a5ac-edd7-4a65-b402-0c87b8fd7a4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20844143-72e1-4402-b0f6-58555243d149"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9ef65f6d-f22a-4d75-a32d-6c4f1eb6fd5f {
  text-align: center;
}




  #s-9ef65f6d-f22a-4d75-a32d-6c4f1eb6fd5f img.shogun-image {
    
    width: px;
  }


#s-9ef65f6d-f22a-4d75-a32d-6c4f1eb6fd5f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b00aa7f-f32e-40db-9d08-24dd652b0b46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bd60ed3a-d519-46ee-9cbe-9ad66fed9c46 {
  text-align: center;
}




  #s-bd60ed3a-d519-46ee-9cbe-9ad66fed9c46 img.shogun-image {
    
    width: px;
  }


#s-bd60ed3a-d519-46ee-9cbe-9ad66fed9c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-fff475c1-ab95-4e15-80a4-eeff478baa28 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 13px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-fff475c1-ab95-4e15-80a4-eeff478baa28 {
  display: none;
}
#s-fff475c1-ab95-4e15-80a4-eeff478baa28, #wrap-s-fff475c1-ab95-4e15-80a4-eeff478baa28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fff475c1-ab95-4e15-80a4-eeff478baa28 {
  display: none;
}
#s-fff475c1-ab95-4e15-80a4-eeff478baa28, #wrap-s-fff475c1-ab95-4e15-80a4-eeff478baa28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fff475c1-ab95-4e15-80a4-eeff478baa28 {
  display: none;
}
#s-fff475c1-ab95-4e15-80a4-eeff478baa28, #wrap-s-fff475c1-ab95-4e15-80a4-eeff478baa28 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fff475c1-ab95-4e15-80a4-eeff478baa28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5473e588-0b1a-4650-b493-4ffe77cc9b8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc7b5a0c-9e1b-4159-8804-07eb51c5070a {
  text-align: center;
}




  #s-fc7b5a0c-9e1b-4159-8804-07eb51c5070a img.shogun-image {
    
    width: px;
  }


#s-fc7b5a0c-9e1b-4159-8804-07eb51c5070a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d9ba16a-4372-4126-bf79-9dc456acbda2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-902a0b20-7021-4424-b27b-3215f2f6f83d {
  text-align: center;
}




  #s-902a0b20-7021-4424-b27b-3215f2f6f83d img.shogun-image {
    
    width: px;
  }


#s-902a0b20-7021-4424-b27b-3215f2f6f83d .shogun-image-content {
  
    align-items: center;
  
}

#s-11493f59-51c7-4cef-ba4e-1a763bed731e {
  margin-top: 25px;
margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-11493f59-51c7-4cef-ba4e-1a763bed731e {
  display: none;
}
#s-11493f59-51c7-4cef-ba4e-1a763bed731e, #wrap-s-11493f59-51c7-4cef-ba4e-1a763bed731e { display:none !important; }}
@media (min-width: 0px) {
[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11493f59-51c7-4cef-ba4e-1a763bed731e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b44e3851-2e2e-4bfc-88ac-a0c9914fb8a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d50dd2f6-aced-4c24-ad82-5aaf4beab19c {
  text-align: center;
}




  #s-d50dd2f6-aced-4c24-ad82-5aaf4beab19c img.shogun-image {
    
    width: px;
  }


#s-d50dd2f6-aced-4c24-ad82-5aaf4beab19c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f90f9f3-735f-48ad-9559-440cdfdcb623"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dae7e6bb-f32a-4039-8c22-55e30c759df2 {
  text-align: center;
}




  #s-dae7e6bb-f32a-4039-8c22-55e30c759df2 img.shogun-image {
    
    width: px;
  }


#s-dae7e6bb-f32a-4039-8c22-55e30c759df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a094b349-dc08-4c67-9b24-97b48264ab67 {
  margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a094b349-dc08-4c67-9b24-97b48264ab67 {
  display: none;
}
#s-a094b349-dc08-4c67-9b24-97b48264ab67, #wrap-s-a094b349-dc08-4c67-9b24-97b48264ab67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a094b349-dc08-4c67-9b24-97b48264ab67 {
  display: none;
}
#s-a094b349-dc08-4c67-9b24-97b48264ab67, #wrap-s-a094b349-dc08-4c67-9b24-97b48264ab67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a094b349-dc08-4c67-9b24-97b48264ab67 {
  display: none;
}
#s-a094b349-dc08-4c67-9b24-97b48264ab67, #wrap-s-a094b349-dc08-4c67-9b24-97b48264ab67 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a094b349-dc08-4c67-9b24-97b48264ab67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d135f51c-6de4-4bcc-83d2-038de4ddcc7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31f956a6-a58a-4976-bbf2-22d5a5e1b405 {
  text-align: center;
}




  #s-31f956a6-a58a-4976-bbf2-22d5a5e1b405 img.shogun-image {
    
    width: px;
  }


#s-31f956a6-a58a-4976-bbf2-22d5a5e1b405 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c730b69-80a5-4589-af22-a8f9179a130d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e5bfd4f-1d32-448c-abfa-2e7bcd1a08be {
  text-align: center;
}




  #s-2e5bfd4f-1d32-448c-abfa-2e7bcd1a08be img.shogun-image {
    
    width: px;
  }


#s-2e5bfd4f-1d32-448c-abfa-2e7bcd1a08be .shogun-image-content {
  
    align-items: center;
  
}

#s-42ff55ca-4ac8-4d4e-badb-f54337264028 {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: -39px;
text-align: center;
}
@media (min-width: 1200px){#s-42ff55ca-4ac8-4d4e-badb-f54337264028 {
  display: none;
}
#s-42ff55ca-4ac8-4d4e-badb-f54337264028, #wrap-s-42ff55ca-4ac8-4d4e-badb-f54337264028 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42ff55ca-4ac8-4d4e-badb-f54337264028 {
  display: none;
}
#s-42ff55ca-4ac8-4d4e-badb-f54337264028, #wrap-s-42ff55ca-4ac8-4d4e-badb-f54337264028 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42ff55ca-4ac8-4d4e-badb-f54337264028 {
  display: none;
}
#s-42ff55ca-4ac8-4d4e-badb-f54337264028, #wrap-s-42ff55ca-4ac8-4d4e-badb-f54337264028 { display:none !important; }}



  #s-42ff55ca-4ac8-4d4e-badb-f54337264028 img.shogun-image {
    
    width: px;
  }


#s-42ff55ca-4ac8-4d4e-badb-f54337264028 .shogun-image-content {
  
    align-items: center;
  
}

#s-71c6e16f-dab5-453a-b5e3-1b6f491127e8 {
  margin-top: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-71c6e16f-dab5-453a-b5e3-1b6f491127e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71c6e16f-dab5-453a-b5e3-1b6f491127e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71c6e16f-dab5-453a-b5e3-1b6f491127e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-e9ad8380-19a1-4a79-8dc7-a419846ee48f {
  min-height: 50px;
}








#s-e9ad8380-19a1-4a79-8dc7-a419846ee48f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ad8380-19a1-4a79-8dc7-a419846ee48f.shg-box.shg-c {
  justify-content: center;
}

#s-36250e04-f53c-4345-86a8-244c4957ce77 {
  margin-top: 10px;
margin-left: 150px;
margin-bottom: 30px;
}

#s-36250e04-f53c-4345-86a8-244c4957ce77 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(255, 184, 28, 1);
}

#s-31db82bf-2d0c-4ba1-948e-02204e2aa4fd {
  min-height: 50px;
}








#s-31db82bf-2d0c-4ba1-948e-02204e2aa4fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31db82bf-2d0c-4ba1-948e-02204e2aa4fd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afe1826e-9262-4fd8-9a37-df8c917e2b97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38a8b31b-0c35-480d-94cd-9f950a8179e0 {
  text-align: center;
}
@media (max-width: 767px){#s-38a8b31b-0c35-480d-94cd-9f950a8179e0 {
  display: none;
}
#s-38a8b31b-0c35-480d-94cd-9f950a8179e0, #wrap-s-38a8b31b-0c35-480d-94cd-9f950a8179e0 { display:none !important; }}



  #s-38a8b31b-0c35-480d-94cd-9f950a8179e0 img.shogun-image {
    
    width: px;
  }


#s-38a8b31b-0c35-480d-94cd-9f950a8179e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-74edf209-e74b-4a61-944d-8ee0273196ad {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}

@media (min-width: 0px) {
[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74edf209-e74b-4a61-944d-8ee0273196ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-878cb43b-60f5-4182-b3fd-40d91676a117 {
  text-align: center;
}




  #s-878cb43b-60f5-4182-b3fd-40d91676a117 img.shogun-image {
    
    width: px;
  }


#s-878cb43b-60f5-4182-b3fd-40d91676a117 .shogun-image-content {
  
    align-items: center;
  
}

#s-f66a8e86-57b5-4b14-8951-d0ad43bb3911 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 13px;
margin-right: 100px;
}
@media (max-width: 767px){#s-f66a8e86-57b5-4b14-8951-d0ad43bb3911 {
  display: none;
}
#s-f66a8e86-57b5-4b14-8951-d0ad43bb3911, #wrap-s-f66a8e86-57b5-4b14-8951-d0ad43bb3911 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f66a8e86-57b5-4b14-8951-d0ad43bb3911"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8ffcb12-77f2-4c4f-9dd4-e4df580339a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fedabfb3-4bec-422a-aa6a-16ff5efe776b {
  text-align: center;
}




  #s-fedabfb3-4bec-422a-aa6a-16ff5efe776b img.shogun-image {
    
    width: px;
  }


#s-fedabfb3-4bec-422a-aa6a-16ff5efe776b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59f5cd5-39a8-4a1e-9c43-a16b111e04a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-62b6745a-f86d-4622-beef-8ffc754eb58d {
  text-align: center;
}




  #s-62b6745a-f86d-4622-beef-8ffc754eb58d img.shogun-image {
    
    width: px;
  }


#s-62b6745a-f86d-4622-beef-8ffc754eb58d .shogun-image-content {
  
    align-items: center;
  
}

#s-5a17b1b0-fe4e-4429-840d-9699e4042a10 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 13px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5a17b1b0-fe4e-4429-840d-9699e4042a10 {
  display: none;
}
#s-5a17b1b0-fe4e-4429-840d-9699e4042a10, #wrap-s-5a17b1b0-fe4e-4429-840d-9699e4042a10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a17b1b0-fe4e-4429-840d-9699e4042a10 {
  display: none;
}
#s-5a17b1b0-fe4e-4429-840d-9699e4042a10, #wrap-s-5a17b1b0-fe4e-4429-840d-9699e4042a10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a17b1b0-fe4e-4429-840d-9699e4042a10 {
  display: none;
}
#s-5a17b1b0-fe4e-4429-840d-9699e4042a10, #wrap-s-5a17b1b0-fe4e-4429-840d-9699e4042a10 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a17b1b0-fe4e-4429-840d-9699e4042a10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64613e2-b5fc-4748-bd2f-420c556c5ea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e4e7a71-a0ea-4433-8cd0-6a82ff32b99e {
  padding-bottom: 10px;
text-align: center;
}




  #s-4e4e7a71-a0ea-4433-8cd0-6a82ff32b99e img.shogun-image {
    
    width: px;
  }


#s-4e4e7a71-a0ea-4433-8cd0-6a82ff32b99e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6495493-5528-4179-b93e-0cf1165cd94a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-900cc5ac-aabd-4161-9b83-0f5c0c1c717e {
  padding-bottom: 10px;
text-align: center;
}




  #s-900cc5ac-aabd-4161-9b83-0f5c0c1c717e img.shogun-image {
    
    width: px;
  }


#s-900cc5ac-aabd-4161-9b83-0f5c0c1c717e .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 13px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3ac7b7-8d9a-4cf1-9d70-8c339b57b5a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaed9aa-186b-4b8d-bc90-eb13b7aa57bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c67edbeb-6f60-41e0-a069-8c4220576bf2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-c67edbeb-6f60-41e0-a069-8c4220576bf2 img.shogun-image {
    
    width: px;
  }


#s-c67edbeb-6f60-41e0-a069-8c4220576bf2 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-54b018ce-c4ce-49f4-bb91-daa85d337414 {
  display: none;
}
#s-54b018ce-c4ce-49f4-bb91-daa85d337414, #wrap-s-54b018ce-c4ce-49f4-bb91-daa85d337414 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54b018ce-c4ce-49f4-bb91-daa85d337414"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-06f308f2-b689-4bc0-ad28-6ac61297362a {
  text-align: center;
}




  #s-06f308f2-b689-4bc0-ad28-6ac61297362a img.shogun-image {
    
    width: px;
  }


#s-06f308f2-b689-4bc0-ad28-6ac61297362a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0890ab18-44ff-4b72-b666-a0b53d493ff0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f378fbd-6815-4092-b23e-c10029e9f931 {
  margin-top: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5f378fbd-6815-4092-b23e-c10029e9f931:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f378fbd-6815-4092-b23e-c10029e9f931:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f378fbd-6815-4092-b23e-c10029e9f931.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-90cfaf99-fc01-4076-be9c-ff9fb2ae4e15 {
  min-height: 50px;
}








#s-90cfaf99-fc01-4076-be9c-ff9fb2ae4e15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90cfaf99-fc01-4076-be9c-ff9fb2ae4e15.shg-box.shg-c {
  justify-content: center;
}

#s-5217f9bb-cec0-47f6-af8f-d77d7e9139f0 {
  margin-top: 10px;
margin-bottom: 30px;
margin-right: 150px;
}

#s-5217f9bb-cec0-47f6-af8f-d77d7e9139f0 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(255, 184, 28, 1);
}

#s-49449c9c-58e1-49aa-b545-f0e3c3ec477e {
  min-height: 50px;
}
@media (max-width: 767px){#s-49449c9c-58e1-49aa-b545-f0e3c3ec477e {
  display: none;
}
#s-49449c9c-58e1-49aa-b545-f0e3c3ec477e, #wrap-s-49449c9c-58e1-49aa-b545-f0e3c3ec477e { display:none !important; }}







#s-49449c9c-58e1-49aa-b545-f0e3c3ec477e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49449c9c-58e1-49aa-b545-f0e3c3ec477e.shg-box.shg-c {
  justify-content: center;
}

#s-5b70a902-126e-40a7-8792-3edcad9c62e2 {
  margin-left: 100px;
}

@media (min-width: 0px) {
[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b70a902-126e-40a7-8792-3edcad9c62e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}

@media (min-width: 0px) {
[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb2aee1-5148-4afc-9ebf-b1e4f86a3be8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3fa69ed7-ecf5-4f9b-b7ca-54e89e3c2d16 {
  text-align: center;
}




  #s-3fa69ed7-ecf5-4f9b-b7ca-54e89e3c2d16 img.shogun-image {
    
    width: px;
  }


#s-3fa69ed7-ecf5-4f9b-b7ca-54e89e3c2d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2b44cf3-98e4-4498-b9d6-8a8edecb921a {
  text-align: center;
}




  #s-e2b44cf3-98e4-4498-b9d6-8a8edecb921a img.shogun-image {
    
    width: px;
  }


#s-e2b44cf3-98e4-4498-b9d6-8a8edecb921a .shogun-image-content {
  
    align-items: center;
  
}

#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 {
  display: none;
}
#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0, #wrap-s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 {
  display: none;
}
#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0, #wrap-s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 {
  display: none;
}
#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0, #wrap-s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 { display:none !important; }}







#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eac96fe-90c1-475a-8fb2-61ab55688ea0.shg-box.shg-c {
  justify-content: center;
}

#s-3145dd76-0bb9-4e24-9b43-3076778d7628 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 240, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(240, 239, 240, 1);
}

@media (min-width: 0px) {
[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3145dd76-0bb9-4e24-9b43-3076778d7628"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-01f92136-83bd-4212-8718-7aaad94bb747 {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-01f92136-83bd-4212-8718-7aaad94bb747 img.shogun-image {
    
    width: px;
  }


#s-01f92136-83bd-4212-8718-7aaad94bb747 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5 {
  margin-left: 100px;
}

@media (min-width: 0px) {
[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb6fded1-c70f-4b75-8d93-220a79e0c9f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7166bbaf-17eb-4403-b1ac-0e2eb3274551 {
  text-align: center;
}




  #s-7166bbaf-17eb-4403-b1ac-0e2eb3274551 img.shogun-image {
    
    width: px;
  }


#s-7166bbaf-17eb-4403-b1ac-0e2eb3274551 .shogun-image-content {
  
    align-items: center;
  
}

#s-464b034a-21fb-498c-b371-71af1bb42c37 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 13px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-464b034a-21fb-498c-b371-71af1bb42c37 {
  display: none;
}
#s-464b034a-21fb-498c-b371-71af1bb42c37, #wrap-s-464b034a-21fb-498c-b371-71af1bb42c37 { display:none !important; }}@media (max-width: 767px){#s-464b034a-21fb-498c-b371-71af1bb42c37 {
  display: none;
}
#s-464b034a-21fb-498c-b371-71af1bb42c37, #wrap-s-464b034a-21fb-498c-b371-71af1bb42c37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-464b034a-21fb-498c-b371-71af1bb42c37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bef7d31-fd07-40ca-a0d7-073e129bf200"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-55d2ce52-a1f2-4c1b-b3be-c69204fab980 {
  text-align: center;
}




  #s-55d2ce52-a1f2-4c1b-b3be-c69204fab980 img.shogun-image {
    
    width: px;
  }


#s-55d2ce52-a1f2-4c1b-b3be-c69204fab980 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b7b8c72-ea78-418e-b019-6031d7e2052e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a08d50e-8f5e-4738-b526-b10bcd177b71 {
  text-align: center;
}




  #s-3a08d50e-8f5e-4738-b526-b10bcd177b71 img.shogun-image {
    
    width: px;
  }


#s-3a08d50e-8f5e-4738-b526-b10bcd177b71 .shogun-image-content {
  
    align-items: center;
  
}

#s-3eeac4df-8d44-4ac3-babd-becb7802590c {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 13px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3eeac4df-8d44-4ac3-babd-becb7802590c {
  display: none;
}
#s-3eeac4df-8d44-4ac3-babd-becb7802590c, #wrap-s-3eeac4df-8d44-4ac3-babd-becb7802590c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eeac4df-8d44-4ac3-babd-becb7802590c {
  display: none;
}
#s-3eeac4df-8d44-4ac3-babd-becb7802590c, #wrap-s-3eeac4df-8d44-4ac3-babd-becb7802590c { display:none !important; }}@media (max-width: 767px){#s-3eeac4df-8d44-4ac3-babd-becb7802590c {
  display: none;
}
#s-3eeac4df-8d44-4ac3-babd-becb7802590c, #wrap-s-3eeac4df-8d44-4ac3-babd-becb7802590c { display:none !important; }}
@media (min-width: 0px) {
[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3eeac4df-8d44-4ac3-babd-becb7802590c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce2899a5-b3a5-449a-9f97-09e944d32fdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fca51523-972b-45a6-a7dc-b3c69eaea8ad {
  text-align: center;
}




  #s-fca51523-972b-45a6-a7dc-b3c69eaea8ad img.shogun-image {
    
    width: px;
  }


#s-fca51523-972b-45a6-a7dc-b3c69eaea8ad .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56688050-2702-410d-bb83-15b04288628e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f3693d26-0310-4cf0-93c9-ebf60293d59f {
  text-align: center;
}




  #s-f3693d26-0310-4cf0-93c9-ebf60293d59f img.shogun-image {
    
    width: px;
  }


#s-f3693d26-0310-4cf0-93c9-ebf60293d59f .shogun-image-content {
  
    align-items: center;
  
}

#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 13px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 {
  display: none;
}
#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938, #wrap-s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 {
  display: none;
}
#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938, #wrap-s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 {
  display: none;
}
#s-6fe5f586-9479-47b6-97aa-5b4ae8aad938, #wrap-s-6fe5f586-9479-47b6-97aa-5b4ae8aad938 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe5f586-9479-47b6-97aa-5b4ae8aad938"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f10f952-6a13-49d9-954c-7e0871d1d913"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7f20dd92-862e-4f2e-9493-53bb598f9fda {
  text-align: center;
}




  #s-7f20dd92-862e-4f2e-9493-53bb598f9fda img.shogun-image {
    
    width: px;
  }


#s-7f20dd92-862e-4f2e-9493-53bb598f9fda .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-627a7386-2c6c-49ed-ba63-9744adabeb70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8ee9c6f5-9916-465f-a39f-1971df7dd77d {
  text-align: center;
}




  #s-8ee9c6f5-9916-465f-a39f-1971df7dd77d img.shogun-image {
    
    width: px;
  }


#s-8ee9c6f5-9916-465f-a39f-1971df7dd77d .shogun-image-content {
  
    align-items: center;
  
}

#s-3deea408-494e-4976-9ad0-f385b6079961 {
  margin-top: 11px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3deea408-494e-4976-9ad0-f385b6079961:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3deea408-494e-4976-9ad0-f385b6079961:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3deea408-494e-4976-9ad0-f385b6079961.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-5cd6ff86-b4e1-4272-a689-8d8abfbcc982 {
  min-height: 50px;
}








#s-5cd6ff86-b4e1-4272-a689-8d8abfbcc982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cd6ff86-b4e1-4272-a689-8d8abfbcc982.shg-box.shg-c {
  justify-content: center;
}

#s-79589437-20ea-416c-a186-8252b56c3581 {
  margin-left: 100px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 10px;
background-color: rgba(255, 184, 28, 1);
}
@media (max-width: 767px){#s-79589437-20ea-416c-a186-8252b56c3581 {
  display: none;
}
#s-79589437-20ea-416c-a186-8252b56c3581, #wrap-s-79589437-20ea-416c-a186-8252b56c3581 { display:none !important; }}
#s-8a05ba0f-4051-4b80-b421-057036058340 {
  margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 184, 28, 1);
}
@media (min-width: 1200px){#s-8a05ba0f-4051-4b80-b421-057036058340 {
  display: none;
}
#s-8a05ba0f-4051-4b80-b421-057036058340, #wrap-s-8a05ba0f-4051-4b80-b421-057036058340 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a05ba0f-4051-4b80-b421-057036058340 {
  display: none;
}
#s-8a05ba0f-4051-4b80-b421-057036058340, #wrap-s-8a05ba0f-4051-4b80-b421-057036058340 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a05ba0f-4051-4b80-b421-057036058340 {
  display: none;
}
#s-8a05ba0f-4051-4b80-b421-057036058340, #wrap-s-8a05ba0f-4051-4b80-b421-057036058340 { display:none !important; }}
#s-c1802ded-76ad-47e9-9ac9-66dd14e78fad {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1802ded-76ad-47e9-9ac9-66dd14e78fad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9e9dc25f-84e7-44ee-b95c-aae86abd2510 {
  margin-bottom: 20px;
text-align: center;
}




  #s-9e9dc25f-84e7-44ee-b95c-aae86abd2510 img.shogun-image {
    
    width: px;
  }


#s-9e9dc25f-84e7-44ee-b95c-aae86abd2510 .shogun-image-content {
  
    align-items: center;
  
}

#s-be534717-fd74-4d6b-81e0-00bec2e87a87 {
  min-height: 50px;
}








#s-be534717-fd74-4d6b-81e0-00bec2e87a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be534717-fd74-4d6b-81e0-00bec2e87a87.shg-box.shg-c {
  justify-content: center;
}

#s-7bce5308-f67b-4feb-89c1-9e89c32cfb6c {
  margin-top: 30px;
margin-left: 100px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
background-color: rgba(255, 184, 28, 1);
}
@media (max-width: 767px){#s-7bce5308-f67b-4feb-89c1-9e89c32cfb6c {
  display: none;
}
#s-7bce5308-f67b-4feb-89c1-9e89c32cfb6c, #wrap-s-7bce5308-f67b-4feb-89c1-9e89c32cfb6c { display:none !important; }}
#s-a83a5067-6895-4d28-95c0-94bce8e575c5 {
  margin-bottom: 15px;
padding-top: 12px;
padding-left: 40px;
padding-right: 20px;
background-color: rgba(255, 184, 28, 1);
}
@media (min-width: 1200px){#s-a83a5067-6895-4d28-95c0-94bce8e575c5 {
  display: none;
}
#s-a83a5067-6895-4d28-95c0-94bce8e575c5, #wrap-s-a83a5067-6895-4d28-95c0-94bce8e575c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a83a5067-6895-4d28-95c0-94bce8e575c5 {
  display: none;
}
#s-a83a5067-6895-4d28-95c0-94bce8e575c5, #wrap-s-a83a5067-6895-4d28-95c0-94bce8e575c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a83a5067-6895-4d28-95c0-94bce8e575c5 {
  display: none;
}
#s-a83a5067-6895-4d28-95c0-94bce8e575c5, #wrap-s-a83a5067-6895-4d28-95c0-94bce8e575c5 { display:none !important; }}
#s-03b2d337-9ef5-4249-861e-259aaabdd1ff {
  margin-left: 100px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-03b2d337-9ef5-4249-861e-259aaabdd1ff {
  display: none;
}
#s-03b2d337-9ef5-4249-861e-259aaabdd1ff, #wrap-s-03b2d337-9ef5-4249-861e-259aaabdd1ff { display:none !important; }}
#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 {
  display: none;
}
#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3, #wrap-s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 {
  display: none;
}
#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3, #wrap-s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 {
  display: none;
}
#s-15cf2fce-437b-44bd-abc7-2c1688af9ba3, #wrap-s-15cf2fce-437b-44bd-abc7-2c1688af9ba3 { display:none !important; }}
#s-ceaa03c9-f51f-41cd-85d6-6273bedf547c {
  min-height: 50px;
}
@media (max-width: 767px){#s-ceaa03c9-f51f-41cd-85d6-6273bedf547c {
  display: none;
}
#s-ceaa03c9-f51f-41cd-85d6-6273bedf547c, #wrap-s-ceaa03c9-f51f-41cd-85d6-6273bedf547c { display:none !important; }}







#s-ceaa03c9-f51f-41cd-85d6-6273bedf547c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceaa03c9-f51f-41cd-85d6-6273bedf547c.shg-box.shg-c {
  justify-content: center;
}

#s-92cf9521-edd9-405d-8c04-909427a4e35b {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92cf9521-edd9-405d-8c04-909427a4e35b {
  display: none;
}
#s-92cf9521-edd9-405d-8c04-909427a4e35b, #wrap-s-92cf9521-edd9-405d-8c04-909427a4e35b { display:none !important; }}@media (max-width: 767px){#s-92cf9521-edd9-405d-8c04-909427a4e35b {
  display: none;
}
#s-92cf9521-edd9-405d-8c04-909427a4e35b, #wrap-s-92cf9521-edd9-405d-8c04-909427a4e35b { display:none !important; }}
@media (min-width: 0px) {
[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-92cf9521-edd9-405d-8c04-909427a4e35b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-e756f63d-f35f-4058-ba7a-d89f34f885df {
  text-align: center;
}




  #s-e756f63d-f35f-4058-ba7a-d89f34f885df img.shogun-image {
    
    width: px;
  }


#s-e756f63d-f35f-4058-ba7a-d89f34f885df .shogun-image-content {
  
    align-items: center;
  
}

#s-8fb1c540-fc17-4844-b314-db1b9f703146 {
  text-align: center;
}




  #s-8fb1c540-fc17-4844-b314-db1b9f703146 img.shogun-image {
    
    width: px;
  }


#s-8fb1c540-fc17-4844-b314-db1b9f703146 .shogun-image-content {
  
    align-items: center;
  
}

#s-d296461e-aa13-4af8-be5f-0e81dae07e7f {
  text-align: center;
}




  #s-d296461e-aa13-4af8-be5f-0e81dae07e7f img.shogun-image {
    
    width: px;
  }


#s-d296461e-aa13-4af8-be5f-0e81dae07e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-7577820c-5afe-4b8f-abfb-3d1c9995b701 {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7577820c-5afe-4b8f-abfb-3d1c9995b701 {
  display: none;
}
#s-7577820c-5afe-4b8f-abfb-3d1c9995b701, #wrap-s-7577820c-5afe-4b8f-abfb-3d1c9995b701 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7577820c-5afe-4b8f-abfb-3d1c9995b701 {
  display: none;
}
#s-7577820c-5afe-4b8f-abfb-3d1c9995b701, #wrap-s-7577820c-5afe-4b8f-abfb-3d1c9995b701 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7577820c-5afe-4b8f-abfb-3d1c9995b701"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-6d8499cc-fa75-45fd-b946-7cc9a658d01e {
  text-align: center;
}




  #s-6d8499cc-fa75-45fd-b946-7cc9a658d01e img.shogun-image {
    
    width: px;
  }


#s-6d8499cc-fa75-45fd-b946-7cc9a658d01e .shogun-image-content {
  
    align-items: center;
  
}

#s-50110e85-4d62-42b6-b587-4bd5af7b3bc9 {
  text-align: center;
}




  #s-50110e85-4d62-42b6-b587-4bd5af7b3bc9 img.shogun-image {
    
    width: px;
  }


#s-50110e85-4d62-42b6-b587-4bd5af7b3bc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-68e3c2af-0d20-4214-8f55-9feb3df4facf {
  text-align: center;
}




  #s-68e3c2af-0d20-4214-8f55-9feb3df4facf img.shogun-image {
    
    width: px;
  }


#s-68e3c2af-0d20-4214-8f55-9feb3df4facf .shogun-image-content {
  
    align-items: center;
  
}

#s-062357ff-8ef1-4ce9-89ac-8306f906361d {
  margin-top: 10px;
margin-left: 150px;
margin-bottom: 15px;
}

#s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0 {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f331c89a-14ac-4c8c-9ac4-6c891f36b5e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-f956379c-9a13-4da3-8f99-0826b9405a16 {
  text-align: center;
}




  #s-f956379c-9a13-4da3-8f99-0826b9405a16 img.shogun-image {
    
    width: px;
  }


#s-f956379c-9a13-4da3-8f99-0826b9405a16 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2a571b0-9edb-413b-b30e-db590f6ab20f {
  margin-left: 150px;
}

#s-883de6f3-9b6d-42e4-9aaf-097e49e5f2c9 {
  margin-top: 30px;
margin-left: 100px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 10px;
background-color: rgba(255, 184, 28, 1);
}

#s-43b5924e-4642-4c0f-9310-fb2c7fb0fa2b {
  margin-left: 150px;
margin-right: 150px;
}
@media (max-width: 767px){#s-43b5924e-4642-4c0f-9310-fb2c7fb0fa2b {
  display: none;
}
#s-43b5924e-4642-4c0f-9310-fb2c7fb0fa2b, #wrap-s-43b5924e-4642-4c0f-9310-fb2c7fb0fa2b { display:none !important; }}
#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 {
  display: none;
}
#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4, #wrap-s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 {
  display: none;
}
#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4, #wrap-s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 {
  display: none;
}
#s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4, #wrap-s-5831abac-b0cf-4684-b5f2-fd5ec2a9d7a4 { display:none !important; }}
#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 {
  display: none;
}
#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2, #wrap-s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 {
  display: none;
}
#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2, #wrap-s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 {
  display: none;
}
#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2, #wrap-s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 { display:none !important; }}







#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59290fa9-ecbb-42d8-8424-c093fb12c6b2.shg-box.shg-c {
  justify-content: center;
}

#s-c73886a0-4b03-4194-a73f-cd3bbcc56271 {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c73886a0-4b03-4194-a73f-cd3bbcc56271 {
  display: none;
}
#s-c73886a0-4b03-4194-a73f-cd3bbcc56271, #wrap-s-c73886a0-4b03-4194-a73f-cd3bbcc56271 { display:none !important; }}@media (max-width: 767px){#s-c73886a0-4b03-4194-a73f-cd3bbcc56271 {
  display: none;
}
#s-c73886a0-4b03-4194-a73f-cd3bbcc56271, #wrap-s-c73886a0-4b03-4194-a73f-cd3bbcc56271 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c73886a0-4b03-4194-a73f-cd3bbcc56271"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-d65e429e-ca9e-4d38-9838-cf48b0dbb7fd {
  text-align: center;
}




  #s-d65e429e-ca9e-4d38-9838-cf48b0dbb7fd img.shogun-image {
    
    width: px;
  }


#s-d65e429e-ca9e-4d38-9838-cf48b0dbb7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-62b377cf-70a2-4236-bf55-adfb7acfd09f {
  text-align: center;
}




  #s-62b377cf-70a2-4236-bf55-adfb7acfd09f img.shogun-image {
    
    width: px;
  }


#s-62b377cf-70a2-4236-bf55-adfb7acfd09f .shogun-image-content {
  
    align-items: center;
  
}

#s-7dda3ebb-e9ea-42fd-9a25-519753bcd2a8 {
  text-align: center;
}




  #s-7dda3ebb-e9ea-42fd-9a25-519753bcd2a8 img.shogun-image {
    
    width: px;
  }


#s-7dda3ebb-e9ea-42fd-9a25-519753bcd2a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5 {
  display: none;
}
#s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5, #wrap-s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5 {
  display: none;
}
#s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5, #wrap-s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-13fde2db-d3f4-4814-882f-2bd7fe4b55f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-801a9fad-eab4-4eb5-b8ff-3c19d0005a05 {
  text-align: center;
}




  #s-801a9fad-eab4-4eb5-b8ff-3c19d0005a05 img.shogun-image {
    
    width: px;
  }


#s-801a9fad-eab4-4eb5-b8ff-3c19d0005a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a4059d8-261a-4a0e-b6f4-7dc60ef2c52e {
  text-align: center;
}




  #s-5a4059d8-261a-4a0e-b6f4-7dc60ef2c52e img.shogun-image {
    
    width: px;
  }


#s-5a4059d8-261a-4a0e-b6f4-7dc60ef2c52e .shogun-image-content {
  
    align-items: center;
  
}

#s-269e7b1b-84b5-4d68-a9b4-1355f4b50c23 {
  text-align: center;
}




  #s-269e7b1b-84b5-4d68-a9b4-1355f4b50c23 img.shogun-image {
    
    width: px;
  }


#s-269e7b1b-84b5-4d68-a9b4-1355f4b50c23 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb895c82-cffc-4c9f-b6fa-515d35f5cf8a {
  margin-top: 10px;
margin-left: 150px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-bb895c82-cffc-4c9f-b6fa-515d35f5cf8a {
  display: none;
}
#s-bb895c82-cffc-4c9f-b6fa-515d35f5cf8a, #wrap-s-bb895c82-cffc-4c9f-b6fa-515d35f5cf8a { display:none !important; }}
#s-4ded0c36-559f-4d61-9ffd-c6089801a77c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4ded0c36-559f-4d61-9ffd-c6089801a77c {
  display: none;
}
#s-4ded0c36-559f-4d61-9ffd-c6089801a77c, #wrap-s-4ded0c36-559f-4d61-9ffd-c6089801a77c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ded0c36-559f-4d61-9ffd-c6089801a77c {
  display: none;
}
#s-4ded0c36-559f-4d61-9ffd-c6089801a77c, #wrap-s-4ded0c36-559f-4d61-9ffd-c6089801a77c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ded0c36-559f-4d61-9ffd-c6089801a77c {
  display: none;
}
#s-4ded0c36-559f-4d61-9ffd-c6089801a77c, #wrap-s-4ded0c36-559f-4d61-9ffd-c6089801a77c { display:none !important; }}
#s-8e00bf76-2403-48c4-979e-4eeac49c4829 {
  margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-8e00bf76-2403-48c4-979e-4eeac49c4829"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-fba0567a-68a5-4b95-b91b-fd76f3845791 {
  text-align: center;
}




  #s-fba0567a-68a5-4b95-b91b-fd76f3845791 img.shogun-image {
    
    width: px;
  }


#s-fba0567a-68a5-4b95-b91b-fd76f3845791 .shogun-image-content {
  
    align-items: center;
  
}

#s-edcd20e5-cad2-4100-a651-4c1b3cc98252 {
  margin-left: 150px;
}
@media (max-width: 767px){#s-edcd20e5-cad2-4100-a651-4c1b3cc98252 {
  display: none;
}
#s-edcd20e5-cad2-4100-a651-4c1b3cc98252, #wrap-s-edcd20e5-cad2-4100-a651-4c1b3cc98252 { display:none !important; }}
#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 {
  display: none;
}
#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10, #wrap-s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 {
  display: none;
}
#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10, #wrap-s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 {
  display: none;
}
#s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10, #wrap-s-db59c3ed-aa6b-4ae2-8beb-83e225d0fc10 { display:none !important; }}
#s-75566f95-b756-4245-a6de-4332760d3bbd {
  margin-top: 30px;
margin-left: 100px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 10px;
background-color: rgba(255, 184, 28, 1);
}
@media (max-width: 767px){#s-75566f95-b756-4245-a6de-4332760d3bbd {
  display: none;
}
#s-75566f95-b756-4245-a6de-4332760d3bbd, #wrap-s-75566f95-b756-4245-a6de-4332760d3bbd { display:none !important; }}
#s-14a7847e-d837-42ab-9244-0518233ef71b {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 0px;
background-color: rgba(255, 184, 28, 1);
}
@media (min-width: 1200px){#s-14a7847e-d837-42ab-9244-0518233ef71b {
  display: none;
}
#s-14a7847e-d837-42ab-9244-0518233ef71b, #wrap-s-14a7847e-d837-42ab-9244-0518233ef71b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14a7847e-d837-42ab-9244-0518233ef71b {
  display: none;
}
#s-14a7847e-d837-42ab-9244-0518233ef71b, #wrap-s-14a7847e-d837-42ab-9244-0518233ef71b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14a7847e-d837-42ab-9244-0518233ef71b {
  display: none;
}
#s-14a7847e-d837-42ab-9244-0518233ef71b, #wrap-s-14a7847e-d837-42ab-9244-0518233ef71b { display:none !important; }}
#s-2af42b29-714f-4d91-a35b-c79d9e82106a {
  margin-left: 150px;
margin-right: 150px;
}
@media (max-width: 767px){#s-2af42b29-714f-4d91-a35b-c79d9e82106a {
  display: none;
}
#s-2af42b29-714f-4d91-a35b-c79d9e82106a, #wrap-s-2af42b29-714f-4d91-a35b-c79d9e82106a { display:none !important; }}
#s-57a156e3-aad0-40e0-88bd-1c3b0634169d {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-57a156e3-aad0-40e0-88bd-1c3b0634169d {
  display: none;
}
#s-57a156e3-aad0-40e0-88bd-1c3b0634169d, #wrap-s-57a156e3-aad0-40e0-88bd-1c3b0634169d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a156e3-aad0-40e0-88bd-1c3b0634169d {
  display: none;
}
#s-57a156e3-aad0-40e0-88bd-1c3b0634169d, #wrap-s-57a156e3-aad0-40e0-88bd-1c3b0634169d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a156e3-aad0-40e0-88bd-1c3b0634169d {
  display: none;
}
#s-57a156e3-aad0-40e0-88bd-1c3b0634169d, #wrap-s-57a156e3-aad0-40e0-88bd-1c3b0634169d { display:none !important; }}
#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b {
  min-height: 50px;
}








#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b.shg-box.shg-c {
  justify-content: center;
}

#s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96 {
  padding-top: 60px;
}
@media (max-width: 767px){#s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96 {
  display: none;
}
#s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96, #wrap-s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96 { display:none !important; }}
@media (min-width: 0px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-636a13b7-a264-476a-b379-b9f8a5f57e30 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-636a13b7-a264-476a-b379-b9f8a5f57e30 img.shogun-image {
    
    width: px;
  }


#s-636a13b7-a264-476a-b379-b9f8a5f57e30 .shogun-image-content {
  
    align-items: center;
  
}

#s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 img.shogun-image {
    
    width: px;
  }


#s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 {
  padding-top: 13px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
}




  #s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 img.shogun-image {
    
    width: px;
  }


#s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-43722f55-b8c8-41d3-aea1-aefb3891235f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-43722f55-b8c8-41d3-aea1-aefb3891235f img.shogun-image {
    
    width: px;
  }


#s-43722f55-b8c8-41d3-aea1-aefb3891235f .shogun-image-content {
  
    align-items: center;
  
}

#s-a45a0c55-de98-440d-8155-fdbd2e12f42b {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-a45a0c55-de98-440d-8155-fdbd2e12f42b img.shogun-image {
    
    width: px;
  }


#s-a45a0c55-de98-440d-8155-fdbd2e12f42b .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
