.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;
}

.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-91121c0c-8f75-4914-bded-bf5af4068466 img.shogun-image {
    
    width: px;
  }


#s-91121c0c-8f75-4914-bded-bf5af4068466 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-6c04c75c-bd7d-4279-b748-36189f3c4e71 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c04c75c-bd7d-4279-b748-36189f3c4e71 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c04c75c-bd7d-4279-b748-36189f3c4e71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-e6477dc6-2f43-49ce-88fb-e04861bb6cdf {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e6477dc6-2f43-49ce-88fb-e04861bb6cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6477dc6-2f43-49ce-88fb-e04861bb6cdf.shg-box.shg-c {
  justify-content: center;
}

#s-600a2462-0c76-4354-9004-d7b29ab08c45 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-600a2462-0c76-4354-9004-d7b29ab08c45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-600a2462-0c76-4354-9004-d7b29ab08c45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-600a2462-0c76-4354-9004-d7b29ab08c45 {
  
}
}
#s-56e81f7a-2f13-4213-9893-c5e1f3bf8528 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-56e81f7a-2f13-4213-9893-c5e1f3bf8528 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56e81f7a-2f13-4213-9893-c5e1f3bf8528 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56e81f7a-2f13-4213-9893-c5e1f3bf8528 {
  
}
}
#s-568da7e4-82f7-4053-9359-ac993a428b09 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-568da7e4-82f7-4053-9359-ac993a428b09 {
  display: none;
}
#s-568da7e4-82f7-4053-9359-ac993a428b09, #wrap-s-568da7e4-82f7-4053-9359-ac993a428b09 { display:none !important; }}@media (max-width: 767px){#s-568da7e4-82f7-4053-9359-ac993a428b09 {
  display: none;
}
#s-568da7e4-82f7-4053-9359-ac993a428b09, #wrap-s-568da7e4-82f7-4053-9359-ac993a428b09 { display:none !important; }}
@media (min-width: 0px) {
[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-568da7e4-82f7-4053-9359-ac993a428b09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-804bacbc-c365-4c39-af32-65c9d5a1181d {
  min-height: 50px;
}








#s-804bacbc-c365-4c39-af32-65c9d5a1181d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-804bacbc-c365-4c39-af32-65c9d5a1181d.shg-box.shg-c {
  justify-content: center;
}

#s-df0a14e7-4c37-4576-a2f8-9f717069a82a {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-df0a14e7-4c37-4576-a2f8-9f717069a82a img.shogun-image {
    
    width: px;
  }


#s-df0a14e7-4c37-4576-a2f8-9f717069a82a .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-927cd963-2626-4cfc-a13c-7107a46e5bb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-927cd963-2626-4cfc-a13c-7107a46e5bb3 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c0097c68-18d1-4d0e-be2b-2c76da72f79e {
  min-height: 50px;
}








#s-c0097c68-18d1-4d0e-be2b-2c76da72f79e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0097c68-18d1-4d0e-be2b-2c76da72f79e.shg-box.shg-c {
  justify-content: center;
}

#s-e9a1d5aa-828d-4435-905f-66f1cdde62dd {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-e9a1d5aa-828d-4435-905f-66f1cdde62dd img.shogun-image {
    
    width: px;
  }


#s-e9a1d5aa-828d-4435-905f-66f1cdde62dd .shogun-image-content {
  
    align-items: center;
  
}

#s-91bfa841-e5fd-4e20-b063-0195bf14f0f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91bfa841-e5fd-4e20-b063-0195bf14f0f2 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-6000d055-6104-404f-84ee-6942380f07e5 {
  min-height: 50px;
}








#s-6000d055-6104-404f-84ee-6942380f07e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6000d055-6104-404f-84ee-6942380f07e5.shg-box.shg-c {
  justify-content: center;
}

#s-5e2a44b7-9f44-49ae-a4b0-d983981e1194 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-5e2a44b7-9f44-49ae-a4b0-d983981e1194 img.shogun-image {
    
    width: px;
  }


#s-5e2a44b7-9f44-49ae-a4b0-d983981e1194 .shogun-image-content {
  
    align-items: center;
  
}

