.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-e91dc7a1-f47f-4da4-b268-2a6736389a54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e91dc7a1-f47f-4da4-b268-2a6736389a54 .shogun-heading-component h4 {
  color: rgba(7, 7, 7, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5d2a51bb-7012-4322-b500-8d84a17f83a5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d2a51bb-7012-4322-b500-8d84a17f83a5 {
  
}
}@media (max-width: 767px){#s-5d2a51bb-7012-4322-b500-8d84a17f83a5 {
  
}
}







#s-5d2a51bb-7012-4322-b500-8d84a17f83a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d2a51bb-7012-4322-b500-8d84a17f83a5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-6b11c626-e8ac-4e73-9854-395f720e4fb2 {
  text-align: center;
}




  #s-6b11c626-e8ac-4e73-9854-395f720e4fb2 img.shogun-image {
    
    width: px;
  }


#s-6b11c626-e8ac-4e73-9854-395f720e4fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef898f3-577b-466a-a985-2c9502b4d16c {
  min-height: 50px;
}








#s-6ef898f3-577b-466a-a985-2c9502b4d16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ef898f3-577b-466a-a985-2c9502b4d16c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-730b0021-cd3c-454f-9f2f-64f1e4d2629f {
  min-height: 50px;
}








#s-730b0021-cd3c-454f-9f2f-64f1e4d2629f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-730b0021-cd3c-454f-9f2f-64f1e4d2629f.shg-box.shg-c {
  justify-content: center;
}

#s-b8f3e6a2-a6a7-4751-a4c3-a99fca395888 {
  min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-b8f3e6a2-a6a7-4751-a4c3-a99fca395888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8f3e6a2-a6a7-4751-a4c3-a99fca395888.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-c6daa98e-a653-4109-9439-3c0bd95491f4 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c6daa98e-a653-4109-9439-3c0bd95491f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-a1f80b32-3769-4e29-bf9e-5364f08a041b {
  min-height: 50px;
}








#s-a1f80b32-3769-4e29-bf9e-5364f08a041b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f80b32-3769-4e29-bf9e-5364f08a041b.shg-box.shg-c {
  justify-content: center;
}

#s-f30c6aae-d429-4de9-ab5a-7eb79db3976c {
  text-align: left;
}




  #s-f30c6aae-d429-4de9-ab5a-7eb79db3976c img.shogun-image {
    
    width: px;
  }


#s-f30c6aae-d429-4de9-ab5a-7eb79db3976c .shogun-image-content {
  
    align-items: center;
  
}

#s-708946ae-7e54-49ee-9e8c-17da4b23e4b8 {
  min-height: 50px;
}








#s-708946ae-7e54-49ee-9e8c-17da4b23e4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-708946ae-7e54-49ee-9e8c-17da4b23e4b8.shg-box.shg-c {
  justify-content: center;
}

#s-e921541c-d4ce-474c-83a9-71c31a33a6d3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-24887309-54e3-4cc4-ad34-abd938291d44 {
  min-height: 50px;
}








#s-24887309-54e3-4cc4-ad34-abd938291d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24887309-54e3-4cc4-ad34-abd938291d44.shg-box.shg-c {
  justify-content: center;
}

#s-2de5f4a3-0ea3-4427-9b95-4666edb48b41 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-2de5f4a3-0ea3-4427-9b95-4666edb48b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de5f4a3-0ea3-4427-9b95-4666edb48b41.shg-box.shg-c {
  justify-content: center;
}

#s-66547887-2d56-4812-ad6b-1b85340797be {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66547887-2d56-4812-ad6b-1b85340797be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-587fafa6-7e0f-4330-aa53-5ae425626b7c {
  min-height: 50px;
}








#s-587fafa6-7e0f-4330-aa53-5ae425626b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-587fafa6-7e0f-4330-aa53-5ae425626b7c.shg-box.shg-c {
  justify-content: center;
}

