.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-a30477bc-17ad-40f1-8170-ed75f1347d19 {
  min-height: 50px;
}








#s-a30477bc-17ad-40f1-8170-ed75f1347d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a30477bc-17ad-40f1-8170-ed75f1347d19.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4c26263c-19f7-44d3-a77a-39b1fb830efe {
  min-height: 50px;
}








#s-4c26263c-19f7-44d3-a77a-39b1fb830efe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c26263c-19f7-44d3-a77a-39b1fb830efe.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 {
  
}
}@media (max-width: 767px){#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 {
  
}
}







#s-650fc53c-41eb-41b1-bbbc-4b412be428d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-650fc53c-41eb-41b1-bbbc-4b412be428d5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2841c6c0-4377-4983-a855-98221cf8232b {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2841c6c0-4377-4983-a855-98221cf8232b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2841c6c0-4377-4983-a855-98221cf8232b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2841c6c0-4377-4983-a855-98221cf8232b {
  
}
}@media (max-width: 767px){#s-2841c6c0-4377-4983-a855-98221cf8232b {
  
}
}







#s-2841c6c0-4377-4983-a855-98221cf8232b > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-2841c6c0-4377-4983-a855-98221cf8232b.shg-box.shg-c {
  -webkit-box-pack: center;
  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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-af7d1bb3-ccd9-45d6-873a-0bd5eccbbfe1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}





#s-af7d1bb3-ccd9-45d6-873a-0bd5eccbbfe1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7dbee3f8-84a8-4c6a-b585-d3d92d53e72d {
  border-style: solid;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 14px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}





#s-7dbee3f8-84a8-4c6a-b585-d3d92d53e72d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6c1f3741-0998-4e07-baef-912ce9914e28 {
  min-height: 50px;
}








#s-6c1f3741-0998-4e07-baef-912ce9914e28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c1f3741-0998-4e07-baef-912ce9914e28.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-9a02fc89-394d-4939-8502-257cc2db41b9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a02fc89-394d-4939-8502-257cc2db41b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e1779eea-c2d5-4615-b011-40ef2af332e0 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2b16f213-e691-42d0-ab6b-796543e77df6 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}




  #s-2b16f213-e691-42d0-ab6b-796543e77df6 img.shogun-image {
    
    width: px;
  }


#s-2b16f213-e691-42d0-ab6b-796543e77df6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1412d74b-4915-475a-add5-cb911fef7eb8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1412d74b-4915-475a-add5-cb911fef7eb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1412d74b-4915-475a-add5-cb911fef7eb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1412d74b-4915-475a-add5-cb911fef7eb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9ae97a90-b135-4e5a-8a68-7eaa448f535b {
  margin-top: 40px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-9ae97a90-b135-4e5a-8a68-7eaa448f535b"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-c82ef34e-9267-472f-aa1b-ac4fa18b56cb {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}




  #s-c82ef34e-9267-472f-aa1b-ac4fa18b56cb img.shogun-image {
    
    width: px;
  }


#s-c82ef34e-9267-472f-aa1b-ac4fa18b56cb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-49d157d5-33ba-4ef4-ab9a-1578ea37de02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-49d157d5-33ba-4ef4-ab9a-1578ea37de02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49d157d5-33ba-4ef4-ab9a-1578ea37de02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49d157d5-33ba-4ef4-ab9a-1578ea37de02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-432051b3-c758-46db-b08b-470c08524e62 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d09ba036-7e9e-4e80-bc46-3e9a17a56527 {
  margin-top: 40px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d09ba036-7e9e-4e80-bc46-3e9a17a56527"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-930ed9ed-1b69-4ddd-8259-b2aad2d4a5c9 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-50d66f55-a614-4bb6-9c36-c9d1c1ba1af7 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}




  #s-50d66f55-a614-4bb6-9c36-c9d1c1ba1af7 img.shogun-image {
    
    width: px;
  }


#s-50d66f55-a614-4bb6-9c36-c9d1c1ba1af7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7b4fb8e8-ab42-4a03-b7e2-eb5b2970271d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7b4fb8e8-ab42-4a03-b7e2-eb5b2970271d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b4fb8e8-ab42-4a03-b7e2-eb5b2970271d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b4fb8e8-ab42-4a03-b7e2-eb5b2970271d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-dbcebdf1-e60b-407c-8a26-bf9eeaddab2b"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-9d41bd68-f323-4ac4-8356-959c5dab79c2 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}




  #s-9d41bd68-f323-4ac4-8356-959c5dab79c2 img.shogun-image {
    
    width: px;
  }


