.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-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac261d50-52b5-4fb3-9f63-f472d71d0173 {
  min-height: 25px;
}








#s-ac261d50-52b5-4fb3-9f63-f472d71d0173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac261d50-52b5-4fb3-9f63-f472d71d0173.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-f4e26d82-7b2a-443b-9c4a-300026eb1659 {
  text-align: center;
}




  #s-f4e26d82-7b2a-443b-9c4a-300026eb1659 img.shogun-image {
    
    width: px;
  }


#s-f4e26d82-7b2a-443b-9c4a-300026eb1659 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-c4c87b37-9269-4a6c-aa2f-ec5f205c80a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4c87b37-9269-4a6c-aa2f-ec5f205c80a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 {
  margin-top: 0px;
min-height: 50px;
}








#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385.shg-box.shg-c {
  justify-content: flex-start;
}

.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-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

.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-b7f838de-4600-40dd-9bfb-6b24922c5659 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b7f838de-4600-40dd-9bfb-6b24922c5659:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7f838de-4600-40dd-9bfb-6b24922c5659:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7f838de-4600-40dd-9bfb-6b24922c5659.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  block ;
}

.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-69f5ea53-40de-4b03-8948-91565b01f49b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eea382a5-0e54-4dd7-b46b-de0ac9d64ff4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-690ac7ce-f613-4874-87ae-7d1e996fa77c {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-690ac7ce-f613-4874-87ae-7d1e996fa77c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-690ac7ce-f613-4874-87ae-7d1e996fa77c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-690ac7ce-f613-4874-87ae-7d1e996fa77c {
  
}
}@media (max-width: 767px){#s-690ac7ce-f613-4874-87ae-7d1e996fa77c {
  
}
}







#s-690ac7ce-f613-4874-87ae-7d1e996fa77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-690ac7ce-f613-4874-87ae-7d1e996fa77c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 {
  
}
}@media (max-width: 767px){#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 {
  
}
}







#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cdb4ed3f-eda2-4c75-9e4d-f61fe6a9b909.shg-box.shg-c {
  justify-content: center;
}

#s-76fc5fc7-9df8-4df9-b4fa-cc6c6b94f8e6 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-76fc5fc7-9df8-4df9-b4fa-cc6c6b94f8e6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-94a87e43-354b-4e17-93ac-fdb7f0caf419 {
  margin-top: 5px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94a87e43-354b-4e17-93ac-fdb7f0caf419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-40f845a6-226e-4a14-a140-86b8edf8de50 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-40f845a6-226e-4a14-a140-86b8edf8de50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40f845a6-226e-4a14-a140-86b8edf8de50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35536ae8-f98d-4c7e-a3b5-de9c50a2a35c {
  margin-left: 20px;
margin-right: 20px;
}

#s-35536ae8-f98d-4c7e-a3b5-de9c50a2a35c .shogun-icon-wrapper {
  text-align: center;
}


#s-35536ae8-f98d-4c7e-a3b5-de9c50a2a35c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6236da52-c436-4476-88c8-64a927a74dc1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6236da52-c436-4476-88c8-64a927a74dc1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a13f9b04-a0ed-4807-87cd-92fe2ed49f9e {
  margin-left: 20px;
margin-right: 20px;
}

#s-b7c78061-4d84-4026-9f8f-f360f68c2c7c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-b7c78061-4d84-4026-9f8f-f360f68c2c7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c78061-4d84-4026-9f8f-f360f68c2c7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4cfd3dd6-ad09-409f-ac55-1a10177d1d91 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4cfd3dd6-ad09-409f-ac55-1a10177d1d91 .shogun-icon-wrapper {
  text-align: center;
}


#s-4cfd3dd6-ad09-409f-ac55-1a10177d1d91 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a6c4a2e0-63c4-460c-9643-e2ba81bff7e8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6c4a2e0-63c4-460c-9643-e2ba81bff7e8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ded3bef9-5c8e-4d4a-823e-9e947b9c2cd8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-58dde657-4493-4b70-b2bf-b950a8d9447d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-58dde657-4493-4b70-b2bf-b950a8d9447d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58dde657-4493-4b70-b2bf-b950a8d9447d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4401745-540c-4b53-b89f-99fdfef21298 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e4401745-540c-4b53-b89f-99fdfef21298 .shogun-icon-wrapper {
  text-align: center;
}