#s-69501034-9e88-4642-ba8b-daee40d8d48d {
  text-align: left;
}




  #s-69501034-9e88-4642-ba8b-daee40d8d48d img.shogun-image {
    
    width: px;
  }


#s-69501034-9e88-4642-ba8b-daee40d8d48d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2eed78-2137-4c43-8763-d5be9ee562af {
  min-height: 50px;
}








#s-0a2eed78-2137-4c43-8763-d5be9ee562af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a2eed78-2137-4c43-8763-d5be9ee562af.shg-box.shg-c {
  justify-content: center;
}

#s-986e060d-566a-460f-a78b-f76db2699628 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde {
  text-align: center;
}
@media (min-width: 1200px){#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde {
  display: none;
}
#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde, #wrap-s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde {
  display: none;
}
#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde, #wrap-s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde {
  display: none;
}
#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde, #wrap-s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde { display:none !important; }}



  #s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde img.shogun-image {
    
    width: px;
  }


#s-7772cf9f-0da5-46ac-9ea9-fc2a64394bde .shogun-image-content {
  
    align-items: center;
  
}

#s-38209eec-734b-48e8-b8c3-fe0b5749e036 {
  min-height: 50px;
}








#s-38209eec-734b-48e8-b8c3-fe0b5749e036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38209eec-734b-48e8-b8c3-fe0b5749e036.shg-box.shg-c {
  justify-content: center;
}

#s-69d6c515-f34e-4bca-80a3-2ca4998fcd1a {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-69d6c515-f34e-4bca-80a3-2ca4998fcd1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d6c515-f34e-4bca-80a3-2ca4998fcd1a.shg-box.shg-c {
  justify-content: center;
}

#s-1c7bda21-fe84-41fd-89a7-95357a554495 {
  min-height: 50px;
}








#s-1c7bda21-fe84-41fd-89a7-95357a554495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7bda21-fe84-41fd-89a7-95357a554495.shg-box.shg-c {
  justify-content: center;
}

#s-e1349b52-b933-4751-a7b8-5475729ca649 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0 {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-128fb5db-0dce-46b9-a9cd-f31fbf9f9df0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-fee5ec11-6086-4c29-9520-5a980b743e33 {
  text-align: center;
}




  #s-fee5ec11-6086-4c29-9520-5a980b743e33 img.shogun-image {
    
    width: px;
  }


#s-fee5ec11-6086-4c29-9520-5a980b743e33 .shogun-image-content {
  
    align-items: center;
  
}

#s-efaa4efe-95e4-4004-93c2-d30379731dcb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-efaa4efe-95e4-4004-93c2-d30379731dcb {
  display: none;
}
#s-efaa4efe-95e4-4004-93c2-d30379731dcb, #wrap-s-efaa4efe-95e4-4004-93c2-d30379731dcb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efaa4efe-95e4-4004-93c2-d30379731dcb {
  display: none;
}
#s-efaa4efe-95e4-4004-93c2-d30379731dcb, #wrap-s-efaa4efe-95e4-4004-93c2-d30379731dcb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efaa4efe-95e4-4004-93c2-d30379731dcb {
  display: none;
}
#s-efaa4efe-95e4-4004-93c2-d30379731dcb, #wrap-s-efaa4efe-95e4-4004-93c2-d30379731dcb { display:none !important; }}







#s-efaa4efe-95e4-4004-93c2-d30379731dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efaa4efe-95e4-4004-93c2-d30379731dcb.shg-box.shg-c {
  justify-content: center;
}

#s-07283c0f-fee5-4a18-8c81-3ef7b907b28c {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-93e0d456-6836-4f67-8c5f-8a263b2a7ddf {
  min-height: 50px;
}








#s-93e0d456-6836-4f67-8c5f-8a263b2a7ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e0d456-6836-4f67-8c5f-8a263b2a7ddf.shg-box.shg-c {
  justify-content: center;
}

