.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-fcd1ba48-3b21-45dd-9ccd-dd3d542e47d3 {
  min-height: 50px;
}








#s-fcd1ba48-3b21-45dd-9ccd-dd3d542e47d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd1ba48-3b21-45dd-9ccd-dd3d542e47d3.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-7d75fd0b-1868-423d-9084-afc9a76ebeb8 {
  text-align: center;
}




  #s-7d75fd0b-1868-423d-9084-afc9a76ebeb8 img.shogun-image {
    
    width: px;
  }


#s-7d75fd0b-1868-423d-9084-afc9a76ebeb8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

#s-61834291-506c-4c02-93d4-33adde665f84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61834291-506c-4c02-93d4-33adde665f84 .shogun-heading-component h2 {
  color: rgba(181, 181, 181, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 100px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83f5978f-e513-48f3-84c8-efa86bf116b5 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83f5978f-e513-48f3-84c8-efa86bf116b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80dfb1fd-c96d-4acb-ac75-c1671193ca6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-80dfb1fd-c96d-4acb-ac75-c1671193ca6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80dfb1fd-c96d-4acb-ac75-c1671193ca6e.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;
}

@media (min-width: 0px) {
[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181fd653-0be5-41dd-a62e-57948b944d93"] > .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-f9d70bb0-82bb-4cf5-8486-acd74285a71d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f06d07d4-d88a-4a8a-a38a-0069e4e8337e {
  min-height: 50px;
}








#s-f06d07d4-d88a-4a8a-a38a-0069e4e8337e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f06d07d4-d88a-4a8a-a38a-0069e4e8337e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5b3c5c1f-0ef4-474a-9b58-e96e485e8cde hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7c6546e8-9196-4006-9e0c-2f4347928389 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7c6546e8-9196-4006-9e0c-2f4347928389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c6546e8-9196-4006-9e0c-2f4347928389.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-76e7f266-744d-4706-b9cb-ef3ce6770735 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76e7f266-744d-4706-b9cb-ef3ce6770735 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-5e4a2b35-2e03-4e10-b4ac-9c05da5c7416 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-939bf053-ce24-4791-935d-b678e9aa59fb {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-939bf053-ce24-4791-935d-b678e9aa59fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-791db615-7005-45d5-85af-48c73853bf1a {
  text-align: center;
}




  #s-791db615-7005-45d5-85af-48c73853bf1a img.shogun-image {
    
    width: px;
  }


#s-791db615-7005-45d5-85af-48c73853bf1a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7804d2e6-244e-40c9-8e31-33329c85ee39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7804d2e6-244e-40c9-8e31-33329c85ee39 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-657b52fb-85c0-48bc-9118-ca19b6dc76f7 {
  text-align: center;
}




  #s-657b52fb-85c0-48bc-9118-ca19b6dc76f7 img.shogun-image {
    
    width: px;
  }


#s-657b52fb-85c0-48bc-9118-ca19b6dc76f7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-83d22134-d0df-4915-bf20-aacd171246b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83d22134-d0df-4915-bf20-aacd171246b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-39b216a4-6cc3-43dd-b3d7-8674d40f07b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-edcda920-f5c6-4a17-a59e-96601f847639 {
  text-align: center;
}




  #s-edcda920-f5c6-4a17-a59e-96601f847639 img.shogun-image {
    
    width: px;
  }


#s-edcda920-f5c6-4a17-a59e-96601f847639 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-418b28f0-0815-4a13-8cda-169c6e48d6d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-418b28f0-0815-4a13-8cda-169c6e48d6d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9b674c0c-bae2-4cfc-8a40-7714671493c1 {
  text-align: center;
}




  #s-9b674c0c-bae2-4cfc-8a40-7714671493c1 img.shogun-image {
    
    width: px;
  }


#s-9b674c0c-bae2-4cfc-8a40-7714671493c1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6a80dfc5-96b8-4727-871f-8539578c2fe1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a80dfc5-96b8-4727-871f-8539578c2fe1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8483a762-bdca-4785-a539-c420f1132a7d {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-8483a762-bdca-4785-a539-c420f1132a7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-e126b441-c351-48d1-a1a8-2f19d3ec6d94 {
  text-align: center;
}




  #s-e126b441-c351-48d1-a1a8-2f19d3ec6d94 img.shogun-image {
    
    width: px;
  }


