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

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

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

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

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

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

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

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

#s-0402fe2f-65b9-4d29-837d-44ad1bd65396 {
  min-height: 50px;
}








#s-0402fe2f-65b9-4d29-837d-44ad1bd65396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0402fe2f-65b9-4d29-837d-44ad1bd65396.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bab6854a-1f33-4173-9917-786fd657c1c7 {
  min-height: 350px;
}
@media (min-width: 1200px){#s-bab6854a-1f33-4173-9917-786fd657c1c7 {
  display: none;
}
#s-bab6854a-1f33-4173-9917-786fd657c1c7, #wrap-s-bab6854a-1f33-4173-9917-786fd657c1c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bab6854a-1f33-4173-9917-786fd657c1c7 {
  display: none;
}
#s-bab6854a-1f33-4173-9917-786fd657c1c7, #wrap-s-bab6854a-1f33-4173-9917-786fd657c1c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bab6854a-1f33-4173-9917-786fd657c1c7 {
  display: none;
}
#s-bab6854a-1f33-4173-9917-786fd657c1c7, #wrap-s-bab6854a-1f33-4173-9917-786fd657c1c7 { display:none !important; }}@media (max-width: 767px){#s-bab6854a-1f33-4173-9917-786fd657c1c7 {
  display: none;
}
#s-bab6854a-1f33-4173-9917-786fd657c1c7, #wrap-s-bab6854a-1f33-4173-9917-786fd657c1c7 { display:none !important; }}







#s-bab6854a-1f33-4173-9917-786fd657c1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bab6854a-1f33-4173-9917-786fd657c1c7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-2bfd34f2-6451-4d29-9c32-1b2d6668b251 {
  text-align: center;
}




  #s-2bfd34f2-6451-4d29-9c32-1b2d6668b251 img.shogun-image {
    
    width: px;
  }


#s-2bfd34f2-6451-4d29-9c32-1b2d6668b251 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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-1354371b-a242-4fc2-86c5-90b467a4f932 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-d5ab819c-961a-48f3-aa30-9bc49005d250 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
opacity: 1;
}

#s-1be62588-6ab4-46b4-a79c-40b2cf41a65c {
  min-height: 50px;
}








#s-1be62588-6ab4-46b4-a79c-40b2cf41a65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1be62588-6ab4-46b4-a79c-40b2cf41a65c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: 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-f2b9d06b-2589-4fdb-bd35-931d0974733d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2b9d06b-2589-4fdb-bd35-931d0974733d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a33ca69-8639-49fc-8f4f-cee08da0c021 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-3b88ec6c-90c9-4331-8846-b9450c25dc29 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b88ec6c-90c9-4331-8846-b9450c25dc29 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc1f898d-13c9-41f8-b9f0-a31a5f65041a {
  border-style: solid;
margin-left: 5px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(52, 152, 219, 1);
border-radius: 20px;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc1f898d-13c9-41f8-b9f0-a31a5f65041a {
  
}
}







#s-bc1f898d-13c9-41f8-b9f0-a31a5f65041a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1f898d-13c9-41f8-b9f0-a31a5f65041a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 {
  display: none;
}
#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9, #wrap-s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 {
  display: none;
}
#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9, #wrap-s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 {
  display: none;
}
#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9, #wrap-s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 { display:none !important; }}@media (max-width: 767px){#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 {
  display: none;
}
#s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9, #wrap-s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9e7a56d9-79b2-433e-b6ce-3371d259c2f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-9f6dacc6-e427-4cd4-8687-53964ae42c1d {
  display: none;
}
#s-f25f3ec9-d139-4ba6-a1fd-ea8895b463fb {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-f25f3ec9-d139-4ba6-a1fd-ea8895b463fb img.shogun-image {
    
    width: px;
  }


#s-f25f3ec9-d139-4ba6-a1fd-ea8895b463fb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8923e603-09ff-4259-9bde-c9464dab8af2 {
  padding-top: 5px;
padding-bottom: 5px;
}

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

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

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

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

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

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

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

#s-84593899-8096-4a68-9596-35a335155366 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-84593899-8096-4a68-9596-35a335155366:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-84593899-8096-4a68-9596-35a335155366:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84593899-8096-4a68-9596-35a335155366 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-84593899-8096-4a68-9596-35a335155366.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84593899-8096-4a68-9596-35a335155366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84593899-8096-4a68-9596-35a335155366.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab834979-4738-4c5d-ad86-c35485cc0e0a {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-ab834979-4738-4c5d-ad86-c35485cc0e0a {
  display: none;
}
#s-ab834979-4738-4c5d-ad86-c35485cc0e0a, #wrap-s-ab834979-4738-4c5d-ad86-c35485cc0e0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab834979-4738-4c5d-ad86-c35485cc0e0a {
  display: none;
}
#s-ab834979-4738-4c5d-ad86-c35485cc0e0a, #wrap-s-ab834979-4738-4c5d-ad86-c35485cc0e0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab834979-4738-4c5d-ad86-c35485cc0e0a {
  display: none;
}
#s-ab834979-4738-4c5d-ad86-c35485cc0e0a, #wrap-s-ab834979-4738-4c5d-ad86-c35485cc0e0a { display:none !important; }}
#s-ab834979-4738-4c5d-ad86-c35485cc0e0a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-61d80eaf-166c-48cc-8f7c-36ff22f098f2 {
  display: none;
}
#s-d917a0e5-3d0d-4717-8e92-5763ac1c264a {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-d917a0e5-3d0d-4717-8e92-5763ac1c264a img.shogun-image {
    
    width: px;
  }


#s-d917a0e5-3d0d-4717-8e92-5763ac1c264a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4b6f715c-b445-40ed-84de-68117e4ce842 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-54901e72-2233-44a4-a83a-f408cf75d93f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-54901e72-2233-44a4-a83a-f408cf75d93f:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-54901e72-2233-44a4-a83a-f408cf75d93f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54901e72-2233-44a4-a83a-f408cf75d93f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-54901e72-2233-44a4-a83a-f408cf75d93f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54901e72-2233-44a4-a83a-f408cf75d93f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54901e72-2233-44a4-a83a-f408cf75d93f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0568212e-8806-42fd-8c91-8f59291028cc {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-0568212e-8806-42fd-8c91-8f59291028cc {
  display: none;
}
#s-0568212e-8806-42fd-8c91-8f59291028cc, #wrap-s-0568212e-8806-42fd-8c91-8f59291028cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0568212e-8806-42fd-8c91-8f59291028cc {
  display: none;
}
#s-0568212e-8806-42fd-8c91-8f59291028cc, #wrap-s-0568212e-8806-42fd-8c91-8f59291028cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0568212e-8806-42fd-8c91-8f59291028cc {
  display: none;
}
#s-0568212e-8806-42fd-8c91-8f59291028cc, #wrap-s-0568212e-8806-42fd-8c91-8f59291028cc { display:none !important; }}
#s-0568212e-8806-42fd-8c91-8f59291028cc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-737cf68c-488f-445a-aaf0-977fdc2a8414 {
  display: none;
}
#s-a94e004e-e41f-45ef-840a-73942db2dea6 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-a94e004e-e41f-45ef-840a-73942db2dea6 img.shogun-image {
    
    width: px;
  }


#s-a94e004e-e41f-45ef-840a-73942db2dea6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-68b09390-977d-4fce-9341-b6a5bd0b24f8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-ab732814-a297-4a7d-801a-f0fae6e01e20 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-ab732814-a297-4a7d-801a-f0fae6e01e20:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-ab732814-a297-4a7d-801a-f0fae6e01e20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab732814-a297-4a7d-801a-f0fae6e01e20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ab732814-a297-4a7d-801a-f0fae6e01e20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab732814-a297-4a7d-801a-f0fae6e01e20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab732814-a297-4a7d-801a-f0fae6e01e20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e6a653ad-1791-4ffc-baf0-eb4a9b74e09d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6922cf2b-a23b-4252-aa72-9a2101f8ab0f {
  border-radius: 30px;