#s-e4401745-540c-4b53-b89f-99fdfef21298 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c4809543-d120-46f7-b8b7-e5eaba2facd5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4809543-d120-46f7-b8b7-e5eaba2facd5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-296a526b-fe36-46ee-9d40-e7fcd8252be7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-48bd1903-e16e-422c-9622-638364380f89 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-48bd1903-e16e-422c-9622-638364380f89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ddbd11b4-d847-4d36-9692-7aa050de8256 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-ddbd11b4-d847-4d36-9692-7aa050de8256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbd11b4-d847-4d36-9692-7aa050de8256.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15c47c12-3c79-4d06-9eed-47f0ca2a67ff {
  margin-left: 20px;
margin-right: 20px;
}

#s-15c47c12-3c79-4d06-9eed-47f0ca2a67ff .shogun-icon-wrapper {
  text-align: center;
}


#s-15c47c12-3c79-4d06-9eed-47f0ca2a67ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4b2573c8-3de8-43f1-a727-ba5aca74c998 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b2573c8-3de8-43f1-a727-ba5aca74c998 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87b7e954-28f5-47a3-9d4b-c0c604150405 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4f86ab56-fc55-4993-949d-fda446342fcc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-4f86ab56-fc55-4993-949d-fda446342fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f86ab56-fc55-4993-949d-fda446342fcc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff0bd1ea-dd40-41e5-a557-5c284b416b96 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ff0bd1ea-dd40-41e5-a557-5c284b416b96 .shogun-icon-wrapper {
  text-align: center;
}


#s-ff0bd1ea-dd40-41e5-a557-5c284b416b96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-36a6cb85-fee9-486d-aab7-1e81242448f8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36a6cb85-fee9-486d-aab7-1e81242448f8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e8c5fbb-7326-48d7-b6f9-595fe4ed2413 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f4f4887a-6149-4eb4-a888-9ad526132c08 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f4f4887a-6149-4eb4-a888-9ad526132c08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4f4887a-6149-4eb4-a888-9ad526132c08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-01cf543c-729e-4770-bacd-b8b2e82ccba1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-01cf543c-729e-4770-bacd-b8b2e82ccba1 .shogun-icon-wrapper {
  text-align: center;
}


#s-01cf543c-729e-4770-bacd-b8b2e82ccba1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-be678975-b6eb-4690-a216-f518fe89226e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be678975-b6eb-4690-a216-f518fe89226e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc9dd42d-9675-48d5-8272-0516c4d0ed64 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b3226a47-17d2-41a4-ae36-c4e4c83c222b {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-b3226a47-17d2-41a4-ae36-c4e4c83c222b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

#s-ffdd2c97-1a8a-41b5-aec4-76b9b7a2fc9d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}








#s-ffdd2c97-1a8a-41b5-aec4-76b9b7a2fc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffdd2c97-1a8a-41b5-aec4-76b9b7a2fc9d.shg-box.shg-c {
  justify-content: center;
}

#s-6c201816-d981-4807-b842-b54c444ade50 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c201816-d981-4807-b842-b54c444ade50 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ee153c2-244f-4a83-8e98-b7f0dcbac0c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ee153c2-244f-4a83-8e98-b7f0dcbac0c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f9966c9-8dbd-456f-af1d-56f1e225b85c {
  padding-top: 25px;
padding-bottom: 0px;
min-height: 50px;
}








#s-4f9966c9-8dbd-456f-af1d-56f1e225b85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f9966c9-8dbd-456f-af1d-56f1e225b85c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218b0da5-3c60-47c2-9a6f-5bb0d9a03420"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4532ffc3-821c-4dfa-a416-0219790a5573 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-4532ffc3-821c-4dfa-a416-0219790a5573 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b3e34c6a-06b4-4799-8b45-7f96f6f85fc3 {
  padding-left: 35px;
padding-right: 35px;
}

#s-5aa1a08e-a08b-4b1b-89c1-65d2dba1c2c7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5aa1a08e-a08b-4b1b-89c1-65d2dba1c2c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5aa1a08e-a08b-4b1b-89c1-65d2dba1c2c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5aa1a08e-a08b-4b1b-89c1-65d2dba1c2c7.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-163c9928-a63f-40d8-9348-72fe355668fb {
  text-align: center;
}




  #s-163c9928-a63f-40d8-9348-72fe355668fb img.shogun-image {
    
    width: px;
  }