#s-6cf2a3df-5abc-4ee3-a488-89bc0ebc20a4 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-6cf2a3df-5abc-4ee3-a488-89bc0ebc20a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cf2a3df-5abc-4ee3-a488-89bc0ebc20a4.shg-box.shg-c {
  justify-content: center;
}

#s-2a60978f-414b-446f-bc64-edcf8d49f97a {
  min-height: 50px;
}








#s-2a60978f-414b-446f-bc64-edcf8d49f97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a60978f-414b-446f-bc64-edcf8d49f97a.shg-box.shg-c {
  justify-content: center;
}

#s-e266bdfa-ed21-4338-8f51-78d7e882dc68 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7dce45c8-8a47-4be1-8845-c5308f8ee6ed {
  padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-7dce45c8-8a47-4be1-8845-c5308f8ee6ed .shogun-heading-component h4 {
  color: rgba(3, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-766cf147-ed04-4a30-b7f6-bd02fcacd637 {
  padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-766cf147-ed04-4a30-b7f6-bd02fcacd637"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4eae06a4-aea5-4f98-8137-75a45827b9d1 {
  text-align: center;
}




  #s-4eae06a4-aea5-4f98-8137-75a45827b9d1 img.shogun-image {
    
    width: px;
  }


#s-4eae06a4-aea5-4f98-8137-75a45827b9d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7319eee3-bc02-4dd0-a177-40eedf2a3160 {
  text-align: center;
}




  #s-7319eee3-bc02-4dd0-a177-40eedf2a3160 img.shogun-image {
    
    width: px;
  }


#s-7319eee3-bc02-4dd0-a177-40eedf2a3160 .shogun-image-content {
  
    align-items: center;
  
}

#s-b061efc1-90fe-438f-98e3-eb89d616e4ba {
  text-align: center;
}




  #s-b061efc1-90fe-438f-98e3-eb89d616e4ba img.shogun-image {
    
    width: px;
  }


#s-b061efc1-90fe-438f-98e3-eb89d616e4ba .shogun-image-content {
  
    align-items: center;
  
}

#s-9dd55907-3f11-4082-abc3-6bb464ffb9b6 {
  text-align: center;
}




  #s-9dd55907-3f11-4082-abc3-6bb464ffb9b6 img.shogun-image {
    
    width: px;
  }


#s-9dd55907-3f11-4082-abc3-6bb464ffb9b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-333649cd-31cd-4b2c-bd75-8ae349b12b3c {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8394ed8f-c568-466e-9de9-1727c54002bf {
  min-height: 50px;
}
@media (max-width: 767px){#s-8394ed8f-c568-466e-9de9-1727c54002bf {
  display: none;
}
#s-8394ed8f-c568-466e-9de9-1727c54002bf, #wrap-s-8394ed8f-c568-466e-9de9-1727c54002bf { display:none !important; }}







#s-8394ed8f-c568-466e-9de9-1727c54002bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8394ed8f-c568-466e-9de9-1727c54002bf.shg-box.shg-c {
  justify-content: center;
}

#s-9c0f4ea6-121e-45ff-8827-cbbbcf6509db {
  min-height: 50px;
}








#s-9c0f4ea6-121e-45ff-8827-cbbbcf6509db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0f4ea6-121e-45ff-8827-cbbbcf6509db.shg-box.shg-c {
  justify-content: center;
}

#s-c4ad23b8-5acf-4284-9e77-72d783f07e68 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-c4ad23b8-5acf-4284-9e77-72d783f07e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4ad23b8-5acf-4284-9e77-72d783f07e68.shg-box.shg-c {
  justify-content: center;
}

#s-1a7a9e53-0c40-4942-a6f7-ffa03d690490 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1a7a9e53-0c40-4942-a6f7-ffa03d690490 {
  
}
}







