.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-0bf8dd02-c6a6-460e-b222-2f4290f8948c {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 9%;
padding-bottom: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-0bf8dd02-c6a6-460e-b222-2f4290f8948c {
  display: none;
}
#s-0bf8dd02-c6a6-460e-b222-2f4290f8948c, #wrap-s-0bf8dd02-c6a6-460e-b222-2f4290f8948c { display:none !important; }}







#s-0bf8dd02-c6a6-460e-b222-2f4290f8948c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf8dd02-c6a6-460e-b222-2f4290f8948c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-b22db683-3bb9-45ed-85d0-850eb239728a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b22db683-3bb9-45ed-85d0-850eb239728a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4d9d5cf1-d8ab-4526-99b2-90d989890257 {
  margin-top: 28%;
margin-left: 9%;
margin-bottom: 1%;
margin-right: auto;
}

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

.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;
  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-e4f64975-6df7-482d-bc2a-fa3370a85af4 {
  margin-top: 2%;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e4f64975-6df7-482d-bc2a-fa3370a85af4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e4f64975-6df7-482d-bc2a-fa3370a85af4 .shg-sld-nav-button.shg-sld-left,
#s-e4f64975-6df7-482d-bc2a-fa3370a85af4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 {
  
}
}@media (max-width: 767px){#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 {
  display: none;
}
#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0, #wrap-s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 { display:none !important; }}







#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8b07a22-4efd-4592-af84-d2abc26dbcc0.shg-box.shg-c {
  justify-content: center;
}

#s-3a9736a0-1133-40af-ada4-df23c10c8327 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-3a9736a0-1133-40af-ada4-df23c10c8327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9736a0-1133-40af-ada4-df23c10c8327.shg-box.shg-c {
  justify-content: center;
}

#s-127526e9-98fb-4b08-b255-ed36aed75c6a {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-127526e9-98fb-4b08-b255-ed36aed75c6a {
  display: none;
}
#s-127526e9-98fb-4b08-b255-ed36aed75c6a, #wrap-s-127526e9-98fb-4b08-b255-ed36aed75c6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-127526e9-98fb-4b08-b255-ed36aed75c6a {
  display: none;
}
#s-127526e9-98fb-4b08-b255-ed36aed75c6a, #wrap-s-127526e9-98fb-4b08-b255-ed36aed75c6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-127526e9-98fb-4b08-b255-ed36aed75c6a {
  display: none;
}
#s-127526e9-98fb-4b08-b255-ed36aed75c6a, #wrap-s-127526e9-98fb-4b08-b255-ed36aed75c6a { display:none !important; }}
#s-a45fde6f-c44f-4ab4-befd-6583fd95957f {
  margin-top: -5%;
margin-left: auto;
margin-bottom: -1%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a45fde6f-c44f-4ab4-befd-6583fd95957f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 {
  
}
}@media (max-width: 767px){#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 {
  display: none;
}
#s-2b05368b-8e04-43ef-9ba6-183c29c04ab1, #wrap-s-2b05368b-8e04-43ef-9ba6-183c29c04ab1 { display:none !important; }}
#s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9d4a1b34-e99e-4ee3-8102-6dfb15a3eba9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-d6ffcdd2-6db1-45fb-8dde-22d6c0614df5 {
  min-height: 50px;
}








#s-d6ffcdd2-6db1-45fb-8dde-22d6c0614df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ffcdd2-6db1-45fb-8dde-22d6c0614df5.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-e4cbc812-87d7-4e03-a859-4813007874fc {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-e4cbc812-87d7-4e03-a859-4813007874fc img.shogun-image {
    
    width: px;
  }


#s-e4cbc812-87d7-4e03-a859-4813007874fc .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-6f99f1fe-e484-4e8c-8008-369197b0c94c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f99f1fe-e484-4e8c-8008-369197b0c94c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-af83fe67-ddf6-453f-87d7-6d90d0f52bd0 {
  min-height: 50px;
}








#s-af83fe67-ddf6-453f-87d7-6d90d0f52bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af83fe67-ddf6-453f-87d7-6d90d0f52bd0.shg-box.shg-c {
  justify-content: center;
}

