.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-a137f30c-3c98-4f2a-b20a-b3457c14b724 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a137f30c-3c98-4f2a-b20a-b3457c14b724 {
  display: none;
}
#s-a137f30c-3c98-4f2a-b20a-b3457c14b724, #wrap-s-a137f30c-3c98-4f2a-b20a-b3457c14b724 { display:none !important; }}







#s-a137f30c-3c98-4f2a-b20a-b3457c14b724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a137f30c-3c98-4f2a-b20a-b3457c14b724.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-dc80591a-2474-43f3-9dc5-2993fb963030 {
  text-align: center;
}




  #s-dc80591a-2474-43f3-9dc5-2993fb963030 img.shogun-image {
    
    width: px;
  }


#s-dc80591a-2474-43f3-9dc5-2993fb963030 .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-179456ee-737a-45a5-bb69-159378c38b22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-179456ee-737a-45a5-bb69-159378c38b22 {
  margin-left: 320px;
margin-right: 320px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-179456ee-737a-45a5-bb69-159378c38b22 {
  margin-left: 320px;
margin-right: 320px;
}
}
#s-179456ee-737a-45a5-bb69-159378c38b22 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b582feb-2721-4de2-ba7d-70017e0d3b00 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0b582feb-2721-4de2-ba7d-70017e0d3b00 {
  display: none;
}
#s-0b582feb-2721-4de2-ba7d-70017e0d3b00, #wrap-s-0b582feb-2721-4de2-ba7d-70017e0d3b00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b582feb-2721-4de2-ba7d-70017e0d3b00 {
  display: none;
}
#s-0b582feb-2721-4de2-ba7d-70017e0d3b00, #wrap-s-0b582feb-2721-4de2-ba7d-70017e0d3b00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b582feb-2721-4de2-ba7d-70017e0d3b00 {
  display: none;
}
#s-0b582feb-2721-4de2-ba7d-70017e0d3b00, #wrap-s-0b582feb-2721-4de2-ba7d-70017e0d3b00 { display:none !important; }}







#s-0b582feb-2721-4de2-ba7d-70017e0d3b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b582feb-2721-4de2-ba7d-70017e0d3b00.shg-box.shg-c {
  justify-content: center;
}

#s-116c730d-b8f3-463b-97d8-338c8f96b431 {
  text-align: center;
}




  #s-116c730d-b8f3-463b-97d8-338c8f96b431 img.shogun-image {
    
    width: px;
  }


#s-116c730d-b8f3-463b-97d8-338c8f96b431 .shogun-image-content {
  
    align-items: center;
  
}

#s-09fce36a-8a64-45f0-ac8c-d61a8dc27385 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09fce36a-8a64-45f0-ac8c-d61a8dc27385 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-09fce36a-8a64-45f0-ac8c-d61a8dc27385 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bfefc488-a74e-4a07-8f71-ca181449facd {
  min-height: 50px;
}








#s-bfefc488-a74e-4a07-8f71-ca181449facd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfefc488-a74e-4a07-8f71-ca181449facd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-59db6f41-810a-4bef-9872-76ba1b6bffd0 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59db6f41-810a-4bef-9872-76ba1b6bffd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8a4283ed-7935-47b6-9a8c-a20aea68e5a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a4283ed-7935-47b6-9a8c-a20aea68e5a6 .shogun-heading-component h1 {
  color: rgba(119, 115, 115, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d8c18270-90d9-4ce4-ba7d-7ff50b423b64 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}

#s-01562f12-bf3d-450b-ad62-22dff224b84d {
  min-height: 50px;
}








#s-01562f12-bf3d-450b-ad62-22dff224b84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01562f12-bf3d-450b-ad62-22dff224b84d.shg-box.shg-c {
  justify-content: center;
}

#s-3955db12-5d87-488f-a4fd-7d2613eca4fb {
  min-height: 50px;
}