text-align: center;
}





#s-6922cf2b-a23b-4252-aa72-9a2101f8ab0f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2c4afa74-9992-4d4d-95f4-c0ab5ad2e348 {
  min-height: 500px;
}








#s-2c4afa74-9992-4d4d-95f4-c0ab5ad2e348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c4afa74-9992-4d4d-95f4-c0ab5ad2e348.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3f1260e8-6f93-46d6-9359-8360df1f586c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-3f1260e8-6f93-46d6-9359-8360df1f586c img.shogun-image {
    
    width: px;
  }


#s-3f1260e8-6f93-46d6-9359-8360df1f586c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4a4e91ab-db38-46ae-b136-094c5192e576 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-82eb3258-84a0-41d4-b664-2368bd4d7956 {
  display: none;
}
#s-1a7e893e-f63f-4cb3-9755-8f2e7489827b {
  min-height: 70px;
}








#s-1a7e893e-f63f-4cb3-9755-8f2e7489827b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7e893e-f63f-4cb3-9755-8f2e7489827b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a768b083-2002-4abd-9280-164cbf5edf13 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb {
  display: none;
}
#s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb, #wrap-s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c8493ec2-59e6-4785-bbab-e2e7c3ccc3cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-0c52b617-c798-4a08-b044-8c0653c627bb {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}

#s-0c52b617-c798-4a08-b044-8c0653c627bb .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-0c52b617-c798-4a08-b044-8c0653c627bb .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-0c52b617-c798-4a08-b044-8c0653c627bb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0c52b617-c798-4a08-b044-8c0653c627bb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c6d94d5b-9499-4d54-ac89-3d4c5226a3e2 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-c6d94d5b-9499-4d54-ac89-3d4c5226a3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d94d5b-9499-4d54-ac89-3d4c5226a3e2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0a50c0e2-c260-4af5-a336-82f1b32a1bc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b776edd0-7a0d-4090-aaae-ad815825a086 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}
@media (min-width: 1200px){#s-b776edd0-7a0d-4090-aaae-ad815825a086 {
  display: none;
}
#s-b776edd0-7a0d-4090-aaae-ad815825a086, #wrap-s-b776edd0-7a0d-4090-aaae-ad815825a086 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b776edd0-7a0d-4090-aaae-ad815825a086 {
  display: none;
}
#s-b776edd0-7a0d-4090-aaae-ad815825a086, #wrap-s-b776edd0-7a0d-4090-aaae-ad815825a086 { display:none !important; }}@media (max-width: 767px){#s-b776edd0-7a0d-4090-aaae-ad815825a086 {
  display: none;
}
#s-b776edd0-7a0d-4090-aaae-ad815825a086, #wrap-s-b776edd0-7a0d-4090-aaae-ad815825a086 { display:none !important; }}
#s-b776edd0-7a0d-4090-aaae-ad815825a086 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-b776edd0-7a0d-4090-aaae-ad815825a086 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-b776edd0-7a0d-4090-aaae-ad815825a086 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b776edd0-7a0d-4090-aaae-ad815825a086 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2ffc641d-c383-4ee4-925c-e28a506972c6 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2ffc641d-c383-4ee4-925c-e28a506972c6 {
  display: none;
}
#s-2ffc641d-c383-4ee4-925c-e28a506972c6, #wrap-s-2ffc641d-c383-4ee4-925c-e28a506972c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ffc641d-c383-4ee4-925c-e28a506972c6 {
  display: none;
}
#s-2ffc641d-c383-4ee4-925c-e28a506972c6, #wrap-s-2ffc641d-c383-4ee4-925c-e28a506972c6 { display:none !important; }}@media (max-width: 767px){#s-2ffc641d-c383-4ee4-925c-e28a506972c6 {
  display: none;
}
#s-2ffc641d-c383-4ee4-925c-e28a506972c6, #wrap-s-2ffc641d-c383-4ee4-925c-e28a506972c6 { display:none !important; }}







#s-2ffc641d-c383-4ee4-925c-e28a506972c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ffc641d-c383-4ee4-925c-e28a506972c6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-65842838-38fb-4a75-a8f2-ff2d098fe01c {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-65842838-38fb-4a75-a8f2-ff2d098fe01c:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-65842838-38fb-4a75-a8f2-ff2d098fe01c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65842838-38fb-4a75-a8f2-ff2d098fe01c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-65842838-38fb-4a75-a8f2-ff2d098fe01c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65842838-38fb-4a75-a8f2-ff2d098fe01c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65842838-38fb-4a75-a8f2-ff2d098fe01c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-651267e0-40e9-42dc-9736-03215b9eb5c5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-651267e0-40e9-42dc-9736-03215b9eb5c5 {
  display: none;
}
#s-651267e0-40e9-42dc-9736-03215b9eb5c5, #wrap-s-651267e0-40e9-42dc-9736-03215b9eb5c5 { display:none !important; }}
#s-d8c46904-ef1b-49d1-9ea5-729555d8e474 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}
@media (min-width: 1200px){#s-d8c46904-ef1b-49d1-9ea5-729555d8e474 {
  display: none;
}
#s-d8c46904-ef1b-49d1-9ea5-729555d8e474, #wrap-s-d8c46904-ef1b-49d1-9ea5-729555d8e474 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c46904-ef1b-49d1-9ea5-729555d8e474 {
  display: none;
}
#s-d8c46904-ef1b-49d1-9ea5-729555d8e474, #wrap-s-d8c46904-ef1b-49d1-9ea5-729555d8e474 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c46904-ef1b-49d1-9ea5-729555d8e474 {
  display: none;
}
#s-d8c46904-ef1b-49d1-9ea5-729555d8e474, #wrap-s-d8c46904-ef1b-49d1-9ea5-729555d8e474 { display:none !important; }}@media (max-width: 767px){#s-d8c46904-ef1b-49d1-9ea5-729555d8e474 {
  
}
}
#s-a0c57b45-fb27-48dd-a071-ce655b471f73 {
  margin-left: 150px;
margin-right: 150px;
}

#s-a0c57b45-fb27-48dd-a071-ce655b471f73 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2af84bd1-3b32-47fe-a0e0-371e8895ffc3 {
  min-height: 50px;
}








#s-2af84bd1-3b32-47fe-a0e0-371e8895ffc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2af84bd1-3b32-47fe-a0e0-371e8895ffc3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-435b93e0-c96e-4c7d-98ed-b7ab19306efb {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-435b93e0-c96e-4c7d-98ed-b7ab19306efb .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f686ec6-f51c-425e-8818-05f9984ea4cc {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4f686ec6-f51c-425e-8818-05f9984ea4cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-61faf2e0-03aa-4935-b0ae-aaff3062c23b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61faf2e0-03aa-4935-b0ae-aaff3062c23b {
  display: none;
}
#s-61faf2e0-03aa-4935-b0ae-aaff3062c23b, #wrap-s-61faf2e0-03aa-4935-b0ae-aaff3062c23b { display:none !important; }}
#s-61faf2e0-03aa-4935-b0ae-aaff3062c23b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-15f67664-8997-4279-8123-7a357030bdf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-15f67664-8997-4279-8123-7a357030bdf7 {
  display: none;
}
#s-15f67664-8997-4279-8123-7a357030bdf7, #wrap-s-15f67664-8997-4279-8123-7a357030bdf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15f67664-8997-4279-8123-7a357030bdf7 {
  display: none;
}
#s-15f67664-8997-4279-8123-7a357030bdf7, #wrap-s-15f67664-8997-4279-8123-7a357030bdf7 { display:none !important; }}@media (max-width: 767px){#s-15f67664-8997-4279-8123-7a357030bdf7 {
  display: none;
}
#s-15f67664-8997-4279-8123-7a357030bdf7, #wrap-s-15f67664-8997-4279-8123-7a357030bdf7 { display:none !important; }}
#s-15f67664-8997-4279-8123-7a357030bdf7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-355fcbd1-84a1-44df-af88-5a928e970a7e {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-796ce942-db4f-4b3c-932b-054ff70d57bd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}

