.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-2b319b8a-0518-446c-af92-5a05af9c91fc {
  min-height: 50px;
}








#s-2b319b8a-0518-446c-af92-5a05af9c91fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b319b8a-0518-446c-af92-5a05af9c91fc.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-c691d8bb-5a52-41ed-b197-8efce0941e63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c691d8bb-5a52-41ed-b197-8efce0941e63 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063 {
  min-height: 50px;
}








#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063.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-88e8a996-34d7-4bd7-a349-32a62e23cb35 {
  text-align: center;
}




  #s-88e8a996-34d7-4bd7-a349-32a62e23cb35 img.shogun-image {
    
    width: px;
  }


#s-88e8a996-34d7-4bd7-a349-32a62e23cb35 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3517ea-4683-4563-8cce-67043900647a {
  min-height: 50px;
}








#s-8c3517ea-4683-4563-8cce-67043900647a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3517ea-4683-4563-8cce-67043900647a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-5d4d96f5-a2e3-47cc-9da4-937b9b7b99a6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-677d8bf5-fff9-4978-af70-3b27246700f3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-677d8bf5-fff9-4978-af70-3b27246700f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677d8bf5-fff9-4978-af70-3b27246700f3.shg-box.shg-c {
  justify-content: center;
}

#s-8832785d-a006-4471-9d1d-afa116010123 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8832785d-a006-4471-9d1d-afa116010123 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3b2a6c05-b3de-4678-b5fa-e1d76af0e324"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-7bf26f75-1c6f-475d-b302-fbab168ceaca {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7bf26f75-1c6f-475d-b302-fbab168ceaca .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7bf26f75-1c6f-475d-b302-fbab168ceaca .shg-sld-nav-button.shg-sld-left,
#s-7bf26f75-1c6f-475d-b302-fbab168ceaca .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-23dd7a9a-654b-4339-a855-01f6828aee69 {
  text-align: center;
}




  #s-23dd7a9a-654b-4339-a855-01f6828aee69 img.shogun-image {
    
    width: px;
  }


#s-23dd7a9a-654b-4339-a855-01f6828aee69 .shogun-image-content {
  
    align-items: center;
  
}

#s-517144d4-d39d-45be-b78e-5672841df720 {
  text-align: center;
}




  #s-517144d4-d39d-45be-b78e-5672841df720 img.shogun-image {
    
    width: px;
  }


#s-517144d4-d39d-45be-b78e-5672841df720 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbe72645-71ad-4e89-a959-badcb0a2a082 {
  text-align: center;
}




  #s-dbe72645-71ad-4e89-a959-badcb0a2a082 img.shogun-image {
    
    width: px;
  }


#s-dbe72645-71ad-4e89-a959-badcb0a2a082 .shogun-image-content {
  
    align-items: center;
  
}

#s-41006c0d-3e14-4374-8919-e5d44d8ee596 {
  text-align: center;
}




  #s-41006c0d-3e14-4374-8919-e5d44d8ee596 img.shogun-image {
    
    width: px;
  }


#s-41006c0d-3e14-4374-8919-e5d44d8ee596 .shogun-image-content {
  
    align-items: center;
  
}

#s-0690645d-0f63-4662-984e-51d4911ed24a {
  text-align: center;
}




  #s-0690645d-0f63-4662-984e-51d4911ed24a img.shogun-image {
    
    width: px;
  }


#s-0690645d-0f63-4662-984e-51d4911ed24a .shogun-image-content {
  
    align-items: center;
  
}

#s-c219fdfa-4095-4bd0-91ce-d057086285b2 {
  text-align: center;
}




  #s-c219fdfa-4095-4bd0-91ce-d057086285b2 img.shogun-image {
    
    width: px;
  }


#s-c219fdfa-4095-4bd0-91ce-d057086285b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-60e568ca-e6e4-4451-81c9-7ab8b92ec9c7 {
  text-align: center;
}




  #s-60e568ca-e6e4-4451-81c9-7ab8b92ec9c7 img.shogun-image {
    
    width: px;
  }


#s-60e568ca-e6e4-4451-81c9-7ab8b92ec9c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-583daaec-23c7-49a3-9fe1-f7fd8a4de0df {
  text-align: center;
}




  #s-583daaec-23c7-49a3-9fe1-f7fd8a4de0df img.shogun-image {
    
    width: px;
  }


#s-583daaec-23c7-49a3-9fe1-f7fd8a4de0df .shogun-image-content {
  
    align-items: center;
  
}

#s-02bacaea-4506-41c8-8694-89c3a085ebd8 {
  text-align: center;
}




  #s-02bacaea-4506-41c8-8694-89c3a085ebd8 img.shogun-image {
    
    width: px;
  }


#s-02bacaea-4506-41c8-8694-89c3a085ebd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f41a0e24-9f03-44bb-926d-ddf6381e4a04 {
  text-align: center;
}




  #s-f41a0e24-9f03-44bb-926d-ddf6381e4a04 img.shogun-image {
    
    width: px;
  }


#s-f41a0e24-9f03-44bb-926d-ddf6381e4a04 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ce567b6-769a-42d9-b1e7-d4f8d9e1d7a3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1ce567b6-769a-42d9-b1e7-d4f8d9e1d7a3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ce567b6-769a-42d9-b1e7-d4f8d9e1d7a3 .shg-sld-nav-button.shg-sld-left,
#s-1ce567b6-769a-42d9-b1e7-d4f8d9e1d7a3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-531db869-2bba-4694-b39f-29a92c52d17c {
  text-align: center;
}




  #s-531db869-2bba-4694-b39f-29a92c52d17c img.shogun-image {
    
    width: px;
  }


#s-531db869-2bba-4694-b39f-29a92c52d17c .shogun-image-content {
  
    align-items: center;
  
}

#s-f970409f-23a6-4b8d-a2e1-0b5fad0439af {
  text-align: center;
}




  #s-f970409f-23a6-4b8d-a2e1-0b5fad0439af img.shogun-image {
    
    width: px;
  }


#s-f970409f-23a6-4b8d-a2e1-0b5fad0439af .shogun-image-content {
  
    align-items: center;
  
}

#s-6dcf7ab2-b312-4afa-bc91-3026c34b4b22 {
  text-align: center;
}




  #s-6dcf7ab2-b312-4afa-bc91-3026c34b4b22 img.shogun-image {
    
    width: px;
  }


#s-6dcf7ab2-b312-4afa-bc91-3026c34b4b22 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc3845e-d7d3-468f-8f3d-fde64ba1f142 {
  text-align: center;
}




  #s-1bc3845e-d7d3-468f-8f3d-fde64ba1f142 img.shogun-image {
    
    width: px;
  }


#s-1bc3845e-d7d3-468f-8f3d-fde64ba1f142 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff8897d8-cf25-4a13-ac8c-667bdefa1ec2 {
  text-align: center;
}




  #s-ff8897d8-cf25-4a13-ac8c-667bdefa1ec2 img.shogun-image {
    
    width: px;
  }


#s-ff8897d8-cf25-4a13-ac8c-667bdefa1ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9cde6ee-0075-4728-9988-d1f5f370dfd2 {
  text-align: center;
}




  #s-e9cde6ee-0075-4728-9988-d1f5f370dfd2 img.shogun-image {
    
    width: px;
  }


#s-e9cde6ee-0075-4728-9988-d1f5f370dfd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ab7f410-ff4d-4f9f-b730-d8eac0323134 {
  text-align: center;
}




  #s-4ab7f410-ff4d-4f9f-b730-d8eac0323134 img.shogun-image {
    
    width: px;
  }


#s-4ab7f410-ff4d-4f9f-b730-d8eac0323134 .shogun-image-content {
  
    align-items: center;
  
}

#s-000145e8-1fb2-4b34-9fba-ffedec55831d {
  text-align: center;
}




  #s-000145e8-1fb2-4b34-9fba-ffedec55831d img.shogun-image {
    
    width: px;
  }


#s-000145e8-1fb2-4b34-9fba-ffedec55831d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a44638b-acb2-4806-abd0-1cff7f2be0e2 {
  text-align: center;
}




  #s-0a44638b-acb2-4806-abd0-1cff7f2be0e2 img.shogun-image {
    
    width: px;
  }


#s-0a44638b-acb2-4806-abd0-1cff7f2be0e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-06e5bbdb-3a59-49a5-a564-a345d9e48698 {
  text-align: center;
}




  #s-06e5bbdb-3a59-49a5-a564-a345d9e48698 img.shogun-image {
    
    width: px;
  }