#s-1a7a9e53-0c40-4942-a6f7-ffa03d690490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7a9e53-0c40-4942-a6f7-ffa03d690490.shg-box.shg-c {
  justify-content: center;
}

#s-e5a0842f-8e7d-48b3-8c97-651e89f5148d {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e5a0842f-8e7d-48b3-8c97-651e89f5148d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-06a8c87b-4939-4358-8889-c9c400705d81 {
  text-align: left;
}




  #s-06a8c87b-4939-4358-8889-c9c400705d81 img.shogun-image {
    
    width: px;
  }


#s-06a8c87b-4939-4358-8889-c9c400705d81 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2a9ec33-bb57-4b8b-b3de-0578be8f29f4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-07d63790-464b-473e-b288-c28dc1f5b440 {
  min-height: 50px;
}








#s-07d63790-464b-473e-b288-c28dc1f5b440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07d63790-464b-473e-b288-c28dc1f5b440.shg-box.shg-c {
  justify-content: center;
}

#s-90721b9a-f14e-4597-af37-b03c2f6b9765 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-90721b9a-f14e-4597-af37-b03c2f6b9765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90721b9a-f14e-4597-af37-b03c2f6b9765.shg-box.shg-c {
  justify-content: center;
}

#s-99ee3dc0-2d58-4d32-8398-e3c2c896a4b8 {
  min-height: 50px;
}








#s-99ee3dc0-2d58-4d32-8398-e3c2c896a4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99ee3dc0-2d58-4d32-8398-e3c2c896a4b8.shg-box.shg-c {
  justify-content: center;
}

#s-fd00957b-7f4b-4989-b7fe-4984226beb3f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ad011435-5000-446d-8c1c-9acab1479a63 {
  padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-ad011435-5000-446d-8c1c-9acab1479a63 .shogun-heading-component h4 {
  color: rgba(3, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2b2899d-e1af-471f-95a0-0fa80be5572e {
  padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2b2899d-e1af-471f-95a0-0fa80be5572e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-32f102c1-3a9d-4987-950d-7f3c6af3e785 {
  text-align: center;
}




  #s-32f102c1-3a9d-4987-950d-7f3c6af3e785 img.shogun-image {
    
    width: px;
  }


#s-32f102c1-3a9d-4987-950d-7f3c6af3e785 .shogun-image-content {
  
    align-items: center;
  
}

#s-771a9705-1f8c-4e1c-baa0-a631bb8b4b57 {
  text-align: center;
}




  #s-771a9705-1f8c-4e1c-baa0-a631bb8b4b57 img.shogun-image {
    
    width: px;
  }


#s-771a9705-1f8c-4e1c-baa0-a631bb8b4b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a3fa3ab-41e9-41cc-ae8a-c7f50b6481af {
  text-align: center;
}




  #s-6a3fa3ab-41e9-41cc-ae8a-c7f50b6481af img.shogun-image {
    
    width: px;
  }


#s-6a3fa3ab-41e9-41cc-ae8a-c7f50b6481af .shogun-image-content {
  
    align-items: center;
  
}

#s-583026f0-07aa-4996-8443-819b31376ab5 {
  text-align: center;
}




  #s-583026f0-07aa-4996-8443-819b31376ab5 img.shogun-image {
    
    width: px;
  }


#s-583026f0-07aa-4996-8443-819b31376ab5 .shogun-image-content {
  
    align-items: center;
  
}

#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 {
  display: none;
}
#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1, #wrap-s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 { display:none !important; }}@media (max-width: 767px){#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 {
  display: none;
}
#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1, #wrap-s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 { display:none !important; }}
#s-04c94fbb-dcd9-40aa-8bb8-330f5213eda1 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: -2px;
  text-align: center;
}



#s-30458cb3-7946-4a87-84b5-5269224803c8 {
  min-height: 50px;
}








#s-30458cb3-7946-4a87-84b5-5269224803c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30458cb3-7946-4a87-84b5-5269224803c8.shg-box.shg-c {
  justify-content: center;
}