#s-9d41bd68-f323-4ac4-8356-959c5dab79c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2513fa55-ae1e-4385-9fdd-16c6e17a2c59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2513fa55-ae1e-4385-9fdd-16c6e17a2c59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2513fa55-ae1e-4385-9fdd-16c6e17a2c59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2513fa55-ae1e-4385-9fdd-16c6e17a2c59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e33f8b7-1f02-4fdd-ab29-a9194f8bdfe7 {
  padding-top: 20px;
padding-bottom: 20px;
}

.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-7bfa51c5-1a21-4b99-9228-6fbbbcf80d60 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}

#s-7bfa51c5-1a21-4b99-9228-6fbbbcf80d60 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-17ea5eb1-0122-4a73-8f59-594804308431 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bda0123b-d25d-4971-a628-b76d5ebc54ff {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}




  #s-bda0123b-d25d-4971-a628-b76d5ebc54ff img.shogun-image {
    
    width: px;
  }


#s-bda0123b-d25d-4971-a628-b76d5ebc54ff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-62fc2a6c-4e15-4e26-8e17-2916dacf8762 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62fc2a6c-4e15-4e26-8e17-2916dacf8762 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-13ee5b80-a769-4dbe-97ca-f636f8899743"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-c234cdb9-a8d3-4181-aba1-d31c349c786a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c02e5b49-9927-47b7-aae1-069bb0006da2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c02e5b49-9927-47b7-aae1-069bb0006da2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c02e5b49-9927-47b7-aae1-069bb0006da2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c02e5b49-9927-47b7-aae1-069bb0006da2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c46fb33a-b536-46ea-ac99-9ee9f207202a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-c46fb33a-b536-46ea-ac99-9ee9f207202a img.shogun-image {
    
    width: px;
  }


#s-c46fb33a-b536-46ea-ac99-9ee9f207202a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f0c7135f-c4bc-4243-a1bd-d29e790ae6a5 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 26px;
padding-right: 0px;
text-align: center;
}

#s-f0c7135f-c4bc-4243-a1bd-d29e790ae6a5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}



#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb {
  
}
}@media (max-width: 767px){#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb {
  
}
}







#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc42635c-faa6-4a68-8c87-eb92f9cca7cb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: -webkit-box;
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  -webkit-box-flex: 2;
          flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  -webkit-box-flex: 3;
          flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  -webkit-box-flex: 4;
          flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  -webkit-box-flex: 5;
          flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-230fa121-c07c-491c-bacc-1b7e7361f951 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-729ed049-d1c4-47f3-90f5-8171f6bff730 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  text-align: left;
}


.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  max-width: 100%;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom,
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  max-width: 100%;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom,
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  max-width: 100%;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom,
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  max-width: 100%;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom,
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 {
  max-width: 100%;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom,
.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad3a348-f9d1-437d-be5c-0ccc658a0190 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6f732743-b62f-45cd-8f70-b4785085b7e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f732743-b62f-45cd-8f70-b4785085b7e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-789ece28-60b5-48b4-a1f9-c8e6098f4ce8 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-789ece28-60b5-48b4-a1f9-c8e6098f4ce8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-789ece28-60b5-48b4-a1f9-c8e6098f4ce8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-789ece28-60b5-48b4-a1f9-c8e6098f4ce8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1ce942f9-8157-43dc-9552-649267264dcf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ce942f9-8157-43dc-9552-649267264dcf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ce942f9-8157-43dc-9552-649267264dcf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ce942f9-8157-43dc-9552-649267264dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-1ce942f9-8157-43dc-9552-649267264dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ce942f9-8157-43dc-9552-649267264dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ce942f9-8157-43dc-9552-649267264dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-009ac2c2-4a55-4b6a-9658-4ea81a887389 {
  display: none;
}
#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  text-align: left;
}


