.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 {
  display: none;
}
#s-f5010fc0-55a9-4891-ae42-e3300443e9ef, #wrap-s-f5010fc0-55a9-4891-ae42-e3300443e9ef { display:none !important; }}







#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: 40px;
}
@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% - 22.5px);
}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

.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 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-5045d3ca-2014-43cd-be7a-74c041ef7b89:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: 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-56cd919d-1a21-417c-999f-2a1a38459c48 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-56cd919d-1a21-417c-999f-2a1a38459c48:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: 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 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-90645924-b83d-4257-b2d4-d361c2fd47d4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: 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 {
  padding-top: 10px;
}

#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 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: 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 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3c1564fa-dac8-4150-8146-290f4a6088ff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: 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 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: 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-7025fc82-e7a4-4e9b-8c0a-60226c6533d2 {
  padding-left: 10px;
}

#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-50772f76-c340-4a5e-8204-15ef9950c64b {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-50772f76-c340-4a5e-8204-15ef9950c64b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  display: none;
}
#s-4a3818aa-6454-4543-bc16-2e9bd6633c53, #wrap-s-4a3818aa-6454-4543-bc16-2e9bd6633c53 { display:none !important; }}







#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a3818aa-6454-4543-bc16-2e9bd6633c53.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1e226cb5-fd92-462a-91e5-d39e54b1aae2 {
  text-align: center;
}




  #s-1e226cb5-fd92-462a-91e5-d39e54b1aae2 img.shogun-image {
    
    width: px;
  }


#s-1e226cb5-fd92-462a-91e5-d39e54b1aae2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-badbaddb-c53e-40e8-bd76-721432ea5f36 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-badbaddb-c53e-40e8-bd76-721432ea5f36 img.shogun-image {
    
    width: px;
  }


#s-badbaddb-c53e-40e8-bd76-721432ea5f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd4d05e4-72e0-444f-b73f-7cd5d3502c3a {
  padding-top: 5px;
}

#s-8c861226-b067-4155-baf0-3e73c572856d {
  text-align: center;
}




  #s-8c861226-b067-4155-baf0-3e73c572856d img.shogun-image {
    
    width: px;
  }


#s-8c861226-b067-4155-baf0-3e73c572856d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-022f4152-fc98-41ae-99bf-560669e05836 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-022f4152-fc98-41ae-99bf-560669e05836 img.shogun-image {
    
    width: px;
  }


#s-022f4152-fc98-41ae-99bf-560669e05836 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f0918a6-7d33-43f8-81a5-b90736e7442a {
  padding-top: 5px;
}

#s-35bb80f3-cb20-4a6f-bd37-1f49bf344673 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35bb80f3-cb20-4a6f-bd37-1f49bf344673"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-48870db3-d851-4930-9d36-f665ecf5be28 {
  text-align: center;
}




  #s-48870db3-d851-4930-9d36-f665ecf5be28 img.shogun-image {
    
    width: px;
  }


#s-48870db3-d851-4930-9d36-f665ecf5be28 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a81fd126-44a1-47a2-b779-61e714c8a52c {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-a81fd126-44a1-47a2-b779-61e714c8a52c img.shogun-image {
    
    width: px;
  }


#s-a81fd126-44a1-47a2-b779-61e714c8a52c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e26bcb1-ef0f-40ce-9ff0-c54c24a822af {
  padding-top: 5px;
}

#s-afaa415e-e22f-40f5-89dc-6069611f3e62 {
  text-align: center;
}




  #s-afaa415e-e22f-40f5-89dc-6069611f3e62 img.shogun-image {
    
    width: px;
  }


#s-afaa415e-e22f-40f5-89dc-6069611f3e62 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-aabe5fcc-0e69-4a07-b7d0-5640a1c41f26 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-aabe5fcc-0e69-4a07-b7d0-5640a1c41f26 img.shogun-image {
    
    width: px;
  }


#s-aabe5fcc-0e69-4a07-b7d0-5640a1c41f26 .shogun-image-content {
  
    align-items: center;
  
}

#s-debc4d1c-da5c-4f44-8fd5-a9f71eb771fb {
  padding-top: 5px;
}

#s-5824beda-9371-486f-9fb7-583f11375219 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5824beda-9371-486f-9fb7-583f11375219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-31097169-7731-4020-8e2a-0b55e0967a0e {
  text-align: center;
}




  #s-31097169-7731-4020-8e2a-0b55e0967a0e img.shogun-image {
    
    width: px;
  }