#s-e126b441-c351-48d1-a1a8-2f19d3ec6d94 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fb1bf0a3-6c18-4c66-9a6f-a9f5030973ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb1bf0a3-6c18-4c66-9a6f-a9f5030973ae .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42cbddda-89ff-4bc2-bcac-24c24c8eea11 {
  text-align: center;
}




  #s-42cbddda-89ff-4bc2-bcac-24c24c8eea11 img.shogun-image {
    
    width: px;
  }


#s-42cbddda-89ff-4bc2-bcac-24c24c8eea11 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-05838d61-8f48-4be2-b600-ad3669edb443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05838d61-8f48-4be2-b600-ad3669edb443 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38 {
  background-image: url(https://i.shgcdn.com/58aa19ce-4617-418f-b367-413c21dd2d5e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 500px;
background-position: right center;
}

@media (min-width: 0px) {
[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a592e92-6edf-4850-8ca4-8c97ed1a9e38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-211742b3-c422-4ef0-b777-76abc185a342 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.88);
}








#s-211742b3-c422-4ef0-b777-76abc185a342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211742b3-c422-4ef0-b777-76abc185a342.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-efcde5d6-8731-4c2c-85a1-2c211f01024f {
  opacity: 0.9;
background-color: rgba(255, 255, 255, 0);
}

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

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

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

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

#s-18b310f1-54d1-402c-bef3-83f2f183755e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 350px;
}

.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-92ad282c-e463-4ffb-8e1d-075c2b13ed8c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
opacity: 1;
text-align: center;
background-color: rgba(194, 47, 47, 1);
text-decoration: none;
}
#s-92ad282c-e463-4ffb-8e1d-075c2b13ed8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92ad282c-e463-4ffb-8e1d-075c2b13ed8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92ad282c-e463-4ffb-8e1d-075c2b13ed8c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-88037638-4854-4328-8874-fde7042538cb {
  min-height: 50px;
}








#s-88037638-4854-4328-8874-fde7042538cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88037638-4854-4328-8874-fde7042538cb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-43e4519b-28b5-42ef-86bb-2f0534072ca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43e4519b-28b5-42ef-86bb-2f0534072ca1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1d07d3d-ee4c-41b1-b0d9-73dc041781f7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f890329-abb6-4b2e-87c1-459043b691bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5c808e3c-8cee-4051-9467-3cdad4089490 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(36, 65, 83, 1);
}








#s-5c808e3c-8cee-4051-9467-3cdad4089490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c808e3c-8cee-4051-9467-3cdad4089490.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75f14bb8-0e0e-4c6e-8537-8dcbb7dc752e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a6e89b7-a28b-46a5-b798-673658d13392 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a6e89b7-a28b-46a5-b798-673658d13392 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(225, 204, 2, 1);
}

#s-00140b50-20e3-47df-8293-ebf8ca031bdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00140b50-20e3-47df-8293-ebf8ca031bdd .shogun-heading-component h3 {
  color: rgba(225, 204, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd53e092-5958-406f-b98a-e1e828c822f7 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-dd53e092-5958-406f-b98a-e1e828c822f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd53e092-5958-406f-b98a-e1e828c822f7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6c16839e-5506-4f14-9cf4-aff0dfb7feab {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-6c16839e-5506-4f14-9cf4-aff0dfb7feab {
  display: none;
}
.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-89d060a0-522c-4cd6-833f-2242bd468bb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89d060a0-522c-4cd6-833f-2242bd468bb7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

.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-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  text-align: center;
}


.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  max-width: 100%;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom,
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  max-width: 100%;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom,
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  max-width: 100%;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom,
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  max-width: 100%;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom,
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 {
  max-width: 100%;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom,
.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ca4a7233-67d8-4879-b9d1-3897d66ad804 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bb98d421-39e1-41f3-9433-5f64974e381b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-bb98d421-39e1-41f3-9433-5f64974e381b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bb98d421-39e1-41f3-9433-5f64974e381b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bb98d421-39e1-41f3-9433-5f64974e381b .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-d42102af-a6dd-4b9c-b116-ac7b76cd05bc {
  margin-left: 2%;
margin-right: 2%;
}

#s-d1d3f4db-9ce1-4d72-901d-d943698a6f8d {
  margin-left: 5%;
margin-right: 5%;
}

#s-d1d3f4db-9ce1-4d72-901d-d943698a6f8d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(165, 165, 165, 1);
}

#s-7f11c558-5f4e-4495-a691-21b665b7eb6a {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(36, 65, 83, 1);
}