.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  max-width: 100%;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom,
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  max-width: 100%;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom,
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  max-width: 100%;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom,
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  max-width: 100%;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom,
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c {
  max-width: 100%;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom,
.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea803c5-5025-47d9-a38e-4afe9083e92c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4909eab3-09b0-416c-a7ae-635ebf89703f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4909eab3-09b0-416c-a7ae-635ebf89703f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3c1cf778-4fa0-4bd6-80f3-5bb8bc3cf1b4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-3c1cf778-4fa0-4bd6-80f3-5bb8bc3cf1b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-3c1cf778-4fa0-4bd6-80f3-5bb8bc3cf1b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c1cf778-4fa0-4bd6-80f3-5bb8bc3cf1b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-790781fe-8e86-411b-9822-a3018d4ba23f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-790781fe-8e86-411b-9822-a3018d4ba23f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-790781fe-8e86-411b-9822-a3018d4ba23f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-790781fe-8e86-411b-9822-a3018d4ba23f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-790781fe-8e86-411b-9822-a3018d4ba23f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-790781fe-8e86-411b-9822-a3018d4ba23f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-790781fe-8e86-411b-9822-a3018d4ba23f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb081019-94c2-4ebc-a399-81af6c8bd0fe {
  display: none;
}
#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  text-align: left;
}


.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  max-width: 100%;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom,
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  max-width: 100%;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom,
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  max-width: 100%;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom,
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  max-width: 100%;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom,
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 {
  max-width: 100%;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom,
.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-987b7ba8-ecd2-4dc8-a66a-a883bc6bf450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-20ee2f5e-cddd-43a8-a537-e661ce14dd51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20ee2f5e-cddd-43a8-a537-e661ce14dd51 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-5a4efca2-aa44-4b47-abd9-0d7800003f18 {
  margin-top: 20px;
text-align: center;
}

#s-5a4efca2-aa44-4b47-abd9-0d7800003f18 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-5a4efca2-aa44-4b47-abd9-0d7800003f18 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5a4efca2-aa44-4b47-abd9-0d7800003f18 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0afe8fc-4c66-45ab-b3a9-a5f592a3d4d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1037aac-82de-46ee-9211-e11938e6cd78 {
  display: none;
}
#s-290146f9-06b0-478d-a374-e2f359195b84 {
  text-align: left;
}


.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 {
  max-width: 100%;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom,
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 {
  max-width: 100%;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom,
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 {
  max-width: 100%;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom,
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 {
  max-width: 100%;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom,
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 {
  max-width: 100%;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom,
.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-290146f9-06b0-478d-a374-e2f359195b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4a52ae24-966a-43de-af2b-8e4c22f6773e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a52ae24-966a-43de-af2b-8e4c22f6773e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-97dbf182-f3db-4589-bb40-cf43b5b2c278 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-97dbf182-f3db-4589-bb40-cf43b5b2c278 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-97dbf182-f3db-4589-bb40-cf43b5b2c278 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-97dbf182-f3db-4589-bb40-cf43b5b2c278 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6f31d71b-eb16-46d0-a7f5-dac201d99896 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f31d71b-eb16-46d0-a7f5-dac201d99896:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f31d71b-eb16-46d0-a7f5-dac201d99896:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f31d71b-eb16-46d0-a7f5-dac201d99896 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6f31d71b-eb16-46d0-a7f5-dac201d99896.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f31d71b-eb16-46d0-a7f5-dac201d99896.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f31d71b-eb16-46d0-a7f5-dac201d99896.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-295a3bd4-624b-4b53-9b43-405d2ddff2ea {
  margin-top: 70px;
margin-bottom: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-295a3bd4-624b-4b53-9b43-405d2ddff2ea .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b {
  
}
}@media (max-width: 767px){#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b {
  
}
}







#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420e20a3-9de8-4b3c-90b4-aae8851cfa5b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5d160f9c-d785-43e6-846a-96e74db7e170 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d160f9c-d785-43e6-846a-96e74db7e170 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d160f9c-d785-43e6-846a-96e74db7e170 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d160f9c-d785-43e6-846a-96e74db7e170 {
  
}
}@media (max-width: 767px){#s-5d160f9c-d785-43e6-846a-96e74db7e170 {
  
}
}







#s-5d160f9c-d785-43e6-846a-96e74db7e170 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5d160f9c-d785-43e6-846a-96e74db7e170.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-66118f97-72cb-41c6-8170-da55da0eafc9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-66118f97-72cb-41c6-8170-da55da0eafc9"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-a1d4e3c6-61a6-4f45-a346-aa2f7927b3d3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-a1d4e3c6-61a6-4f45-a346-aa2f7927b3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1d4e3c6-61a6-4f45-a346-aa2f7927b3d3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ada6c7f4-150e-42aa-b940-ded2038ba5f2 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}

#s-ada6c7f4-150e-42aa-b940-ded2038ba5f2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52c8f296-864b-4b64-b94d-be28fe1bebd9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-52c8f296-864b-4b64-b94d-be28fe1bebd9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-75bc5022-d508-42ed-b1e7-f662df53e994 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7ac892ca-4233-403d-8154-4fbd6d507508 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-7ac892ca-4233-403d-8154-4fbd6d507508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ac892ca-4233-403d-8154-4fbd6d507508.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a4827193-8c07-4da7-a7cf-38b5d1b04645 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4827193-8c07-4da7-a7cf-38b5d1b04645"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-393d2e9a-3dad-4671-be0c-0b40653f893c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-393d2e9a-3dad-4671-be0c-0b40653f893c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-393d2e9a-3dad-4671-be0c-0b40653f893c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2cf5e08d-b987-4d73-b946-b2e7a398212e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-2cf5e08d-b987-4d73-b946-b2e7a398212e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf5e08d-b987-4d73-b946-b2e7a398212e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-97aef5eb-ee07-49a6-9c77-a8a11d223e69 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97aef5eb-ee07-49a6-9c77-a8a11d223e69 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f256ee96-8f11-4102-9e20-e63b93d256bb {
  margin-left: 50px;
margin-right: 50px;
}