#s-aacb3045-7faa-4d39-9945-d12312bd7ffe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aacb3045-7faa-4d39-9945-d12312bd7ffe .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e15326d6-ac63-4d41-973a-6c589a275b25 {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e15326d6-ac63-4d41-973a-6c589a275b25 {
  display: none;
}
#s-e15326d6-ac63-4d41-973a-6c589a275b25, #wrap-s-e15326d6-ac63-4d41-973a-6c589a275b25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e15326d6-ac63-4d41-973a-6c589a275b25 {
  display: none;
}
#s-e15326d6-ac63-4d41-973a-6c589a275b25, #wrap-s-e15326d6-ac63-4d41-973a-6c589a275b25 { display:none !important; }}@media (max-width: 767px){#s-e15326d6-ac63-4d41-973a-6c589a275b25 {
  display: none;
}
#s-e15326d6-ac63-4d41-973a-6c589a275b25, #wrap-s-e15326d6-ac63-4d41-973a-6c589a275b25 { display:none !important; }}







#s-e15326d6-ac63-4d41-973a-6c589a275b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e15326d6-ac63-4d41-973a-6c589a275b25.shg-box.shg-c {
  justify-content: center;
}

#s-3634ecdd-dbea-40f9-96ff-cf16c25fa59c {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}




  #s-3634ecdd-dbea-40f9-96ff-cf16c25fa59c img.shogun-image {
    
    width: px;
  }


#s-3634ecdd-dbea-40f9-96ff-cf16c25fa59c .shogun-image-content {
  
    align-items: center;
  
}

#s-54343edf-e5ae-4612-ba39-89a8b51e0e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54343edf-e5ae-4612-ba39-89a8b51e0e30 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-994cab41-cf69-4e62-9b89-c52d8284b40c {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-994cab41-cf69-4e62-9b89-c52d8284b40c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-226ea940-e22b-413e-afcc-8c7d04f97fd8 {
  min-height: 50px;
}








#s-226ea940-e22b-413e-afcc-8c7d04f97fd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-226ea940-e22b-413e-afcc-8c7d04f97fd8.shg-box.shg-c {
  justify-content: center;
}

#s-f5595347-c307-44d1-acdf-caa24e14db89 {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-f5595347-c307-44d1-acdf-caa24e14db89 img.shogun-image {
    
    width: px;
  }


#s-f5595347-c307-44d1-acdf-caa24e14db89 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a89e48-1574-4031-bf5f-6c4f601bfd58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3a89e48-1574-4031-bf5f-6c4f601bfd58 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-36db040d-b4f6-4a59-844c-ec8e61491e21 {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-36db040d-b4f6-4a59-844c-ec8e61491e21 img.shogun-image {
    
    width: px;
  }


#s-36db040d-b4f6-4a59-844c-ec8e61491e21 .shogun-image-content {
  
    align-items: center;
  
}

#s-54cc3b03-d66e-4a37-bb12-ae17e0a0f59b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54cc3b03-d66e-4a37-bb12-ae17e0a0f59b .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1 {
  display: none;
}
#s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1, #wrap-s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1 { display:none !important; }}







#s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b62abb0-a16b-4d54-8ffd-066eba3ffbb1.shg-box.shg-c {
  justify-content: center;
}

#s-b7858440-af6b-45d8-a298-47f443d0431e {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: custom center;
}








#s-b7858440-af6b-45d8-a298-47f443d0431e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7858440-af6b-45d8-a298-47f443d0431e.shg-box.shg-c {
  justify-content: center;
}

#s-cde85478-5e36-4552-af81-e8e532bed4e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cde85478-5e36-4552-af81-e8e532bed4e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cde85478-5e36-4552-af81-e8e532bed4e3.shg-box.shg-c {
  justify-content: center;
}

#s-4081b526-6d10-40c1-ba0f-2969ed646b53 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
max-width: 45%;
text-align: center;
}




  #s-4081b526-6d10-40c1-ba0f-2969ed646b53 img.shogun-image {
    
    width: px;
  }