#s-6a158a25-84eb-4888-999e-d67782ca6aad {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 150px;
}








#s-6a158a25-84eb-4888-999e-d67782ca6aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a158a25-84eb-4888-999e-d67782ca6aad.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cdc6624a-f760-4de1-bfce-a0d9ded00d6a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-122f92f2-d37a-472e-a349-6edc1683409b {
  padding-top: 10px;
padding-left: 150px;
padding-bottom: 10px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-122f92f2-d37a-472e-a349-6edc1683409b {
  display: none;
}
#s-122f92f2-d37a-472e-a349-6edc1683409b, #wrap-s-122f92f2-d37a-472e-a349-6edc1683409b { display:none !important; }}@media (max-width: 767px){#s-122f92f2-d37a-472e-a349-6edc1683409b {
  display: none;
}
#s-122f92f2-d37a-472e-a349-6edc1683409b, #wrap-s-122f92f2-d37a-472e-a349-6edc1683409b { display:none !important; }}
#s-122f92f2-d37a-472e-a349-6edc1683409b .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-122f92f2-d37a-472e-a349-6edc1683409b .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-122f92f2-d37a-472e-a349-6edc1683409b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-122f92f2-d37a-472e-a349-6edc1683409b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-56658e62-d352-4c82-8808-b7505100ff9b {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-56658e62-d352-4c82-8808-b7505100ff9b {
  display: none;
}
#s-56658e62-d352-4c82-8808-b7505100ff9b, #wrap-s-56658e62-d352-4c82-8808-b7505100ff9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56658e62-d352-4c82-8808-b7505100ff9b {
  display: none;
}
#s-56658e62-d352-4c82-8808-b7505100ff9b, #wrap-s-56658e62-d352-4c82-8808-b7505100ff9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56658e62-d352-4c82-8808-b7505100ff9b {
  
}
}@media (max-width: 767px){#s-56658e62-d352-4c82-8808-b7505100ff9b {
  display: none;
}
#s-56658e62-d352-4c82-8808-b7505100ff9b, #wrap-s-56658e62-d352-4c82-8808-b7505100ff9b { display:none !important; }}
#s-56658e62-d352-4c82-8808-b7505100ff9b .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-56658e62-d352-4c82-8808-b7505100ff9b .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-56658e62-d352-4c82-8808-b7505100ff9b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-56658e62-d352-4c82-8808-b7505100ff9b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 {
  display: none;
}
#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32, #wrap-s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 {
  display: none;
}
#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32, #wrap-s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 {
  display: none;
}
#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32, #wrap-s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 { display:none !important; }}@media (max-width: 767px){#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 {
  
}
}
#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e5fbaf4b-6850-4fd0-bb1b-8f1a17c65d32 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2972681f-e3cd-42f3-811b-2fe627879413 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-2972681f-e3cd-42f3-811b-2fe627879413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2972681f-e3cd-42f3-811b-2fe627879413.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c5304050-4708-4914-865e-ba13d87eeda5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-c5304050-4708-4914-865e-ba13d87eeda5:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-c5304050-4708-4914-865e-ba13d87eeda5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5304050-4708-4914-865e-ba13d87eeda5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c5304050-4708-4914-865e-ba13d87eeda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5304050-4708-4914-865e-ba13d87eeda5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-c5304050-4708-4914-865e-ba13d87eeda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 {
  display: none;
}
#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97, #wrap-s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 {
  display: none;
}
#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97, #wrap-s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 {
  display: none;
}
#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97, #wrap-s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 { display:none !important; }}
#s-19d62f96-8bf3-4c04-a20a-8d970a75eb97 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 {
  display: none;
}
#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6, #wrap-s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 {
  display: none;
}
#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6, #wrap-s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 { display:none !important; }}@media (max-width: 767px){#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 {
  display: none;
}
#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6, #wrap-s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 { display:none !important; }}
#s-d9c49230-cc7b-4e8e-b7d5-73d643eaffb6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d8bbfdf6-8270-4a26-84e1-2d335986716a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8bbfdf6-8270-4a26-84e1-2d335986716a {
  display: none;
}
#s-d8bbfdf6-8270-4a26-84e1-2d335986716a, #wrap-s-d8bbfdf6-8270-4a26-84e1-2d335986716a { display:none !important; }}
#s-d8bbfdf6-8270-4a26-84e1-2d335986716a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44aafdd8-55a1-403a-900c-3682dfa966f3 {
  display: none;
}
#s-58032adc-7a74-4e5d-a56e-504730b25ef2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}

#s-d7dd6ede-43d2-4ae5-be63-ee914934efb7 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 150px;
}








#s-d7dd6ede-43d2-4ae5-be63-ee914934efb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dd6ede-43d2-4ae5-be63-ee914934efb7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0c2aad37-e6ff-4aab-a83a-20b620adb894 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 {
  padding-top: 10px;
padding-left: 150px;
padding-bottom: 10px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 {
  display: none;
}
#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7, #wrap-s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 { display:none !important; }}@media (max-width: 767px){#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 {
  display: none;
}
#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7, #wrap-s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 { display:none !important; }}
#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-011fe31d-87e4-4f7f-862c-9d8704d6bce7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8d598ede-8efd-4396-b674-114d9726f5a3 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-8d598ede-8efd-4396-b674-114d9726f5a3 {
  display: none;
}
#s-8d598ede-8efd-4396-b674-114d9726f5a3, #wrap-s-8d598ede-8efd-4396-b674-114d9726f5a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d598ede-8efd-4396-b674-114d9726f5a3 {
  display: none;
}
#s-8d598ede-8efd-4396-b674-114d9726f5a3, #wrap-s-8d598ede-8efd-4396-b674-114d9726f5a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d598ede-8efd-4396-b674-114d9726f5a3 {
  
}
}@media (max-width: 767px){#s-8d598ede-8efd-4396-b674-114d9726f5a3 {
  display: none;
}
#s-8d598ede-8efd-4396-b674-114d9726f5a3, #wrap-s-8d598ede-8efd-4396-b674-114d9726f5a3 { display:none !important; }}
#s-8d598ede-8efd-4396-b674-114d9726f5a3 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-8d598ede-8efd-4396-b674-114d9726f5a3 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-8d598ede-8efd-4396-b674-114d9726f5a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8d598ede-8efd-4396-b674-114d9726f5a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 {
  display: none;
}
#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69, #wrap-s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 {
  display: none;
}
#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69, #wrap-s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 {
  display: none;
}
#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69, #wrap-s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 { display:none !important; }}@media (max-width: 767px){#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 {
  
}
}
#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1928a5f3-2b5c-4587-9ce2-8546ebc81b69 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d412921d-47c5-4500-9a35-88ac0d041323 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-d412921d-47c5-4500-9a35-88ac0d041323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d412921d-47c5-4500-9a35-88ac0d041323.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-064d260f-80db-4451-8463-038f1df41006 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-064d260f-80db-4451-8463-038f1df41006:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-064d260f-80db-4451-8463-038f1df41006:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-064d260f-80db-4451-8463-038f1df41006 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-064d260f-80db-4451-8463-038f1df41006.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-064d260f-80db-4451-8463-038f1df41006.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-064d260f-80db-4451-8463-038f1df41006.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5450b0af-ed25-4f57-a8be-5b17b63f5295 {
  min-height: 50px;
}








#s-5450b0af-ed25-4f57-a8be-5b17b63f5295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5450b0af-ed25-4f57-a8be-5b17b63f5295.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-749e392c-95d3-46ef-bfc4-c7123e50a536 {
  margin-left: 150px;
margin-right: 150px;
}