#s-06e5bbdb-3a59-49a5-a564-a345d9e48698 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bbcee49b-815e-4c9f-952a-d9683193d089 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bbcee49b-815e-4c9f-952a-d9683193d089 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bbcee49b-815e-4c9f-952a-d9683193d089 .shg-sld-nav-button.shg-sld-left,
#s-bbcee49b-815e-4c9f-952a-d9683193d089 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ebcb5d78-655d-4e4c-8ec2-906a991d2b33 {
  text-align: center;
}




  #s-ebcb5d78-655d-4e4c-8ec2-906a991d2b33 img.shogun-image {
    
    width: px;
  }


#s-ebcb5d78-655d-4e4c-8ec2-906a991d2b33 .shogun-image-content {
  
    align-items: center;
  
}

#s-1722e2d6-82c3-4e61-b400-cb341c2ae24a {
  text-align: center;
}




  #s-1722e2d6-82c3-4e61-b400-cb341c2ae24a img.shogun-image {
    
    width: px;
  }


#s-1722e2d6-82c3-4e61-b400-cb341c2ae24a .shogun-image-content {
  
    align-items: center;
  
}

#s-85e102c3-89a5-4366-b731-124a6ea185f8 {
  text-align: center;
}




  #s-85e102c3-89a5-4366-b731-124a6ea185f8 img.shogun-image {
    
    width: px;
  }


#s-85e102c3-89a5-4366-b731-124a6ea185f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-382cbf9d-1784-49e0-8b57-23888f2535da {
  text-align: center;
}




  #s-382cbf9d-1784-49e0-8b57-23888f2535da img.shogun-image {
    
    width: px;
  }


#s-382cbf9d-1784-49e0-8b57-23888f2535da .shogun-image-content {
  
    align-items: center;
  
}

#s-e63cbd4e-643b-41dc-a70d-d2e902ec225d {
  text-align: center;
}




  #s-e63cbd4e-643b-41dc-a70d-d2e902ec225d img.shogun-image {
    
    width: px;
  }


#s-e63cbd4e-643b-41dc-a70d-d2e902ec225d .shogun-image-content {
  
    align-items: center;
  
}

#s-1080fdd8-ba81-4bef-a63f-6e910c1ffb8d {
  text-align: center;
}




  #s-1080fdd8-ba81-4bef-a63f-6e910c1ffb8d img.shogun-image {
    
    width: px;
  }


#s-1080fdd8-ba81-4bef-a63f-6e910c1ffb8d .shogun-image-content {
  
    align-items: center;
  
}

#s-4b9c5da8-5b06-4c66-929e-716a69740079 {
  text-align: center;
}




  #s-4b9c5da8-5b06-4c66-929e-716a69740079 img.shogun-image {
    
    width: px;
  }


#s-4b9c5da8-5b06-4c66-929e-716a69740079 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0373478-36d4-4038-8986-51230f393850 {
  text-align: center;
}




  #s-a0373478-36d4-4038-8986-51230f393850 img.shogun-image {
    
    width: px;
  }


#s-a0373478-36d4-4038-8986-51230f393850 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bd15067-e8b0-429c-a42c-8ad495ced3d2 {
  text-align: center;
}




  #s-4bd15067-e8b0-429c-a42c-8ad495ced3d2 img.shogun-image {
    
    width: px;
  }


#s-4bd15067-e8b0-429c-a42c-8ad495ced3d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d262edf-f1c9-4fc9-b689-c6234f179ad0 {
  text-align: center;
}




  #s-1d262edf-f1c9-4fc9-b689-c6234f179ad0 img.shogun-image {
    
    width: px;
  }


#s-1d262edf-f1c9-4fc9-b689-c6234f179ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b8435fb-acd3-412b-8d11-7830440c8ff2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8b8435fb-acd3-412b-8d11-7830440c8ff2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8b8435fb-acd3-412b-8d11-7830440c8ff2 .shg-sld-nav-button.shg-sld-left,
#s-8b8435fb-acd3-412b-8d11-7830440c8ff2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1c2db592-0721-4fca-8bc7-c831c04e4e51 {
  text-align: center;
}




  #s-1c2db592-0721-4fca-8bc7-c831c04e4e51 img.shogun-image {
    
    width: px;
  }


#s-1c2db592-0721-4fca-8bc7-c831c04e4e51 .shogun-image-content {
  
    align-items: center;
  
}

#s-5df0b874-f945-4e49-8498-2f5fd4dc165a {
  text-align: center;
}




  #s-5df0b874-f945-4e49-8498-2f5fd4dc165a img.shogun-image {
    
    width: px;
  }


#s-5df0b874-f945-4e49-8498-2f5fd4dc165a .shogun-image-content {
  
    align-items: center;
  
}

#s-dbf94389-5598-4c13-94a7-b94f441634c0 {
  text-align: center;
}




  #s-dbf94389-5598-4c13-94a7-b94f441634c0 img.shogun-image {
    
    width: px;
  }


#s-dbf94389-5598-4c13-94a7-b94f441634c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-da6b63d9-0396-42a0-8ed7-f80cd7d9e14c {
  text-align: center;
}




  #s-da6b63d9-0396-42a0-8ed7-f80cd7d9e14c img.shogun-image {
    
    width: px;
  }


#s-da6b63d9-0396-42a0-8ed7-f80cd7d9e14c .shogun-image-content {
  
    align-items: center;
  
}

#s-08c99dbc-e640-4f3e-9fdf-550a4f94c1de {
  text-align: center;
}




  #s-08c99dbc-e640-4f3e-9fdf-550a4f94c1de img.shogun-image {
    
    width: px;
  }


#s-08c99dbc-e640-4f3e-9fdf-550a4f94c1de .shogun-image-content {
  
    align-items: center;
  
}

#s-bf507886-105e-4651-ad46-ecd4b0014119 {
  text-align: center;
}




  #s-bf507886-105e-4651-ad46-ecd4b0014119 img.shogun-image {
    
    width: px;
  }


#s-bf507886-105e-4651-ad46-ecd4b0014119 .shogun-image-content {
  
    align-items: center;
  
}

#s-22765287-55fc-44c9-9992-d2462e421e2d {
  text-align: center;
}




  #s-22765287-55fc-44c9-9992-d2462e421e2d img.shogun-image {
    
    width: px;
  }


#s-22765287-55fc-44c9-9992-d2462e421e2d .shogun-image-content {
  
    align-items: center;
  
}

#s-852ea6c3-484d-4c85-ac39-4529ad365649 {
  text-align: center;
}




  #s-852ea6c3-484d-4c85-ac39-4529ad365649 img.shogun-image {
    
    width: px;
  }


#s-852ea6c3-484d-4c85-ac39-4529ad365649 .shogun-image-content {
  
    align-items: center;
  
}

#s-2076e4b2-c8fe-45d0-a519-d403a516d4e2 {
  text-align: center;
}




  #s-2076e4b2-c8fe-45d0-a519-d403a516d4e2 img.shogun-image {
    
    width: px;
  }


#s-2076e4b2-c8fe-45d0-a519-d403a516d4e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd51368-fd02-40bd-86ad-dc8369bba473 {
  text-align: center;
}




  #s-abd51368-fd02-40bd-86ad-dc8369bba473 img.shogun-image {
    
    width: px;
  }


#s-abd51368-fd02-40bd-86ad-dc8369bba473 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8440aa8a-3158-4e33-822b-1b136844373a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-nav-button.shg-sld-left,
#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-43061995-7c41-4f5c-9b1e-658494029e89 {
  text-align: center;
}




  #s-43061995-7c41-4f5c-9b1e-658494029e89 img.shogun-image {
    
    width: px;
  }


#s-43061995-7c41-4f5c-9b1e-658494029e89 .shogun-image-content {
  
    align-items: center;
  
}

#s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e {
  text-align: center;
}




  #s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e img.shogun-image {
    
    width: px;
  }


#s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 {
  text-align: center;
}




  #s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 img.shogun-image {
    
    width: px;
  }


#s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa5595c-0c84-4505-a428-0165724466bc {
  text-align: center;
}




  #s-5aa5595c-0c84-4505-a428-0165724466bc img.shogun-image {
    
    width: px;
  }


#s-5aa5595c-0c84-4505-a428-0165724466bc .shogun-image-content {
  
    align-items: center;
  
}

#s-d056b968-5803-4582-a14d-47fcc09cb206 {
  text-align: center;
}




  #s-d056b968-5803-4582-a14d-47fcc09cb206 img.shogun-image {
    
    width: px;
  }


#s-d056b968-5803-4582-a14d-47fcc09cb206 .shogun-image-content {
  
    align-items: center;
  
}

#s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 {
  text-align: center;
}




  #s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 img.shogun-image {
    
    width: px;
  }


#s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 .shogun-image-content {
  
    align-items: center;
  
}

#s-10acdd03-bd91-4422-8ae6-f999a1a106de {
  text-align: center;
}




  #s-10acdd03-bd91-4422-8ae6-f999a1a106de img.shogun-image {
    
    width: px;
  }