#s-4081b526-6d10-40c1-ba0f-2969ed646b53 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a1b2159-ccea-45d4-b14b-42512e541357 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}








#s-6a1b2159-ccea-45d4-b14b-42512e541357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1b2159-ccea-45d4-b14b-42512e541357.shg-box.shg-c {
  justify-content: center;
}

#s-cd8d5324-a60b-4c70-94df-6789d80922ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cd8d5324-a60b-4c70-94df-6789d80922ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd8d5324-a60b-4c70-94df-6789d80922ba.shg-box.shg-c {
  justify-content: center;
}

#s-c864e338-7684-4d6c-bcbc-8a0894e581f9 {
  margin-left: 11%;
margin-right: 11%;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c864e338-7684-4d6c-bcbc-8a0894e581f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a4058e89-91f8-46b4-92e6-053ef15d87d9 {
  margin-top: 46%;
margin-bottom: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a4058e89-91f8-46b4-92e6-053ef15d87d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 63px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a4058e89-91f8-46b4-92e6-053ef15d87d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 61px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4058e89-91f8-46b4-92e6-053ef15d87d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-2fcbd333-3cac-49a5-b419-87cccefac5b6 {
  text-align: center;
}




  #s-2fcbd333-3cac-49a5-b419-87cccefac5b6 img.shogun-image {
    
    width: px;
  }


#s-2fcbd333-3cac-49a5-b419-87cccefac5b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-75ee9ae0-4479-4884-80ae-112192c799e4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 950px;
}
@media (min-width: 1200px){#s-75ee9ae0-4479-4884-80ae-112192c799e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75ee9ae0-4479-4884-80ae-112192c799e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75ee9ae0-4479-4884-80ae-112192c799e4 {
  margin-top: 2%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
}
}
#s-6d337e4b-b71d-42d8-ac62-d2bee02b58fc {
  min-height: 50px;
}








#s-6d337e4b-b71d-42d8-ac62-d2bee02b58fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d337e4b-b71d-42d8-ac62-d2bee02b58fc.shg-box.shg-c {
  justify-content: center;
}

#s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db554b7a-3cc4-4e2d-b329-94c5dc4b3244"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e1016e1-1dbf-4495-bf8f-aa6605e11a90 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-f347b36b-b3ef-49db-972d-7160e35234de {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-f347b36b-b3ef-49db-972d-7160e35234de img.shogun-image {
    
    width: px;
  }


#s-f347b36b-b3ef-49db-972d-7160e35234de .shogun-image-content {
  
    align-items: center;
  
}

#s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5dc57ec0-7b0d-4dce-aefc-80f580e63ddf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed19a680-8792-481b-9446-b5bb7adfb40c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-ed19a680-8792-481b-9446-b5bb7adfb40c img.shogun-image {
    
    width: px;
  }


#s-ed19a680-8792-481b-9446-b5bb7adfb40c .shogun-image-content {
  
    align-items: center;
  
}

#s-243dc51d-8005-4e8f-992e-c2051beec188 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-b52cf406-915a-445b-a584-26c055ecc8bc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b52cf406-915a-445b-a584-26c055ecc8bc {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52cf406-915a-445b-a584-26c055ecc8bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e3f7793-89e6-40f8-8b11-7ab6090ba7f4 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-6483d88c-176d-4aa1-acaf-d9066b3db68a {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-6483d88c-176d-4aa1-acaf-d9066b3db68a img.shogun-image {
    
    width: px;
  }


#s-6483d88c-176d-4aa1-acaf-d9066b3db68a .shogun-image-content {
  
    align-items: center;
  
}

#s-44438d42-85ba-496e-a5ee-5732d3f11c39 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44438d42-85ba-496e-a5ee-5732d3f11c39 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44438d42-85ba-496e-a5ee-5732d3f11c39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ecec2a62-b9b7-4bf2-a430-5c083e9b890b {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-ecec2a62-b9b7-4bf2-a430-5c083e9b890b img.shogun-image {
    
    width: px;
  }