#s-5dceaac2-c73b-48fb-8050-d9736e082c6b {
  min-height: 50px;
}








#s-5dceaac2-c73b-48fb-8050-d9736e082c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dceaac2-c73b-48fb-8050-d9736e082c6b.shg-box.shg-c {
  justify-content: center;
}

#s-46358f23-690e-4267-8d40-e4e86368a170 {
  max-width: 600px;
}

#s-e683aad0-d051-4c10-931a-eaedaf49ab8b {
  min-height: 50px;
}








#s-e683aad0-d051-4c10-931a-eaedaf49ab8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e683aad0-d051-4c10-931a-eaedaf49ab8b.shg-box.shg-c {
  justify-content: center;
}

.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-da5547a4-76c8-4d3e-9f0a-185874712cab {
  min-height: 50px;
}








#s-da5547a4-76c8-4d3e-9f0a-185874712cab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5547a4-76c8-4d3e-9f0a-185874712cab.shg-box.shg-c {
  justify-content: center;
}

#s-f275fd70-a48d-4f6e-8c32-4ab4cb4904c4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f275fd70-a48d-4f6e-8c32-4ab4cb4904c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38d200a4-4777-43e7-a2a4-8e4fc65e559a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-719f0557-ae4a-44ec-993f-376596e9f9c9 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-719f0557-ae4a-44ec-993f-376596e9f9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-719f0557-ae4a-44ec-993f-376596e9f9c9.shg-box.shg-c {
  justify-content: center;
}

#s-bf31a31c-b7eb-4e55-89e2-150cd117643d {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  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-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  text-align: left;
}


.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  max-width: 100%;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom,
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  max-width: 100%;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom,
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  max-width: 100%;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom,
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  max-width: 100%;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom,
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 {
  max-width: 100%;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom,
.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9018cad-ae54-4717-b7b5-e276d6506e12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-c1e8e5cf-0815-41c3-92bb-30107bacc22f {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e8e5cf-0815-41c3-92bb-30107bacc22f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6513fc73-5cd4-4263-bc42-0b1d5bda52ba {
  text-align: center;
}

#s-6513fc73-5cd4-4263-bc42-0b1d5bda52ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6513fc73-5cd4-4263-bc42-0b1d5bda52ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6513fc73-5cd4-4263-bc42-0b1d5bda52ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-693d0f99-81b3-4271-b032-a8dc89507b88 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-693d0f99-81b3-4271-b032-a8dc89507b88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-693d0f99-81b3-4271-b032-a8dc89507b88:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-693d0f99-81b3-4271-b032-a8dc89507b88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-693d0f99-81b3-4271-b032-a8dc89507b88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-693d0f99-81b3-4271-b032-a8dc89507b88.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-693d0f99-81b3-4271-b032-a8dc89507b88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-facb222a-43d1-46d8-8e5a-f2aff7b76157 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-facb222a-43d1-46d8-8e5a-f2aff7b76157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-facb222a-43d1-46d8-8e5a-f2aff7b76157.shg-box.shg-c {
  justify-content: center;
}

#s-6ee29b36-a248-4e13-8ec0-eaa12e62650c {
  display: none;
}
#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  text-align: left;
}