#s-10acdd03-bd91-4422-8ae6-f999a1a106de .shogun-image-content {
  
    align-items: center;
  
}

#s-56f2edba-c2c9-46fb-8913-4476f4a82805 {
  text-align: center;
}




  #s-56f2edba-c2c9-46fb-8913-4476f4a82805 img.shogun-image {
    
    width: px;
  }


#s-56f2edba-c2c9-46fb-8913-4476f4a82805 .shogun-image-content {
  
    align-items: center;
  
}

#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 {
  text-align: center;
}




  #s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 img.shogun-image {
    
    width: px;
  }


#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 {
  text-align: center;
}




  #s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 img.shogun-image {
    
    width: px;
  }


#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b41d7db-fdf4-4de2-8369-6e7ec6738846 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8b41d7db-fdf4-4de2-8369-6e7ec6738846 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8b41d7db-fdf4-4de2-8369-6e7ec6738846 .shg-sld-nav-button.shg-sld-left,
#s-8b41d7db-fdf4-4de2-8369-6e7ec6738846 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3e95f0d5-5a9d-499e-98c1-6f11e574e634 {
  text-align: center;
}




  #s-3e95f0d5-5a9d-499e-98c1-6f11e574e634 img.shogun-image {
    
    width: px;
  }


#s-3e95f0d5-5a9d-499e-98c1-6f11e574e634 .shogun-image-content {
  
    align-items: center;
  
}

#s-83851a96-0046-4b1c-8e0d-10f39dcd3379 {
  text-align: center;
}




  #s-83851a96-0046-4b1c-8e0d-10f39dcd3379 img.shogun-image {
    
    width: px;
  }


#s-83851a96-0046-4b1c-8e0d-10f39dcd3379 .shogun-image-content {
  
    align-items: center;
  
}

#s-62d8891f-7a2f-490a-876b-613aabe15c6d {
  text-align: center;
}




  #s-62d8891f-7a2f-490a-876b-613aabe15c6d img.shogun-image {
    
    width: px;
  }


#s-62d8891f-7a2f-490a-876b-613aabe15c6d .shogun-image-content {
  
    align-items: center;
  
}

#s-34854904-42ce-4d5c-86b3-d98796f6218b {
  text-align: center;
}




  #s-34854904-42ce-4d5c-86b3-d98796f6218b img.shogun-image {
    
    width: px;
  }


#s-34854904-42ce-4d5c-86b3-d98796f6218b .shogun-image-content {
  
    align-items: center;
  
}

#s-27267139-c7c1-485e-ada9-3d1c4e2540ed {
  text-align: center;
}




  #s-27267139-c7c1-485e-ada9-3d1c4e2540ed img.shogun-image {
    
    width: px;
  }


#s-27267139-c7c1-485e-ada9-3d1c4e2540ed .shogun-image-content {
  
    align-items: center;
  
}

#s-426d6558-17b5-498a-9a03-0093d84289e0 {
  text-align: center;
}




  #s-426d6558-17b5-498a-9a03-0093d84289e0 img.shogun-image {
    
    width: px;
  }


#s-426d6558-17b5-498a-9a03-0093d84289e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e4a1ac-bf7a-4e7a-bbbf-7257f2e5f200 {
  text-align: center;
}




  #s-c5e4a1ac-bf7a-4e7a-bbbf-7257f2e5f200 img.shogun-image {
    
    width: px;
  }


#s-c5e4a1ac-bf7a-4e7a-bbbf-7257f2e5f200 .shogun-image-content {
  
    align-items: center;
  
}

#s-b549a8af-f968-46c2-8850-14079123c2c8 {
  text-align: center;
}




  #s-b549a8af-f968-46c2-8850-14079123c2c8 img.shogun-image {
    
    width: px;
  }


#s-b549a8af-f968-46c2-8850-14079123c2c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b377c908-f4a9-4de8-a84f-ea74a278ba9e {
  text-align: center;
}




  #s-b377c908-f4a9-4de8-a84f-ea74a278ba9e img.shogun-image {
    
    width: px;
  }


#s-b377c908-f4a9-4de8-a84f-ea74a278ba9e .shogun-image-content {
  
    align-items: center;
  
}

#s-02a74d8e-9ece-4bb0-938a-52cb36dd79b6 {
  text-align: center;
}




  #s-02a74d8e-9ece-4bb0-938a-52cb36dd79b6 img.shogun-image {
    
    width: px;
  }


#s-02a74d8e-9ece-4bb0-938a-52cb36dd79b6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-642e4e7d-250d-4946-9dfc-8e07fc9d6f56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-9a1ea4da-4b80-4718-adc5-f0b043843e82 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9a1ea4da-4b80-4718-adc5-f0b043843e82 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9a1ea4da-4b80-4718-adc5-f0b043843e82 .shg-sld-nav-button.shg-sld-left,
#s-9a1ea4da-4b80-4718-adc5-f0b043843e82 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c7d53306-84dd-4e17-9a86-6c9a24d9951e {
  text-align: center;
}




  #s-c7d53306-84dd-4e17-9a86-6c9a24d9951e img.shogun-image {
    
    width: px;
  }


#s-c7d53306-84dd-4e17-9a86-6c9a24d9951e .shogun-image-content {
  
    align-items: center;
  
}

#s-8c4395e7-7293-440f-9b44-e0d059966d3f {
  text-align: center;
}




  #s-8c4395e7-7293-440f-9b44-e0d059966d3f img.shogun-image {
    
    width: px;
  }


#s-8c4395e7-7293-440f-9b44-e0d059966d3f .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf7e664-7335-4006-a203-aff262947cea {
  text-align: center;
}




  #s-ccf7e664-7335-4006-a203-aff262947cea img.shogun-image {
    
    width: px;
  }


#s-ccf7e664-7335-4006-a203-aff262947cea .shogun-image-content {
  
    align-items: center;
  
}

#s-61e3836c-e518-41eb-8d0c-119c24a08977 {
  text-align: center;
}




  #s-61e3836c-e518-41eb-8d0c-119c24a08977 img.shogun-image {
    
    width: px;
  }


#s-61e3836c-e518-41eb-8d0c-119c24a08977 .shogun-image-content {
  
    align-items: center;
  
}

#s-022c5088-8df6-4e8c-b3d4-62314d52122f {
  text-align: center;
}




  #s-022c5088-8df6-4e8c-b3d4-62314d52122f img.shogun-image {
    
    width: px;
  }


#s-022c5088-8df6-4e8c-b3d4-62314d52122f .shogun-image-content {
  
    align-items: center;
  
}

#s-75995270-c858-478e-bb1c-e1d25c840069 {
  text-align: center;
}




  #s-75995270-c858-478e-bb1c-e1d25c840069 img.shogun-image {
    
    width: px;
  }


#s-75995270-c858-478e-bb1c-e1d25c840069 .shogun-image-content {
  
    align-items: center;
  
}

#s-87a18b8d-46f5-478c-abc8-ca09dbfda506 {
  text-align: center;
}




  #s-87a18b8d-46f5-478c-abc8-ca09dbfda506 img.shogun-image {
    
    width: px;
  }


#s-87a18b8d-46f5-478c-abc8-ca09dbfda506 .shogun-image-content {
  
    align-items: center;
  
}

#s-f21af966-101b-40a4-854c-5980cf0b2ae8 {
  text-align: center;
}




  #s-f21af966-101b-40a4-854c-5980cf0b2ae8 img.shogun-image {
    
    width: px;
  }


#s-f21af966-101b-40a4-854c-5980cf0b2ae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-460c189e-a3ad-459a-9a65-15aa01d9b135 {
  text-align: center;
}




  #s-460c189e-a3ad-459a-9a65-15aa01d9b135 img.shogun-image {
    
    width: px;
  }


#s-460c189e-a3ad-459a-9a65-15aa01d9b135 .shogun-image-content {
  
    align-items: center;
  
}

#s-52c01412-d20a-423e-b969-81ff404e925e {
  text-align: center;
}




  #s-52c01412-d20a-423e-b969-81ff404e925e img.shogun-image {
    
    width: px;
  }


#s-52c01412-d20a-423e-b969-81ff404e925e .shogun-image-content {
  
    align-items: center;
  
}

#s-61b11953-df81-43c4-a173-22789b4251ad {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-61b11953-df81-43c4-a173-22789b4251ad .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-61b11953-df81-43c4-a173-22789b4251ad .shg-sld-nav-button.shg-sld-left,
#s-61b11953-df81-43c4-a173-22789b4251ad .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2b84233-b37b-4e44-825d-d6f6fbcb1e97 {
  text-align: center;
}




  #s-e2b84233-b37b-4e44-825d-d6f6fbcb1e97 img.shogun-image {
    
    width: px;
  }