#s-ecec2a62-b9b7-4bf2-a430-5c083e9b890b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd32e788-0535-4f38-ad3d-a4e879e8da08 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-87f548ba-117e-40e1-ab4e-8081407cc237 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-87f548ba-117e-40e1-ab4e-8081407cc237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f548ba-117e-40e1-ab4e-8081407cc237.shg-box.shg-c {
  justify-content: center;
}

#s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29 {
  display: none;
}
#s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29, #wrap-s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29 { display:none !important; }}







#s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cbb8d6d-0c08-4bc7-9c8a-e3c818a9dd29.shg-box.shg-c {
  justify-content: center;
}

#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 {
  display: none;
}
#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2, #wrap-s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 {
  display: none;
}
#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2, #wrap-s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 {
  display: none;
}
#s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2, #wrap-s-94e7a948-441a-4cb7-a2de-fbeb877cf7d2 { display:none !important; }}
#s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896 {
  background-repeat: repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896 {
  display: none;
}
#s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896, #wrap-s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896 { display:none !important; }}







#s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc9a73cd-b327-4ec3-82c3-2ae7c1eac896.shg-box.shg-c {
  justify-content: center;
}

#s-ad09b537-5319-40f3-8af9-c8554b2ea2b1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b938b9ff-5d9f-43ba-b606-fe53dc364713 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b938b9ff-5d9f-43ba-b606-fe53dc364713"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7566d6df-0edc-4ca3-a030-b81b8e9835dc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 11em;
text-align: center;
}




  #s-7566d6df-0edc-4ca3-a030-b81b8e9835dc img.shogun-image {
    
    width: px;
  }


#s-7566d6df-0edc-4ca3-a030-b81b8e9835dc .shogun-image-content {
  
    align-items: center;
  
}

#s-62bdeeb1-2753-4a2a-bb96-259b5a89c0b5 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-2eae6bb7-9705-4c5e-a856-2fe67871a8a8 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9c1953ec-ce40-4d94-ba09-0b315deebc42 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c1953ec-ce40-4d94-ba09-0b315deebc42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-af5b680c-0b3d-463a-b01f-c80d921f37cf {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-63244e55-b02e-4788-85ba-e7a9483c87b8 {
  margin-left: 0%;
margin-right: 0%;
}

#s-744da1ea-28d9-4a76-a2f5-a7a0dd35a44b {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: left;
}




  #s-744da1ea-28d9-4a76-a2f5-a7a0dd35a44b img.shogun-image {
    
    width: px;
  }


#s-744da1ea-28d9-4a76-a2f5-a7a0dd35a44b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7a45bd0-eb15-41a5-9cfa-160e31445ecb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5f9df746-f708-450c-bfd4-a4d5d4c2563e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-5f9df746-f708-450c-bfd4-a4d5d4c2563e img.shogun-image {
    
    width: px;
  }


#s-5f9df746-f708-450c-bfd4-a4d5d4c2563e .shogun-image-content {
  
    align-items: center;
  
}

#s-d0092323-ae48-4566-a7d0-b75cef793f61 {
  text-align: center;
}




  #s-d0092323-ae48-4566-a7d0-b75cef793f61 img.shogun-image {
    
    width: px;
  }


#s-d0092323-ae48-4566-a7d0-b75cef793f61 .shogun-image-content {
  
    align-items: center;
  
}

#s-9475877c-5d95-4ddb-9d13-f2328b352040 {
  margin-left: 0%;
margin-right: 0%;
}

#s-3dab759f-7945-4bca-8fe5-40e5252280c9 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3dab759f-7945-4bca-8fe5-40e5252280c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0437b2fc-252f-4fae-a7c0-721ba16839d2 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-5da8171e-227c-4455-9989-a11097c4f4f6 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9dce5ff7-9f8f-482a-87ed-ec1d5feee500 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-9dce5ff7-9f8f-482a-87ed-ec1d5feee500 img.shogun-image {
    
    width: px;
  }


#s-9dce5ff7-9f8f-482a-87ed-ec1d5feee500 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b33663a-6948-40e3-be28-7658702e3511 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b33663a-6948-40e3-be28-7658702e3511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e64888fa-9d9f-4689-b506-a1dd9d3df0fd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-e64888fa-9d9f-4689-b506-a1dd9d3df0fd img.shogun-image {
    
    width: px;
  }