#s-31097169-7731-4020-8e2a-0b55e0967a0e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-70ef6945-3c48-499e-bc92-a62dae6b3ee4 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-70ef6945-3c48-499e-bc92-a62dae6b3ee4 img.shogun-image {
    
    width: px;
  }


#s-70ef6945-3c48-499e-bc92-a62dae6b3ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b59aa77-926e-4110-8bf9-b9df63c9313b {
  padding-top: 5px;
}

#s-65c22b79-9224-493f-b1e2-6adefead4501 {
  text-align: center;
}




  #s-65c22b79-9224-493f-b1e2-6adefead4501 img.shogun-image {
    
    width: px;
  }


#s-65c22b79-9224-493f-b1e2-6adefead4501 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f1f5d2-1736-4a64-83e0-608ce67fc471 {
  padding-top: 5px;
}

#s-2b15ff46-0e20-4f6d-a476-b670ec15816a {
  min-height: 50px;
}
@media (max-width: 767px){#s-2b15ff46-0e20-4f6d-a476-b670ec15816a {
  display: none;
}
#s-2b15ff46-0e20-4f6d-a476-b670ec15816a, #wrap-s-2b15ff46-0e20-4f6d-a476-b670ec15816a { display:none !important; }}







#s-2b15ff46-0e20-4f6d-a476-b670ec15816a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b15ff46-0e20-4f6d-a476-b670ec15816a.shg-box.shg-c {
  justify-content: center;
}

#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c {
  min-height: 50px;
}
@media (max-width: 767px){#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c {
  display: none;
}
#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c, #wrap-s-6bb5e49c-6046-4eb6-942c-b51cd996a03c { display:none !important; }}







#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c.shg-box.shg-c {
  justify-content: center;
}

#s-feadbdf6-3b45-470c-bc5b-f5a9824098e3 {
  padding-top: 110px;
padding-left: 10px;
}

#s-5cd5a380-c8f1-4cac-8f0a-be36d438c476 {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-5cd5a380-c8f1-4cac-8f0a-be36d438c476 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e {
  display: none;
}
#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e, #wrap-s-a4e6604a-3991-49d4-a82e-124f3b9bd96e { display:none !important; }}







#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 {
  text-align: center;
}




  #s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 img.shogun-image {
    
    width: px;
  }


#s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9c057f5f-defe-4b99-89ff-0544b15ebc11 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-9c057f5f-defe-4b99-89ff-0544b15ebc11 img.shogun-image {
    
    width: px;
  }


#s-9c057f5f-defe-4b99-89ff-0544b15ebc11 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b0e042-4bfc-46d9-8dee-3232b2ec81df {
  padding-top: 5px;
}

#s-d8afa863-c367-44ce-a8e7-d11ead9f749f {
  text-align: center;
}




  #s-d8afa863-c367-44ce-a8e7-d11ead9f749f img.shogun-image {
    
    width: px;
  }


#s-d8afa863-c367-44ce-a8e7-d11ead9f749f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-75963631-ab71-4582-a391-2709462f823b {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-75963631-ab71-4582-a391-2709462f823b img.shogun-image {
    
    width: px;
  }


#s-75963631-ab71-4582-a391-2709462f823b .shogun-image-content {
  
    align-items: center;
  
}

#s-83ba7f8d-3613-4168-8aa0-5683a5424f95 {
  padding-top: 5px;
}

#s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 {
  text-align: center;
}




  #s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 img.shogun-image {
    
    width: px;
  }


#s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-53175513-464c-4902-9bc1-e95fa20f0ca1 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-53175513-464c-4902-9bc1-e95fa20f0ca1 img.shogun-image {
    
    width: px;
  }


#s-53175513-464c-4902-9bc1-e95fa20f0ca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-224c75c2-0527-4065-a3af-6de5ba3fcfaa {
  padding-top: 5px;
}

#s-b40507e5-cd8e-4a30-a104-227a0a78f82f {
  text-align: center;
}




  #s-b40507e5-cd8e-4a30-a104-227a0a78f82f img.shogun-image {
    
    width: px;
  }


#s-b40507e5-cd8e-4a30-a104-227a0a78f82f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 img.shogun-image {
    
    width: px;
  }


#s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-42a86ad3-dfbc-4c50-9865-70d2fd618df8 {
  padding-top: 5px;
}