#s-7f11c558-5f4e-4495-a691-21b665b7eb6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f11c558-5f4e-4495-a691-21b665b7eb6a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-154eb97f-6da0-48e6-82cc-8ef2444dc051"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e0663d05-df9f-4fb4-ab4a-963da136f66d .shogun-icon-wrapper {
  text-align: center;
}


#s-e0663d05-df9f-4fb4-ab4a-963da136f66d .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(225, 204, 2, 1);
}

#s-457cbe15-46c5-4265-93bb-455c6def446d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-457cbe15-46c5-4265-93bb-455c6def446d .shogun-heading-component h3 {
  color: rgba(225, 204, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d0c400b-8101-4304-bc04-0ff87763e3fd {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-8d0c400b-8101-4304-bc04-0ff87763e3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0c400b-8101-4304-bc04-0ff87763e3fd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-dfcb1725-ca80-49d9-a0cc-42d72dd92604 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-dfcb1725-ca80-49d9-a0cc-42d72dd92604 {
  display: none;
}
#s-bc9f19bc-d7f2-47dc-a1a2-0bf9e72c543d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc9f19bc-d7f2-47dc-a1a2-0bf9e72c543d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  text-align: center;
}


.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  max-width: 100%;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom,
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  max-width: 100%;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom,
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  max-width: 100%;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom,
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  max-width: 100%;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom,
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 {
  max-width: 100%;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom,
.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-c329b28a-4abf-45fa-95f2-1d2fc160f416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-da13f66a-435b-4890-b4a0-a5461497dae5 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-da13f66a-435b-4890-b4a0-a5461497dae5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-da13f66a-435b-4890-b4a0-a5461497dae5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da13f66a-435b-4890-b4a0-a5461497dae5 .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-7460441b-41d2-4962-87b8-53f5424bf1b7 {
  margin-left: 2%;
margin-right: 2%;
}

#s-e0268de1-523c-4ae8-acd5-0fc175964160 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e0268de1-523c-4ae8-acd5-0fc175964160 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(165, 165, 165, 1);
}

#s-178d597e-3fa7-47e3-b94d-2c48a45eefee {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(36, 65, 83, 1);
}








#s-178d597e-3fa7-47e3-b94d-2c48a45eefee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-178d597e-3fa7-47e3-b94d-2c48a45eefee.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5fbafcb6-3086-41f8-8cb1-ed0fba54b959"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fea3a639-25c2-410f-8bfc-186855c2957c .shogun-icon-wrapper {
  text-align: center;
}


#s-fea3a639-25c2-410f-8bfc-186855c2957c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(225, 204, 2, 1);
}

#s-68e70f32-dba3-4211-bfb2-ddb19dbb8f46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68e70f32-dba3-4211-bfb2-ddb19dbb8f46 .shogun-heading-component h3 {
  color: rgba(225, 204, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4dda81ce-15cb-4540-8636-6137a1327f82 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-4dda81ce-15cb-4540-8636-6137a1327f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dda81ce-15cb-4540-8636-6137a1327f82.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d4c87d39-ba16-48b8-b6dc-64fc7ffed367 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-d4c87d39-ba16-48b8-b6dc-64fc7ffed367 {
  display: none;
}
#s-60888aa1-8868-40e8-8b5a-e6f5855320da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60888aa1-8868-40e8-8b5a-e6f5855320da .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  text-align: center;
}