#s-e64888fa-9d9f-4689-b506-a1dd9d3df0fd .shogun-image-content {
  
    align-items: center;
  
}

#s-fbf2c1a2-ad53-408c-b944-acac15cf0bec {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-495ec3f0-be58-4ede-9218-ef0323dd8b1a {
  margin-left: 0%;
margin-right: 0%;
}

#s-e04bd71c-4d4d-41fc-b3e5-f1b4e8af3028 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-e04bd71c-4d4d-41fc-b3e5-f1b4e8af3028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e04bd71c-4d4d-41fc-b3e5-f1b4e8af3028.shg-box.shg-c {
  justify-content: center;
}

#s-0daf2cee-2f50-499e-a499-666029607a80 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-0daf2cee-2f50-499e-a499-666029607a80 img.shogun-image {
    
    width: px;
  }


#s-0daf2cee-2f50-499e-a499-666029607a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-2675937c-d0eb-4108-a282-168bac9691ed {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2675937c-d0eb-4108-a282-168bac9691ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2675937c-d0eb-4108-a282-168bac9691ed.shg-box.shg-c {
  justify-content: center;
}

#s-056ab729-eb33-48ba-ae8c-0f0c4950721e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-056ab729-eb33-48ba-ae8c-0f0c4950721e {
  display: none;
}
#s-056ab729-eb33-48ba-ae8c-0f0c4950721e, #wrap-s-056ab729-eb33-48ba-ae8c-0f0c4950721e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-056ab729-eb33-48ba-ae8c-0f0c4950721e {
  display: none;
}
#s-056ab729-eb33-48ba-ae8c-0f0c4950721e, #wrap-s-056ab729-eb33-48ba-ae8c-0f0c4950721e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-056ab729-eb33-48ba-ae8c-0f0c4950721e {
  display: none;
}
#s-056ab729-eb33-48ba-ae8c-0f0c4950721e, #wrap-s-056ab729-eb33-48ba-ae8c-0f0c4950721e { display:none !important; }}@media (max-width: 767px){#s-056ab729-eb33-48ba-ae8c-0f0c4950721e {
  
}
}







#s-056ab729-eb33-48ba-ae8c-0f0c4950721e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056ab729-eb33-48ba-ae8c-0f0c4950721e.shg-box.shg-c {
  justify-content: center;
}

#s-b66ab370-00df-4022-9366-fc544fbe1343 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-b66ab370-00df-4022-9366-fc544fbe1343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b66ab370-00df-4022-9366-fc544fbe1343.shg-box.shg-c {
  justify-content: center;
}

#s-74030e21-c0a6-4060-b72b-53ffd0564255 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-74030e21-c0a6-4060-b72b-53ffd0564255 {
  display: none;
}
#s-74030e21-c0a6-4060-b72b-53ffd0564255, #wrap-s-74030e21-c0a6-4060-b72b-53ffd0564255 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74030e21-c0a6-4060-b72b-53ffd0564255 {
  display: none;
}
#s-74030e21-c0a6-4060-b72b-53ffd0564255, #wrap-s-74030e21-c0a6-4060-b72b-53ffd0564255 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74030e21-c0a6-4060-b72b-53ffd0564255 {
  display: none;
}
#s-74030e21-c0a6-4060-b72b-53ffd0564255, #wrap-s-74030e21-c0a6-4060-b72b-53ffd0564255 { display:none !important; }}
#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e {
  display: none;
}
#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e, #wrap-s-02b1144e-080b-4b41-9e8c-d17c393fbe0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e {
  display: none;
}
#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e, #wrap-s-02b1144e-080b-4b41-9e8c-d17c393fbe0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e {
  display: none;
}
#s-02b1144e-080b-4b41-9e8c-d17c393fbe0e, #wrap-s-02b1144e-080b-4b41-9e8c-d17c393fbe0e { display:none !important; }}
#s-b8b70c99-ca80-42f0-9038-936d59ce1f7a {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b8b70c99-ca80-42f0-9038-936d59ce1f7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-4f7e031a-e7f0-4de8-8fec-c102b2610889 {
  min-height: 50px;
}