#s-163c9928-a63f-40d8-9348-72fe355668fb .shogun-image-content {
  
    align-items: center;
  
}

#s-09ed4d0d-204f-42c5-8937-2bb827d7d962 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-09ed4d0d-204f-42c5-8937-2bb827d7d962 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

#s-56783fbc-e943-4d5b-87a9-df77df8eed5d {
  padding-top: 25px;
padding-bottom: 0px;
min-height: 50px;
}








#s-56783fbc-e943-4d5b-87a9-df77df8eed5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56783fbc-e943-4d5b-87a9-df77df8eed5d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d3cfd07-9185-4227-ae27-40b7a9114b42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-18a15f26-a635-4934-9e6d-d08fbbe8680f {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-18a15f26-a635-4934-9e6d-d08fbbe8680f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c931b3a-3d55-432b-8bb4-753804894642 {
  padding-left: 35px;
padding-right: 35px;
}

#s-a7fd21c8-8ca3-42f5-a7a9-7ada25c3d405 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7fd21c8-8ca3-42f5-a7a9-7ada25c3d405:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7fd21c8-8ca3-42f5-a7a9-7ada25c3d405:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7fd21c8-8ca3-42f5-a7a9-7ada25c3d405.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-aa4a5c64-00d6-4ac9-878e-c2ab3f2b340c {
  text-align: center;
}




  #s-aa4a5c64-00d6-4ac9-878e-c2ab3f2b340c img.shogun-image {
    
    width: px;
  }


#s-aa4a5c64-00d6-4ac9-878e-c2ab3f2b340c .shogun-image-content {
  
    align-items: center;
  
}

#s-13e68f6c-2d99-45ce-b15b-8fbf92f9fbf2 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-13e68f6c-2d99-45ce-b15b-8fbf92f9fbf2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

#s-e64e4f12-08cd-436f-b256-e287cd01014c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e64e4f12-08cd-436f-b256-e287cd01014c .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b8e7953a-d21a-44ac-96f4-ef0782fa7b2c {
  padding-top: 25px;
padding-bottom: 0px;
min-height: 50px;
}








#s-b8e7953a-d21a-44ac-96f4-ef0782fa7b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e7953a-d21a-44ac-96f4-ef0782fa7b2c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac889e69-9f36-441a-8e66-a70ff937d70d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-45bb960c-971f-4a23-8af5-ebf1f020baf4 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-45bb960c-971f-4a23-8af5-ebf1f020baf4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb7f9b6d-d93b-47b5-9fe5-c902ed5903cb {
  padding-left: 35px;
padding-right: 35px;
}

#s-11fb9c75-fcfa-4a2e-99ad-dd9b5038cc43 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-11fb9c75-fcfa-4a2e-99ad-dd9b5038cc43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11fb9c75-fcfa-4a2e-99ad-dd9b5038cc43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11fb9c75-fcfa-4a2e-99ad-dd9b5038cc43.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7c9d2da3-1805-4e7c-ab77-90e29d7bff81 {
  text-align: center;
}




  #s-7c9d2da3-1805-4e7c-ab77-90e29d7bff81 img.shogun-image {
    
    width: px;
  }


#s-7c9d2da3-1805-4e7c-ab77-90e29d7bff81 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b0e3227-0bd5-4441-8000-e113f9d04f3d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-eaa47b0d-a908-4560-accf-8e0335b46b08 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-eaa47b0d-a908-4560-accf-8e0335b46b08 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

@media (min-width: 0px) {
[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2706cd15-b369-4e8e-a215-b9c600f21c04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1bf29151-bc52-409c-b8a3-578db060a771 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-1bf29151-bc52-409c-b8a3-578db060a771 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f9372b2-acc9-454a-91ce-843c73e6e405 {
  padding-left: 35px;
padding-right: 35px;
}

#s-c3e0b256-afbb-4a77-bb6a-977efeec7ac7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c3e0b256-afbb-4a77-bb6a-977efeec7ac7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3e0b256-afbb-4a77-bb6a-977efeec7ac7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3e0b256-afbb-4a77-bb6a-977efeec7ac7.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e3dd0fdf-77a7-4800-bada-6c2582ad158d {
  text-align: center;
}




  #s-e3dd0fdf-77a7-4800-bada-6c2582ad158d img.shogun-image {
    
    width: px;
  }


#s-e3dd0fdf-77a7-4800-bada-6c2582ad158d .shogun-image-content {
  
    align-items: center;
  
}