#s-85fe6b50-7ac3-4450-9803-5a0af5f1d8df {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-85fe6b50-7ac3-4450-9803-5a0af5f1d8df img.shogun-image {
    
    width: px;
  }


#s-85fe6b50-7ac3-4450-9803-5a0af5f1d8df .shogun-image-content {
  
    align-items: center;
  
}

#s-6f34a687-179a-45ff-8e42-11d83fe0977c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f34a687-179a-45ff-8e42-11d83fe0977c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-3fc43784-6c0c-4923-b657-5ae1e0380066 {
  min-height: 50px;
}








#s-3fc43784-6c0c-4923-b657-5ae1e0380066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc43784-6c0c-4923-b657-5ae1e0380066.shg-box.shg-c {
  justify-content: center;
}

#s-b6e9154a-908e-4cfd-a69f-dddc4bf0bf20 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-b6e9154a-908e-4cfd-a69f-dddc4bf0bf20 img.shogun-image {
    
    width: px;
  }


#s-b6e9154a-908e-4cfd-a69f-dddc4bf0bf20 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a5abaaa-4233-4a9f-9f31-1be7792e56fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a5abaaa-4233-4a9f-9f31-1be7792e56fe .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-53516851-85e3-45ca-a1e0-c3b16cf69393 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 50px;
background-position: center center;
}








#s-53516851-85e3-45ca-a1e0-c3b16cf69393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53516851-85e3-45ca-a1e0-c3b16cf69393.shg-box.shg-c {
  justify-content: center;
}

#s-06de9a4d-2921-4c03-9b02-24cb9e6c7def {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-06de9a4d-2921-4c03-9b02-24cb9e6c7def img.shogun-image {
    
    width: px;
  }


#s-06de9a4d-2921-4c03-9b02-24cb9e6c7def .shogun-image-content {
  
    align-items: center;
  
}

#s-2b53dac1-3bb3-47f9-b262-7f852dc92049 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}








#s-2b53dac1-3bb3-47f9-b262-7f852dc92049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b53dac1-3bb3-47f9-b262-7f852dc92049.shg-box.shg-c {
  justify-content: center;
}

#s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4afd646b-fb70-418f-ba4b-b7a6e82b9da4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-671ea92e-d5c6-49c1-9ddc-a0406511ac3f {
  margin-top: 53%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-9c092e7e-ac4e-4c17-8b1c-cd93192ec177 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-0a1c59dd-b30c-4ba5-8b59-fcac3c1ebf06 {
  text-align: center;
}




  #s-0a1c59dd-b30c-4ba5-8b59-fcac3c1ebf06 img.shogun-image {
    
    width: px;
  }


#s-0a1c59dd-b30c-4ba5-8b59-fcac3c1ebf06 .shogun-image-content {
  
    align-items: center;
  
}

#s-957a41df-0371-4e0d-8022-21c0729fbbe8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}
@media (min-width: 1200px){#s-957a41df-0371-4e0d-8022-21c0729fbbe8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-957a41df-0371-4e0d-8022-21c0729fbbe8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-957a41df-0371-4e0d-8022-21c0729fbbe8 {
  
}
}
#s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145 {
  margin-top: -1%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cf30fc6-3808-43fd-b3c9-9cd29e3f8145"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63282d4f-b4b1-4dd6-b5fe-5b5a1f2cb296 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: right;
}




  #s-63282d4f-b4b1-4dd6-b5fe-5b5a1f2cb296 img.shogun-image {
    
    width: px;
  }


#s-63282d4f-b4b1-4dd6-b5fe-5b5a1f2cb296 .shogun-image-content {
  
    align-items: center;
  
}

#s-302db2c4-157b-43fb-af43-450c62ccc14c {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-267554a1-fcdc-4686-a719-896b0918f09c {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-267554a1-fcdc-4686-a719-896b0918f09c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-458c44dd-656e-4ded-b94f-d141f7e14580 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-d4d7723f-5ca5-480b-80d5-0ba8a49222c7 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-d4d7723f-5ca5-480b-80d5-0ba8a49222c7 img.shogun-image {
    
    width: px;
  }