#s-4f7e031a-e7f0-4de8-8fec-c102b2610889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7e031a-e7f0-4de8-8fec-c102b2610889.shg-box.shg-c {
  justify-content: center;
}

#s-aa56be06-2c11-4a10-9e73-20aa8e675be5 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-aa56be06-2c11-4a10-9e73-20aa8e675be5 img.shogun-image {
    
    width: px;
  }


#s-aa56be06-2c11-4a10-9e73-20aa8e675be5 .shogun-image-content {
  
    align-items: center;
  
}

#s-34503b60-b8f9-4a82-915f-7ce335aaead3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34503b60-b8f9-4a82-915f-7ce335aaead3 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-6cb2da0b-005e-41be-a25d-ba47853ed7a5 {
  min-height: 50px;
}








#s-6cb2da0b-005e-41be-a25d-ba47853ed7a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb2da0b-005e-41be-a25d-ba47853ed7a5.shg-box.shg-c {
  justify-content: center;
}

#s-7c1d80b5-5cf7-403c-91fd-5d01b279eefd {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-7c1d80b5-5cf7-403c-91fd-5d01b279eefd img.shogun-image {
    
    width: px;
  }


#s-7c1d80b5-5cf7-403c-91fd-5d01b279eefd .shogun-image-content {
  
    align-items: center;
  
}

#s-56b3e97e-92f1-469e-a159-4a50215bf0ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56b3e97e-92f1-469e-a159-4a50215bf0ff .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-b3b04152-7e29-4150-98ee-1248d2ab623d {
  min-height: 50px;
}








#s-b3b04152-7e29-4150-98ee-1248d2ab623d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b04152-7e29-4150-98ee-1248d2ab623d.shg-box.shg-c {
  justify-content: center;
}

#s-40ebff7e-3740-4b97-baea-6bfee0b1e494 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-40ebff7e-3740-4b97-baea-6bfee0b1e494 img.shogun-image {
    
    width: px;
  }


#s-40ebff7e-3740-4b97-baea-6bfee0b1e494 .shogun-image-content {
  
    align-items: center;
  
}

#s-0028c860-87bc-40ed-90f6-ae4093b11b78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0028c860-87bc-40ed-90f6-ae4093b11b78 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-7dc44fca-a1d5-4eb9-8e58-72dea272d22d {
  text-align: center;
}




  #s-7dc44fca-a1d5-4eb9-8e58-72dea272d22d img.shogun-image {
    
    width: px;
  }


#s-7dc44fca-a1d5-4eb9-8e58-72dea272d22d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a5c99a3-3aed-4ce0-b265-62f20b31fa86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-9a5c99a3-3aed-4ce0-b265-62f20b31fa86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5c99a3-3aed-4ce0-b265-62f20b31fa86.shg-box.shg-c {
  justify-content: center;
}

#s-b16cb715-f728-4991-9d5b-7a3e138d12a5 {
  margin-top: 29%;
margin-left: 6%;
margin-bottom: 20%;
margin-right: 47%;
}
@media (min-width: 1200px){#s-b16cb715-f728-4991-9d5b-7a3e138d12a5 {
  display: none;
}
#s-b16cb715-f728-4991-9d5b-7a3e138d12a5, #wrap-s-b16cb715-f728-4991-9d5b-7a3e138d12a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b16cb715-f728-4991-9d5b-7a3e138d12a5 {
  display: none;
}
#s-b16cb715-f728-4991-9d5b-7a3e138d12a5, #wrap-s-b16cb715-f728-4991-9d5b-7a3e138d12a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b16cb715-f728-4991-9d5b-7a3e138d12a5 {
  display: none;
}
#s-b16cb715-f728-4991-9d5b-7a3e138d12a5, #wrap-s-b16cb715-f728-4991-9d5b-7a3e138d12a5 { display:none !important; }}
#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d {
  display: none;
}
#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d, #wrap-s-adfeb6ac-6937-4237-9fac-98f2ef94c14d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d {
  display: none;
}
#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d, #wrap-s-adfeb6ac-6937-4237-9fac-98f2ef94c14d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d {
  display: none;
}
#s-adfeb6ac-6937-4237-9fac-98f2ef94c14d, #wrap-s-adfeb6ac-6937-4237-9fac-98f2ef94c14d { display:none !important; }}
#s-7dc895ae-180a-4d87-a94a-abeb42560c39 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-7dc895ae-180a-4d87-a94a-abeb42560c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dc895ae-180a-4d87-a94a-abeb42560c39.shg-box.shg-c {
  justify-content: center;
}