#s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bb6cf78-8e86-4d29-b180-ab10dc9ea6ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8babc419-284c-4a5b-8620-dc77d05e6103 {
  text-align: center;
}




  #s-8babc419-284c-4a5b-8620-dc77d05e6103 img.shogun-image {
    
    width: px;
  }


#s-8babc419-284c-4a5b-8620-dc77d05e6103 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c img.shogun-image {
    
    width: px;
  }


#s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c .shogun-image-content {
  
    align-items: center;
  
}

#s-e6fa69b2-3aad-4e49-bd74-bfba16a225f5 {
  padding-top: 5px;
}

#s-2b577379-1094-4da7-9891-7e8b42535028 {
  text-align: center;
}




  #s-2b577379-1094-4da7-9891-7e8b42535028 img.shogun-image {
    
    width: px;
  }


#s-2b577379-1094-4da7-9891-7e8b42535028 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab46513-9802-48f7-9b13-b865909ba4b5 {
  padding-top: 5px;
}

@media (max-width: 767px){#s-20e31255-6f95-47d8-a9d7-76ae46818f21 {
  display: none;
}
#s-20e31255-6f95-47d8-a9d7-76ae46818f21, #wrap-s-20e31255-6f95-47d8-a9d7-76ae46818f21 { display:none !important; }}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  display: none;
}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8, #wrap-s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 { display:none !important; }}







#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8.shg-box.shg-c {
  justify-content: center;
}

#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  min-height: 50px;
}
@media (max-width: 767px){#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  display: none;
}
#s-20f19556-e2cd-450c-9922-b49d0ec820bf, #wrap-s-20f19556-e2cd-450c-9922-b49d0ec820bf { display:none !important; }}







#s-20f19556-e2cd-450c-9922-b49d0ec820bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f19556-e2cd-450c-9922-b49d0ec820bf.shg-box.shg-c {
  justify-content: center;
}

#s-593a1427-21e1-4371-864e-f340ad613ce8 {
  padding-top: 110px;
padding-left: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  display: none;
}
#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595, #wrap-s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 { display:none !important; }}







#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-974f559d-9881-4881-bf84-86f38512cff7 {
  text-align: center;
}




  #s-974f559d-9881-4881-bf84-86f38512cff7 img.shogun-image {
    
    width: px;
  }


#s-974f559d-9881-4881-bf84-86f38512cff7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 img.shogun-image {
    
    width: px;
  }


#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a08ddde-61ff-4690-b81d-fb702b07a668 {
  padding-top: 5px;
}

#s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a {
  text-align: center;
}




  #s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a img.shogun-image {
    
    width: px;
  }


#s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-203b38e6-334e-4eab-b110-a8b9d0c6d6f4 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-203b38e6-334e-4eab-b110-a8b9d0c6d6f4 img.shogun-image {
    
    width: px;
  }


#s-203b38e6-334e-4eab-b110-a8b9d0c6d6f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cca8795-af60-4674-81e1-7d2916cdeacc {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b491b674-7a1c-4a43-89ff-8c308d84b4ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a80cd880-fea2-41e7-abe6-fb148333aa48 {
  text-align: center;
}




  #s-a80cd880-fea2-41e7-abe6-fb148333aa48 img.shogun-image {
    
    width: px;
  }


#s-a80cd880-fea2-41e7-abe6-fb148333aa48 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-49946042-06ee-4545-a9e8-6cf2815a1e73 {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-49946042-06ee-4545-a9e8-6cf2815a1e73 img.shogun-image {
    
    width: px;
  }


#s-49946042-06ee-4545-a9e8-6cf2815a1e73 .shogun-image-content {
  
    align-items: center;
  
}

#s-2321b099-3a37-40be-b3ad-f1c473153ff3 {
  padding-top: 5px;
}

#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 {
  text-align: center;
}




  #s-e4a0c110-9543-42b6-b53d-00971f8d68d1 img.shogun-image {
    
    width: px;
  }


#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdba396-2930-4bfb-b34e-2c5bda0c7f1f {
  padding-top: 5px;
}

#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}







#s-7f511937-95ce-4599-880d-ae2f4fe6397d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f511937-95ce-4599-880d-ae2f4fe6397d.shg-box.shg-c {
  justify-content: center;
}

#s-2386efc9-7889-48e3-8f0a-dd9370a3501b {
  margin-top: -10px;
text-align: center;
}




  #s-2386efc9-7889-48e3-8f0a-dd9370a3501b img.shogun-image {
    
    width: px;
  }