#s-3955db12-5d87-488f-a4fd-7d2613eca4fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3955db12-5d87-488f-a4fd-7d2613eca4fb.shg-box.shg-c {
  justify-content: center;
}

#s-36c1905f-905e-4858-9448-179ce302e55f {
  margin-top: 1px;
margin-left: 75px;
margin-bottom: 1px;
margin-right: 75px;
min-height: 50px;
}








#s-36c1905f-905e-4858-9448-179ce302e55f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c1905f-905e-4858-9448-179ce302e55f.shg-box.shg-c {
  justify-content: center;
}

#s-378147ac-7bf1-4892-bdcd-a3649f2ab8b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-378147ac-7bf1-4892-bdcd-a3649f2ab8b9 .shogun-heading-component h1 {
  color: rgba(119, 115, 115, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-acb19822-95b4-4f30-b3cc-9b2ac4b25708 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acb19822-95b4-4f30-b3cc-9b2ac4b25708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3470a120-51e0-46d5-ae95-6d32e243c51f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}




  #s-3470a120-51e0-46d5-ae95-6d32e243c51f img.shogun-image {
    
    width: px;
  }


#s-3470a120-51e0-46d5-ae95-6d32e243c51f .shogun-image-content {
  
    align-items: center;
  
}

#s-88043d0b-fd27-4c4d-a965-69500c1401aa {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-88043d0b-fd27-4c4d-a965-69500c1401aa img.shogun-image {
    
    width: px;
  }


#s-88043d0b-fd27-4c4d-a965-69500c1401aa .shogun-image-content {
  
    align-items: center;
  
}

#s-b195eed3-7aed-401b-a12c-354d16564659 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-b195eed3-7aed-401b-a12c-354d16564659 img.shogun-image {
    
    width: px;
  }


#s-b195eed3-7aed-401b-a12c-354d16564659 .shogun-image-content {
  
    align-items: center;
  
}

#s-e76f277a-49dd-4ed6-86a9-242ab7e2c323 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e76f277a-49dd-4ed6-86a9-242ab7e2c323"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4c3b11ac-0203-41d2-9b12-2959edce87ac {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-4c3b11ac-0203-41d2-9b12-2959edce87ac img.shogun-image {
    
    width: px;
  }


#s-4c3b11ac-0203-41d2-9b12-2959edce87ac .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ce225701-180d-4cb5-a742-3bc87d1517db {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce225701-180d-4cb5-a742-3bc87d1517db {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-96336f12-bd4d-479f-b003-056c5cf1d835 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-96336f12-bd4d-479f-b003-056c5cf1d835 img.shogun-image {
    
    width: px;
  }


#s-96336f12-bd4d-479f-b003-056c5cf1d835 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-706479ae-3d14-4e23-81ea-5953403d97f1 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-706479ae-3d14-4e23-81ea-5953403d97f1 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-57de837f-a201-4c37-8405-75c6a132cd9f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-57de837f-a201-4c37-8405-75c6a132cd9f img.shogun-image {
    
    width: px;
  }


#s-57de837f-a201-4c37-8405-75c6a132cd9f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-6fa946a6-7bef-4154-8440-7fd73cc1c700 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-8cd76b03-3351-4e7a-b786-0d0347b471bc {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cd76b03-3351-4e7a-b786-0d0347b471bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eca855d9-5ddd-4633-bada-22e9f9fc2584 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-eca855d9-5ddd-4633-bada-22e9f9fc2584 img.shogun-image {
    
    width: px;
  }


#s-eca855d9-5ddd-4633-bada-22e9f9fc2584 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6e709396-8286-421c-8c7c-edda9cc4c98e {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e709396-8286-421c-8c7c-edda9cc4c98e {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-94150195-8644-4d82-ab72-c60f2cdd4af5 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-94150195-8644-4d82-ab72-c60f2cdd4af5 img.shogun-image {
    
    width: px;
  }