#s-749e392c-95d3-46ef-bfc4-c7123e50a536 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4adb085c-ed1a-40f2-b52b-4fdc741b6b43 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4adb085c-ed1a-40f2-b52b-4fdc741b6b43 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-858269c9-87bf-4a30-8c33-375f50d5f8bb {
  
}
}
@media (min-width: 0px) {
[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-858269c9-87bf-4a30-8c33-375f50d5f8bb"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-57a7ef4a-4d3b-4e0d-8cc8-6a8239a0ab93 {
  min-height: 300px;
}








#s-57a7ef4a-4d3b-4e0d-8cc8-6a8239a0ab93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a7ef4a-4d3b-4e0d-8cc8-6a8239a0ab93.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e6d517bc-7ab0-423a-b3e2-932f4d54512e {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1d6cb9e7-045b-4b30-8261-a3bb0f0b2057 {
  text-align: center;
}




  #s-1d6cb9e7-045b-4b30-8261-a3bb0f0b2057 img.shogun-image {
    
    width: px;
  }


#s-1d6cb9e7-045b-4b30-8261-a3bb0f0b2057 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 {
  
}
}@media (max-width: 767px){#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 {
  
}
}







#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0712a9a-eb97-4120-9f10-0d11aa3d22c5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(52, 152, 219, 1);
border-radius: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 {
  display: none;
}
#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8, #wrap-s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 {
  display: none;
}
#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8, #wrap-s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 {
  display: none;
}
#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8, #wrap-s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 { display:none !important; }}@media (max-width: 767px){#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 {
  display: none;
}
#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8, #wrap-s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 { display:none !important; }}







#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08fd9c2-2993-47a3-a0b0-99aa66317df8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-236c826a-de06-4c98-9219-621c360c6894 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3769a299-1c81-4f38-b4ad-d075f28a213f {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3769a299-1c81-4f38-b4ad-d075f28a213f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-99ab0066-5c99-4a0e-9024-ed7b45c4aac4 {
  text-align: center;
}




  #s-99ab0066-5c99-4a0e-9024-ed7b45c4aac4 img.shogun-image {
    
    width: px;
  }


#s-99ab0066-5c99-4a0e-9024-ed7b45c4aac4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7e531fc0-2637-405c-b560-0d32c71daeca {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c71d2658-40fe-423d-bd6d-a8797e1c13d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-49955968-ddd9-4bb1-adf7-4afb9e2310d3 {
  display: none;
}
#s-2ecbacc6-360c-4767-a5eb-4d4a6457686b {
  min-height: 70px;
}








#s-2ecbacc6-360c-4767-a5eb-4d4a6457686b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ecbacc6-360c-4767-a5eb-4d4a6457686b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-112df3bf-ec24-489a-9e84-c4f5d7d24d35 {
  display: none;
}
#s-02a64727-175a-4a98-b17c-a44696ec29f8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}

#s-02a64727-175a-4a98-b17c-a44696ec29f8 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-02a64727-175a-4a98-b17c-a44696ec29f8 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-02a64727-175a-4a98-b17c-a44696ec29f8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-02a64727-175a-4a98-b17c-a44696ec29f8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f1ca090-3036-4ccb-89a9-0148ebdd01ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2684c428-444c-4790-90f7-eb362b17903e {
  margin-left: 150px;
margin-right: 150px;
}

#s-2684c428-444c-4790-90f7-eb362b17903e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-af9358a6-9485-430c-a754-ea03d6c57367 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9358a6-9485-430c-a754-ea03d6c57367 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400 {
  
}
}
@media (min-width: 0px) {
[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-dacc93d5-5e1c-4f4b-aac8-552c21e3e400"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-92edf2d3-120a-440f-8124-886895996c91 {
  text-align: center;
}




  #s-92edf2d3-120a-440f-8124-886895996c91 img.shogun-image {
    
    width: px;
  }


#s-92edf2d3-120a-440f-8124-886895996c91 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-052f27de-fbb5-42dc-bfd1-a3c0deb100ab {
  min-height: 400px;
}








#s-052f27de-fbb5-42dc-bfd1-a3c0deb100ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052f27de-fbb5-42dc-bfd1-a3c0deb100ab.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e9a6f720-ed38-452a-9c44-f8617a1bbd54 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-664d47ae-0d4c-426a-b3d4-19a53bd1c459 {
  margin-left: 150px;
margin-right: 150px;
}

#s-664d47ae-0d4c-426a-b3d4-19a53bd1c459 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b702728a-766e-4c09-8a7c-c2941e361a30 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b702728a-766e-4c09-8a7c-c2941e361a30 {
  
}
}@media (max-width: 767px){#s-b702728a-766e-4c09-8a7c-c2941e361a30 {
  
}
}







#s-b702728a-766e-4c09-8a7c-c2941e361a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b702728a-766e-4c09-8a7c-c2941e361a30.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-600d8cd3-a041-49ec-8624-2e0a3ae835f7 {
  min-height: 50px;
}








#s-600d8cd3-a041-49ec-8624-2e0a3ae835f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-600d8cd3-a041-49ec-8624-2e0a3ae835f7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-889d5f55-61de-4e9c-bb95-91d3e5d7665a {
  border-style: solid;
margin-left: 5px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(52, 152, 219, 1);
border-radius: 20px;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-889d5f55-61de-4e9c-bb95-91d3e5d7665a {
  display: none;
}
#s-889d5f55-61de-4e9c-bb95-91d3e5d7665a, #wrap-s-889d5f55-61de-4e9c-bb95-91d3e5d7665a { display:none !important; }}







#s-889d5f55-61de-4e9c-bb95-91d3e5d7665a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889d5f55-61de-4e9c-bb95-91d3e5d7665a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4ca55fa8-47c0-46e6-9161-5544886accb6 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-4ca55fa8-47c0-46e6-9161-5544886accb6 {
  
}
}
#s-04c846d1-e548-4010-9ac5-7dc33b703936 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-04c846d1-e548-4010-9ac5-7dc33b703936"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3847f1aa-6497-42e3-9433-6962a001e659 {
  border-radius: 30px;
text-align: center;
}





#s-3847f1aa-6497-42e3-9433-6962a001e659 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e250b5da-7117-445d-a835-7f387c4bc1c5 {
  min-height: 500px;
}








#s-e250b5da-7117-445d-a835-7f387c4bc1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e250b5da-7117-445d-a835-7f387c4bc1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f5968c1f-552d-4273-bee1-e19b77884162 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-bf56e39e-9263-44ca-8ff1-e903f64991e6 {
  display: none;
}
#s-4a8f455e-5e77-48f1-ae9e-a66ebc4ab25f {
  min-height: 70px;
}








#s-4a8f455e-5e77-48f1-ae9e-a66ebc4ab25f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8f455e-5e77-48f1-ae9e-a66ebc4ab25f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ba2e47e3-35f5-48c6-96b7-b964e0585c7f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e9ad9cce-cadf-427e-b14d-8d0bb91cdd21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b8c16a76-8fb7-47cd-8a21-58a1a71f442c {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}

#s-b8c16a76-8fb7-47cd-8a21-58a1a71f442c .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-b8c16a76-8fb7-47cd-8a21-58a1a71f442c .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-b8c16a76-8fb7-47cd-8a21-58a1a71f442c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b8c16a76-8fb7-47cd-8a21-58a1a71f442c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4732384c-79ab-4cb6-ad99-16c9a2812730 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-4732384c-79ab-4cb6-ad99-16c9a2812730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4732384c-79ab-4cb6-ad99-16c9a2812730.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-72017bdc-1d9a-4881-b2f4-b5d5e4526a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 {
  border-style: solid;
margin-left: 5px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(52, 152, 219, 1);
border-radius: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 {
  display: none;
}
#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179, #wrap-s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 {
  display: none;
}
#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179, #wrap-s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 {
  
}
}@media (max-width: 767px){#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 {
  display: none;
}
#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179, #wrap-s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 { display:none !important; }}