#s-d4d7723f-5ca5-480b-80d5-0ba8a49222c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-451ff793-b1eb-4147-bd49-91657e3b28d6 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-451ff793-b1eb-4147-bd49-91657e3b28d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2d12de9b-8b35-421d-8fb7-604c335c02f1 {
  margin-top: -5%;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
text-align: right;
}




  #s-2d12de9b-8b35-421d-8fb7-604c335c02f1 img.shogun-image {
    
    width: px;
  }


#s-2d12de9b-8b35-421d-8fb7-604c335c02f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7586387f-2bae-45f3-81c2-830c6cff9001 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-7194bc84-2e27-4725-a41b-8a29f8ae2258 {
  margin-top: -2%;
margin-left: auto;
margin-bottom: -2%;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7194bc84-2e27-4725-a41b-8a29f8ae2258"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dac99202-79a0-4b79-8bc9-03a72809b8fd {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-2e123b09-cc2c-4de4-8435-25583255d80d {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-2e123b09-cc2c-4de4-8435-25583255d80d img.shogun-image {
    
    width: px;
  }


#s-2e123b09-cc2c-4de4-8435-25583255d80d .shogun-image-content {
  
    align-items: center;
  
}

#s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e2a5917-75bc-4f55-94ea-89ff08ebf3f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3759be29-3921-481c-948b-0421877e9fff {
  margin-top: -5px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-3759be29-3921-481c-948b-0421877e9fff img.shogun-image {
    
    width: px;
  }


#s-3759be29-3921-481c-948b-0421877e9fff .shogun-image-content {
  
    align-items: center;
  
}

#s-c96bf5df-adc3-4f64-ac6b-fdc9b556a4f1 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-8fee0993-5bb7-4ce9-9835-1ec45fd85094 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: -2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-8fee0993-5bb7-4ce9-9835-1ec45fd85094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fee0993-5bb7-4ce9-9835-1ec45fd85094.shg-box.shg-c {
  justify-content: center;
}

#s-354ac1e4-ec95-4924-8276-88555873899d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-354ac1e4-ec95-4924-8276-88555873899d {
  display: none;
}
#s-354ac1e4-ec95-4924-8276-88555873899d, #wrap-s-354ac1e4-ec95-4924-8276-88555873899d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-354ac1e4-ec95-4924-8276-88555873899d {
  display: none;
}
#s-354ac1e4-ec95-4924-8276-88555873899d, #wrap-s-354ac1e4-ec95-4924-8276-88555873899d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-354ac1e4-ec95-4924-8276-88555873899d {
  display: none;
}
#s-354ac1e4-ec95-4924-8276-88555873899d, #wrap-s-354ac1e4-ec95-4924-8276-88555873899d { display:none !important; }}
#s-101db32b-ba90-490f-8bbe-2079e839efd7 {
  min-height: 50px;
}








#s-101db32b-ba90-490f-8bbe-2079e839efd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101db32b-ba90-490f-8bbe-2079e839efd7.shg-box.shg-c {
  justify-content: center;
}

#s-1feb2159-cd16-4d97-a740-378395b76f83 {
  background-repeat: repeat;
background-size: cover;
padding-top: 0%;
padding-bottom: 4%;
min-height: 50px;
background-position: center center;
}








#s-1feb2159-cd16-4d97-a740-378395b76f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1feb2159-cd16-4d97-a740-378395b76f83.shg-box.shg-c {
  justify-content: center;
}

#s-03a063a8-d0e4-46a2-b7d4-d5682f486b95 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ab939cb6-b5a7-4795-a93c-48331cd72cd9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab939cb6-b5a7-4795-a93c-48331cd72cd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c2d6bea5-7170-408d-9bdd-9197afaf8de2 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
max-width: 100%;
text-align: right;
}




  #s-c2d6bea5-7170-408d-9bdd-9197afaf8de2 img.shogun-image {
    
    width: px;
  }


#s-c2d6bea5-7170-408d-9bdd-9197afaf8de2 .shogun-image-content {
  
    align-items: center;
  
}

#s-266170fc-e3a6-432e-8edc-2fe3f59286be {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-e3a2b1be-7381-426d-b909-6a0efff97c39 {
  margin-left: 0%;
margin-right: 0%;
}