.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  max-width: 100%;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom,
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  max-width: 100%;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom,
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  max-width: 100%;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom,
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  max-width: 100%;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom,
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea {
  max-width: 100%;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom,
.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d5a1ff2-5a2a-4c09-afbf-d08f87769dea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-17f9d76e-3f93-4348-ac82-08d04dcbd20f {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-17f9d76e-3f93-4348-ac82-08d04dcbd20f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-17f9d76e-3f93-4348-ac82-08d04dcbd20f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17f9d76e-3f93-4348-ac82-08d04dcbd20f .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-a7d7dd62-f8a9-49cb-b137-7303635f4684 {
  margin-left: 2%;
margin-right: 2%;
}

#s-5886785f-e48a-439b-b033-813ecbd11738 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5886785f-e48a-439b-b033-813ecbd11738 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(165, 165, 165, 1);
}

#s-c9a4cb46-581a-4087-855c-ce7c3cf50e8d {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-c9a4cb46-581a-4087-855c-ce7c3cf50e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a4cb46-581a-4087-855c-ce7c3cf50e8d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c25fb82a-db6f-43ed-b8b7-9df672b8bd1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c25fb82a-db6f-43ed-b8b7-9df672b8bd1d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7fddf36c-0a9e-479f-bf56-04655a8bbd78 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-082f646b-717a-4566-b090-8253439a0a75 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8ea735b-f8c1-465d-b0de-d6e764a7e94f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-63dffa40-4b4c-4370-94ad-dc9057088946 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-63dffa40-4b4c-4370-94ad-dc9057088946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63dffa40-4b4c-4370-94ad-dc9057088946.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bb7b87c6-7faf-44cd-944e-f50fd184c45c {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-bb7b87c6-7faf-44cd-944e-f50fd184c45c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7b87c6-7faf-44cd-944e-f50fd184c45c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-21f1e07d-7245-4b00-aa1b-567a88e25cfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21f1e07d-7245-4b00-aa1b-567a88e25cfe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-080be308-2511-48fd-be36-91d438340e26 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-080be308-2511-48fd-be36-91d438340e26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080be308-2511-48fd-be36-91d438340e26.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2c390fc8-63d3-47ab-8787-ca8c803785c1 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-2c390fc8-63d3-47ab-8787-ca8c803785c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c390fc8-63d3-47ab-8787-ca8c803785c1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-76226688-eb12-4907-afe6-94a03ffd4cf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76226688-eb12-4907-afe6-94a03ffd4cf5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7a0ff825-6b7e-45e5-b6aa-5c206055f082 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7a0ff825-6b7e-45e5-b6aa-5c206055f082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0ff825-6b7e-45e5-b6aa-5c206055f082.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3801dca2-4a13-4b5c-83c0-2fb8950e9419 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-3801dca2-4a13-4b5c-83c0-2fb8950e9419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3801dca2-4a13-4b5c-83c0-2fb8950e9419.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-76c1563a-190f-423c-9b48-5083c7c223c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76c1563a-190f-423c-9b48-5083c7c223c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72fcef33-7fff-464b-82b4-adfcc8b69418"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-abcb4c0d-ab38-4461-9240-3c2262f5c225 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-abcb4c0d-ab38-4461-9240-3c2262f5c225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abcb4c0d-ab38-4461-9240-3c2262f5c225 {
  cursor: pointer;
}#s-abcb4c0d-ab38-4461-9240-3c2262f5c225.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8db7f28c-3501-46eb-81ef-a25304b17645 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-8db7f28c-3501-46eb-81ef-a25304b17645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db7f28c-3501-46eb-81ef-a25304b17645.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9483e66c-d488-4d68-8e06-87a5a8be422f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9483e66c-d488-4d68-8e06-87a5a8be422f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-845d7827-5ed4-4ce9-b9ec-63433c22164c {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-845d7827-5ed4-4ce9-b9ec-63433c22164c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-845d7827-5ed4-4ce9-b9ec-63433c22164c {
  cursor: pointer;
}#s-845d7827-5ed4-4ce9-b9ec-63433c22164c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-39085a7b-cfb0-4b77-a697-49bc335c584b {
  background-image: url(https://i.shgcdn.com/d23c221b-90f7-44b5-9a30-77774e835b46/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-39085a7b-cfb0-4b77-a697-49bc335c584b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39085a7b-cfb0-4b77-a697-49bc335c584b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4b324bcd-2b0b-4bf9-a5eb-70bc6a029777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b324bcd-2b0b-4bf9-a5eb-70bc6a029777 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7bb9b542-d873-47a7-9e0e-0d0c05712a29 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7bb9b542-d873-47a7-9e0e-0d0c05712a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb9b542-d873-47a7-9e0e-0d0c05712a29 {
  cursor: pointer;
}#s-7bb9b542-d873-47a7-9e0e-0d0c05712a29.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d15934af-d27a-472e-8282-30f25ba02565 {
  background-image: url(https://i.shgcdn.com/4275fd7d-8c99-4663-b6e3-d7d9f97cf2fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-d15934af-d27a-472e-8282-30f25ba02565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d15934af-d27a-472e-8282-30f25ba02565.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5fd7eae1-61b1-4670-9f1d-b48085970c06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fd7eae1-61b1-4670-9f1d-b48085970c06 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4798f2c9-5890-4cf1-b787-cec8fd109539"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f1ba4a08-1580-4d56-9f69-8180432ee6ec {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-f1ba4a08-1580-4d56-9f69-8180432ee6ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ba4a08-1580-4d56-9f69-8180432ee6ec {
  cursor: pointer;
}#s-f1ba4a08-1580-4d56-9f69-8180432ee6ec.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8d9e7d73-3c0e-41cb-a29d-55834bde44a7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center bottom;
}