#s-2386efc9-7889-48e3-8f0a-dd9370a3501b .shogun-image-content {
  
    align-items: center;
  
}

#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  margin-left: -15px;
padding-top: 20px;
text-align: left;
}
@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-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b {
  min-height: 50px;
}
@media (max-width: 767px){#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b {
  display: none;
}
#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b, #wrap-s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b { display:none !important; }}







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

#s-af3228c9-b875-461e-8c9e-55cacde392c0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-af3228c9-b875-461e-8c9e-55cacde392c0 {
  display: none;
}
#s-af3228c9-b875-461e-8c9e-55cacde392c0, #wrap-s-af3228c9-b875-461e-8c9e-55cacde392c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af3228c9-b875-461e-8c9e-55cacde392c0 {
  display: none;
}
#s-af3228c9-b875-461e-8c9e-55cacde392c0, #wrap-s-af3228c9-b875-461e-8c9e-55cacde392c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af3228c9-b875-461e-8c9e-55cacde392c0 {
  display: none;
}
#s-af3228c9-b875-461e-8c9e-55cacde392c0, #wrap-s-af3228c9-b875-461e-8c9e-55cacde392c0 { display:none !important; }}







#s-af3228c9-b875-461e-8c9e-55cacde392c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af3228c9-b875-461e-8c9e-55cacde392c0.shg-box.shg-c {
  justify-content: center;
}

#s-56aaec3e-f8a6-4b59-9ecf-5340413a0dd9 {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-56aaec3e-f8a6-4b59-9ecf-5340413a0dd9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-dd7949c6-9e2d-46d1-80ce-4b5b1056121c {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 {
  padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 {
  display: none;
}
#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12, #wrap-s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 {
  display: none;
}
#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12, #wrap-s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 {
  display: none;
}
#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12, #wrap-s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 { display:none !important; }}







#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d06dc33-eda2-4ba6-9b8d-5720097a6c12.shg-box.shg-c {
  justify-content: center;
}

#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 {
  display: none;
}
#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387, #wrap-s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 {
  display: none;
}
#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387, #wrap-s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 {
  display: none;
}
#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387, #wrap-s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 { display:none !important; }}







#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f3e33c-411d-42b2-a7ee-2ac9ab616387.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-531b7081-0db2-4286-9661-816b53407eeb {
  padding-top: 20px;
text-align: center;
}




  #s-531b7081-0db2-4286-9661-816b53407eeb img.shogun-image {
    
    width: px;
  }


#s-531b7081-0db2-4286-9661-816b53407eeb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6dd44426-cea6-4f7e-92eb-651bad5dd8df {
  text-align: right;
}




  #s-6dd44426-cea6-4f7e-92eb-651bad5dd8df img.shogun-image {
    
    width: px;
  }


#s-6dd44426-cea6-4f7e-92eb-651bad5dd8df .shogun-image-content {
  
    align-items: center;
  
}

#s-64a391ed-dc9c-4174-9339-4e1e94ea6c13 {
  padding-top: 20px;
text-align: center;
}




  #s-64a391ed-dc9c-4174-9339-4e1e94ea6c13 img.shogun-image {
    
    width: px;
  }


#s-64a391ed-dc9c-4174-9339-4e1e94ea6c13 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2e92afdd-360e-498f-939a-3d4a290aec25 {
  text-align: right;
}




  #s-2e92afdd-360e-498f-939a-3d4a290aec25 img.shogun-image {
    
    width: px;
  }


#s-2e92afdd-360e-498f-939a-3d4a290aec25 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ee6d939-e1e1-45b4-8813-890768b5afa9 {
  padding-top: 20px;
text-align: center;
}




  #s-5ee6d939-e1e1-45b4-8813-890768b5afa9 img.shogun-image {
    
    width: px;
  }


#s-5ee6d939-e1e1-45b4-8813-890768b5afa9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5e8e48dc-efce-4949-ad1c-a1c8971681d3 {
  text-align: right;
}




  #s-5e8e48dc-efce-4949-ad1c-a1c8971681d3 img.shogun-image {
    
    width: px;
  }


#s-5e8e48dc-efce-4949-ad1c-a1c8971681d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4735825c-4328-4730-b293-0929aa0571a5 {
  padding-top: 20px;
text-align: center;
}




  #s-4735825c-4328-4730-b293-0929aa0571a5 img.shogun-image {
    
    width: px;
  }