#s-a3c99486-d4fb-4ee8-8479-0642c9b015ca {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3c99486-d4fb-4ee8-8479-0642c9b015ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f2735345-f59e-4b3c-afa3-793756cbe6ed {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-679e7e74-e7cf-47c0-8f53-9ec84c0ae96b {
  margin-left: 0%;
margin-right: 0%;
}

#s-4b0bfb8a-28c0-4233-99be-aec08f8008b2 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-4b0bfb8a-28c0-4233-99be-aec08f8008b2 img.shogun-image {
    
    width: px;
  }


#s-4b0bfb8a-28c0-4233-99be-aec08f8008b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-180a06d2-8bb0-49ba-a000-71a16854cba0 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-180a06d2-8bb0-49ba-a000-71a16854cba0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d0a0e8be-9376-48b5-8554-07e9f546af91 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-d0a0e8be-9376-48b5-8554-07e9f546af91 img.shogun-image {
    
    width: px;
  }


#s-d0a0e8be-9376-48b5-8554-07e9f546af91 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf820cd6-1151-4f8b-a9cb-3f1abbbfc214 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-fad6fe39-0796-493f-a167-3cc029acdfbd {
  margin-left: 0%;
margin-right: 0%;
}

#s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f8d6764-2db1-4ddb-8e03-c8a31ff4c2f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-669c5f37-00da-4f66-8e6a-9763c95b8d5a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-7eb4df2c-1ad9-4944-a9ac-805154ff1d42 {
  margin-left: 0%;
margin-right: 0%;
}

#s-92b3660e-e287-4fa3-b94f-35442edea3f0 {
  margin-top: -15%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-92b3660e-e287-4fa3-b94f-35442edea3f0 img.shogun-image {
    
    width: px;
  }


#s-92b3660e-e287-4fa3-b94f-35442edea3f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1208b99c-0aca-4b57-9ed7-fbb112e86d1c {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-1208b99c-0aca-4b57-9ed7-fbb112e86d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1208b99c-0aca-4b57-9ed7-fbb112e86d1c.shg-box.shg-c {
  justify-content: center;
}

#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 {
  display: none;
}
#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558, #wrap-s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 {
  display: none;
}
#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558, #wrap-s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 {
  display: none;
}
#s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558, #wrap-s-c06384c2-ac93-46bb-ac9a-76d3d8f1d558 { display:none !important; }}
#s-157cf1a4-1974-4b3f-9d58-49fe723c0819 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-157cf1a4-1974-4b3f-9d58-49fe723c0819 {
  display: none;
}
#s-157cf1a4-1974-4b3f-9d58-49fe723c0819, #wrap-s-157cf1a4-1974-4b3f-9d58-49fe723c0819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-157cf1a4-1974-4b3f-9d58-49fe723c0819 {
  display: none;
}
#s-157cf1a4-1974-4b3f-9d58-49fe723c0819, #wrap-s-157cf1a4-1974-4b3f-9d58-49fe723c0819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-157cf1a4-1974-4b3f-9d58-49fe723c0819 {
  display: none;
}
#s-157cf1a4-1974-4b3f-9d58-49fe723c0819, #wrap-s-157cf1a4-1974-4b3f-9d58-49fe723c0819 { display:none !important; }}







#s-157cf1a4-1974-4b3f-9d58-49fe723c0819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-157cf1a4-1974-4b3f-9d58-49fe723c0819.shg-box.shg-c {
  justify-content: center;
}

#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d {
  
}
}@media (max-width: 767px){#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d {
  display: none;
}
#s-8ee1a83b-08cf-4058-aafd-a766a2677c2d, #wrap-s-8ee1a83b-08cf-4058-aafd-a766a2677c2d { display:none !important; }}
#s-3d94844f-d165-4c4e-a9e2-dd37a9b92511 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-3d94844f-d165-4c4e-a9e2-dd37a9b92511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d94844f-d165-4c4e-a9e2-dd37a9b92511.shg-box.shg-c {
  justify-content: center;
}