#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be99f1a8-0df3-4bba-afac-bbcb96e0f179.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-755f0269-f49b-4dbe-9b26-c83c6a5d1671 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-755f0269-f49b-4dbe-9b26-c83c6a5d1671 {
  
}
}
#s-f8525b85-15f8-4150-824e-ee8514d16984 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f8525b85-15f8-4150-824e-ee8514d16984"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2fefad83-ec1b-4e73-b3bd-541b9a6324db {
  border-radius: 30px;
text-align: center;
}





#s-2fefad83-ec1b-4e73-b3bd-541b9a6324db .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-33a05e39-64a1-4b07-b226-1ab913a0a387 {
  min-height: 500px;
}








#s-33a05e39-64a1-4b07-b226-1ab913a0a387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a05e39-64a1-4b07-b226-1ab913a0a387.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-798aa9be-a754-4974-89cd-00178b577a7a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-35c36f82-491e-4266-8cf4-2bc9cdde557a {
  display: none;
}
#s-058c0bd7-fc84-4c06-a15e-91c55b5e3d4a {
  min-height: 70px;
}








#s-058c0bd7-fc84-4c06-a15e-91c55b5e3d4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-058c0bd7-fc84-4c06-a15e-91c55b5e3d4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-76baaff1-bcf8-48c6-94a6-9f3929c4c79a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-c6d303ba-71a3-4f8a-82bd-7908d4806f24 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}

#s-c6d303ba-71a3-4f8a-82bd-7908d4806f24 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-c6d303ba-71a3-4f8a-82bd-7908d4806f24 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-c6d303ba-71a3-4f8a-82bd-7908d4806f24 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6d303ba-71a3-4f8a-82bd-7908d4806f24 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2e220feb-71d9-43d6-9735-ca7f0d02aa5b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2e220feb-71d9-43d6-9735-ca7f0d02aa5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e220feb-71d9-43d6-9735-ca7f0d02aa5b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6bc92e42-027e-4952-8748-807c1362f84e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
}
#s-6bc92e42-027e-4952-8748-807c1362f84e:hover {background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-6bc92e42-027e-4952-8748-807c1362f84e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bc92e42-027e-4952-8748-807c1362f84e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6bc92e42-027e-4952-8748-807c1362f84e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bc92e42-027e-4952-8748-807c1362f84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6bc92e42-027e-4952-8748-807c1362f84e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f71bed0e-41b8-4ae6-9ec5-9ad2cb697a06 {
  margin-left: 150px;
margin-right: 150px;
}

#s-f71bed0e-41b8-4ae6-9ec5-9ad2cb697a06 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34 {
  
}
}@media (max-width: 767px){#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34 {
  display: none;
}
#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34, #wrap-s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34 { display:none !important; }}







#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6a6b1d-1161-4218-9f7a-7e8d43385f34.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4928eda2-50ce-4443-8bf8-a70d3e665c89 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4928eda2-50ce-4443-8bf8-a70d3e665c89 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b483b12-9ace-4a02-ba05-fb77886ced02 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}




  #s-1b483b12-9ace-4a02-ba05-fb77886ced02 img.shogun-image {
    
    width: px;
  }


#s-1b483b12-9ace-4a02-ba05-fb77886ced02 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-04166e75-ca0c-4cf4-bf51-9653b5863690 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-68ba0b9d-e6d1-40cc-8b69-4418bb288694 {
  min-height: 150px;
}








#s-68ba0b9d-e6d1-40cc-8b69-4418bb288694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ba0b9d-e6d1-40cc-8b69-4418bb288694.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f9977ac6-9bac-4fb5-ac3b-34fe36c1fb21 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-5ac12e7e-5c8c-41e1-8799-d6d020843c20 {
  min-height: 150px;
}








#s-5ac12e7e-5c8c-41e1-8799-d6d020843c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac12e7e-5c8c-41e1-8799-d6d020843c20.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-752fbf00-f58b-4f3f-b14e-82cfd266356e {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-328c88c7-5d7b-4b2a-acd5-425ff84ac4ba {
  min-height: 150px;
}








#s-328c88c7-5d7b-4b2a-acd5-425ff84ac4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328c88c7-5d7b-4b2a-acd5-425ff84ac4ba.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1d84f4ab-b79b-47dd-856b-3151a5bda57a {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-a1329366-8f60-4454-8e81-c9c3241bce46 {
  min-height: 150px;
}








#s-a1329366-8f60-4454-8e81-c9c3241bce46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1329366-8f60-4454-8e81-c9c3241bce46.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0abdf94c-abe0-468e-b501-e18bccbbe65d {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-7ea4d8ed-6d60-4650-b607-cd6b9e39f0a1 {
  min-height: 150px;
}








#s-7ea4d8ed-6d60-4650-b607-cd6b9e39f0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea4d8ed-6d60-4650-b607-cd6b9e39f0a1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5f3ac28e-7aa4-47b7-99e8-dfe166d5bf94 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-d4b909fb-a3eb-43e3-b958-ddd67e03af4a {
  min-height: 150px;
}








#s-d4b909fb-a3eb-43e3-b958-ddd67e03af4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b909fb-a3eb-43e3-b958-ddd67e03af4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-61b80a88-e6ac-4450-a3f7-5b9e4067bce9 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-01a486ba-4cd3-4716-b048-6f564a90b5bb {
  min-height: 150px;
}








#s-01a486ba-4cd3-4716-b048-6f564a90b5bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a486ba-4cd3-4716-b048-6f564a90b5bb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0fc85f28-e32d-4374-80d3-b9bf796a0c92 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-7fe8b36a-0284-473c-bcfd-eed1aa440523 {
  min-height: 150px;
}








#s-7fe8b36a-0284-473c-bcfd-eed1aa440523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fe8b36a-0284-473c-bcfd-eed1aa440523.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b5d0a4d1-8842-4843-bc68-e054aa644ef0 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-b0860357-1230-44fd-bb8e-6aa065c3ea5d {
  min-height: 150px;
}








#s-b0860357-1230-44fd-bb8e-6aa065c3ea5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0860357-1230-44fd-bb8e-6aa065c3ea5d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-30ab592e-a955-40f0-8e39-f585227e04de {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-21850f09-1561-4823-89e6-7aa14d5de24c {
  min-height: 150px;
}








#s-21850f09-1561-4823-89e6-7aa14d5de24c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21850f09-1561-4823-89e6-7aa14d5de24c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3f8a08c5-b6de-442c-a28d-eefcbea77869 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-1ec567ee-c6ab-4bad-972b-848f550d7513 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1ec567ee-c6ab-4bad-972b-848f550d7513 {
  display: none;
}
#s-1ec567ee-c6ab-4bad-972b-848f550d7513, #wrap-s-1ec567ee-c6ab-4bad-972b-848f550d7513 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ec567ee-c6ab-4bad-972b-848f550d7513 {
  display: none;
}
#s-1ec567ee-c6ab-4bad-972b-848f550d7513, #wrap-s-1ec567ee-c6ab-4bad-972b-848f550d7513 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ec567ee-c6ab-4bad-972b-848f550d7513 {
  display: none;
}
#s-1ec567ee-c6ab-4bad-972b-848f550d7513, #wrap-s-1ec567ee-c6ab-4bad-972b-848f550d7513 { display:none !important; }}@media (max-width: 767px){#s-1ec567ee-c6ab-4bad-972b-848f550d7513 {
  
}
}







#s-1ec567ee-c6ab-4bad-972b-848f550d7513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec567ee-c6ab-4bad-972b-848f550d7513.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eed1adc3-ee5f-4e99-8491-a807746ed4f0 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed1adc3-ee5f-4e99-8491-a807746ed4f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fceb4ffc-54aa-4498-bd8d-e86c39733758 {
  text-align: center;
}




  #s-fceb4ffc-54aa-4498-bd8d-e86c39733758 img.shogun-image {
    
    width: px;
  }


#s-fceb4ffc-54aa-4498-bd8d-e86c39733758 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b341ebe1-16a9-4788-afe7-348459f4bf52 {
  min-height: 280px;
}