#s-e2b84233-b37b-4e44-825d-d6f6fbcb1e97 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e310de7-cbe4-4068-a27d-96468a200d4f {
  text-align: center;
}




  #s-4e310de7-cbe4-4068-a27d-96468a200d4f img.shogun-image {
    
    width: px;
  }


#s-4e310de7-cbe4-4068-a27d-96468a200d4f .shogun-image-content {
  
    align-items: center;
  
}

#s-f23e8c1a-135f-4d86-af85-4c00922123fa {
  text-align: center;
}




  #s-f23e8c1a-135f-4d86-af85-4c00922123fa img.shogun-image {
    
    width: px;
  }


#s-f23e8c1a-135f-4d86-af85-4c00922123fa .shogun-image-content {
  
    align-items: center;
  
}

#s-1bf8df59-0bd5-451d-9002-821dd5a685f9 {
  text-align: center;
}




  #s-1bf8df59-0bd5-451d-9002-821dd5a685f9 img.shogun-image {
    
    width: px;
  }


#s-1bf8df59-0bd5-451d-9002-821dd5a685f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a60637a0-d987-45f3-b1ae-39cca99f68cc {
  text-align: center;
}




  #s-a60637a0-d987-45f3-b1ae-39cca99f68cc img.shogun-image {
    
    width: px;
  }


#s-a60637a0-d987-45f3-b1ae-39cca99f68cc .shogun-image-content {
  
    align-items: center;
  
}

#s-1b9233d9-5ed9-4e14-a102-e2175cec05b0 {
  text-align: center;
}




  #s-1b9233d9-5ed9-4e14-a102-e2175cec05b0 img.shogun-image {
    
    width: px;
  }


#s-1b9233d9-5ed9-4e14-a102-e2175cec05b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c1cfded-4eee-40d6-89c5-3fad7884d537 {
  text-align: center;
}




  #s-6c1cfded-4eee-40d6-89c5-3fad7884d537 img.shogun-image {
    
    width: px;
  }


#s-6c1cfded-4eee-40d6-89c5-3fad7884d537 .shogun-image-content {
  
    align-items: center;
  
}

#s-731ef867-6ebb-4fe4-a7e1-7605cf91448f {
  text-align: center;
}




  #s-731ef867-6ebb-4fe4-a7e1-7605cf91448f img.shogun-image {
    
    width: px;
  }


#s-731ef867-6ebb-4fe4-a7e1-7605cf91448f .shogun-image-content {
  
    align-items: center;
  
}

#s-429dd5e1-6db4-4659-be93-9de1791305ab {
  text-align: center;
}




  #s-429dd5e1-6db4-4659-be93-9de1791305ab img.shogun-image {
    
    width: px;
  }


#s-429dd5e1-6db4-4659-be93-9de1791305ab .shogun-image-content {
  
    align-items: center;
  
}

#s-9375c0a2-0bf2-4ba2-942c-e8c7dda24c03 {
  text-align: center;
}




  #s-9375c0a2-0bf2-4ba2-942c-e8c7dda24c03 img.shogun-image {
    
    width: px;
  }


#s-9375c0a2-0bf2-4ba2-942c-e8c7dda24c03 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5a63221c-7430-4533-810a-96783abf9c1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-9644c49b-9eb1-46b3-86dd-dc50e7ef48fe {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9644c49b-9eb1-46b3-86dd-dc50e7ef48fe .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9644c49b-9eb1-46b3-86dd-dc50e7ef48fe .shg-sld-nav-button.shg-sld-left,
#s-9644c49b-9eb1-46b3-86dd-dc50e7ef48fe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1c8e394d-3d08-4408-b9f0-6c6a8eacea4d {
  text-align: center;
}




  #s-1c8e394d-3d08-4408-b9f0-6c6a8eacea4d img.shogun-image {
    
    width: px;
  }


#s-1c8e394d-3d08-4408-b9f0-6c6a8eacea4d .shogun-image-content {
  
    align-items: center;
  
}

#s-278a7aa5-1dc9-4fbb-9227-c61aec6f70aa {
  text-align: center;
}




  #s-278a7aa5-1dc9-4fbb-9227-c61aec6f70aa img.shogun-image {
    
    width: px;
  }


#s-278a7aa5-1dc9-4fbb-9227-c61aec6f70aa .shogun-image-content {
  
    align-items: center;
  
}

#s-ab21ccc9-cdda-43b7-938f-390b459f79a2 {
  text-align: center;
}




  #s-ab21ccc9-cdda-43b7-938f-390b459f79a2 img.shogun-image {
    
    width: px;
  }


#s-ab21ccc9-cdda-43b7-938f-390b459f79a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf027a59-d2ee-4bec-9596-dfa6e23892a8 {
  text-align: center;
}




  #s-cf027a59-d2ee-4bec-9596-dfa6e23892a8 img.shogun-image {
    
    width: px;
  }


#s-cf027a59-d2ee-4bec-9596-dfa6e23892a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-48cfc052-450a-4392-891b-4b3cf258c568 {
  text-align: center;
}




  #s-48cfc052-450a-4392-891b-4b3cf258c568 img.shogun-image {
    
    width: px;
  }


#s-48cfc052-450a-4392-891b-4b3cf258c568 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2bcae44-131e-4794-8a08-f74c04951ae4 {
  text-align: center;
}




  #s-c2bcae44-131e-4794-8a08-f74c04951ae4 img.shogun-image {
    
    width: px;
  }


#s-c2bcae44-131e-4794-8a08-f74c04951ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6defc4b0-1fa7-488b-a871-93d8ca9bd085 {
  text-align: center;
}




  #s-6defc4b0-1fa7-488b-a871-93d8ca9bd085 img.shogun-image {
    
    width: px;
  }


#s-6defc4b0-1fa7-488b-a871-93d8ca9bd085 .shogun-image-content {
  
    align-items: center;
  
}

#s-6062d402-52ec-472f-8624-ff6f7d8de33b {
  text-align: center;
}




  #s-6062d402-52ec-472f-8624-ff6f7d8de33b img.shogun-image {
    
    width: px;
  }


#s-6062d402-52ec-472f-8624-ff6f7d8de33b .shogun-image-content {
  
    align-items: center;
  
}

#s-c058aa8e-dddc-4c07-b80b-3400bcb83702 {
  text-align: center;
}




  #s-c058aa8e-dddc-4c07-b80b-3400bcb83702 img.shogun-image {
    
    width: px;
  }


#s-c058aa8e-dddc-4c07-b80b-3400bcb83702 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a58f0c5-0d48-4787-884d-39e22509df79 {
  text-align: center;
}




  #s-0a58f0c5-0d48-4787-884d-39e22509df79 img.shogun-image {
    
    width: px;
  }


#s-0a58f0c5-0d48-4787-884d-39e22509df79 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2efee5-0ca2-41f6-b34c-479384a0c501 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ee2efee5-0ca2-41f6-b34c-479384a0c501 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee2efee5-0ca2-41f6-b34c-479384a0c501 .shg-sld-nav-button.shg-sld-left,
#s-ee2efee5-0ca2-41f6-b34c-479384a0c501 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3d6b3028-58f9-4ce3-aa1a-cdd1b7de6754 {
  text-align: center;
}




  #s-3d6b3028-58f9-4ce3-aa1a-cdd1b7de6754 img.shogun-image {
    
    width: px;
  }


#s-3d6b3028-58f9-4ce3-aa1a-cdd1b7de6754 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9b9d8bb-bb9b-4ced-b48c-fee92802af9c {
  text-align: center;
}




  #s-e9b9d8bb-bb9b-4ced-b48c-fee92802af9c img.shogun-image {
    
    width: px;
  }


#s-e9b9d8bb-bb9b-4ced-b48c-fee92802af9c .shogun-image-content {
  
    align-items: center;
  
}

#s-1c6d64d2-faa0-41b3-b6bf-41dde0e34e9c {
  text-align: center;
}




  #s-1c6d64d2-faa0-41b3-b6bf-41dde0e34e9c img.shogun-image {
    
    width: px;
  }


#s-1c6d64d2-faa0-41b3-b6bf-41dde0e34e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-c8d16dda-368f-4753-8d61-9dbf4a7437d8 {
  text-align: center;
}




  #s-c8d16dda-368f-4753-8d61-9dbf4a7437d8 img.shogun-image {
    
    width: px;
  }


#s-c8d16dda-368f-4753-8d61-9dbf4a7437d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a4a0c91-a025-4667-ac0c-a3fbedc2b15e {
  text-align: center;
}




  #s-4a4a0c91-a025-4667-ac0c-a3fbedc2b15e img.shogun-image {
    
    width: px;
  }


#s-4a4a0c91-a025-4667-ac0c-a3fbedc2b15e .shogun-image-content {
  
    align-items: center;
  
}