#s-8d9e7d73-3c0e-41cb-a29d-55834bde44a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9e7d73-3c0e-41cb-a29d-55834bde44a7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0afad7df-3e25-466d-a138-a4e9d4e88cb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0afad7df-3e25-466d-a138-a4e9d4e88cb2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-151faaaf-d6fb-4082-a789-9aa4397ab2d3 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-151faaaf-d6fb-4082-a789-9aa4397ab2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151faaaf-d6fb-4082-a789-9aa4397ab2d3 {
  cursor: pointer;
}#s-151faaaf-d6fb-4082-a789-9aa4397ab2d3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-51696bfb-4c48-41a0-98af-901365823769 {
  background-image: url(https://i.shgcdn.com/42b100bd-8719-4769-b297-c4f8b5f8c967/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-51696bfb-4c48-41a0-98af-901365823769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51696bfb-4c48-41a0-98af-901365823769.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f060856b-1309-46a3-b236-9ba5094cd7aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f060856b-1309-46a3-b236-9ba5094cd7aa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c8e6905-a0db-49be-9dfa-1d63f137ab79 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-4c8e6905-a0db-49be-9dfa-1d63f137ab79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8e6905-a0db-49be-9dfa-1d63f137ab79 {
  cursor: pointer;
}#s-4c8e6905-a0db-49be-9dfa-1d63f137ab79.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-30e694c7-1eb4-428c-8934-3a439585901f {
  background-image: url(https://i.shgcdn.com/ac7caf13-73fe-4697-ab9d-eb2160c6136b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-30e694c7-1eb4-428c-8934-3a439585901f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e694c7-1eb4-428c-8934-3a439585901f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ee9cfdd7-570b-4ace-8372-9be0330626ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee9cfdd7-570b-4ace-8372-9be0330626ae .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6a890cd-2857-42b9-a97c-5cbeb655d0b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-88bac7a1-3267-4b81-8dea-ddae105dfa8a {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-88bac7a1-3267-4b81-8dea-ddae105dfa8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88bac7a1-3267-4b81-8dea-ddae105dfa8a {
  cursor: pointer;
}#s-88bac7a1-3267-4b81-8dea-ddae105dfa8a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d45a78dc-926e-413c-84b9-257875557adf {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center bottom;
}








#s-d45a78dc-926e-413c-84b9-257875557adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d45a78dc-926e-413c-84b9-257875557adf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-89ad72ce-9c92-49ea-850f-9dacc6e6d262 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89ad72ce-9c92-49ea-850f-9dacc6e6d262 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-821fcbf8-37aa-46c3-af11-aab837d0e8c1 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-821fcbf8-37aa-46c3-af11-aab837d0e8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-821fcbf8-37aa-46c3-af11-aab837d0e8c1 {
  cursor: pointer;
}#s-821fcbf8-37aa-46c3-af11-aab837d0e8c1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e5f696f7-9944-4cf6-8be1-5ab805d478b7 {
  background-image: url(https://i.shgcdn.com/3a515508-705a-4718-8a94-736e43ec20b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center top;
}