#s-6c2092d4-c375-4a7d-8bc6-771087b014d1 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-6c2092d4-c375-4a7d-8bc6-771087b014d1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

#s-8620afcc-3916-468b-90a4-d2b494533eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8620afcc-3916-468b-90a4-d2b494533eda .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-595f8c92-a333-4ffb-814c-1c7e67ecf465"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ef84642c-8a4f-4025-a201-f1dc80519123 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-ef84642c-8a4f-4025-a201-f1dc80519123 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-409b1ced-bba7-4bdf-badd-36742cb75705 {
  padding-left: 35px;
padding-right: 35px;
}

#s-9949b5d3-c490-47f2-ab16-22d54ef29305 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9949b5d3-c490-47f2-ab16-22d54ef29305:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9949b5d3-c490-47f2-ab16-22d54ef29305:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9949b5d3-c490-47f2-ab16-22d54ef29305.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2b4346dd-2238-44aa-8cf0-88d586fe05c0 {
  text-align: center;
}




  #s-2b4346dd-2238-44aa-8cf0-88d586fe05c0 img.shogun-image {
    
    width: px;
  }


#s-2b4346dd-2238-44aa-8cf0-88d586fe05c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d6395f0-47df-487f-b09d-d296c52789bd {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-1d6395f0-47df-487f-b09d-d296c52789bd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

@media (min-width: 0px) {
[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4039df4c-7af3-4685-91fe-b9b931a34cda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e606331e-4ad2-485d-b76e-87d5571136fa {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
text-align: center;
}

#s-e606331e-4ad2-485d-b76e-87d5571136fa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-07adceb8-2e95-46bf-a008-478112c61106 {
  padding-left: 35px;
padding-right: 35px;
}

#s-f9175692-8449-4885-b65a-83f4b1968f83 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f9175692-8449-4885-b65a-83f4b1968f83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9175692-8449-4885-b65a-83f4b1968f83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9175692-8449-4885-b65a-83f4b1968f83.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-64d1b2ca-04dc-4534-ae08-757604d8e1dc {
  text-align: center;
}




  #s-64d1b2ca-04dc-4534-ae08-757604d8e1dc img.shogun-image {
    
    width: px;
  }


#s-64d1b2ca-04dc-4534-ae08-757604d8e1dc .shogun-image-content {
  
    align-items: center;
  
}

#s-cbe133c9-29ee-4854-975f-0b1730a54546 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
}

#s-cbe133c9-29ee-4854-975f-0b1730a54546 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(190, 190, 190, 1);
}

#s-99fd8714-8014-4501-b2dc-109a58351b2a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-99fd8714-8014-4501-b2dc-109a58351b2a > .shg-box-overlay {
  background-color: rgba(0, 27, 1, 1);
  opacity: 0.5;
}#s-99fd8714-8014-4501-b2dc-109a58351b2a.shg-box.shg-c {
  justify-content: center;
}

#s-431721c0-e35a-4aab-87cd-4eafe81637ba {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-431721c0-e35a-4aab-87cd-4eafe81637ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

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

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

#s-f32964f5-a63e-4bf7-8e94-e613cd1863d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f32964f5-a63e-4bf7-8e94-e613cd1863d1 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a854caaf-b807-422d-99df-1fd026657af4 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a854caaf-b807-422d-99df-1fd026657af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a854caaf-b807-422d-99df-1fd026657af4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a854caaf-b807-422d-99df-1fd026657af4 .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-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-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  text-align: left;
}