#s-cffe1e07-a714-4456-8643-798387975c38 {
  text-align: center;
}




  #s-cffe1e07-a714-4456-8643-798387975c38 img.shogun-image {
    
    width: px;
  }


#s-cffe1e07-a714-4456-8643-798387975c38 .shogun-image-content {
  
    align-items: center;
  
}

#s-026e9c15-7281-4694-bc99-061cc89a509f {
  text-align: center;
}




  #s-026e9c15-7281-4694-bc99-061cc89a509f img.shogun-image {
    
    width: px;
  }


#s-026e9c15-7281-4694-bc99-061cc89a509f .shogun-image-content {
  
    align-items: center;
  
}

#s-3ffda0e7-a662-46c4-841d-bd1668fdb681 {
  text-align: center;
}




  #s-3ffda0e7-a662-46c4-841d-bd1668fdb681 img.shogun-image {
    
    width: px;
  }


#s-3ffda0e7-a662-46c4-841d-bd1668fdb681 .shogun-image-content {
  
    align-items: center;
  
}

#s-38be27a3-49f7-4437-814a-90d0b059bfed {
  text-align: center;
}




  #s-38be27a3-49f7-4437-814a-90d0b059bfed img.shogun-image {
    
    width: px;
  }


#s-38be27a3-49f7-4437-814a-90d0b059bfed .shogun-image-content {
  
    align-items: center;
  
}

#s-157cfb06-0e19-4e74-ba31-5b95a0ddb483 {
  text-align: center;
}




  #s-157cfb06-0e19-4e74-ba31-5b95a0ddb483 img.shogun-image {
    
    width: px;
  }


#s-157cfb06-0e19-4e74-ba31-5b95a0ddb483 .shogun-image-content {
  
    align-items: center;
  
}

#s-0afad099-47aa-4dc4-9756-a588810ea0b2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-34450df5-97e6-4f1a-9fd1-70634263a35a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34450df5-97e6-4f1a-9fd1-70634263a35a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649bebb5-2b64-401e-9e1f-d2ede77dceea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2396985c-eb82-429e-8e47-12f110f42252 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2396985c-eb82-429e-8e47-12f110f42252 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2396985c-eb82-429e-8e47-12f110f42252 .shg-sld-nav-button.shg-sld-left,
#s-2396985c-eb82-429e-8e47-12f110f42252 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-91ded71f-92ae-4923-8d44-1ded650481a1 {
  text-align: center;
}




  #s-91ded71f-92ae-4923-8d44-1ded650481a1 img.shogun-image {
    
    width: px;
  }


#s-91ded71f-92ae-4923-8d44-1ded650481a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-62dcecf8-f536-4e3c-ab6b-97fa741e75a9 {
  text-align: center;
}




  #s-62dcecf8-f536-4e3c-ab6b-97fa741e75a9 img.shogun-image {
    
    width: px;
  }


#s-62dcecf8-f536-4e3c-ab6b-97fa741e75a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-14d59d59-f4eb-482e-a5b4-c7ac3b170930 {
  text-align: center;
}




  #s-14d59d59-f4eb-482e-a5b4-c7ac3b170930 img.shogun-image {
    
    width: px;
  }


#s-14d59d59-f4eb-482e-a5b4-c7ac3b170930 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ece27aa-23bb-42fd-aca3-043931481b2d {
  text-align: center;
}




  #s-0ece27aa-23bb-42fd-aca3-043931481b2d img.shogun-image {
    
    width: px;
  }


#s-0ece27aa-23bb-42fd-aca3-043931481b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-6acd5c75-b7ba-4815-be2d-f85f464f5442 {
  text-align: center;
}




  #s-6acd5c75-b7ba-4815-be2d-f85f464f5442 img.shogun-image {
    
    width: px;
  }


#s-6acd5c75-b7ba-4815-be2d-f85f464f5442 .shogun-image-content {
  
    align-items: center;
  
}

#s-5644a8e2-8478-4346-8a2e-883212a1ed98 {
  text-align: center;
}




  #s-5644a8e2-8478-4346-8a2e-883212a1ed98 img.shogun-image {
    
    width: px;
  }


#s-5644a8e2-8478-4346-8a2e-883212a1ed98 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e1305f3-142f-44b6-a9f3-695ad19a1867 {
  text-align: center;
}




  #s-4e1305f3-142f-44b6-a9f3-695ad19a1867 img.shogun-image {
    
    width: px;
  }


#s-4e1305f3-142f-44b6-a9f3-695ad19a1867 .shogun-image-content {
  
    align-items: center;
  
}

#s-73f7fc78-059d-4551-98b6-6da1699a2dc7 {
  text-align: center;
}




  #s-73f7fc78-059d-4551-98b6-6da1699a2dc7 img.shogun-image {
    
    width: px;
  }


#s-73f7fc78-059d-4551-98b6-6da1699a2dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2500978b-90bc-4662-8f5a-b57dec9c2c93 {
  text-align: center;
}




  #s-2500978b-90bc-4662-8f5a-b57dec9c2c93 img.shogun-image {
    
    width: px;
  }


#s-2500978b-90bc-4662-8f5a-b57dec9c2c93 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5961224-4d05-4970-a65c-d89ec13eaa0c {
  text-align: center;
}




  #s-a5961224-4d05-4970-a65c-d89ec13eaa0c img.shogun-image {
    
    width: px;
  }


#s-a5961224-4d05-4970-a65c-d89ec13eaa0c .shogun-image-content {
  
    align-items: center;
  
}

#s-b0ea5418-7370-4f06-b9a2-e9074cd9e0fb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b0ea5418-7370-4f06-b9a2-e9074cd9e0fb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b0ea5418-7370-4f06-b9a2-e9074cd9e0fb .shg-sld-nav-button.shg-sld-left,
#s-b0ea5418-7370-4f06-b9a2-e9074cd9e0fb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d9a8152d-2ab2-4965-9276-58f4b96fcd86 {
  text-align: center;
}




  #s-d9a8152d-2ab2-4965-9276-58f4b96fcd86 img.shogun-image {
    
    width: px;
  }


#s-d9a8152d-2ab2-4965-9276-58f4b96fcd86 .shogun-image-content {
  
    align-items: center;
  
}

#s-dead9393-635f-453e-bed6-ce69ff3c1303 {
  text-align: center;
}




  #s-dead9393-635f-453e-bed6-ce69ff3c1303 img.shogun-image {
    
    width: px;
  }


#s-dead9393-635f-453e-bed6-ce69ff3c1303 .shogun-image-content {
  
    align-items: center;
  
}

#s-c32203f3-ecc0-4753-890e-f6f5036d50dc {
  text-align: center;
}




  #s-c32203f3-ecc0-4753-890e-f6f5036d50dc img.shogun-image {
    
    width: px;
  }


#s-c32203f3-ecc0-4753-890e-f6f5036d50dc .shogun-image-content {
  
    align-items: center;
  
}

#s-1c4ef3b0-1308-4775-8746-d90e47db401f {
  text-align: center;
}




  #s-1c4ef3b0-1308-4775-8746-d90e47db401f img.shogun-image {
    
    width: px;
  }


#s-1c4ef3b0-1308-4775-8746-d90e47db401f .shogun-image-content {
  
    align-items: center;
  
}

#s-b63a8bdb-6b10-4d33-8df8-23778995393a {
  text-align: center;
}




  #s-b63a8bdb-6b10-4d33-8df8-23778995393a img.shogun-image {
    
    width: px;
  }


#s-b63a8bdb-6b10-4d33-8df8-23778995393a .shogun-image-content {
  
    align-items: center;
  
}

#s-77e75d8e-e551-4153-af80-fd512376dbf5 {
  text-align: center;
}




  #s-77e75d8e-e551-4153-af80-fd512376dbf5 img.shogun-image {
    
    width: px;
  }


#s-77e75d8e-e551-4153-af80-fd512376dbf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-911bf03c-1b41-4e85-8ca3-752ac5f90209 {
  text-align: center;
}




  #s-911bf03c-1b41-4e85-8ca3-752ac5f90209 img.shogun-image {
    
    width: px;
  }


#s-911bf03c-1b41-4e85-8ca3-752ac5f90209 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9146758-beee-46d1-8422-761509d1018d {
  text-align: center;
}




  #s-f9146758-beee-46d1-8422-761509d1018d img.shogun-image {
    
    width: px;
  }


#s-f9146758-beee-46d1-8422-761509d1018d .shogun-image-content {
  
    align-items: center;
  
}

#s-5d8197fd-63a6-48ce-8efb-fbef0f9f1369 {
  text-align: center;
}




  #s-5d8197fd-63a6-48ce-8efb-fbef0f9f1369 img.shogun-image {
    
    width: px;
  }