#s-94150195-8644-4d82-ab72-c60f2cdd4af5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0ce270ce-cc27-4aae-bb67-7ecdf92476c1 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ce270ce-cc27-4aae-bb67-7ecdf92476c1 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-cdfcc8f2-bbdf-40e1-bb54-1ca69a56124f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-cdfcc8f2-bbdf-40e1-bb54-1ca69a56124f img.shogun-image {
    
    width: px;
  }


#s-cdfcc8f2-bbdf-40e1-bb54-1ca69a56124f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-53769f5e-21a6-4e3a-9b1e-56c8aa2dcf76 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53769f5e-21a6-4e3a-9b1e-56c8aa2dcf76 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a889f44b-04e9-4a57-b26c-e6ef9523c7d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dcc84079-1ccd-4b50-8f20-8fd9f95d2582 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-dcc84079-1ccd-4b50-8f20-8fd9f95d2582 img.shogun-image {
    
    width: px;
  }


#s-dcc84079-1ccd-4b50-8f20-8fd9f95d2582 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-cf8dba2a-7282-4501-af72-ace346fe99c1 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-197cf355-9753-4ab1-938a-c52e11f7e2c7 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-197cf355-9753-4ab1-938a-c52e11f7e2c7 img.shogun-image {
    
    width: px;
  }


#s-197cf355-9753-4ab1-938a-c52e11f7e2c7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-daf2c786-62a0-4649-af05-f9bd55984ce2 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daf2c786-62a0-4649-af05-f9bd55984ce2 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-567b75e6-bdd5-43c5-86f2-c12a5b8f3aad {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-567b75e6-bdd5-43c5-86f2-c12a5b8f3aad img.shogun-image {
    
    width: px;
  }


#s-567b75e6-bdd5-43c5-86f2-c12a5b8f3aad .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-30f1aa51-4c7a-4c02-9000-f1f2ed3c31d6 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30f1aa51-4c7a-4c02-9000-f1f2ed3c31d6 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2098dd87-cc1d-4e4a-b58b-06bd2d1c6031"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e479d291-a8b0-4ecc-b206-fa4003e02856 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-e479d291-a8b0-4ecc-b206-fa4003e02856 img.shogun-image {
    
    width: px;
  }


#s-e479d291-a8b0-4ecc-b206-fa4003e02856 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-9155eabe-1f32-44a5-91c7-eeebe50d6e25 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6b4088e8-0cbe-4f7a-b15a-e1a91f8f114c {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-6b4088e8-0cbe-4f7a-b15a-e1a91f8f114c img.shogun-image {
    
    width: px;
  }


#s-6b4088e8-0cbe-4f7a-b15a-e1a91f8f114c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-621f0255-a000-49f6-b800-853ef1674644 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-0738d69c-deea-4e6e-885e-c127d7943fc9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-0738d69c-deea-4e6e-885e-c127d7943fc9 img.shogun-image {
    
    width: px;
  }


#s-0738d69c-deea-4e6e-885e-c127d7943fc9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-dc827707-d4b5-49e6-ba9f-2ccb06c41990 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-d61f6553-e99c-4b9b-8181-e73f05466471 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61f6553-e99c-4b9b-8181-e73f05466471"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ddd2b909-ffc3-456b-8f1d-53b931870b38 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-ddd2b909-ffc3-456b-8f1d-53b931870b38 img.shogun-image {
    
    width: px;
  }


#s-ddd2b909-ffc3-456b-8f1d-53b931870b38 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-21f7f553-5801-4e21-8b44-478a8d3df7b7 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21f7f553-5801-4e21-8b44-478a8d3df7b7 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6006f899-d2c3-40d0-a1ba-93ec615b3af9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-6006f899-d2c3-40d0-a1ba-93ec615b3af9 img.shogun-image {
    
    width: px;
  }