.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  max-width: 100%;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom,
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  max-width: 100%;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom,
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  max-width: 100%;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom,
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  max-width: 100%;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom,
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 {
  max-width: 100%;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom,
.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0878dd02-b2ca-4a27-a513-fc89b696ce43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-d839f5fd-770b-422a-894b-e66162ed25e5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d839f5fd-770b-422a-894b-e66162ed25e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d839f5fd-770b-422a-894b-e66162ed25e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d839f5fd-770b-422a-894b-e66162ed25e5 {
  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-d839f5fd-770b-422a-894b-e66162ed25e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d839f5fd-770b-422a-894b-e66162ed25e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d839f5fd-770b-422a-894b-e66162ed25e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37576312-afdb-4cfc-ace3-f976739b99d2 {
  display: none;
}
#s-0ce2399d-7b0b-4cb3-b6bf-8c6864c1a7ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0ce2399d-7b0b-4cb3-b6bf-8c6864c1a7ff .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1c812783-2bb6-47bd-bf1a-fd974a6c8517 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1c812783-2bb6-47bd-bf1a-fd974a6c8517 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c812783-2bb6-47bd-bf1a-fd974a6c8517 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c812783-2bb6-47bd-bf1a-fd974a6c8517 .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-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  text-align: left;
}


.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  max-width: 100%;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom,
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  max-width: 100%;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom,
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  max-width: 100%;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom,
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  max-width: 100%;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom,
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 {
  max-width: 100%;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom,
.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-491db837-6d37-42b7-b56c-906dfb2a22c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd {
  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-50a6beab-9c9a-49a9-ab35-9640bbbadfcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-50a6beab-9c9a-49a9-ab35-9640bbbadfcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2c1738eb-3056-417a-9777-2ba2ac7fd74b {
  display: none;
}
#s-9e46e833-5aaa-49c9-8b02-df71e98cb3d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9e46e833-5aaa-49c9-8b02-df71e98cb3d2 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-923fdbf4-bfe0-409e-9928-8033a577d5cf {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-923fdbf4-bfe0-409e-9928-8033a577d5cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-923fdbf4-bfe0-409e-9928-8033a577d5cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-923fdbf4-bfe0-409e-9928-8033a577d5cf .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-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  text-align: left;
}


.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  max-width: 100%;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom,
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  max-width: 100%;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom,
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  max-width: 100%;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom,
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  max-width: 100%;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom,
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 {
  max-width: 100%;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom,
.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d29a2e71-4a10-4922-b77d-2db1dee7b095 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32 {
  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-93b8fb4f-ddee-43a5-9310-ee1609c2cc32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-93b8fb4f-ddee-43a5-9310-ee1609c2cc32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-26ec24bd-0582-4762-9942-7f5e67eb8392 {
  display: none;
}
#s-cf330dd6-ba24-4fb7-8cd0-1ec03b046ace {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cf330dd6-ba24-4fb7-8cd0-1ec03b046ace .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-33ec74aa-3f13-47d0-97c3-f65c29cd8121 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-33ec74aa-3f13-47d0-97c3-f65c29cd8121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33ec74aa-3f13-47d0-97c3-f65c29cd8121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-33ec74aa-3f13-47d0-97c3-f65c29cd8121 .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-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  text-align: left;
}


.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  max-width: 100%;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom,
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  max-width: 100%;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom,
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  max-width: 100%;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom,
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  max-width: 100%;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom,
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 {
  max-width: 100%;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom,
.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ce7cff-865d-4075-98bd-c8d95669f7e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8 {
  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-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e6f7b66f-6f6e-42c1-bbb2-7fa126bcfff8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ae3d39ce-474b-443d-90de-05f09c690ab2 {
  min-height: 50px;
}








#s-ae3d39ce-474b-443d-90de-05f09c690ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae3d39ce-474b-443d-90de-05f09c690ab2.shg-box.shg-c {
  justify-content: center;
}

#s-ba957470-6d1c-4ecb-a923-173a9dd8d25f {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-ba957470-6d1c-4ecb-a923-173a9dd8d25f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-9d48f7e1-3b63-4268-82c1-b1f6b2e2c322 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d48f7e1-3b63-4268-82c1-b1f6b2e2c322 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 td.shogun-table-column, #s-ab819489-3e05-4ff6-b3d8-652e1dfa33b5 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-46d98eee-d268-475f-a1ce-2d65fd7046b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-46d98eee-d268-475f-a1ce-2d65fd7046b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46d98eee-d268-475f-a1ce-2d65fd7046b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46d98eee-d268-475f-a1ce-2d65fd7046b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-88d4f643-deb4-4629-b85a-d1347e733e22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-88d4f643-deb4-4629-b85a-d1347e733e22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88d4f643-deb4-4629-b85a-d1347e733e22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88d4f643-deb4-4629-b85a-d1347e733e22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5b6ece4d-8e9b-4c46-8603-f7732d64566a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b6ece4d-8e9b-4c46-8603-f7732d64566a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b6ece4d-8e9b-4c46-8603-f7732d64566a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b6ece4d-8e9b-4c46-8603-f7732d64566a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f3e3ec4c-63a7-40c4-91b1-c6f254788df9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3e3ec4c-63a7-40c4-91b1-c6f254788df9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3e3ec4c-63a7-40c4-91b1-c6f254788df9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3e3ec4c-63a7-40c4-91b1-c6f254788df9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ce8ff168-5910-48ed-ad96-e47b8afc15c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ce8ff168-5910-48ed-ad96-e47b8afc15c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce8ff168-5910-48ed-ad96-e47b8afc15c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce8ff168-5910-48ed-ad96-e47b8afc15c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2bf6a1be-70fe-4d90-bf0a-0c1ad18ec982 {
  text-align: center;
}




  #s-2bf6a1be-70fe-4d90-bf0a-0c1ad18ec982 img.shogun-image {
    
    width: px;
  }


#s-2bf6a1be-70fe-4d90-bf0a-0c1ad18ec982 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b10d181-76df-4b14-af8d-416b220440d2 {
  text-align: center;
}




  #s-7b10d181-76df-4b14-af8d-416b220440d2 img.shogun-image {
    
    width: px;
  }