#s-b341ebe1-16a9-4788-afe7-348459f4bf52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b341ebe1-16a9-4788-afe7-348459f4bf52.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-950ba8fe-cbc8-4c38-a194-2872e7363448 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-74d538a5-c331-4e0d-90ef-fe8aeece7ac7 {
  min-height: 220px;
}








#s-74d538a5-c331-4e0d-90ef-fe8aeece7ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d538a5-c331-4e0d-90ef-fe8aeece7ac7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c2863bfb-e335-4751-a55d-66e8181fb8c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-a9c7156d-ab2e-4ed1-97b6-99dfeb431dcd {
  min-height: 220px;
}








#s-a9c7156d-ab2e-4ed1-97b6-99dfeb431dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9c7156d-ab2e-4ed1-97b6-99dfeb431dcd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7a3b6940-7486-4dce-92e9-de7db3ba1d76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-f6319d56-db1d-4887-8821-49033384bd49 {
  min-height: 220px;
}








#s-f6319d56-db1d-4887-8821-49033384bd49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6319d56-db1d-4887-8821-49033384bd49.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0e0d5365-7c60-418a-8c75-17c28495b382 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-dc8132e7-1c4c-4330-8a0d-c1d264bbf721 {
  min-height: 220px;
}








#s-dc8132e7-1c4c-4330-8a0d-c1d264bbf721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc8132e7-1c4c-4330-8a0d-c1d264bbf721.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-be7f0e4a-1724-469a-bc1d-22d71ba1126d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-9555cbdc-9c4d-423f-93c2-2c4f660a82b7 {
  min-height: 220px;
}








#s-9555cbdc-9c4d-423f-93c2-2c4f660a82b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9555cbdc-9c4d-423f-93c2-2c4f660a82b7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6c2ad9f0-9249-4682-ba4d-21497a09c309 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-49f7d037-1b68-489b-849d-da6d27ce1053 {
  min-height: 220px;
}








#s-49f7d037-1b68-489b-849d-da6d27ce1053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f7d037-1b68-489b-849d-da6d27ce1053.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b0503b8c-e30a-45d8-a9ad-828e8beba487 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-977e7c2f-345a-4c6c-b8bc-9327a9d7d758 {
  min-height: 220px;
}








#s-977e7c2f-345a-4c6c-b8bc-9327a9d7d758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977e7c2f-345a-4c6c-b8bc-9327a9d7d758.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c2d4de68-f8eb-468e-a9da-3886ce1e75ef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-5ffa8ffc-a76f-4a47-98c8-46cfd01d7964 {
  min-height: 220px;
}








#s-5ffa8ffc-a76f-4a47-98c8-46cfd01d7964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ffa8ffc-a76f-4a47-98c8-46cfd01d7964.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-dd88cef2-504d-41fe-886d-4e5fa99d72e5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-57461b86-f3db-474b-b9b8-3b8f06731f74 {
  min-height: 220px;
}








#s-57461b86-f3db-474b-b9b8-3b8f06731f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57461b86-f3db-474b-b9b8-3b8f06731f74.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f13aab93-0123-47d1-8e98-8425d711c429 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-e4dfef38-21fa-4e9d-9185-2c9fa12dbd3e {
  min-height: 220px;
}








#s-e4dfef38-21fa-4e9d-9185-2c9fa12dbd3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4dfef38-21fa-4e9d-9185-2c9fa12dbd3e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-820868bf-bee0-48d0-a783-e0f5321c7d4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-85b94bdb-3b62-47f6-a214-e551b196d567 {
  margin-left: 150px;
margin-right: 150px;
}

#s-85b94bdb-3b62-47f6-a214-e551b196d567 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-70e1193e-5de9-4f6d-9747-28eb3554ea8c {
  min-height: 50px;
}








#s-70e1193e-5de9-4f6d-9747-28eb3554ea8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e1193e-5de9-4f6d-9747-28eb3554ea8c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f9175ba9-7fcc-4509-95ee-f35e474802af {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9175ba9-7fcc-4509-95ee-f35e474802af .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-acef070d-7a07-4cba-b9e9-7a7f7aecbf22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2c84f6e2-6e3b-46bf-8301-ed50e9e37a51 {
  text-align: center;
}




  #s-2c84f6e2-6e3b-46bf-8301-ed50e9e37a51 img.shogun-image {
    
    width: px;
  }


#s-2c84f6e2-6e3b-46bf-8301-ed50e9e37a51 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6c2f02d1-8e39-4aeb-a556-4049b8b84664 {
  min-height: 300px;
}








#s-6c2f02d1-8e39-4aeb-a556-4049b8b84664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2f02d1-8e39-4aeb-a556-4049b8b84664.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c386ddea-14f5-4575-a460-06e951ba8e85 {
  margin-left: 10px;
margin-right: 10px;
}

#s-1b5eba0d-06a3-4b1a-8cb5-d425c5717edf {
  margin-left: 150px;
margin-right: 150px;
}

#s-1b5eba0d-06a3-4b1a-8cb5-d425c5717edf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-38eb4ae6-5f03-43f7-8bea-077ed3330189 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
background-position: center center;
}
@media (max-width: 767px){#s-38eb4ae6-5f03-43f7-8bea-077ed3330189 {
  
}
}







#s-38eb4ae6-5f03-43f7-8bea-077ed3330189 > .shg-box-overlay {
  background-color: rgba(209, 30, 75, 1);
  opacity: 0.2;
}#s-38eb4ae6-5f03-43f7-8bea-077ed3330189.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 767px){#s-8b5d9597-279b-49c1-8abc-dffb56a564de {
  display: none;
}
#s-8b5d9597-279b-49c1-8abc-dffb56a564de, #wrap-s-8b5d9597-279b-49c1-8abc-dffb56a564de { display:none !important; }}
@media (min-width: 1200px){#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 {
  display: none;
}
#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948, #wrap-s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 {
  display: none;
}
#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948, #wrap-s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 {
  display: none;
}
#s-f0da8404-dfe4-492f-a36e-fdcc0aa00948, #wrap-s-f0da8404-dfe4-492f-a36e-fdcc0aa00948 { display:none !important; }}
#s-0543280f-0668-4939-9ee1-a3ca43e1ad8a {
  margin-left: 150px;
margin-right: 150px;
}

#s-0543280f-0668-4939-9ee1-a3ca43e1ad8a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-529a37df-1e87-4a0a-9341-219ee97a12c2 {
  min-height: 50px;
}








#s-529a37df-1e87-4a0a-9341-219ee97a12c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529a37df-1e87-4a0a-9341-219ee97a12c2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f6699b3a-adb0-40f7-9a52-ebeb8e2480c3 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6699b3a-adb0-40f7-9a52-ebeb8e2480c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70236bea-9807-4f3b-94c8-323c9f5425de {
  min-height: 50px;
}








#s-70236bea-9807-4f3b-94c8-323c9f5425de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70236bea-9807-4f3b-94c8-323c9f5425de.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3e6bce2b-70a4-490d-8b89-67fa6e21489c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-26956ac0-f5e8-4175-839e-e4076eed8d10 {
  margin-left: 150px;
margin-right: 150px;
}

#s-26956ac0-f5e8-4175-839e-e4076eed8d10 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-222ac313-550a-47a0-ba82-d430b3327d3e {
  min-height: 50px;
}








#s-222ac313-550a-47a0-ba82-d430b3327d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-222ac313-550a-47a0-ba82-d430b3327d3e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-545cb57a-8fe9-4da9-abb2-7a3d110adfe3 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545cb57a-8fe9-4da9-abb2-7a3d110adfe3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f3b69fc-fb1b-4d08-8a56-2c1a823b8d00 {
  min-height: 50px;
}








#s-5f3b69fc-fb1b-4d08-8a56-2c1a823b8d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3b69fc-fb1b-4d08-8a56-2c1a823b8d00.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9cd153ee-14a0-453c-8894-ba07fe10b063 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-87a41051-7a45-43c9-ae91-ba394558dbf2 {
  margin-left: 150px;