#s-5d8197fd-63a6-48ce-8efb-fbef0f9f1369 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdc5122f-b30b-4ea3-a7be-bb569bca748b {
  text-align: center;
}




  #s-bdc5122f-b30b-4ea3-a7be-bb569bca748b img.shogun-image {
    
    width: px;
  }


#s-bdc5122f-b30b-4ea3-a7be-bb569bca748b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1cfebe2f-4ae8-4d7a-b723-786aee015766"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-7c654e20-be60-4f45-a1f6-1948ce7722b6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7c654e20-be60-4f45-a1f6-1948ce7722b6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7c654e20-be60-4f45-a1f6-1948ce7722b6 .shg-sld-nav-button.shg-sld-left,
#s-7c654e20-be60-4f45-a1f6-1948ce7722b6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-14de0491-53fb-4089-be41-b9aec78b7fc3 {
  text-align: center;
}




  #s-14de0491-53fb-4089-be41-b9aec78b7fc3 img.shogun-image {
    
    width: px;
  }


#s-14de0491-53fb-4089-be41-b9aec78b7fc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-893e5265-9d1c-41a2-b3bf-08a635252b03 {
  text-align: center;
}




  #s-893e5265-9d1c-41a2-b3bf-08a635252b03 img.shogun-image {
    
    width: px;
  }


#s-893e5265-9d1c-41a2-b3bf-08a635252b03 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d4ddce0-a931-42b6-a594-e189c14d473e {
  text-align: center;
}




  #s-7d4ddce0-a931-42b6-a594-e189c14d473e img.shogun-image {
    
    width: px;
  }


#s-7d4ddce0-a931-42b6-a594-e189c14d473e .shogun-image-content {
  
    align-items: center;
  
}

#s-ce9a88cd-0635-4749-8bac-a70c80de886c {
  text-align: center;
}




  #s-ce9a88cd-0635-4749-8bac-a70c80de886c img.shogun-image {
    
    width: px;
  }


#s-ce9a88cd-0635-4749-8bac-a70c80de886c .shogun-image-content {
  
    align-items: center;
  
}

#s-83f0e969-c3d3-4843-a21a-af101a1e1032 {
  text-align: center;
}




  #s-83f0e969-c3d3-4843-a21a-af101a1e1032 img.shogun-image {
    
    width: px;
  }


#s-83f0e969-c3d3-4843-a21a-af101a1e1032 .shogun-image-content {
  
    align-items: center;
  
}

#s-46041643-4f66-4b69-a4c1-d0707bab8b3d {
  text-align: center;
}




  #s-46041643-4f66-4b69-a4c1-d0707bab8b3d img.shogun-image {
    
    width: px;
  }


#s-46041643-4f66-4b69-a4c1-d0707bab8b3d .shogun-image-content {
  
    align-items: center;
  
}

#s-d99e9895-056a-4bb7-8ad2-b50d67e4192b {
  text-align: center;
}




  #s-d99e9895-056a-4bb7-8ad2-b50d67e4192b img.shogun-image {
    
    width: px;
  }


#s-d99e9895-056a-4bb7-8ad2-b50d67e4192b .shogun-image-content {
  
    align-items: center;
  
}

#s-d90fc758-41a3-450c-b7fe-da4d467fd361 {
  text-align: center;
}




  #s-d90fc758-41a3-450c-b7fe-da4d467fd361 img.shogun-image {
    
    width: px;
  }


#s-d90fc758-41a3-450c-b7fe-da4d467fd361 .shogun-image-content {
  
    align-items: center;
  
}

#s-075b2ce6-eb24-48bc-945d-935e673919d5 {
  text-align: center;
}




  #s-075b2ce6-eb24-48bc-945d-935e673919d5 img.shogun-image {
    
    width: px;
  }


#s-075b2ce6-eb24-48bc-945d-935e673919d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7a3cd2-1c70-4247-a4e1-114f4af7b496 {
  text-align: center;
}




  #s-eb7a3cd2-1c70-4247-a4e1-114f4af7b496 img.shogun-image {
    
    width: px;
  }


#s-eb7a3cd2-1c70-4247-a4e1-114f4af7b496 .shogun-image-content {
  
    align-items: center;
  
}

#s-29351d85-f901-4ddd-8503-4732b196fe14 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-29351d85-f901-4ddd-8503-4732b196fe14 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-29351d85-f901-4ddd-8503-4732b196fe14 .shg-sld-nav-button.shg-sld-left,
#s-29351d85-f901-4ddd-8503-4732b196fe14 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-87f5ea63-0092-426a-ab86-b0212ca47d1b {
  text-align: center;
}




  #s-87f5ea63-0092-426a-ab86-b0212ca47d1b img.shogun-image {
    
    width: px;
  }


#s-87f5ea63-0092-426a-ab86-b0212ca47d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-b25772f1-f1bb-45bc-9a18-418b920cd792 {
  text-align: center;
}




  #s-b25772f1-f1bb-45bc-9a18-418b920cd792 img.shogun-image {
    
    width: px;
  }


#s-b25772f1-f1bb-45bc-9a18-418b920cd792 .shogun-image-content {
  
    align-items: center;
  
}

#s-18c86bcf-3746-4a58-9bca-1ab0cd2c3200 {
  text-align: center;
}




  #s-18c86bcf-3746-4a58-9bca-1ab0cd2c3200 img.shogun-image {
    
    width: px;
  }


#s-18c86bcf-3746-4a58-9bca-1ab0cd2c3200 .shogun-image-content {
  
    align-items: center;
  
}

#s-f76d7ede-0dc9-4e2e-aae5-987bb2101d01 {
  text-align: center;
}




  #s-f76d7ede-0dc9-4e2e-aae5-987bb2101d01 img.shogun-image {
    
    width: px;
  }


#s-f76d7ede-0dc9-4e2e-aae5-987bb2101d01 .shogun-image-content {
  
    align-items: center;
  
}

#s-c90fe046-444a-4339-93f0-f2082cc8cafd {
  text-align: center;
}




  #s-c90fe046-444a-4339-93f0-f2082cc8cafd img.shogun-image {
    
    width: px;
  }


#s-c90fe046-444a-4339-93f0-f2082cc8cafd .shogun-image-content {
  
    align-items: center;
  
}

#s-677c7089-a855-4076-878e-e2fa471b6fcc {
  text-align: center;
}




  #s-677c7089-a855-4076-878e-e2fa471b6fcc img.shogun-image {
    
    width: px;
  }


#s-677c7089-a855-4076-878e-e2fa471b6fcc .shogun-image-content {
  
    align-items: center;
  
}

#s-41e70fac-4c22-4ba0-959c-d4c133e82ac3 {
  text-align: center;
}




  #s-41e70fac-4c22-4ba0-959c-d4c133e82ac3 img.shogun-image {
    
    width: px;
  }


#s-41e70fac-4c22-4ba0-959c-d4c133e82ac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9892c98-c467-4f41-9bb5-c06638f9720b {
  text-align: center;
}




  #s-f9892c98-c467-4f41-9bb5-c06638f9720b img.shogun-image {
    
    width: px;
  }


#s-f9892c98-c467-4f41-9bb5-c06638f9720b .shogun-image-content {
  
    align-items: center;
  
}

#s-e05ec494-85a3-4498-bcfa-2e2a997e47f2 {
  text-align: center;
}




  #s-e05ec494-85a3-4498-bcfa-2e2a997e47f2 img.shogun-image {
    
    width: px;
  }


#s-e05ec494-85a3-4498-bcfa-2e2a997e47f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-19774c70-a4ea-411f-99be-f4f19699baf0 {
  text-align: center;
}




  #s-19774c70-a4ea-411f-99be-f4f19699baf0 img.shogun-image {
    
    width: px;
  }


#s-19774c70-a4ea-411f-99be-f4f19699baf0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f3e96aaa-3acd-426c-ab84-4f03fc24711c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-142f7949-33aa-4d3b-a203-1ef4174767ef {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-142f7949-33aa-4d3b-a203-1ef4174767ef .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-142f7949-33aa-4d3b-a203-1ef4174767ef .shg-sld-nav-button.shg-sld-left,
#s-142f7949-33aa-4d3b-a203-1ef4174767ef .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3468aaca-80d9-45d9-9a70-2f6453d39aec {
  text-align: center;
}




  #s-3468aaca-80d9-45d9-9a70-2f6453d39aec img.shogun-image {
    
    width: px;
  }


#s-3468aaca-80d9-45d9-9a70-2f6453d39aec .shogun-image-content {
  
    align-items: center;
  
}

#s-2f97b990-4cd0-4f45-95e4-6eab34b3d410 {
  text-align: center;
}




  #s-2f97b990-4cd0-4f45-95e4-6eab34b3d410 img.shogun-image {
    
    width: px;
  }