#s-b7c68378-631b-4a22-a6e3-590feb8160a3 {
  margin-top: 25%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-33c1f1f6-d150-450d-b5fa-08d2ae9c2587 {
  margin-top: 2%;
margin-bottom: 20%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-33c1f1f6-d150-450d-b5fa-08d2ae9c2587 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-33c1f1f6-d150-450d-b5fa-08d2ae9c2587 .shg-sld-nav-button.shg-sld-left,
#s-33c1f1f6-d150-450d-b5fa-08d2ae9c2587 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5a4e320b-5449-4127-a156-ac90ec4ebd99 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-5a4e320b-5449-4127-a156-ac90ec4ebd99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a4e320b-5449-4127-a156-ac90ec4ebd99.shg-box.shg-c {
  justify-content: center;
}

#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 {
  display: none;
}
#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1, #wrap-s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 {
  display: none;
}
#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1, #wrap-s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 {
  display: none;
}
#s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1, #wrap-s-c1e66feb-079a-44e7-9f82-3e0dbb0180d1 { display:none !important; }}
#s-bf3697da-e35b-45da-b4c3-d7445df81337 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-bf3697da-e35b-45da-b4c3-d7445df81337"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-6323f8a6-cb11-409c-88e4-f23a195d158b {
  min-height: 50px;
}








#s-6323f8a6-cb11-409c-88e4-f23a195d158b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6323f8a6-cb11-409c-88e4-f23a195d158b.shg-box.shg-c {
  justify-content: center;
}

#s-fef39d18-7246-4310-b2bf-30c380c68b23 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-fef39d18-7246-4310-b2bf-30c380c68b23 img.shogun-image {
    
    width: px;
  }


#s-fef39d18-7246-4310-b2bf-30c380c68b23 .shogun-image-content {
  
    align-items: center;
  
}

#s-f987fe5d-55b7-4656-83ee-ef90d71d5b75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f987fe5d-55b7-4656-83ee-ef90d71d5b75 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-fd277549-89e8-49e3-8732-87665c97efbb {
  min-height: 50px;
}








#s-fd277549-89e8-49e3-8732-87665c97efbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd277549-89e8-49e3-8732-87665c97efbb.shg-box.shg-c {
  justify-content: center;
}

#s-294a73f0-8ace-406a-a17d-2a64cc2db570 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-294a73f0-8ace-406a-a17d-2a64cc2db570 img.shogun-image {
    
    width: px;
  }


#s-294a73f0-8ace-406a-a17d-2a64cc2db570 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5fbf3cc-7549-4b43-8a54-2b280fb82013 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5fbf3cc-7549-4b43-8a54-2b280fb82013 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-b3d775e6-8cfe-4a0b-96ee-c33d559a4e2d {
  min-height: 50px;
}








#s-b3d775e6-8cfe-4a0b-96ee-c33d559a4e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d775e6-8cfe-4a0b-96ee-c33d559a4e2d.shg-box.shg-c {
  justify-content: center;
}

#s-1636d617-8242-4cf8-8098-ebdd134dde80 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-1636d617-8242-4cf8-8098-ebdd134dde80 img.shogun-image {
    
    width: px;
  }


#s-1636d617-8242-4cf8-8098-ebdd134dde80 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e90ceff-5750-4777-959f-12e904ae4d01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e90ceff-5750-4777-959f-12e904ae4d01 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-ea5df04d-8bf6-4034-8d8d-2386500d51fb {
  text-align: center;
}




  #s-ea5df04d-8bf6-4034-8d8d-2386500d51fb img.shogun-image {
    
    width: px;
  }


#s-ea5df04d-8bf6-4034-8d8d-2386500d51fb .shogun-image-content {
  
    align-items: center;
  
}

#s-ce309f1d-4889-4225-8bf9-0606db2eb368 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-ce309f1d-4889-4225-8bf9-0606db2eb368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce309f1d-4889-4225-8bf9-0606db2eb368.shg-box.shg-c {
  justify-content: center;
}

#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 {
  display: none;
}
#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5, #wrap-s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 {
  display: none;
}
#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5, #wrap-s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 {
  display: none;
}
#s-80dd41f1-3fd7-40e9-8712-ad73e62941e5, #wrap-s-80dd41f1-3fd7-40e9-8712-ad73e62941e5 { display:none !important; }}
#s-a7d9982c-6803-448a-99a8-1af72460aaf8 {
  margin-top: 7%;