#s-4735825c-4328-4730-b293-0929aa0571a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-219b8857-d129-487b-bae5-deb91fef3b69 {
  text-align: right;
}




  #s-219b8857-d129-487b-bae5-deb91fef3b69 img.shogun-image {
    
    width: px;
  }


#s-219b8857-d129-487b-bae5-deb91fef3b69 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1dd520-a9ff-49f4-a586-93372bb56257 {
  padding-top: 20px;
text-align: center;
}




  #s-cc1dd520-a9ff-49f4-a586-93372bb56257 img.shogun-image {
    
    width: px;
  }


#s-cc1dd520-a9ff-49f4-a586-93372bb56257 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-532d5e1d-2f2e-454e-83c6-6b5dad4f6954 {
  text-align: right;
}




  #s-532d5e1d-2f2e-454e-83c6-6b5dad4f6954 img.shogun-image {
    
    width: px;
  }


#s-532d5e1d-2f2e-454e-83c6-6b5dad4f6954 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ffd904b-d7e1-4d3b-b0c5-ddd040b5fb45 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-9cf2f805-39f1-4f46-a414-43b916990359 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a3d197f5-1e7f-429b-9c20-1365193fb200 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-bf40ab05-a51f-45f1-a6e8-36b629ebbcb8 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-06a4fd50-4dde-42c6-8223-b65edee859e1 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a {
  display: none;
}
#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a, #wrap-s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a {
  display: none;
}
#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a, #wrap-s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a {
  display: none;
}
#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a, #wrap-s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a { display:none !important; }}







#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd28348-e83b-4ec5-8c9d-dc7c972f696a.shg-box.shg-c {
  justify-content: center;
}

#s-c61681fc-74bb-4525-93eb-3f2fd1e81981 {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-c61681fc-74bb-4525-93eb-3f2fd1e81981 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-dc43512b-a6e1-4817-9376-874047f83cef {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd {
  display: none;
}
#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd, #wrap-s-24a7b68e-27d8-4c1e-b49b-45a5378828fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd {
  display: none;
}
#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd, #wrap-s-24a7b68e-27d8-4c1e-b49b-45a5378828fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd {
  display: none;
}
#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd, #wrap-s-24a7b68e-27d8-4c1e-b49b-45a5378828fd { display:none !important; }}







#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a7b68e-27d8-4c1e-b49b-45a5378828fd.shg-box.shg-c {
  justify-content: center;
}

#s-9c544b24-3392-4d28-9f52-1bd16a5c8fe3 {
  padding-top: 20px;
text-align: center;
}




  #s-9c544b24-3392-4d28-9f52-1bd16a5c8fe3 img.shogun-image {
    
    width: px;
  }


#s-9c544b24-3392-4d28-9f52-1bd16a5c8fe3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-56ef8b18-d8e8-4c21-b35e-f21c61f5c716 {
  text-align: right;
}




  #s-56ef8b18-d8e8-4c21-b35e-f21c61f5c716 img.shogun-image {
    
    width: px;
  }


#s-56ef8b18-d8e8-4c21-b35e-f21c61f5c716 .shogun-image-content {
  
    align-items: center;
  
}

#s-c90b9538-67a6-41aa-8209-d6702de329a6 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-5798b509-d1ba-4f81-b855-981a82e0508a {
  padding-top: 20px;
text-align: center;
}




  #s-5798b509-d1ba-4f81-b855-981a82e0508a img.shogun-image {
    
    width: px;
  }


#s-5798b509-d1ba-4f81-b855-981a82e0508a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a175a2f5-885e-4514-9da0-00ee1506570d {
  text-align: right;
}




  #s-a175a2f5-885e-4514-9da0-00ee1506570d img.shogun-image {
    
    width: px;
  }


#s-a175a2f5-885e-4514-9da0-00ee1506570d .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2c71e6-303a-404b-ba9e-2973b8f1e2d7 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7b22b110-ac34-45eb-b400-82c4a7c1298c {
  padding-top: 20px;
text-align: center;
}




  #s-7b22b110-ac34-45eb-b400-82c4a7c1298c img.shogun-image {
    
    width: px;
  }


#s-7b22b110-ac34-45eb-b400-82c4a7c1298c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-70b1c815-bbb8-49a2-94de-42e12cc64425 {
  text-align: right;
}




  #s-70b1c815-bbb8-49a2-94de-42e12cc64425 img.shogun-image {
    
    width: px;
  }


#s-70b1c815-bbb8-49a2-94de-42e12cc64425 .shogun-image-content {
  
    align-items: center;
  
}