.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  max-width: 100%;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom,
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  max-width: 100%;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom,
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  max-width: 100%;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom,
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  max-width: 100%;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom,
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 {
  max-width: 100%;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom,
.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc03528-d95d-495f-b3f1-c09648cebf53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62cf542a-62f9-476c-830d-9f1ac8eaa1b2 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62cf542a-62f9-476c-830d-9f1ac8eaa1b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e5960e95-d14f-471b-b8e2-f02046cf28f1 {
  text-align: center;
}

#s-e5960e95-d14f-471b-b8e2-f02046cf28f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5960e95-d14f-471b-b8e2-f02046cf28f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e5960e95-d14f-471b-b8e2-f02046cf28f1 .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-8cd7d0d1-9707-4164-9642-26f1ef8ddccd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8cd7d0d1-9707-4164-9642-26f1ef8ddccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-471a25af-b595-42db-9e28-37ce38b283c2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-471a25af-b595-42db-9e28-37ce38b283c2 {
  display: none;
}
#s-471a25af-b595-42db-9e28-37ce38b283c2, #wrap-s-471a25af-b595-42db-9e28-37ce38b283c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-471a25af-b595-42db-9e28-37ce38b283c2 {
  display: none;
}
#s-471a25af-b595-42db-9e28-37ce38b283c2, #wrap-s-471a25af-b595-42db-9e28-37ce38b283c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-471a25af-b595-42db-9e28-37ce38b283c2 {
  display: none;
}
#s-471a25af-b595-42db-9e28-37ce38b283c2, #wrap-s-471a25af-b595-42db-9e28-37ce38b283c2 { display:none !important; }}







#s-471a25af-b595-42db-9e28-37ce38b283c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471a25af-b595-42db-9e28-37ce38b283c2.shg-box.shg-c {
  justify-content: center;
}

#s-36bc3f94-fb37-4fd7-baf7-f8decccf32d4 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-36bc3f94-fb37-4fd7-baf7-f8decccf32d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36bc3f94-fb37-4fd7-baf7-f8decccf32d4.shg-box.shg-c {
  justify-content: center;
}

#s-7d7181fd-fed4-42a7-80d4-f67b42c2d9fc {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-7d7181fd-fed4-42a7-80d4-f67b42c2d9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d7181fd-fed4-42a7-80d4-f67b42c2d9fc.shg-box.shg-c {
  justify-content: center;
}

#s-137de81c-ae31-48a9-b28b-25f9b958f827 {
  display: none;
}
#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  text-align: left;
}


.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  max-width: 100%;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom,
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  max-width: 100%;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom,
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  max-width: 100%;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom,
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  max-width: 100%;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom,
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 {
  max-width: 100%;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom,
.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d81b1195-dc08-4e93-a2aa-c99d2154bcc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5ac45ad-0356-43a2-a05b-4ec1bbed9dd7 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5ac45ad-0356-43a2-a05b-4ec1bbed9dd7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0ea0217e-4607-4486-b1ab-4974a80d1a32 {
  text-align: center;
}

#s-0ea0217e-4607-4486-b1ab-4974a80d1a32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ea0217e-4607-4486-b1ab-4974a80d1a32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0ea0217e-4607-4486-b1ab-4974a80d1a32 .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-454417d1-ebc9-41a0-9fa2-653b03aafaee {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-454417d1-ebc9-41a0-9fa2-653b03aafaee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-454417d1-ebc9-41a0-9fa2-653b03aafaee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-454417d1-ebc9-41a0-9fa2-653b03aafaee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454417d1-ebc9-41a0-9fa2-653b03aafaee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454417d1-ebc9-41a0-9fa2-653b03aafaee.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-454417d1-ebc9-41a0-9fa2-653b03aafaee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5cdfb075-7f1c-4bab-960e-5a5347d27024 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5cdfb075-7f1c-4bab-960e-5a5347d27024 {
  display: none;
}
#s-5cdfb075-7f1c-4bab-960e-5a5347d27024, #wrap-s-5cdfb075-7f1c-4bab-960e-5a5347d27024 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cdfb075-7f1c-4bab-960e-5a5347d27024 {
  display: none;
}
#s-5cdfb075-7f1c-4bab-960e-5a5347d27024, #wrap-s-5cdfb075-7f1c-4bab-960e-5a5347d27024 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cdfb075-7f1c-4bab-960e-5a5347d27024 {
  display: none;
}
#s-5cdfb075-7f1c-4bab-960e-5a5347d27024, #wrap-s-5cdfb075-7f1c-4bab-960e-5a5347d27024 { display:none !important; }}