#s-e5f696f7-9944-4cf6-8be1-5ab805d478b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f696f7-9944-4cf6-8be1-5ab805d478b7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d8f3c98d-d800-457f-b9b5-38617871a49d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8f3c98d-d800-457f-b9b5-38617871a49d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d783998-38ea-4d24-8b6d-5c7526119082 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-8d783998-38ea-4d24-8b6d-5c7526119082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d783998-38ea-4d24-8b6d-5c7526119082 {
  cursor: pointer;
}#s-8d783998-38ea-4d24-8b6d-5c7526119082.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e635f472-8770-47be-baad-d3a64fae53f7 {
  background-image: url(https://i.shgcdn.com/364070ce-9b3f-4461-bbf9-0731806377bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-e635f472-8770-47be-baad-d3a64fae53f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e635f472-8770-47be-baad-d3a64fae53f7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7ee7a3d4-de11-48a6-b949-a31ef7a7dd80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ee7a3d4-de11-48a6-b949-a31ef7a7dd80 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5420313-3d27-458b-8dba-96f876445941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bf7a604d-4c2c-48a6-99af-11d83f0d970e {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-bf7a604d-4c2c-48a6-99af-11d83f0d970e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf7a604d-4c2c-48a6-99af-11d83f0d970e {
  cursor: pointer;
}#s-bf7a604d-4c2c-48a6-99af-11d83f0d970e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8ac3002e-50e4-42c7-8228-0ae0db4f67ec {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-8ac3002e-50e4-42c7-8228-0ae0db4f67ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac3002e-50e4-42c7-8228-0ae0db4f67ec.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-36eb1613-f8dc-4a5a-b9b4-854f74c9d405 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36eb1613-f8dc-4a5a-b9b4-854f74c9d405 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bef62159-d1c8-4642-8cde-9dafcca5242c {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-bef62159-d1c8-4642-8cde-9dafcca5242c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef62159-d1c8-4642-8cde-9dafcca5242c {
  cursor: pointer;
}#s-bef62159-d1c8-4642-8cde-9dafcca5242c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e890e6e4-98df-4400-9d04-827123e0732a {
  background-image: url(https://i.shgcdn.com/5c1ee1fa-2af3-4c79-9194-13228f3b27c3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-e890e6e4-98df-4400-9d04-827123e0732a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e890e6e4-98df-4400-9d04-827123e0732a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1338154e-a4cb-49e7-ab49-3a2ea165bbbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1338154e-a4cb-49e7-ab49-3a2ea165bbbe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-52fb0cd8-ed92-4223-b704-6416f33b465c {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-52fb0cd8-ed92-4223-b704-6416f33b465c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52fb0cd8-ed92-4223-b704-6416f33b465c {
  cursor: pointer;
}#s-52fb0cd8-ed92-4223-b704-6416f33b465c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c27f6a66-18db-412b-b737-af1108723c85 {
  background-image: url(https://i.shgcdn.com/6f2ab287-62ef-48c1-bb41-0268532c0026/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-c27f6a66-18db-412b-b737-af1108723c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c27f6a66-18db-412b-b737-af1108723c85.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-51c37b1e-34c2-429e-9bd4-b9cd370148f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51c37b1e-34c2-429e-9bd4-b9cd370148f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6780e99a-ba82-48d3-a18b-70846eab837f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-03a5d486-639b-4fa3-87b3-116d0b2b94a2 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-03a5d486-639b-4fa3-87b3-116d0b2b94a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a5d486-639b-4fa3-87b3-116d0b2b94a2 {
  cursor: pointer;
}#s-03a5d486-639b-4fa3-87b3-116d0b2b94a2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-46af5d5b-b9ee-4a71-8650-145ab40068d0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-46af5d5b-b9ee-4a71-8650-145ab40068d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46af5d5b-b9ee-4a71-8650-145ab40068d0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ec9e73d0-7216-4557-b61d-0c3ec92f5a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec9e73d0-7216-4557-b61d-0c3ec92f5a39 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d1edfe2-5c15-437c-8325-5c09250b2d89 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7d1edfe2-5c15-437c-8325-5c09250b2d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d1edfe2-5c15-437c-8325-5c09250b2d89 {
  cursor: pointer;
}#s-7d1edfe2-5c15-437c-8325-5c09250b2d89.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e4cbe544-c4bd-42bc-8231-4e777d8cf66d {
  background-image: url(https://i.shgcdn.com/e3818324-e32e-46a0-accd-8bd2abfbb7cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-e4cbe544-c4bd-42bc-8231-4e777d8cf66d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4cbe544-c4bd-42bc-8231-4e777d8cf66d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7a3f3d0a-3d9d-4392-a41d-5611e117ddde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a3f3d0a-3d9d-4392-a41d-5611e117ddde .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e8ca23ee-4ece-4a67-be57-068670a90953 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-e8ca23ee-4ece-4a67-be57-068670a90953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ca23ee-4ece-4a67-be57-068670a90953 {
  cursor: pointer;
}#s-e8ca23ee-4ece-4a67-be57-068670a90953.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d0cba4f8-4cc8-4066-aa7e-87839145ef42 {
  background-image: url(https://i.shgcdn.com/9203ff15-d5d0-4202-9d7e-e8f95ea99438/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-d0cba4f8-4cc8-4066-aa7e-87839145ef42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0cba4f8-4cc8-4066-aa7e-87839145ef42.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9c175f47-83c5-4df0-b9c5-8ceb960bfebe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c175f47-83c5-4df0-b9c5-8ceb960bfebe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



/*
  $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;
}