#s-6006f899-d2c3-40d0-a1ba-93ec615b3af9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-91a679c2-3890-4751-85ad-63a4c9687598 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91a679c2-3890-4751-85ad-63a4c9687598 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6ba0f0d9-162e-4fdc-851d-fcf1d929d82e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-6ba0f0d9-162e-4fdc-851d-fcf1d929d82e img.shogun-image {
    
    width: px;
  }


#s-6ba0f0d9-162e-4fdc-851d-fcf1d929d82e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9885ad6b-c066-4db8-9ab9-902e31927099 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9885ad6b-c066-4db8-9ab9-902e31927099 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b9cd8ea3-fbe1-46f9-bf34-80572d3900a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-57d0ed93-c7f4-4b3e-aebd-ba18c95c91a5 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-57d0ed93-c7f4-4b3e-aebd-ba18c95c91a5 img.shogun-image {
    
    width: px;
  }


#s-57d0ed93-c7f4-4b3e-aebd-ba18c95c91a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-b4bc391b-0e77-40c8-ba5f-73edce355504 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-33215635-886a-4e20-89fd-c5a5dbcfb03e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-33215635-886a-4e20-89fd-c5a5dbcfb03e img.shogun-image {
    
    width: px;
  }


#s-33215635-886a-4e20-89fd-c5a5dbcfb03e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-023dbb94-92b5-46af-a746-d6435d163ebe {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-023dbb94-92b5-46af-a746-d6435d163ebe {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-ea33f883-d8ed-4f73-9682-9c47599f5e27 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-ea33f883-d8ed-4f73-9682-9c47599f5e27 img.shogun-image {
    
    width: px;
  }


#s-ea33f883-d8ed-4f73-9682-9c47599f5e27 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f1ee7b34-cc87-44da-a30c-d6e603d45488 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1ee7b34-cc87-44da-a30c-d6e603d45488 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-17eb3f8d-0694-40cf-99ce-d6821b8329b1 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17eb3f8d-0694-40cf-99ce-d6821b8329b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b9a8efdc-6ab6-4c88-a240-9af7ca7f37ce {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-b9a8efdc-6ab6-4c88-a240-9af7ca7f37ce img.shogun-image {
    
    width: px;
  }


#s-b9a8efdc-6ab6-4c88-a240-9af7ca7f37ce .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-1597de5d-9d41-47b8-9cac-87837bdec27d {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-32725919-c133-4c3b-a9cd-d7a8eeb42779 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-32725919-c133-4c3b-a9cd-d7a8eeb42779 img.shogun-image {
    
    width: px;
  }


#s-32725919-c133-4c3b-a9cd-d7a8eeb42779 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-21bb799c-4b04-4deb-9ba6-1b2c6b8aaacd {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21bb799c-4b04-4deb-9ba6-1b2c6b8aaacd {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-464cb5e0-a794-4286-a960-18328e5c72a2 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-464cb5e0-a794-4286-a960-18328e5c72a2 img.shogun-image {
    
    width: px;
  }


#s-464cb5e0-a794-4286-a960-18328e5c72a2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-32b48ee8-cefa-47e5-8e9f-003be31fa93d {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32b48ee8-cefa-47e5-8e9f-003be31fa93d {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cbf2d81-25bf-4b6f-bbff-1b8ef2ffc708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-db8cc750-85c8-451a-9c82-64fd08259401 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-db8cc750-85c8-451a-9c82-64fd08259401 img.shogun-image {
    
    width: px;
  }


#s-db8cc750-85c8-451a-9c82-64fd08259401 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-b3c2bd51-f8c5-451f-900f-5fae32750617 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-5c1cbec7-22e9-4fae-8e28-18de16506c89 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-5c1cbec7-22e9-4fae-8e28-18de16506c89 img.shogun-image {
    
    width: px;
  }


#s-5c1cbec7-22e9-4fae-8e28-18de16506c89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-13bad12c-76b1-492b-88f7-7ead18e1c183 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13bad12c-76b1-492b-88f7-7ead18e1c183 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-380f0600-cad3-43bd-8b3e-7e8d82af371e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-380f0600-cad3-43bd-8b3e-7e8d82af371e img.shogun-image {
    
    width: px;
  }