#s-2f97b990-4cd0-4f45-95e4-6eab34b3d410 .shogun-image-content {
  
    align-items: center;
  
}

#s-8807e612-2416-42db-82cb-9df4a871852b {
  text-align: center;
}




  #s-8807e612-2416-42db-82cb-9df4a871852b img.shogun-image {
    
    width: px;
  }


#s-8807e612-2416-42db-82cb-9df4a871852b .shogun-image-content {
  
    align-items: center;
  
}

#s-b121f58d-79bd-4802-be9c-0fd0551f432b {
  text-align: center;
}




  #s-b121f58d-79bd-4802-be9c-0fd0551f432b img.shogun-image {
    
    width: px;
  }


#s-b121f58d-79bd-4802-be9c-0fd0551f432b .shogun-image-content {
  
    align-items: center;
  
}

#s-655b892e-f81b-427e-9329-5823c7fe2b3d {
  text-align: center;
}




  #s-655b892e-f81b-427e-9329-5823c7fe2b3d img.shogun-image {
    
    width: px;
  }


#s-655b892e-f81b-427e-9329-5823c7fe2b3d .shogun-image-content {
  
    align-items: center;
  
}

#s-69406f06-b4be-40fd-9c05-3370876c219d {
  text-align: center;
}




  #s-69406f06-b4be-40fd-9c05-3370876c219d img.shogun-image {
    
    width: px;
  }


#s-69406f06-b4be-40fd-9c05-3370876c219d .shogun-image-content {
  
    align-items: center;
  
}

#s-27a02b7a-051b-4352-9f3e-6e32cca6f2ca {
  text-align: center;
}




  #s-27a02b7a-051b-4352-9f3e-6e32cca6f2ca img.shogun-image {
    
    width: px;
  }


#s-27a02b7a-051b-4352-9f3e-6e32cca6f2ca .shogun-image-content {
  
    align-items: center;
  
}

#s-6df8a383-6fe5-40a8-b15b-d30a6f2569ff {
  text-align: center;
}




  #s-6df8a383-6fe5-40a8-b15b-d30a6f2569ff img.shogun-image {
    
    width: px;
  }


#s-6df8a383-6fe5-40a8-b15b-d30a6f2569ff .shogun-image-content {
  
    align-items: center;
  
}

#s-b67c57f7-4bce-4b0f-86d8-e8bf7eb0a39b {
  text-align: center;
}




  #s-b67c57f7-4bce-4b0f-86d8-e8bf7eb0a39b img.shogun-image {
    
    width: px;
  }


#s-b67c57f7-4bce-4b0f-86d8-e8bf7eb0a39b .shogun-image-content {
  
    align-items: center;
  
}

#s-dc22ebfc-2683-4aa4-903d-004005874098 {
  text-align: center;
}




  #s-dc22ebfc-2683-4aa4-903d-004005874098 img.shogun-image {
    
    width: px;
  }


#s-dc22ebfc-2683-4aa4-903d-004005874098 .shogun-image-content {
  
    align-items: center;
  
}

#s-f064c9c5-791b-4dab-8d85-ba4d5ae4e723 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f064c9c5-791b-4dab-8d85-ba4d5ae4e723 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f064c9c5-791b-4dab-8d85-ba4d5ae4e723 .shg-sld-nav-button.shg-sld-left,
#s-f064c9c5-791b-4dab-8d85-ba4d5ae4e723 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d5d61e32-13b1-4380-b60e-c4437e26873e {
  text-align: center;
}




  #s-d5d61e32-13b1-4380-b60e-c4437e26873e img.shogun-image {
    
    width: px;
  }


#s-d5d61e32-13b1-4380-b60e-c4437e26873e .shogun-image-content {
  
    align-items: center;
  
}

#s-60664156-10ad-4a7a-8b07-659a2cb0d8bc {
  text-align: center;
}




  #s-60664156-10ad-4a7a-8b07-659a2cb0d8bc img.shogun-image {
    
    width: px;
  }


#s-60664156-10ad-4a7a-8b07-659a2cb0d8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-4dfeae89-b0c8-45e8-9f27-cf2888e5ff22 {
  text-align: center;
}




  #s-4dfeae89-b0c8-45e8-9f27-cf2888e5ff22 img.shogun-image {
    
    width: px;
  }


#s-4dfeae89-b0c8-45e8-9f27-cf2888e5ff22 .shogun-image-content {
  
    align-items: center;
  
}

#s-b75c8701-ba21-4373-ac19-5fdaed01ec52 {
  text-align: center;
}




  #s-b75c8701-ba21-4373-ac19-5fdaed01ec52 img.shogun-image {
    
    width: px;
  }


#s-b75c8701-ba21-4373-ac19-5fdaed01ec52 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8528a25-21e0-4ab2-aa30-8d851166186f {
  text-align: center;
}




  #s-f8528a25-21e0-4ab2-aa30-8d851166186f img.shogun-image {
    
    width: px;
  }


#s-f8528a25-21e0-4ab2-aa30-8d851166186f .shogun-image-content {
  
    align-items: center;
  
}

#s-68a0e1cb-93e7-463e-9343-73871e2d9269 {
  text-align: center;
}




  #s-68a0e1cb-93e7-463e-9343-73871e2d9269 img.shogun-image {
    
    width: px;
  }


#s-68a0e1cb-93e7-463e-9343-73871e2d9269 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef01a497-ae7f-44d0-96bd-f8340c3b877f {
  text-align: center;
}




  #s-ef01a497-ae7f-44d0-96bd-f8340c3b877f img.shogun-image {
    
    width: px;
  }


#s-ef01a497-ae7f-44d0-96bd-f8340c3b877f .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc30254-fb16-40e0-abeb-4c6116d04e3e {
  text-align: center;
}




  #s-cbc30254-fb16-40e0-abeb-4c6116d04e3e img.shogun-image {
    
    width: px;
  }


#s-cbc30254-fb16-40e0-abeb-4c6116d04e3e .shogun-image-content {
  
    align-items: center;
  
}

#s-12b314a3-1ff0-4155-b01c-98337783ef50 {
  text-align: center;
}




  #s-12b314a3-1ff0-4155-b01c-98337783ef50 img.shogun-image {
    
    width: px;
  }


#s-12b314a3-1ff0-4155-b01c-98337783ef50 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f191441-c35d-4495-b250-b42130e65b09 {
  text-align: center;
}




  #s-8f191441-c35d-4495-b250-b42130e65b09 img.shogun-image {
    
    width: px;
  }


#s-8f191441-c35d-4495-b250-b42130e65b09 .shogun-image-content {
  
    align-items: center;
  
}

#s-e243df45-22a8-447e-96bc-e3e116d4fb84 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3ce24210-9522-490e-9874-04512aead7d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ce24210-9522-490e-9874-04512aead7d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bd9d2688-3685-4556-a048-de063031bbd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-4a6dfb73-a1f4-412b-b2f8-799d067258e3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4a6dfb73-a1f4-412b-b2f8-799d067258e3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4a6dfb73-a1f4-412b-b2f8-799d067258e3 .shg-sld-nav-button.shg-sld-left,
#s-4a6dfb73-a1f4-412b-b2f8-799d067258e3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-648ef524-0c8f-4886-a5ae-a76f905bc741 {
  text-align: center;
}




  #s-648ef524-0c8f-4886-a5ae-a76f905bc741 img.shogun-image {
    
    width: px;
  }


#s-648ef524-0c8f-4886-a5ae-a76f905bc741 .shogun-image-content {
  
    align-items: center;
  
}

#s-29556b24-a0ed-4aac-a80f-47f6d12d48bc {
  text-align: center;
}




  #s-29556b24-a0ed-4aac-a80f-47f6d12d48bc img.shogun-image {
    
    width: px;
  }


#s-29556b24-a0ed-4aac-a80f-47f6d12d48bc .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b4fe62-6a16-45e9-a5b6-e7445af12ad7 {
  text-align: center;
}




  #s-a7b4fe62-6a16-45e9-a5b6-e7445af12ad7 img.shogun-image {
    
    width: px;
  }


#s-a7b4fe62-6a16-45e9-a5b6-e7445af12ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae837d8-9b97-45e3-bd0e-dcea6a90461b {
  text-align: center;
}




  #s-6ae837d8-9b97-45e3-bd0e-dcea6a90461b img.shogun-image {
    
    width: px;
  }


#s-6ae837d8-9b97-45e3-bd0e-dcea6a90461b .shogun-image-content {
  
    align-items: center;
  
}

#s-30d32ad1-639f-40ee-be02-8b1581a95e5c {
  text-align: center;
}




  #s-30d32ad1-639f-40ee-be02-8b1581a95e5c img.shogun-image {
    
    width: px;
  }