#s-5cdfb075-7f1c-4bab-960e-5a5347d27024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cdfb075-7f1c-4bab-960e-5a5347d27024.shg-box.shg-c {
  justify-content: center;
}

#s-aa50e7cc-bef9-47a8-b912-8c41550873a9 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-aa50e7cc-bef9-47a8-b912-8c41550873a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa50e7cc-bef9-47a8-b912-8c41550873a9.shg-box.shg-c {
  justify-content: center;
}

#s-29389724-1b72-4ac3-970d-2edd4cab1a57 {
  display: none;
}
#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  text-align: left;
}


.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  max-width: 100%;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom,
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  max-width: 100%;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom,
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  max-width: 100%;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom,
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  max-width: 100%;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom,
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 {
  max-width: 100%;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom,
.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a35d1b43-86e1-4346-88ed-3859bcc80b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6bedf86f-af1d-4148-a61d-3551233af6ce {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bedf86f-af1d-4148-a61d-3551233af6ce .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9021619b-f9e0-4639-ac14-2b60f93293e0 {
  text-align: center;
}

#s-9021619b-f9e0-4639-ac14-2b60f93293e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9021619b-f9e0-4639-ac14-2b60f93293e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9021619b-f9e0-4639-ac14-2b60f93293e0 .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-a01b4dc1-31fb-4488-9402-7b73188775ca {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a01b4dc1-31fb-4488-9402-7b73188775ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a01b4dc1-31fb-4488-9402-7b73188775ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a01b4dc1-31fb-4488-9402-7b73188775ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a01b4dc1-31fb-4488-9402-7b73188775ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a01b4dc1-31fb-4488-9402-7b73188775ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-a01b4dc1-31fb-4488-9402-7b73188775ca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bff10352-d709-4394-8793-10fd2bd81384 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-41ba6015-d3e6-463b-99d4-510379182e61 {
  padding-top: 45px;
padding-bottom: 45px;
min-height: 50px;
}








#s-41ba6015-d3e6-463b-99d4-510379182e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ba6015-d3e6-463b-99d4-510379182e61.shg-box.shg-c {
  justify-content: center;
}

#s-f9a6e69e-6384-4ff8-badb-7d323324d988 {
  min-height: 1px;
background-color: rgba(51, 51, 51, 1);
}








#s-f9a6e69e-6384-4ff8-badb-7d323324d988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9a6e69e-6384-4ff8-badb-7d323324d988.shg-box.shg-c {
  justify-content: center;
}

#s-f933ec40-d521-4e12-9555-a11a6d02bd0a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f933ec40-d521-4e12-9555-a11a6d02bd0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21c95780-5cdf-444a-a46b-faf2b1e9bcf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21c95780-5cdf-444a-a46b-faf2b1e9bcf1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-e88768f4-ebf6-4404-b608-0894caa87c9d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(94, 94, 94, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e88768f4-ebf6-4404-b608-0894caa87c9d:hover {background-color: rgba(33, 59, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e88768f4-ebf6-4404-b608-0894caa87c9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e88768f4-ebf6-4404-b608-0894caa87c9d-btn-wrapper {
    text-align: left;
  }


#s-e88768f4-ebf6-4404-b608-0894caa87c9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 {
  display: none;
}
#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408, #wrap-s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 {
  display: none;
}
#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408, #wrap-s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 {
  display: none;
}
#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408, #wrap-s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 { display:none !important; }}







#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c712b10-bf6f-4a01-8ae0-cac748fc5408.shg-box.shg-c {
  justify-content: center;
}

#s-4f020b38-ce48-4d59-a81f-ae8b5ce6f9a1 {
  text-align: center;
}




  #s-4f020b38-ce48-4d59-a81f-ae8b5ce6f9a1 img.shogun-image {
    
    width: px;
  }


#s-4f020b38-ce48-4d59-a81f-ae8b5ce6f9a1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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