#s-21c509b9-519b-45e9-9171-9026cd0d5a8f {
  padding-top: 20px;
text-align: center;
}




  #s-21c509b9-519b-45e9-9171-9026cd0d5a8f img.shogun-image {
    
    width: px;
  }


#s-21c509b9-519b-45e9-9171-9026cd0d5a8f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-460fdf08-f00e-47f3-8eeb-3601e18ae8c6 {
  text-align: right;
}




  #s-460fdf08-f00e-47f3-8eeb-3601e18ae8c6 img.shogun-image {
    
    width: px;
  }


#s-460fdf08-f00e-47f3-8eeb-3601e18ae8c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7b35259-8f27-4cc8-96ed-dae417781290 {
  padding-top: 20px;
text-align: center;
}




  #s-e7b35259-8f27-4cc8-96ed-dae417781290 img.shogun-image {
    
    width: px;
  }


#s-e7b35259-8f27-4cc8-96ed-dae417781290 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ee83d6a9-ddea-4569-af5a-0091a3a5268e {
  text-align: right;
}




  #s-ee83d6a9-ddea-4569-af5a-0091a3a5268e img.shogun-image {
    
    width: px;
  }


#s-ee83d6a9-ddea-4569-af5a-0091a3a5268e .shogun-image-content {
  
    align-items: center;
  
}

#s-c9600ef2-cb7c-4bd3-b447-86513362c00a {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4557ae25-3029-4037-ad95-49fa340911b0 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4a1d74a0-7d17-48ef-8cad-beaad22eda31 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 {
  display: none;
}
#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5, #wrap-s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 {
  display: none;
}
#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5, #wrap-s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 {
  display: none;
}
#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5, #wrap-s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 { display:none !important; }}







#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac8b77a1-8a90-4302-be86-2d2e7e5b77c5.shg-box.shg-c {
  justify-content: center;
}

#s-2ef6e220-f47d-4637-a883-537dc1732b9a {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-2ef6e220-f47d-4637-a883-537dc1732b9a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-f21a22ee-03b1-48af-ad6c-99b6fc47c37e {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-23201e20-8d35-4dae-b722-7691fa0c1afd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-23201e20-8d35-4dae-b722-7691fa0c1afd {
  display: none;
}
#s-23201e20-8d35-4dae-b722-7691fa0c1afd, #wrap-s-23201e20-8d35-4dae-b722-7691fa0c1afd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23201e20-8d35-4dae-b722-7691fa0c1afd {
  display: none;
}
#s-23201e20-8d35-4dae-b722-7691fa0c1afd, #wrap-s-23201e20-8d35-4dae-b722-7691fa0c1afd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23201e20-8d35-4dae-b722-7691fa0c1afd {
  display: none;
}
#s-23201e20-8d35-4dae-b722-7691fa0c1afd, #wrap-s-23201e20-8d35-4dae-b722-7691fa0c1afd { display:none !important; }}







#s-23201e20-8d35-4dae-b722-7691fa0c1afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23201e20-8d35-4dae-b722-7691fa0c1afd.shg-box.shg-c {
  justify-content: center;
}

#s-9fb91001-c3c6-4bdb-9586-a91858852dd7 {
  padding-top: 20px;
text-align: center;
}




  #s-9fb91001-c3c6-4bdb-9586-a91858852dd7 img.shogun-image {
    
    width: px;
  }


#s-9fb91001-c3c6-4bdb-9586-a91858852dd7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-49d7adf4-94fa-49ec-b2be-46ca4f612887 {
  text-align: right;
}




  #s-49d7adf4-94fa-49ec-b2be-46ca4f612887 img.shogun-image {
    
    width: px;
  }


#s-49d7adf4-94fa-49ec-b2be-46ca4f612887 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f4e3385-3e0f-4555-859f-28557ce636e3 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c66a69f6-d19b-49f5-a381-612ca11140b3 {
  padding-top: 20px;
text-align: center;
}




  #s-c66a69f6-d19b-49f5-a381-612ca11140b3 img.shogun-image {
    
    width: px;
  }


#s-c66a69f6-d19b-49f5-a381-612ca11140b3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ce65a0df-1a42-4e28-ae4e-a6f8701b7b78 {
  text-align: right;
}




  #s-ce65a0df-1a42-4e28-ae4e-a6f8701b7b78 img.shogun-image {
    
    width: px;
  }