margin-right: 150px;
}

#s-87a41051-7a45-43c9-ae91-ba394558dbf2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-04dab983-8ef3-4e26-8fd9-0c3ccc4bfe6d {
  min-height: 50px;
}








#s-04dab983-8ef3-4e26-8fd9-0c3ccc4bfe6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04dab983-8ef3-4e26-8fd9-0c3ccc4bfe6d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6df43c41-9090-4821-bea4-f0b572c0d276 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6df43c41-9090-4821-bea4-f0b572c0d276 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af73d243-87d7-4eb0-9519-80e2f8685cbd {
  min-height: 50px;
}








#s-af73d243-87d7-4eb0-9519-80e2f8685cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af73d243-87d7-4eb0-9519-80e2f8685cbd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fee8ca12-2bdc-4c08-9e7d-571c7bda6f6f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d3db28f1-bede-4c7b-bb95-ac668bf7ac56 {
  margin-left: 150px;
margin-right: 150px;
}

#s-d3db28f1-bede-4c7b-bb95-ac668bf7ac56 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c7fd68ad-1ea4-4789-a026-d488e44855cc {
  min-height: 50px;
}








#s-c7fd68ad-1ea4-4789-a026-d488e44855cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7fd68ad-1ea4-4789-a026-d488e44855cc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-04305611-54d8-4992-9ab3-d0fb9d801544 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04305611-54d8-4992-9ab3-d0fb9d801544 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-71002039-5ed3-4dcd-93f7-c313bdcef885 {
  min-height: 50px;
}








#s-71002039-5ed3-4dcd-93f7-c313bdcef885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71002039-5ed3-4dcd-93f7-c313bdcef885.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9bc17b30-d8f1-4e73-9621-4bac71fc451b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-24db4033-b33c-46e3-8e4b-244a65a59938 {
  margin-left: 150px;
margin-right: 150px;
}

#s-24db4033-b33c-46e3-8e4b-244a65a59938 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b2f05225-5c95-4c56-82bf-dfc8ed3bb5ff {
  min-height: 50px;
}








#s-b2f05225-5c95-4c56-82bf-dfc8ed3bb5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2f05225-5c95-4c56-82bf-dfc8ed3bb5ff.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-dac107dc-6bfb-43ff-8a71-01ffe1f27598 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dac107dc-6bfb-43ff-8a71-01ffe1f27598 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c9f6c86-ab35-4f16-91cb-9780b36fe346 {
  min-height: 50px;
}








#s-4c9f6c86-ab35-4f16-91cb-9780b36fe346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c9f6c86-ab35-4f16-91cb-9780b36fe346.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b305864e-32e1-4697-9ffc-9cafb3d9640a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-7a946ca8-05e4-469d-8512-fa2a550e144e {
  margin-left: 150px;
margin-right: 150px;
}

#s-7a946ca8-05e4-469d-8512-fa2a550e144e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0fa5e57d-3760-4286-96f7-9d01ce8f5c95 {
  min-height: 50px;
}








#s-0fa5e57d-3760-4286-96f7-9d01ce8f5c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa5e57d-3760-4286-96f7-9d01ce8f5c95.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d911b09d-3fa8-4891-808e-c44f95efcbea {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d911b09d-3fa8-4891-808e-c44f95efcbea .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa62e53f-3032-40de-a063-c4816f181876 {
  min-height: 50px;
}








#s-fa62e53f-3032-40de-a063-c4816f181876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa62e53f-3032-40de-a063-c4816f181876.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a5e07a2b-9ee0-4205-abbc-6984a0c05a0e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-e9a97156-93f6-4926-9715-94513b848033 {
  margin-left: 150px;
margin-right: 150px;
}

#s-e9a97156-93f6-4926-9715-94513b848033 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-10aba98d-0ca1-4d34-a518-b0d09d8b4438 {
  min-height: 50px;
}








#s-10aba98d-0ca1-4d34-a518-b0d09d8b4438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10aba98d-0ca1-4d34-a518-b0d09d8b4438.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-bd939810-7e81-493d-ab04-ac7d66b7349f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd939810-7e81-493d-ab04-ac7d66b7349f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42f367c7-ea67-4c1a-a139-4dca13525c0a {
  min-height: 50px;
}








#s-42f367c7-ea67-4c1a-a139-4dca13525c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f367c7-ea67-4c1a-a139-4dca13525c0a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3436d3f3-25d2-4a36-82db-6cfb8e585c38 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d4d57a6a-ea7c-4981-969b-be3e4274b2a2 {
  margin-left: 150px;
margin-right: 150px;
}

#s-d4d57a6a-ea7c-4981-969b-be3e4274b2a2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9411c8f8-92f8-4866-b73b-802a5a9c4cf9 {
  min-height: 50px;
}








#s-9411c8f8-92f8-4866-b73b-802a5a9c4cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9411c8f8-92f8-4866-b73b-802a5a9c4cf9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fa2a2f8b-f245-4282-a15e-88c3622a6555 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa2a2f8b-f245-4282-a15e-88c3622a6555 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d216ca6-80a6-479d-a5cb-8d838f25b84e {
  min-height: 50px;
}








#s-5d216ca6-80a6-479d-a5cb-8d838f25b84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d216ca6-80a6-479d-a5cb-8d838f25b84e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2f1cb5e2-3f28-4e31-9ab0-33f7afc6bfb2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9c17ef45-6be1-4722-8842-82fe22098f98 {
  margin-left: 150px;
margin-right: 150px;
}

#s-9c17ef45-6be1-4722-8842-82fe22098f98 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-36d6c040-3e9a-48a5-808e-8003fc337f28 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36d6c040-3e9a-48a5-808e-8003fc337f28 {
  
}
}@media (max-width: 767px){#s-36d6c040-3e9a-48a5-808e-8003fc337f28 {
  
}
}







#s-36d6c040-3e9a-48a5-808e-8003fc337f28 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.09;
}#s-36d6c040-3e9a-48a5-808e-8003fc337f28.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 767px){#s-46ae0409-f6b4-499b-bda9-e2b1c9da7fc8 {
  display: none;
}
#s-46ae0409-f6b4-499b-bda9-e2b1c9da7fc8, #wrap-s-46ae0409-f6b4-499b-bda9-e2b1c9da7fc8 { display:none !important; }}
@media (min-width: 1200px){#s-4bfa2761-c626-427d-9503-d67171ed316e {
  display: none;
}
#s-4bfa2761-c626-427d-9503-d67171ed316e, #wrap-s-4bfa2761-c626-427d-9503-d67171ed316e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bfa2761-c626-427d-9503-d67171ed316e {
  display: none;
}
#s-4bfa2761-c626-427d-9503-d67171ed316e, #wrap-s-4bfa2761-c626-427d-9503-d67171ed316e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bfa2761-c626-427d-9503-d67171ed316e {
  display: none;
}
#s-4bfa2761-c626-427d-9503-d67171ed316e, #wrap-s-4bfa2761-c626-427d-9503-d67171ed316e { display:none !important; }}
#s-1b241896-b511-4e97-9626-9659790adffe {
  margin-left: 150px;
margin-right: 150px;
}

#s-1b241896-b511-4e97-9626-9659790adffe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6a77164b-8bcc-4933-a409-cb377557055d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a77164b-8bcc-4933-a409-cb377557055d {
  display: none;
}
#s-6a77164b-8bcc-4933-a409-cb377557055d, #wrap-s-6a77164b-8bcc-4933-a409-cb377557055d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a77164b-8bcc-4933-a409-cb377557055d {
  display: none;
}
#s-6a77164b-8bcc-4933-a409-cb377557055d, #wrap-s-6a77164b-8bcc-4933-a409-cb377557055d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a77164b-8bcc-4933-a409-cb377557055d {
  display: none;
}
#s-6a77164b-8bcc-4933-a409-cb377557055d, #wrap-s-6a77164b-8bcc-4933-a409-cb377557055d { display:none !important; }}@media (max-width: 767px){#s-6a77164b-8bcc-4933-a409-cb377557055d {
  display: none;
}
#s-6a77164b-8bcc-4933-a409-cb377557055d, #wrap-s-6a77164b-8bcc-4933-a409-cb377557055d { display:none !important; }}