#s-7e817026-1420-4a49-aa1e-212dfd838eec {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-7e817026-1420-4a49-aa1e-212dfd838eec {
  display: none;
}
#s-7e817026-1420-4a49-aa1e-212dfd838eec, #wrap-s-7e817026-1420-4a49-aa1e-212dfd838eec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e817026-1420-4a49-aa1e-212dfd838eec {
  display: none;
}
#s-7e817026-1420-4a49-aa1e-212dfd838eec, #wrap-s-7e817026-1420-4a49-aa1e-212dfd838eec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e817026-1420-4a49-aa1e-212dfd838eec {
  display: none;
}
#s-7e817026-1420-4a49-aa1e-212dfd838eec, #wrap-s-7e817026-1420-4a49-aa1e-212dfd838eec { display:none !important; }}
#s-8acdfe03-bdcb-4146-9ad1-c55acd034e5d {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-8acdfe03-bdcb-4146-9ad1-c55acd034e5d img.shogun-image {
    
    width: px;
  }


#s-8acdfe03-bdcb-4146-9ad1-c55acd034e5d .shogun-image-content {
  
    align-items: center;
  
}

#s-218df527-093b-4e50-8b7f-fa0977318326 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-67b0c835-b089-4fb2-8c5e-a8ef1b28dbe1 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-67b0c835-b089-4fb2-8c5e-a8ef1b28dbe1 img.shogun-image {
    
    width: px;
  }


#s-67b0c835-b089-4fb2-8c5e-a8ef1b28dbe1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e357bba0-f409-4508-8d7c-1514921ef3ab {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-9dbb27d7-b28b-49e7-9161-acef7e49f836 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-9dbb27d7-b28b-49e7-9161-acef7e49f836 img.shogun-image {
    
    width: px;
  }


#s-9dbb27d7-b28b-49e7-9161-acef7e49f836 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aef9061-9d7e-4a2a-9cc9-83d95761edcf {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-882813c3-d1cc-403f-8e82-68eb11ef71d2 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-882813c3-d1cc-403f-8e82-68eb11ef71d2 img.shogun-image {
    
    width: px;
  }


#s-882813c3-d1cc-403f-8e82-68eb11ef71d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed3c1ec2-2eaa-4502-a23a-7601734de473 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-9cdacdf9-a312-497e-9e72-f2abd88e1f9e {
  min-height: 50px;
}








#s-9cdacdf9-a312-497e-9e72-f2abd88e1f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cdacdf9-a312-497e-9e72-f2abd88e1f9e.shg-box.shg-c {
  justify-content: center;
}

#s-656b6f03-8569-4e73-9a1a-ffb84a3a5d8d {
  text-align: center;
}




  #s-656b6f03-8569-4e73-9a1a-ffb84a3a5d8d img.shogun-image {
    
    width: px;
  }


#s-656b6f03-8569-4e73-9a1a-ffb84a3a5d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-fa60ce14-28ab-4319-b049-26178a3ad969 {
  background-repeat: repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-fa60ce14-28ab-4319-b049-26178a3ad969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa60ce14-28ab-4319-b049-26178a3ad969.shg-box.shg-c {
  justify-content: center;
}

#s-59f10b82-dc64-4225-9a0d-6dc34fa46729 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-a3ada9fe-6936-4cb1-b89d-5ef25398915d {
  margin-top: 2%;
margin-left: 32%;
margin-bottom: 2%;
margin-right: 32%;
max-width: 95%;
text-align: center;
}




  #s-a3ada9fe-6936-4cb1-b89d-5ef25398915d img.shogun-image {
    
    width: px;
  }