#s-30d32ad1-639f-40ee-be02-8b1581a95e5c .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ac4e54-27af-4817-9f3f-1f7fe0ea9a44 {
  text-align: center;
}




  #s-c8ac4e54-27af-4817-9f3f-1f7fe0ea9a44 img.shogun-image {
    
    width: px;
  }


#s-c8ac4e54-27af-4817-9f3f-1f7fe0ea9a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a9e067e-8069-4ed2-8da9-eb0f2d184e66 {
  text-align: center;
}




  #s-7a9e067e-8069-4ed2-8da9-eb0f2d184e66 img.shogun-image {
    
    width: px;
  }


#s-7a9e067e-8069-4ed2-8da9-eb0f2d184e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-1955512f-506f-4a13-826e-2c4abff87daf {
  text-align: center;
}




  #s-1955512f-506f-4a13-826e-2c4abff87daf img.shogun-image {
    
    width: px;
  }


#s-1955512f-506f-4a13-826e-2c4abff87daf .shogun-image-content {
  
    align-items: center;
  
}

#s-bc59059f-ab66-4e80-b97b-74819e3b5203 {
  text-align: center;
}




  #s-bc59059f-ab66-4e80-b97b-74819e3b5203 img.shogun-image {
    
    width: px;
  }


#s-bc59059f-ab66-4e80-b97b-74819e3b5203 .shogun-image-content {
  
    align-items: center;
  
}

#s-2789b80b-f497-4be1-aaaf-ef8013086e64 {
  text-align: center;
}




  #s-2789b80b-f497-4be1-aaaf-ef8013086e64 img.shogun-image {
    
    width: px;
  }


#s-2789b80b-f497-4be1-aaaf-ef8013086e64 .shogun-image-content {
  
    align-items: center;
  
}

#s-856a2f87-f5fe-4334-8318-c93abdd391cb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-856a2f87-f5fe-4334-8318-c93abdd391cb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-856a2f87-f5fe-4334-8318-c93abdd391cb .shg-sld-nav-button.shg-sld-left,
#s-856a2f87-f5fe-4334-8318-c93abdd391cb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-60b812d1-883a-4840-ae1d-ec13fd305cac {
  text-align: center;
}




  #s-60b812d1-883a-4840-ae1d-ec13fd305cac img.shogun-image {
    
    width: px;
  }


#s-60b812d1-883a-4840-ae1d-ec13fd305cac .shogun-image-content {
  
    align-items: center;
  
}

#s-96b65aee-d610-4e73-8c35-0113ec7c593b {
  text-align: center;
}




  #s-96b65aee-d610-4e73-8c35-0113ec7c593b img.shogun-image {
    
    width: px;
  }


#s-96b65aee-d610-4e73-8c35-0113ec7c593b .shogun-image-content {
  
    align-items: center;
  
}

#s-c9fe1d22-6a45-45b1-b25d-63d964fefb4a {
  text-align: center;
}




  #s-c9fe1d22-6a45-45b1-b25d-63d964fefb4a img.shogun-image {
    
    width: px;
  }


#s-c9fe1d22-6a45-45b1-b25d-63d964fefb4a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b0c508a-a289-4f00-a8f3-d7fa14f58c02 {
  text-align: center;
}




  #s-9b0c508a-a289-4f00-a8f3-d7fa14f58c02 img.shogun-image {
    
    width: px;
  }


#s-9b0c508a-a289-4f00-a8f3-d7fa14f58c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-35bfebce-8e15-4062-b4e0-c15ed6036da0 {
  text-align: center;
}




  #s-35bfebce-8e15-4062-b4e0-c15ed6036da0 img.shogun-image {
    
    width: px;
  }


#s-35bfebce-8e15-4062-b4e0-c15ed6036da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b464eace-fcd7-4a3f-90e3-8e7149560528 {
  text-align: center;
}




  #s-b464eace-fcd7-4a3f-90e3-8e7149560528 img.shogun-image {
    
    width: px;
  }


#s-b464eace-fcd7-4a3f-90e3-8e7149560528 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd558d5c-3d15-47c8-90ec-d87c2647bdaf {
  text-align: center;
}




  #s-dd558d5c-3d15-47c8-90ec-d87c2647bdaf img.shogun-image {
    
    width: px;
  }


#s-dd558d5c-3d15-47c8-90ec-d87c2647bdaf .shogun-image-content {
  
    align-items: center;
  
}

#s-09c4e52a-eedc-4a29-9453-e0216ff603f3 {
  text-align: center;
}




  #s-09c4e52a-eedc-4a29-9453-e0216ff603f3 img.shogun-image {
    
    width: px;
  }


#s-09c4e52a-eedc-4a29-9453-e0216ff603f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ba67a5d-d30f-46cf-b167-6a54b7527bbd {
  text-align: center;
}




  #s-4ba67a5d-d30f-46cf-b167-6a54b7527bbd img.shogun-image {
    
    width: px;
  }


#s-4ba67a5d-d30f-46cf-b167-6a54b7527bbd .shogun-image-content {
  
    align-items: center;
  
}

#s-852e7857-fc6d-41be-98c5-4429a5205b3c {
  text-align: center;
}




  #s-852e7857-fc6d-41be-98c5-4429a5205b3c img.shogun-image {
    
    width: px;
  }


#s-852e7857-fc6d-41be-98c5-4429a5205b3c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-26d528a6-9a18-4811-a631-105f51321c16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-519b73b7-aab5-4555-a565-2c8ce8a7ab3a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-519b73b7-aab5-4555-a565-2c8ce8a7ab3a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-519b73b7-aab5-4555-a565-2c8ce8a7ab3a .shg-sld-nav-button.shg-sld-left,
#s-519b73b7-aab5-4555-a565-2c8ce8a7ab3a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e1b09f6f-6c72-4cc8-a640-dd6c08e63ef4 {
  text-align: center;
}




  #s-e1b09f6f-6c72-4cc8-a640-dd6c08e63ef4 img.shogun-image {
    
    width: px;
  }


#s-e1b09f6f-6c72-4cc8-a640-dd6c08e63ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc0d6a48-8077-40fd-b90c-bb66143044f0 {
  text-align: center;
}




  #s-dc0d6a48-8077-40fd-b90c-bb66143044f0 img.shogun-image {
    
    width: px;
  }


#s-dc0d6a48-8077-40fd-b90c-bb66143044f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc18e850-0c6f-4e09-a822-a2309aeb0000 {
  text-align: center;
}




  #s-cc18e850-0c6f-4e09-a822-a2309aeb0000 img.shogun-image {
    
    width: px;
  }


#s-cc18e850-0c6f-4e09-a822-a2309aeb0000 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcc86add-0bb0-46b5-861b-624f721e7d81 {
  text-align: center;
}




  #s-dcc86add-0bb0-46b5-861b-624f721e7d81 img.shogun-image {
    
    width: px;
  }


#s-dcc86add-0bb0-46b5-861b-624f721e7d81 .shogun-image-content {
  
    align-items: center;
  
}

#s-94d11514-dd20-4ded-aa23-301f3cf07ea8 {
  text-align: center;
}




  #s-94d11514-dd20-4ded-aa23-301f3cf07ea8 img.shogun-image {
    
    width: px;
  }


#s-94d11514-dd20-4ded-aa23-301f3cf07ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9526a382-f3f6-4ef5-86b6-884673116eac {
  text-align: center;
}




  #s-9526a382-f3f6-4ef5-86b6-884673116eac img.shogun-image {
    
    width: px;
  }


#s-9526a382-f3f6-4ef5-86b6-884673116eac .shogun-image-content {
  
    align-items: center;
  
}

#s-6c5a9aa6-cccd-4a80-9f44-68d5011ded00 {
  text-align: center;
}




  #s-6c5a9aa6-cccd-4a80-9f44-68d5011ded00 img.shogun-image {
    
    width: px;
  }


#s-6c5a9aa6-cccd-4a80-9f44-68d5011ded00 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7c70cbf-ee5e-482c-9081-d7c14cebcd1c {
  text-align: center;
}




  #s-f7c70cbf-ee5e-482c-9081-d7c14cebcd1c img.shogun-image {
    
    width: px;
  }


#s-f7c70cbf-ee5e-482c-9081-d7c14cebcd1c .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b6b8c0-4e66-40c2-8cf0-01ba6b3c95b0 {
  text-align: center;
}




  #s-e4b6b8c0-4e66-40c2-8cf0-01ba6b3c95b0 img.shogun-image {
    
    width: px;
  }


#s-e4b6b8c0-4e66-40c2-8cf0-01ba6b3c95b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-42507285-7efc-43a1-aeb1-f8d2eb182937 {
  text-align: center;
}




  #s-42507285-7efc-43a1-aeb1-f8d2eb182937 img.shogun-image {
    
    width: px;
  }


#s-42507285-7efc-43a1-aeb1-f8d2eb182937 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}