#s-6a77164b-8bcc-4933-a409-cb377557055d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a77164b-8bcc-4933-a409-cb377557055d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cdf307b2-7b6c-471b-a61d-a8f618880203 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdf307b2-7b6c-471b-a61d-a8f618880203 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e477954c-30dc-456a-9ddc-ce189bee886f {
  padding-left: 50px;
padding-right: 50px;
}

#s-17bac437-343c-4abb-a134-a1d105e4d1bd {
  margin-left: 150px;
margin-right: 150px;
}

#s-17bac437-343c-4abb-a134-a1d105e4d1bd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6c9789df-026d-4f84-936e-c5ec3cb704ef {
  padding-left: 50px;
padding-right: 50px;
}

#s-d78455df-e97e-4fbc-9f74-86439de50bd7 {
  margin-left: 150px;
margin-right: 150px;
}

#s-d78455df-e97e-4fbc-9f74-86439de50bd7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-14567361-0dbd-4218-a037-425e40ecea82 {
  padding-left: 50px;
padding-right: 50px;
}

#s-0a977f43-a1b7-496d-b97c-d5c0d0bb368e {
  text-align: center;
}




  #s-0a977f43-a1b7-496d-b97c-d5c0d0bb368e img.shogun-image {
    
    width: px;
  }


#s-0a977f43-a1b7-496d-b97c-d5c0d0bb368e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1ed2050b-627b-4289-aa43-bffae9faaa67 {
  margin-left: 150px;
margin-right: 150px;
}

#s-1ed2050b-627b-4289-aa43-bffae9faaa67 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-750133d3-bd08-4762-ba3a-0fe666640212 {
  padding-left: 50px;
padding-right: 50px;
}

#s-ffd17c90-3780-4d0b-9419-a18e7fc698f0 {
  margin-left: 150px;
margin-right: 150px;
}

#s-ffd17c90-3780-4d0b-9419-a18e7fc698f0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-dcc6a568-73fc-48da-ab37-f46af6a1dc14 {
  padding-left: 50px;
padding-right: 50px;
}

#s-182f7b67-8625-4d0b-94d1-960134ab0c36 {
  margin-left: 150px;
margin-right: 150px;
}

#s-182f7b67-8625-4d0b-94d1-960134ab0c36 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-55cfeef8-a4ca-406d-9616-2a76426a7133 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55cfeef8-a4ca-406d-9616-2a76426a7133 {
  display: none;
}
#s-55cfeef8-a4ca-406d-9616-2a76426a7133, #wrap-s-55cfeef8-a4ca-406d-9616-2a76426a7133 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55cfeef8-a4ca-406d-9616-2a76426a7133 {
  display: none;
}
#s-55cfeef8-a4ca-406d-9616-2a76426a7133, #wrap-s-55cfeef8-a4ca-406d-9616-2a76426a7133 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55cfeef8-a4ca-406d-9616-2a76426a7133 {
  display: none;
}
#s-55cfeef8-a4ca-406d-9616-2a76426a7133, #wrap-s-55cfeef8-a4ca-406d-9616-2a76426a7133 { display:none !important; }}@media (max-width: 767px){#s-55cfeef8-a4ca-406d-9616-2a76426a7133 {
  display: none;
}
#s-55cfeef8-a4ca-406d-9616-2a76426a7133, #wrap-s-55cfeef8-a4ca-406d-9616-2a76426a7133 { display:none !important; }}







#s-55cfeef8-a4ca-406d-9616-2a76426a7133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55cfeef8-a4ca-406d-9616-2a76426a7133.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9c228105-6dd4-47ff-a001-8b1696c03c52 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c228105-6dd4-47ff-a001-8b1696c03c52 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2851e36a-32d0-45c2-b18f-6a4416ceb941 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2851e36a-32d0-45c2-b18f-6a4416ceb941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-6665fe7e-fc5c-4e7b-8f59-8ab675b54fa8 {
  display: none;
}
#s-f094c6a4-3d38-4e44-a122-a0d9bfd48bcb {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-f094c6a4-3d38-4e44-a122-a0d9bfd48bcb img.shogun-image {
    
    width: px;
  }


#s-f094c6a4-3d38-4e44-a122-a0d9bfd48bcb .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ab6f296f-2632-4eb1-883e-4da279fcc6d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab6f296f-2632-4eb1-883e-4da279fcc6d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4adf0319-9176-4e68-b310-0a817a0aec0a {
  text-align: center;
}

#s-4adf0319-9176-4e68-b310-0a817a0aec0a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4adf0319-9176-4e68-b310-0a817a0aec0a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4adf0319-9176-4e68-b310-0a817a0aec0a .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-3adfc817-e66b-41f2-9114-e5b3278724de {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d7d04e8-21e9-44b0-b824-e7573c9d3505"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-fee15802-99ff-4344-ae5f-42c12109c52b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 25px;
min-width: 100%;
text-align: center;
background-color: #3498db;
}
#s-fee15802-99ff-4344-ae5f-42c12109c52b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-fee15802-99ff-4344-ae5f-42c12109c52b:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}


#s-fee15802-99ff-4344-ae5f-42c12109c52b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-fee15802-99ff-4344-ae5f-42c12109c52b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fee15802-99ff-4344-ae5f-42c12109c52b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fee15802-99ff-4344-ae5f-42c12109c52b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2840ad41-99dc-4f6f-8fc5-3b11988426b6 {
  display: none;
}
#s-83c84c9d-07d7-430a-94b5-f3b760d6573c {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-83c84c9d-07d7-430a-94b5-f3b760d6573c img.shogun-image {
    
    width: px;
  }


#s-83c84c9d-07d7-430a-94b5-f3b760d6573c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7134381a-8856-4c8f-914d-90a3aacc3a52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7134381a-8856-4c8f-914d-90a3aacc3a52 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c186555a-b182-4bbc-935d-54870dff3f56 {
  text-align: center;
}

#s-c186555a-b182-4bbc-935d-54870dff3f56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c186555a-b182-4bbc-935d-54870dff3f56 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c186555a-b182-4bbc-935d-54870dff3f56 .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-1a13645c-041b-4f41-9583-28e8123480f7 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b19e283-40f0-471c-a9d9-d0f283ace494"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 25px;
min-width: 100%;
text-align: center;
background-color: #3498db;
}
#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}


#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87dad62b-6c11-4ac2-8c38-a2c93d48cf2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c333d473-dc2a-46e4-ac44-dae1ba6f8a77 {
  display: none;
}
#s-0a8cbe45-bb3f-492d-a79e-2a03d8f46090 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-0a8cbe45-bb3f-492d-a79e-2a03d8f46090 img.shogun-image {
    
    width: px;
  }


#s-0a8cbe45-bb3f-492d-a79e-2a03d8f46090 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-eade6d5c-60eb-4afe-b570-73f5f61d8c9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eade6d5c-60eb-4afe-b570-73f5f61d8c9d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-535588e4-2590-4197-a2f0-0e8afe3fcb90 {
  text-align: center;
}

#s-535588e4-2590-4197-a2f0-0e8afe3fcb90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-535588e4-2590-4197-a2f0-0e8afe3fcb90 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-535588e4-2590-4197-a2f0-0e8afe3fcb90 .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-207186e3-0cac-464d-a17a-efb75ed3e095 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b431af54-ae55-4c8a-8b64-a091c14c3ee4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 25px;
min-width: 100%;
text-align: center;
background-color: #3498db;
}
#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79:active {box-shadow:    #000000 !important;
background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}


#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-992a57d8-0d5c-4d31-83ff-1dab29cfcf79.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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