#s-a3ada9fe-6936-4cb1-b89d-5ef25398915d .shogun-image-content {
  
    align-items: center;
  
}

#s-4e493e0d-97b0-47ee-806c-c773fb1d7c2a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-7d54b8f1-c38a-4ef3-a38b-5c3e191f8643 {
  margin-left: 7%;
margin-right: 7%;
}

#s-1ff98d6b-c265-42ca-a00a-533f2c4fb5d6 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-1ff98d6b-c265-42ca-a00a-533f2c4fb5d6 img.shogun-image {
    
    width: px;
  }


#s-1ff98d6b-c265-42ca-a00a-533f2c4fb5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f498464-f7ab-4c5c-8ee7-125672e52b5d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-3c9ded81-d01c-4af6-84d0-4e1a983f126c {
  margin-left: 7%;
margin-right: 7%;
}

#s-c37234df-902c-47de-82c7-69aac813aa90 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-c37234df-902c-47de-82c7-69aac813aa90 img.shogun-image {
    
    width: px;
  }


#s-c37234df-902c-47de-82c7-69aac813aa90 .shogun-image-content {
  
    align-items: center;
  
}

#s-61dacc6a-fa14-4cb0-bde2-5bd751ab7399 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
text-align: center;
}




  #s-61dacc6a-fa14-4cb0-bde2-5bd751ab7399 img.shogun-image {
    
    width: px;
  }


#s-61dacc6a-fa14-4cb0-bde2-5bd751ab7399 .shogun-image-content {
  
    align-items: center;
  
}

#s-e67347b7-2cff-469a-a137-f568a65b7f8f {
  margin-left: 7%;
margin-right: 7%;
}

#s-d996eab7-31ce-4d03-94ef-fb13009da70a {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-d996eab7-31ce-4d03-94ef-fb13009da70a img.shogun-image {
    
    width: px;
  }


#s-d996eab7-31ce-4d03-94ef-fb13009da70a .shogun-image-content {
  
    align-items: center;
  
}

#s-da0d4640-da35-463d-9eb4-abdb14a2ca6e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-5638042a-f33a-4a11-b6ca-7e27d3879215 {
  margin-left: 7%;
margin-right: 7%;
}

#s-c74a56f4-6ac4-455b-8075-d33bc7044ca6 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-c74a56f4-6ac4-455b-8075-d33bc7044ca6 img.shogun-image {
    
    width: px;
  }


#s-c74a56f4-6ac4-455b-8075-d33bc7044ca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5ecc232-6c9b-4e86-9207-ba8770bcbf11 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-76472222-4bce-4021-82b0-8503b2a44f7e {
  margin-left: 7%;
margin-right: 7%;
}

#s-1b24e3cb-aa75-407d-8460-97e16cd72bb6 {
  text-align: center;
}




  #s-1b24e3cb-aa75-407d-8460-97e16cd72bb6 img.shogun-image {
    
    width: px;
  }


#s-1b24e3cb-aa75-407d-8460-97e16cd72bb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-29027244-78fb-41b4-8375-fead4521605f {
  padding-left: 16px;
padding-right: 16px;
text-align: center;
}




  #s-29027244-78fb-41b4-8375-fead4521605f img.shogun-image {
    
    width: px;
  }


#s-29027244-78fb-41b4-8375-fead4521605f .shogun-image-content {
  
    align-items: center;
  
}

#s-a560a7aa-4218-441b-8ed2-5edc575d4bda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a560a7aa-4218-441b-8ed2-5edc575d4bda .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 1px;
  text-align: 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-32629656-9443-4973-9d47-ad8aaedac0a0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32629656-9443-4973-9d47-ad8aaedac0a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32629656-9443-4973-9d47-ad8aaedac0a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-32629656-9443-4973-9d47-ad8aaedac0a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32629656-9443-4973-9d47-ad8aaedac0a0 > .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: 24px;
}

#s-32629656-9443-4973-9d47-ad8aaedac0a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
/*
  $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;
}