#s-ce65a0df-1a42-4e28-ae4e-a6f8701b7b78 .shogun-image-content {
  
    align-items: center;
  
}

#s-39b5bba0-0736-4b44-a597-b394862e6d98 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-35ac3dc2-54aa-4644-b638-a7b2e05c6e5d {
  padding-top: 20px;
text-align: center;
}




  #s-35ac3dc2-54aa-4644-b638-a7b2e05c6e5d img.shogun-image {
    
    width: px;
  }


#s-35ac3dc2-54aa-4644-b638-a7b2e05c6e5d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-74a4f20d-ac28-4846-a452-adda155b1bc4 {
  text-align: right;
}




  #s-74a4f20d-ac28-4846-a452-adda155b1bc4 img.shogun-image {
    
    width: px;
  }


#s-74a4f20d-ac28-4846-a452-adda155b1bc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-709dd246-ec7d-4d96-aedc-cdc275378fde {
  padding-top: 20px;
text-align: center;
}




  #s-709dd246-ec7d-4d96-aedc-cdc275378fde img.shogun-image {
    
    width: px;
  }


#s-709dd246-ec7d-4d96-aedc-cdc275378fde .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d74fb4f-ef1c-487b-8c4c-1113946524f9 {
  text-align: right;
}




  #s-8d74fb4f-ef1c-487b-8c4c-1113946524f9 img.shogun-image {
    
    width: px;
  }


#s-8d74fb4f-ef1c-487b-8c4c-1113946524f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-289aa836-ecf0-4926-9bec-8fecdf13765c {
  padding-top: 20px;
text-align: center;
}




  #s-289aa836-ecf0-4926-9bec-8fecdf13765c img.shogun-image {
    
    width: px;
  }


#s-289aa836-ecf0-4926-9bec-8fecdf13765c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e1f5e64a-ce80-4626-b0b7-5152629c9d66 {
  text-align: right;
}




  #s-e1f5e64a-ce80-4626-b0b7-5152629c9d66 img.shogun-image {
    
    width: px;
  }


#s-e1f5e64a-ce80-4626-b0b7-5152629c9d66 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3ca2153-1cd6-4539-86f9-09446611af5b {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-e0c380df-8890-4894-9e36-d81cee30f717 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-af378cab-785e-4b04-9116-84b39e7bf5c3 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-76b69e1f-9bbe-4842-b33f-91e04d6e6ded {
  margin-top: 20px;
padding-top: 15px;
background-color: rgba(238, 238, 238, 1);
}

#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 {
  display: none;
}
#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051, #wrap-s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 {
  display: none;
}
#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051, #wrap-s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 {
  display: none;
}
#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051, #wrap-s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 { display:none !important; }}







#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fc392b-ad2d-4b9f-aa62-d12e3bdd6051.shg-box.shg-c {
  justify-content: center;
}

#s-4caff630-0580-4a01-a070-f46fbb8c0591 {
  text-align: center;
}




  #s-4caff630-0580-4a01-a070-f46fbb8c0591 img.shogun-image {
    
    width: px;
  }


#s-4caff630-0580-4a01-a070-f46fbb8c0591 .shogun-image-content {
  
    align-items: center;
  
}

#s-751c92ae-5e7d-4fe5-bbed-069c45f64c53 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c4b52198-454d-449c-a15e-9c59b72ca080 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
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(48, 48, 48, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-c4b52198-454d-449c-a15e-9c59b72ca080:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4b52198-454d-449c-a15e-9c59b72ca080:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4b52198-454d-449c-a15e-9c59b72ca080.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

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

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

#s-0af3689e-7836-4cd3-8cd9-2452b98d7c43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0af3689e-7836-4cd3-8cd9-2452b98d7c43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Nunito;
  font-style:   ;
  font-size: 2px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22d24d5b-5671-4800-b097-6a1091b67412 {
  margin-bottom: -5px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-22d24d5b-5671-4800-b097-6a1091b67412 {
  display: none;
}
#s-22d24d5b-5671-4800-b097-6a1091b67412, #wrap-s-22d24d5b-5671-4800-b097-6a1091b67412 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22d24d5b-5671-4800-b097-6a1091b67412 {
  display: none;
}
#s-22d24d5b-5671-4800-b097-6a1091b67412, #wrap-s-22d24d5b-5671-4800-b097-6a1091b67412 { display:none !important; }}@media (max-width: 767px){#s-22d24d5b-5671-4800-b097-6a1091b67412 {
  display: none;
}
#s-22d24d5b-5671-4800-b097-6a1091b67412, #wrap-s-22d24d5b-5671-4800-b097-6a1091b67412 { display:none !important; }}