margin-left: 51%;
margin-bottom: 19px;
margin-right: 3%;
}

#s-8328a16c-8961-49bf-a0dd-18769487ed3a {
  margin-top: 55%;
margin-left: 9%;
margin-bottom: 19%;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8328a16c-8961-49bf-a0dd-18769487ed3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c2074664-96e5-4462-b28d-2b581513d7f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(135, 0, 0, 1);
}

#s-c2074664-96e5-4462-b28d-2b581513d7f4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7eacaec-e33f-4052-bc63-36f428103a06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(135, 0, 0, 1);
}

#s-f7eacaec-e33f-4052-bc63-36f428103a06 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df2099ed-befd-4c56-b7a3-6b63efa8bb72 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-df2099ed-befd-4c56-b7a3-6b63efa8bb72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2099ed-befd-4c56-b7a3-6b63efa8bb72.shg-box.shg-c {
  justify-content: center;
}

#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 {
  display: none;
}
#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49, #wrap-s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 {
  display: none;
}
#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49, #wrap-s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 {
  display: none;
}
#s-ffbe278f-37d2-48de-ac0f-ce651e89ab49, #wrap-s-ffbe278f-37d2-48de-ac0f-ce651e89ab49 { display:none !important; }}
#s-de49d7f7-f1b3-48df-8f3f-f31727e03b6a {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-de49d7f7-f1b3-48df-8f3f-f31727e03b6a img.shogun-image {
    
    width: px;
  }


#s-de49d7f7-f1b3-48df-8f3f-f31727e03b6a .shogun-image-content {
  
    align-items: center;
  
}

#s-cd922c33-1c35-4111-b526-8f0660db6e0e {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-cd54ea62-17dc-4fa9-935c-05f4ad57d1c2 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-cd54ea62-17dc-4fa9-935c-05f4ad57d1c2 img.shogun-image {
    
    width: px;
  }


#s-cd54ea62-17dc-4fa9-935c-05f4ad57d1c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-75dc746d-90b8-417f-9df0-b2cff5f843ac {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-cd76b4df-81d6-4a7d-bb3d-5334fef68e2f {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-cd76b4df-81d6-4a7d-bb3d-5334fef68e2f img.shogun-image {
    
    width: px;
  }


#s-cd76b4df-81d6-4a7d-bb3d-5334fef68e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-f278874e-88d6-43ce-aa21-425865102dc6 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-a5512133-cfdb-42b8-83ba-399332df4253 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-a5512133-cfdb-42b8-83ba-399332df4253 img.shogun-image {
    
    width: px;
  }


#s-a5512133-cfdb-42b8-83ba-399332df4253 .shogun-image-content {
  
    align-items: center;
  
}

#s-271a1455-b4d5-4243-b390-d8a8d36d287d {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-e19be4ce-38ac-436b-9068-eb990e0679ea {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-e19be4ce-38ac-436b-9068-eb990e0679ea img.shogun-image {
    
    width: px;
  }


#s-e19be4ce-38ac-436b-9068-eb990e0679ea .shogun-image-content {
  
    align-items: center;
  
}

#s-50a1d575-6094-4332-b762-97c043edfb21 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-5cfe1df8-78c3-429b-8aed-65b9aca09638 {
  min-height: 50px;
}








#s-5cfe1df8-78c3-429b-8aed-65b9aca09638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cfe1df8-78c3-429b-8aed-65b9aca09638.shg-box.shg-c {
  justify-content: center;
}

#s-f9c043a0-0f0f-48dd-9003-9ed0571337f0 {
  text-align: center;
}




  #s-f9c043a0-0f0f-48dd-9003-9ed0571337f0 img.shogun-image {
    
    width: px;
  }


#s-f9c043a0-0f0f-48dd-9003-9ed0571337f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-65e922fd-c891-44a6-93f3-d91900c286c2 {
  background-repeat: repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-65e922fd-c891-44a6-93f3-d91900c286c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e922fd-c891-44a6-93f3-d91900c286c2.shg-box.shg-c {
  justify-content: center;
}

#s-ef0deb7c-1c56-41bf-b12a-7ce233580564 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-43cf122c-4888-4255-baf7-654bac642717 {
  margin-left: 32%;