#s-7b10d181-76df-4b14-af8d-416b220440d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-86251218-ea7c-406d-972a-66a300a90239 {
  text-align: center;
}




  #s-86251218-ea7c-406d-972a-66a300a90239 img.shogun-image {
    
    width: px;
  }


#s-86251218-ea7c-406d-972a-66a300a90239 .shogun-image-content {
  
    align-items: center;
  
}

#s-38009024-a8fc-4940-a507-90ee6505539e {
  text-align: center;
}




  #s-38009024-a8fc-4940-a507-90ee6505539e img.shogun-image {
    
    width: px;
  }


#s-38009024-a8fc-4940-a507-90ee6505539e .shogun-image-content {
  
    align-items: center;
  
}

#s-3efe24c7-14ac-4b5e-ab87-a45b874926b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3efe24c7-14ac-4b5e-ab87-a45b874926b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3efe24c7-14ac-4b5e-ab87-a45b874926b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3efe24c7-14ac-4b5e-ab87-a45b874926b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b979808e-a4bc-432e-9b38-ad403531a3a7 {
  display: none;
}
#s-92f19156-cf52-4429-889d-427564e3dedc {
  text-align: left;
}


.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc {
  max-width: 100%;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom,
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc {
  max-width: 100%;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom,
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc {
  max-width: 100%;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom,
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc {
  max-width: 100%;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom,
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc {
  max-width: 100%;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom,
.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f19156-cf52-4429-889d-427564e3dedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9d034956-98b4-4644-9d80-f4424a2db237 {
  text-align: center;
}

#s-9d034956-98b4-4644-9d80-f4424a2db237 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d034956-98b4-4644-9d80-f4424a2db237 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d034956-98b4-4644-9d80-f4424a2db237 .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-889ccad0-de51-4a4f-94e0-72b6bc2315d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-889ccad0-de51-4a4f-94e0-72b6bc2315d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-889ccad0-de51-4a4f-94e0-72b6bc2315d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-889ccad0-de51-4a4f-94e0-72b6bc2315d3 {
  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-889ccad0-de51-4a4f-94e0-72b6bc2315d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-889ccad0-de51-4a4f-94e0-72b6bc2315d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-889ccad0-de51-4a4f-94e0-72b6bc2315d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f877e7d-65d9-4bdd-8fa2-6fccf1fd24b0 {
  display: none;
}
#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  text-align: left;
}


.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  max-width: 100%;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom,
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  max-width: 100%;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom,
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  max-width: 100%;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom,
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  max-width: 100%;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom,
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d {
  max-width: 100%;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom,
.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b586e2b-f88e-4dca-b214-d427be14593d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-70b5bcd9-4d27-4a2b-8a38-827aff278bda {
  text-align: center;
}

#s-70b5bcd9-4d27-4a2b-8a38-827aff278bda .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70b5bcd9-4d27-4a2b-8a38-827aff278bda .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70b5bcd9-4d27-4a2b-8a38-827aff278bda .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-47570e8e-d11a-4663-897a-4222fde829d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 17, 17, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-47570e8e-d11a-4663-897a-4222fde829d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47570e8e-d11a-4663-897a-4222fde829d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47570e8e-d11a-4663-897a-4222fde829d4 {
  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-47570e8e-d11a-4663-897a-4222fde829d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47570e8e-d11a-4663-897a-4222fde829d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47570e8e-d11a-4663-897a-4222fde829d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $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;
}