#s-22d24d5b-5671-4800-b097-6a1091b67412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d24d5b-5671-4800-b097-6a1091b67412.shg-box.shg-c {
  justify-content: center;
}

#s-d32f6046-af2c-46fc-9b61-94e45f0ed744 {
  padding-top: 8px;
}

#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 {
  display: none;
}
#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83, #wrap-s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 {
  display: none;
}
#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83, #wrap-s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 {
  
}
}







#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ebcf0e-4de1-49ae-ac2e-5ce4ae6acd83.shg-box.shg-c {
  justify-content: center;
}

#s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9471024d-1961-4ee2-a2d7-9d6a7843fdd4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b2c50fb-39d0-44b8-93b9-8a0d8e621f9f {
  padding-top: 20px;
}

#s-4caa067e-dc58-4a74-9326-3213bf5dde4d {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-4caa067e-dc58-4a74-9326-3213bf5dde4d img.shogun-image {
    
    width: px;
  }


#s-4caa067e-dc58-4a74-9326-3213bf5dde4d .shogun-image-content {
  
    align-items: center;
  
}

#s-f128033e-5e04-48a8-9201-0f9e1b9b4fe6 {
  padding-top: 20px;
}

#s-30061311-9c17-48a3-820b-be22030692ab {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-30061311-9c17-48a3-820b-be22030692ab img.shogun-image {
    
    width: px;
  }


#s-30061311-9c17-48a3-820b-be22030692ab .shogun-image-content {
  
    align-items: center;
  
}

#s-4a39f8e9-ef96-4f30-83ed-c4443171dd43 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a39f8e9-ef96-4f30-83ed-c4443171dd43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-56d4b8f3-3df0-4450-98d5-de17cf48dc38 {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-56d4b8f3-3df0-4450-98d5-de17cf48dc38 img.shogun-image {
    
    width: px;
  }


#s-56d4b8f3-3df0-4450-98d5-de17cf48dc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-507d6886-a43a-462e-996d-eda43d0cec26 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-526baba8-9756-464b-8c60-549ad9507284 {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-526baba8-9756-464b-8c60-549ad9507284 img.shogun-image {
    
    width: px;
  }


#s-526baba8-9756-464b-8c60-549ad9507284 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a90c00-3fa7-4b2f-bb38-e9eae7f6e924 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-861f57ed-c96c-4a85-b57a-fa52b39a5898 {
  border-style: solid;
margin-bottom: -50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-861f57ed-c96c-4a85-b57a-fa52b39a5898 {
  display: none;
}
#s-861f57ed-c96c-4a85-b57a-fa52b39a5898, #wrap-s-861f57ed-c96c-4a85-b57a-fa52b39a5898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-861f57ed-c96c-4a85-b57a-fa52b39a5898 {
  display: none;
}
#s-861f57ed-c96c-4a85-b57a-fa52b39a5898, #wrap-s-861f57ed-c96c-4a85-b57a-fa52b39a5898 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-861f57ed-c96c-4a85-b57a-fa52b39a5898 {
  
}
}







#s-861f57ed-c96c-4a85-b57a-fa52b39a5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-861f57ed-c96c-4a85-b57a-fa52b39a5898.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a55c547f-d5d4-4f1d-b2dd-593bba2d14e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-072ff53c-7a5a-4e4c-bf0b-f9760983ea20 {
  padding-right: 30px;
text-align: center;
}




  #s-072ff53c-7a5a-4e4c-bf0b-f9760983ea20 img.shogun-image {
    
    width: px;
  }


#s-072ff53c-7a5a-4e4c-bf0b-f9760983ea20 .shogun-image-content {
  
    align-items: center;
  
}

#s-8de2691f-9842-46ea-a418-fe4af73e0430 {
  margin-left: -30px;
padding-top: 20px;
}

#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d {
  margin-bottom: -20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d {
  display: none;
}
#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d, #wrap-s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d { display:none !important; }}@media (max-width: 767px){#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d {
  display: none;
}
#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d, #wrap-s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d { display:none !important; }}







#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4bd6038-0a2d-44be-ae62-bcaa86c5296d.shg-box.shg-c {
  justify-content: center;
}

#s-64439f34-8d6e-4729-a423-4e3914c945f7 {
  margin-top: 15px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