margin-right: 32%;
text-align: center;
}




  #s-43cf122c-4888-4255-baf7-654bac642717 img.shogun-image {
    
    width: px;
  }


#s-43cf122c-4888-4255-baf7-654bac642717 .shogun-image-content {
  
    align-items: center;
  
}

#s-5567728f-1d46-4b57-884d-e5a7fe8ec49c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-1fe71d0b-8b0c-4bdd-97bd-107e55261be1 {
  margin-left: 7%;
margin-right: 7%;
}

#s-d63a4c53-4453-453c-98db-1edc897793ac {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-d63a4c53-4453-453c-98db-1edc897793ac img.shogun-image {
    
    width: px;
  }


#s-d63a4c53-4453-453c-98db-1edc897793ac .shogun-image-content {
  
    align-items: center;
  
}

#s-0ed89dc3-e63e-439b-92bc-476e86a60cfd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-d09d9354-edf4-45d4-9a8a-fe5bd556594d {
  margin-left: 7%;
margin-right: 7%;
}

#s-2127b147-e4cd-498a-b47c-85a04b322cd8 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-2127b147-e4cd-498a-b47c-85a04b322cd8 img.shogun-image {
    
    width: px;
  }


#s-2127b147-e4cd-498a-b47c-85a04b322cd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-79d6da03-9e3c-4c04-9c2d-87d6b4dd6dff {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-356a51e9-ab96-49ae-bc01-638da55af7b8 {
  margin-left: 7%;
margin-right: 7%;
}

#s-78fe7d83-89f3-4685-929c-ad4933ec07bb {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-78fe7d83-89f3-4685-929c-ad4933ec07bb img.shogun-image {
    
    width: px;
  }


#s-78fe7d83-89f3-4685-929c-ad4933ec07bb .shogun-image-content {
  
    align-items: center;
  
}

#s-79a56a3d-d30d-452c-90b4-93ebcd11b097 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-9cf7e5c8-dfa1-465d-b64d-a524069d46b2 {
  margin-left: 7%;
margin-right: 7%;
}

#s-11465ef6-7f78-467a-bcdb-f73596fd8fdd {
  text-align: center;
}




  #s-11465ef6-7f78-467a-bcdb-f73596fd8fdd img.shogun-image {
    
    width: px;
  }


#s-11465ef6-7f78-467a-bcdb-f73596fd8fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-39dd5f3f-fad5-422c-8e65-a67b6bc7fefd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-39dd5f3f-fad5-422c-8e65-a67b6bc7fefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39dd5f3f-fad5-422c-8e65-a67b6bc7fefd.shg-box.shg-c {
  justify-content: center;
}

#s-916dc0eb-3ab6-46f0-bf8f-980784c28745 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-916dc0eb-3ab6-46f0-bf8f-980784c28745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-916dc0eb-3ab6-46f0-bf8f-980784c28745.shg-box.shg-c {
  justify-content: center;
}

#s-f71e20af-5add-433f-9c29-c66a7b919196 {
  padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
}








#s-f71e20af-5add-433f-9c29-c66a7b919196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f71e20af-5add-433f-9c29-c66a7b919196.shg-box.shg-c {
  justify-content: center;
}

#s-72c01287-fe48-426a-8f6c-0d47acd3d1ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-72c01287-fe48-426a-8f6c-0d47acd3d1ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72c01287-fe48-426a-8f6c-0d47acd3d1ab.shg-box.shg-c {
  justify-content: center;
}

#s-c1489906-488f-4e03-a4b0-b8f19ef5feb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1489906-488f-4e03-a4b0-b8f19ef5feb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-adb805f7-344a-44a2-8dda-94f8700e055f {
  min-height: 50px;
}








#s-adb805f7-344a-44a2-8dda-94f8700e055f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adb805f7-344a-44a2-8dda-94f8700e055f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Bebas Neue;
  font-weight: ;
  font-style: ;
  font-size: 30px;
}

#s-6f233e39-4328-4c53-933e-c1fcecf50ddc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-3c9794a9-a91a-4885-85d3-213e55dd569f {
  opacity: 0;
}

#s-3c9794a9-a91a-4885-85d3-213e55dd569f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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;
}