#s-380f0600-cad3-43bd-8b3e-7e8d82af371e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-439b4d96-3b7c-4e5e-8b36-a01f1c9f5694 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-439b4d96-3b7c-4e5e-8b36-a01f1c9f5694 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8 {
  padding-top: 36px;
}

@media (min-width: 0px) {
[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69961ad9-03d9-4cb0-b83d-ab8dff2022c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0817048f-ff1d-4460-b790-2645a51e7760 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-0817048f-ff1d-4460-b790-2645a51e7760 img.shogun-image {
    
    width: px;
  }


#s-0817048f-ff1d-4460-b790-2645a51e7760 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-4ed30adc-078b-46e2-93fd-a398e09605ad {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-240d0f64-939a-4f22-a86c-b5b6339a31e9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-240d0f64-939a-4f22-a86c-b5b6339a31e9 img.shogun-image {
    
    width: px;
  }


#s-240d0f64-939a-4f22-a86c-b5b6339a31e9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ee4e7196-96f1-414b-93e8-4b5cc0e35e64 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee4e7196-96f1-414b-93e8-4b5cc0e35e64 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-c3faab51-0104-410e-a787-b81f21218939 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-c3faab51-0104-410e-a787-b81f21218939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3faab51-0104-410e-a787-b81f21218939.shg-box.shg-c {
  justify-content: center;
}

#s-dd2ec009-ec5a-40e5-ad65-a67b3014c6d6 {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd2ec009-ec5a-40e5-ad65-a67b3014c6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd2ec009-ec5a-40e5-ad65-a67b3014c6d6.shg-box.shg-c {
  justify-content: center;
}

#s-7ffaf779-797e-455c-aa07-14e660d6118f {
  background-color: rgba(217, 210, 204, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-7ffaf779-797e-455c-aa07-14e660d6118f {
  margin-top: 100px;
margin-bottom: 100px;
display: none;
}
#s-7ffaf779-797e-455c-aa07-14e660d6118f, #wrap-s-7ffaf779-797e-455c-aa07-14e660d6118f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ffaf779-797e-455c-aa07-14e660d6118f {
  display: none;
}
#s-7ffaf779-797e-455c-aa07-14e660d6118f, #wrap-s-7ffaf779-797e-455c-aa07-14e660d6118f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ffaf779-797e-455c-aa07-14e660d6118f {
  opacity: 1;
}
}







#s-7ffaf779-797e-455c-aa07-14e660d6118f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffaf779-797e-455c-aa07-14e660d6118f.shg-box.shg-c {
  justify-content: center;
}

#s-f4ef316f-af12-4066-9e49-c761d938d39c {
  margin-top: 13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(217, 210, 204, 1);
opacity: 1;
}

#s-f4ef316f-af12-4066-9e49-c761d938d39c .shogun-heading-component h1 {
  color: rgba(119, 115, 115, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1dfd739-51c0-4339-a50d-71a7b3346868 {
  margin-left: 200px;
margin-right: 200px;
background-color: rgba(217, 210, 204, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1dfd739-51c0-4339-a50d-71a7b3346868 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-f1dfd739-51c0-4339-a50d-71a7b3346868 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-45cdfe2a-de86-4600-aea5-25ea1cbc7223 {
  margin-bottom: 23px;
}
@media (min-width: 1200px){#s-45cdfe2a-de86-4600-aea5-25ea1cbc7223 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45cdfe2a-de86-4600-aea5-25ea1cbc7223 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45cdfe2a-de86-4600-aea5-25ea1cbc7223 {
  margin-left: 75px;
margin-right: 75px;
}
}@media (max-width: 767px){#s-45cdfe2a-de86-4600-aea5-25ea1cbc7223 {
  margin-left: 50px;
margin-right: 50px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