#s-f256ee96-8f11-4102-9e20-e63b93d256bb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5fe2b5bd-8f67-4927-ac89-c7c78f55932b {
  margin-left: 50px;
margin-right: 50px;
}

#s-796235b1-fd6c-4a69-9859-b0b50a03ff8d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-796235b1-fd6c-4a69-9859-b0b50a03ff8d"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-8a63be96-ac46-4994-947c-8df8b5627bc7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-8a63be96-ac46-4994-947c-8df8b5627bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a63be96-ac46-4994-947c-8df8b5627bc7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8af11769-c5d5-4dc6-a1af-e5df622cee08 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8af11769-c5d5-4dc6-a1af-e5df622cee08 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68131b03-94df-4c18-b7b1-fd499cb89bda {
  margin-left: 50px;
margin-right: 50px;
}

#s-68131b03-94df-4c18-b7b1-fd499cb89bda hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1e7a11ba-120e-49ef-a24b-06d418ceac5e {
  margin-left: 50px;
margin-right: 50px;
}

#s-bd2fb3da-6c25-4a14-b878-56e38867aba0 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-bd2fb3da-6c25-4a14-b878-56e38867aba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd2fb3da-6c25-4a14-b878-56e38867aba0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d3728645-6626-449e-9036-8675820d2304 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-d3728645-6626-449e-9036-8675820d2304 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3329a2-663f-414b-8229-fbc93b581fb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f33e6520-ab5c-4371-b36c-f903f0b7af5e {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-f33e6520-ab5c-4371-b36c-f903f0b7af5e img.shogun-image {
    
    width: px;
  }


#s-f33e6520-ab5c-4371-b36c-f903f0b7af5e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bc908f8f-86f4-4a55-a868-dc19bf893aa4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-bc908f8f-86f4-4a55-a868-dc19bf893aa4 img.shogun-image {
    
    width: px;
  }


#s-bc908f8f-86f4-4a55-a868-dc19bf893aa4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-54da8405-ac08-40ca-987c-a18c2bee4583 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-54da8405-ac08-40ca-987c-a18c2bee4583 img.shogun-image {
    
    width: px;
  }


#s-54da8405-ac08-40ca-987c-a18c2bee4583 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e {
  margin-top: 70px;
margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d85ef9a7-09db-4e7b-8659-60fa8597ec3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5670ae90-2fe0-4620-8372-d9709a67983a {
  text-align: center;
}




  #s-5670ae90-2fe0-4620-8372-d9709a67983a img.shogun-image {
    
    width: px;
  }


#s-5670ae90-2fe0-4620-8372-d9709a67983a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3ac977-7ae1-4deb-879c-8be6225fb806"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f33659fc-b80f-4d5f-be7a-01ea9194dcf8 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f33659fc-b80f-4d5f-be7a-01ea9194dcf8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-5023738d-a609-4f09-b8c9-fd9102d41e9a {
  padding-top: 10px;
padding-bottom: 10px;
}

[id="s-5023738d-a609-4f09-b8c9-fd9102d41e9a"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-5023738d-a609-4f09-b8c9-fd9102d41e9a"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-f2e6461c-f042-4176-9170-c5dc94604545 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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 {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a2e9c04a-94f7-4574-9f00-d1599047bb4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
